pureMango.co.uk
there's nothing about mangos or purity. It's just a name..Given the 3000-hit surge of interest (overnight), I've moved comments for gDrive to a separate page. If you're looking for gDrive itself, head over here
If you're reporting a bug, or are having problems getting it running, please check the comments below before posting your question - someone else may well have had the same problem, and I will have responded.
I usually comment in response to questions, etc within 3 days.
Who:
When: February 13th, 2005
Says: I really like this script and think that with some changes it could be really usefull
things i recomend :
>make files that are downloaded keep the original file extension
>Enable people to give out a link to the files for others to download without knowing the email address or password
>make it template driven so that it easy to modify the look
overall this is great work. please keep going with it
Who:
When: February 14th, 2005
Says: Well, it works - I just uploaded a 19 MB file to "my gdrive".
BUT - it was somewhat SLOW - around 400 kb/s - compared to my upload of a small file using the MUCH friendlier Gmail Drive Shell Extension from viksoe.dk.
With GMail Drive I can even use the Send To option when I right-click on a file
Who: u24
When: February 14th, 2005
Says: yeah, I'd noticed it was slow. There are three possible reasons. Firstly, it will be slow on this server as it's shared hosting. Secondly, the code has to process the entire file - split it into chunks of ~7Mb (though this is changable), and add indexes, etc. Thirdly, I believe the Gmail Drive you're talking about is a windows plugin, ja? Compiled code will always be faster than a script.
Oh, and also, PHP is one of the slower scripts, maybe doing it in perl would be faster (but there is no libgmailer for perl)
Who: u24
When: February 14th, 2005
Says: to promanex:
I like the idea about being able to give out links to files, I'll add that when I get a chance.
some files didn't keep their original extension - they should do now. well spotted.
i will consider templating it, but at least it's stylesheeted.
I do need to update the UI.
Who:
When: February 16th, 2005
Says: when i download the demo, it just installs the regular gmail drive... where can i find this gdrive that doesn't have attachment size limits?
Who: u24
When: February 16th, 2005
Says: the one on the 'source' link above is the no-attachment-limit one.
You'll need to configure your webserver to allow larger uploads (if your webserver supports .htaccess then the script will automatically set max file size to 1000Mb)
Who: wheezel
When: February 20th, 2005
Says: c u :D
bytheway nice work
Who: u24
When: February 21st, 2005
Says: i removed the bulk of your comment, wheezel - gMail no longer stores twice as much as it should.
Who: http://www.san-pietroburgo.info
When: February 22nd, 2005
Says: Saluti con affetto da http://www.san-pietroburgo.info
Who:
When: February 23rd, 2005
Says: I'm looking forward to testing it out, maybe working out a couple of approaches. As of now I'm behind a firewall (ftp)
--impressive--
Who:
When: February 24th, 2005
Says: Nifty. It worked well on my test account, splitting into three files with a gdk extension (which I probably should understand, but don't). How do I put'em back together?
Who: ken
When: February 24th, 2005
Says: will you add multi selection when load files?
Who:
When: February 25th, 2005
Says: nice
Who:
When: February 25th, 2005
Says: Awesome script. If you need any help stylesheeting it I can help! :)
Who:
When: February 25th, 2005
Says: I installed the script on my own server.
I can login, read and download the files i uploaded here, but i can't upload any files there.
http://webleon.net/gdrive
Who:
When: February 25th, 2005
Says: I think the problem is that you need to create a folder named 'tmp', with permissions of rwx for all, inside the gDrive folder. if this doesn't work, please email me and I'll try to see if I can help.
Who: u24
When: February 25th, 2005
Says: to lcopley: you need to use the gDrive frontend to download files - within gMail you won't be able to download them.. (well you will but they'll be compressed and in a different format)
ken: yes, maybe. if you code it, I'll add it.
ryan: yeah, I am in the process of updating the look of it
Who:
When: February 25th, 2005
Says: thanks a lot u24, problem solved.
Who: Jason
When: February 27th, 2005
Says: My only suggestion is that it would be nice if the uploaded files could be archived and not have to sit in the inbox. That's pretty minor, but it is a bit annoying.
Keep up the great work!
---
from u24: yep, good idea, expect it in the next version (which should be a few weeks from now)
Who:
When: February 27th, 2005
Says: Hi all, I've got a problem in installing this script to my
freespaces; with the
demo page, I can upload and download without problem(just a little slower in uploading), then I tried to install it, I've
followed the steps
to modify this line(inside the config.php):
// where am i?
// full path, eg http://www.blah.com/files/gigdrive
// no trailing slash.
define("GDRIVE_LOCATION","http://sigssz.spymac.net/gdrive",true);
to my address, and I've created the "tmp" folder, though.
But it works with a little bit difference: the title of page is
"gMail Drive v(?=VERSION?)." instead of "gMail Drive v0.6" which is
what it looks like
in your demopage.
Then I tried to log in, the page display becomes a little bit strange
like a page not properly
written, with lines like:
==============================================
setLoginInfo($_SESSION['g_user'], $_SESSION['g_pass'], 1);
$gm->connect(); if(isset($_GET['logout'])) { $gm->disconnect();
header("Location: index.php"); } switch($_REQUEST['action']) { case
"upload": g_upload($_FILES['upfile'],$_POST['sendto']); break; case
"download": g_download($_GET['hash']); break; case "delete":
g_delete($_GET['hash']); break; case "forward":
g_forward($_POST['hash'],$_POST['sendto'],$_POST['gdrive_forward']);
break; } ?>
===============================================
but at least, I've tried uploading a file, and when finished the process, the
page diplays:
===========
Not Found
The requested URL /gdrive/< was not found on this server.
===========
Anyway, the file arrived in my Gmail inbox, but the problem is, when I
logged in
back again, I didn't find the file with the gdrive script, so I can't
download it.
Would anyone please go to this page:
http://sigssz.spymac.net/gdrive
to login and take a look at the situation? As I'm poor in English, I'm
afraid this
is better than my description.
Who: u24
When: February 28th, 2005
Says: You need to contact spymac.net and ask them why the page is not recognising PHP files. The problem is that the server is sending the raw PHP code back to the browser, where it should actually be running the script first.
Who:
When: February 28th, 2005
Says: thanks~and I think if they don't provide php support, I've nothing to complain coz this is
a free space provider, so I'm looking for another free space which supports php.
--
from u24: try curvedspaces.com (I don't -know- if gDrive works on their server, but I do know that they support PHP and are free.)
Who:
When: February 28th, 2005
Says: Looks like google does not like your application:
"Our system indicates unusual usage of your account. In order to protect Gmail users from potentially harmful use of Gmail, this account has been disabled for up to 24 hours.
If you are using any third party software that interacts with your Gmail account, please disable it or adjust it so that its use complies with the Gmail Terms of Use. If you feel that you have been using your Gmail account according to the Terms of Use or otherwise normally, please contact us at gmail-lockdown@google.com to report this problem."
Who: u24
When: February 28th, 2005
Says: is gDrive the only application you used with gMail, or were you using gMailFS or some other app as well?
how can you be sure that this app was the cause? - I'm quite willing to believe google would do this, but not without harder proof.
AFAIK, no-one else has had this problem.
Who:
When: February 28th, 2005
Says: Maybe I just got lucky for being the first. I will try to login again in 24 hours from now. Further I was not using any other app. When I tried to upload a file it only loaded 7 of 8 parts, so I deleted those and started over. After reloading I got a list with 1 of 5 files followed by a list of 1 of 4 files which was strange. I then deleted those and tried to reload the file but could not login, so I tried to login to the gmail web client and got the above referenced lockdown message.
Who: u24
When: February 28th, 2005
Says: odd. sometimes the mail daemon onthis server is a little slow, which might explain why the last chunk didn't come through..
I've done a small amount of research on gmail 'lockdowns', and they mostly seem to come about as a result of using gMail notifier, or logging in from different locations at the same time.
I'll wait and see if my account gets blocked....
Sorry if it is this app!
Who:
When: February 28th, 2005
Says: I was running the gmail notifier for another gmail account, that must be it. I said I was not running another app, I thought this to be in reference to the "GMail Drive shell extension 1.0.5 from Softpedia" which might conflict with your app. Sorry for not mentioning gmail notifier earlier. I appreciate your prompt responses as well.
Who:
When: February 28th, 2005
Says: Having some difficulty. I am trying to install the source code on my site (jeranon.com) and for some reason, every time I try to upload a file it doesn't work, and then it forwards me to your site. any ideas? Just in case, I'm checking permissions, but any other ideas would be appreciated. Thanx
Jer
Who:
When: February 28th, 2005
Says: just a side note. the url that was mentioned before is: http://jeranon.com/gdrive/ Thanx for your time
Who: u24
When: March 1st, 2005
Says: to crashnebula:
hey, no worries, as I said, I wouldn't put it past google to block gDrive, it was just odd (to me) that no-one else had experienced it. Plus I'd heard about gmail notifier causing this problem :-)
Who: u24
When: March 1st, 2005
Says: to jeranon:
have you created a 'tmp' folder with rwxrwxrwx permissions?
PS: love the 404 page :-)
Who:
When: March 1st, 2005
Says: She works slicker than a ___________ (insert politically incorrect adage here). Thanx for your time.
By the way, I am very impressed w/ all of your work... I've only started to check it out, but for example. your loader page for IE to hide the address bar... very nice. Definitely a site I'm coming back to over and over again.
PS: Thanx
---
from u24: :-D
I think you're the only person to recognise the potential of the no-title browser - there's been no other comments about it (I thought it was cool, too)
glad you enjoyed it :-)
Who:
When: March 2nd, 2005
Says: Hello, it's me again. just an idea... when you go to download a file that has been put into your gDrive, if there is a space in the file name, it ruins the name as you download it and you must rename it. I am by no means a whiz at any coding... but is it even possible to download multi word file names correctly w/o having to fix the name? Or is it possible this is a glitch w/ Firefox?
Another thought. Is it possible to have another access code added to the scripting that would allow just myself (and whomever I share the code w/) access to my gDrive. I realize the gmail password is necessary, but I'm not fond of the idea of just some random person jumping in off the net and using my bandwidth on my site... does that even make sense?
hmmm, okay, one other thing as far as style goes... for any clickable function to do w/ the gDrive, instead of having a regular link to click on, can you make it a button such as the "Browse" or "Upload" button? What I mean specifically, is can you make the "Logout" a button as well? It would add to the continuity of it all anyway.
I think that's all for now... would you mind checking my drive again, and seeing if what I've done is alright? If you'd like it back how it was... just email me eh? (PS, I have no desire to take credit for any of your work. period)
Who:
When: March 3rd, 2005
Says: GMail had blocked the account I used (just once) with your Gdrive.
Who:
When: March 3rd, 2005
Says: hi, I think you did a pretty neat job here :)
It gave me an idea that you may want to work on. With gmail as a remoted file server you can actually create an adress translater to download files from any common webpage :
you provide an adress like
http://www.puremango.co.uk/gdrive/openfile.php?log=bob1234?pass=superman?fileid=Hffsse54etert344t5654645
and then your script would provide the file directly by opening the gmail account etc...
Of course you would need a ''gmail public account''
I think this would work great for sharing pictures: we can imagine a programme that generate an image gallery webpage where all the pictures would be stored on a gmail account. Or anything else....
see u
Pierre
Who: u24
When: March 3rd, 2005
Says: jeranon: anything you do with gDrive is fine by me - that's why I provided source code :-) I'll investigate the space issue. I'm sure I've downloaded files with spaces before, but I'll check.
You can use the simple password script I wrote (in completed projects) to protect the index page. I'll build an access password into the next version
pilou: yeah, this kind of feature is coming in the next version (whenever I get round to it) - but without giving away your gMail password
errandrea: this has happened before, but not always. I don't think google would block you after just one use (especially considering that 99.9% of gDrive users haven't got blocked at all)
Are you using any other unofficial gMail tools?
Who: reprah
When: March 3rd, 2005
Says: ok, so maybe i am just a special person. but when ever i hit the page, it logs in, and just says done after. am i missing something here
p00p.net/gmail any help would be great
---
from u24:
not sure what's going on there.. try uploading gdrive.php again.
Who:
When: March 3rd, 2005
Says: uhh i setup my config correctly i beleive.. and set up a tmp dir under gdrive folder with all access, and when i try to downlaod a file this happens:
Checksum error in chunk . got:[bc2725e7c46a8e46e05f7fc771e39cbb] wanted:[cd229a2c285f797e04e9c1309350846b]
---
from u24:
I think this -might- be because your server doesn't support gzip extensions.. maybe.
Who:
When: March 3rd, 2005
Says: Alright, some more design ideas for the next version... it's too bad I know nothing about php or I'd do it and see what you thought... but here we go:
If you enter in a wrong password, instead of taking you to the gdrive.php page, it should keep you at the login page. Along those same lines, it is possible with this program for someone to add files to your accounts w/o need for a password of any sort. this is possible 2 ways, first of all, using the "forward" option, and the secondly is just uploading it straight to the other person's account once you've signed on to the gdrive. Both ways are traceable, as in you can see what account sent them to you. Just observations that don't necessarily need anything done about them.
Another thought occured to me, is it possible for you to write scripting to join multiple accounts together on one drive? Once one account is full, it starts on the next one, or something like that. I'm a glutton for free space, and have about 40 gmail accounts that I'm using w/ gdrive (not all in use yet, but getting there). It would be handy to have some sort of pull down menu maybe that you could select the account you want to save to. or a script that would be able to say how much space is left over all and how much is used total? Does that make sense?
My last idea is with the file forwarding, can the forwarded files have a different label? that way at a glance, I'm able to see what are my own original files, and what are files that have been added by someone possibly spamming me.
Again, great program, and the only reason I have so much to say is because I use it all the time now. It's a marvel as it is, and any of the above would only make it more stunning. Peace
Jer
Who: chu
When: March 6th, 2005
Says: Hi
Three suggestions:
1.- Make this an executable file instead of having to put it on a server.
2.- Possibility of being able to upload more than one file at the time.
3.- Possibility to edit the name of the email subject (ie: remove the word "gdrive") so that there is less evidence of the origin of the email.
Thanks for your work btw
Who: Jeranon
When: March 7th, 2005
Says: (I'm not the guy you're even writing to, but here's what I think...)
1 - there's already an exe program out there. this has more versatility and is accessible from anywhere in the world
2 -Yeah... I agree...
3 -It's not supposed to be an emailing client... it's a gdrive... I mean... I see what you're getting at, but if that's what you want, just send yourself an email w/ whatever title you want... it's a quicker upload too.
Who: u24
When: March 7th, 2005
Says: yeah, agree with jeranon on 1 & 2 (plus having it web accessible makes it multi-OS - so even mac users can use it)
with point 3, it needs to have gDrive in the subject so that you can use your gDrive account as a normal email account as well.
You can always change 'gDrive' for something else in the source code; change the SUBJECT_PREFIX constant in config.php..
Who: Tails
When: March 7th, 2005
Says: nah, dun make it executable, becos, it would only avilable for 1 -2 OS, this script rocks, is because, u can access it from anywhere...
----
from u24: yep, that's one of the main benefits of having it web accessible.
Who:
When: March 7th, 2005
Says: Can you make the files extractable with a decompressing program like winrar? And if possible, chop up files like how winrar did it. So I can get all my files from gmail's site.
---
from u24:
no, not really, it has to store files in a proprietary format to allow files greater than 10Mb to be stored.
Who:
When: March 7th, 2005
Says: I've tried again and first work in a wonderful way, but yesterday and today a have problems with large file: they don't have been stored on the gmail account
the problem is only with file larger thne 10mb.
Who: Jeranon
When: March 8th, 2005
Says: For the record, mine seems to work alright. I uploaded a 19 MB file today to try going past the 10 MB limit imposed by gmail. Not a problem. The only thing that I noticed is it took a bloody long time to upload. Maybe you just didn't wait long enough? I will say that when I was uploading and it said "sending request to http://jeranon.com/" the status bar didn't move with the upload of the file. Did you perhaps think your computer froze or something and you just didn't allow enough time for the upload?
Who:
When: March 8th, 2005
Says: I've tried several times waiting until the status bar was complete, but the file i was trying to upload didn't appear in the list of file stored in gmail account.
Now i'm going to try again.
Who:
When: March 9th, 2005
Says: Perfect, at least for the first 25 files I could upload. After that I uploaded more, but when I saw the list of files the files I just uploaded didn't show either on gDrive or gMail. What's going on?
---
from u24:
not sure; is there anything different about the files that don't work (maybe much larger or different format?) or have you exceeded your space allowance? (unlikely)
Who: Jeranon
When: March 10th, 2005
Says: Maybe I'm just lucky... I have one of my gDrives holding 45 pictures (each over 2 MB)... no problems that I can detect with mine.
Who: damper
When: March 10th, 2005
Says: it's down? I can't upload for now! Each time I upload, nothing happens.
----
from u24:
there was a serious problem on the server which is now fixed. try again.
Who:
When: March 14th, 2005
Says: i'd like to continue to use your Gdrive, but i'm not able to use/configure php.
Is it difficult?
Anyone can help me? (i've took an account on 100webspace.com, but i don't now how to install the gdrive).
Thank you.
Andrea
Who:
When: March 14th, 2005
Says: EXACTLY what I was about to ask, Andrea!
I have the source code in a .zip file on my desktop, and I have a free account with 11webspace.com:
(http://jschall.goldeye.info/)
Now what?
Do I have to edit the code on my desktop PC before FTP'ing it to the server?
- Jeff
Who: u24
When: March 15th, 2005
Says: ok, all you need to do is:
-unzip source to a directory on your computer
-create a directory on your web host called gDrive (or another name, it doesn't matter)
-open config.php with notepad or other text editor (but not MS-Word)
-change this line in config.php:
define("GDRIVE_LOCATION","http://puremango.co.uk/gdrive",true);
to
define("GDRIVE_LOCATION","pathtoyourwebhost",true);
so, if your website address was http://mystuff.blah.com
and your gdrive directory was called "fish"
the config.php line should look like this:
define("GDRIVE_LOCATION","http://mystuff.blah.com/fish",true);
-upload all files to your host.
-create a folder on your webhost, inside the gDrive folder, called 'tmp'
-change permissions of that folder to rwxrwxrwx, or 777
that's it!
Who:
When: March 15th, 2005
Says: I've followed your instructions and I take this error:
http://goldeye.info/members/filemanager/
page not found.
What did I do wrong?
Thank you.
Andrea
Who:
When: March 15th, 2005
Says: my webhost is: http://goldeye .info
and my address is: http://krapulov.goldeye.info/gDrive/
wich one is to use for the config php?
I've used :
http://krapulov.goldeye.info/gDrive/
Who: u24
When: March 15th, 2005
Says: you need to take off the final slash, i.e. in config.php, use
http://krapulov.goldeye.info/gDrive
In 100webspace's file manager, you need to go into the 'www' folder, then into the folder inside that (called username.something.com), and upload files to there.
If you still get errors, try deleting the .htaccess file.
Who:
When: March 15th, 2005
Says: I hade some problems using gDrive, but when I change the libgmail version to the most current it got fixed.
Just telling your this for the records. Current lib is 0.7, yours is 0.6.8.
This is a very nice work!! keep on it!
I woul like to add a ++ for de "share link" proposal. I think I could give a hand on that because im on need of that feature on a rush!!
----
from u24:
if you can help with the coding, send me the modifications and I'll work it into the next version - I'm really busy with university and exams etc right now, so gDrive is slipping a bit.
Who:
When: March 15th, 2005
Says: Sorry you have to remove your demo. I appreaciate your efforts and will continue to check your website.
Who:
When: March 15th, 2005
Says: U24: thank for your support, but i still get error.
No final slash, htaccess file deleted.
I think I have to give it up :-(
---
from u24:
it's having a problem finding libgmailer.php - maybe don't use a captial letter in the directory name?
Who: vipin
When: March 16th, 2005
Says: Great work man
I think u have done great work by making gmail-lite and hats off to u
Keep it up
---
from u24:
i didn't write gmail-lite!
I wrote gDrive, which used code from gmail-lite ;-)
Who:
When: March 16th, 2005
Says: The gmail drive u made is really too good, thnx for making it available.
Who:
When: March 16th, 2005
Says: hi.
dear please make possible to get links which can be send to others. your links changes randomly. please i need it. and also auto login i want to let users directly download...
---
from u24:
have patience. the time will come.
Who:
When: March 16th, 2005
Says: Now gDrive works, but only with file < 10MB.
What could it be?
Thanks again for your support/patience.
Andrea
---
from u24:
yep, without .htaccess, it won't work for files larger than (a certain amount - depends on the server)
I haven't played with 100webspace much, but try uploading .htaccess again (to the same place as everything else) and see if it works (if not, deleting it should make it work again) :-)
Who:
When: March 17th, 2005
Says: Just finished setting up 100webspace.com account based on your excellent instructions. I was getting a connection error message and ended up deleting the .htaccess file which eliminated the connection error issue. It works great. Thanks again.
Who:
When: March 17th, 2005
Says: Thanks again :-))
Andrea
Who: u24
When: March 18th, 2005
Says: no problem :-)
I'm happy that my code is useful to someone (I don't actually use gDrive, I was bored and decided it might be fun to write..)
Who:
When: March 19th, 2005
Says: Internal Error occured...
When I access my gDrive at
http://gdrive01.goldeye.info/gdrive
it shows up this error message:
Internal Server Error
I setup gdrive by everything you said, changed the config.php, the line 33 :define("GDRIVE_LOCATION","http://gdrive01.goldeye.info/gdrive",true);
and created tmp folder with 777 as permissions. I don't know what I can fix next, please email me if you have any clues: ttdevelop@yahoo.com or ttdevelop@gmail.com
Who:
When: March 19th, 2005
Says: In response to ttdevelop@yahoo.com: I had the same error and resolved it by deleting the .htaccess file
Who: u24
When: March 19th, 2005
Says: If someone finds a host that .htaccess works on, or manages to get it working on 100webspace, please let me know
Who:
When: March 22nd, 2005
Says: I've rewritten your code a bit to get links to the files without letting the user know the name of the gmail-account or the password.
What I've done is simply including the adress and pw in the php code, and hidden delete, forward, and upload.
Unfortunately, this script keeps you logged in to the gmail-account, meaning that if someone visits your admin-gdrive-page (the regular gdrive-page) they gain normal gdrive access without having to type in the pw or username. If anyone comes up with a solution to avoid this please let me know.
If you want to give this a try you have to rewrite some of the code a bit:
1) Change the line "function g_display_files()" in functions.php to "function g_display_files($type)"
2) Replace
"
Who:
When: March 22nd, 2005
Says: Ups, this page didn't like my code...
Well, just email me or something if you want it.
Morten
Who:
When: March 24th, 2005
Says: my main email
Who:
When: March 24th, 2005
Says: the second email
Who:
When: April 1st, 2005
Says: Does anyone know how big a file u can u/l with 100webspace (i'm using that; thankx ;-) ) without using .htaccess file?
Who:
When: April 1st, 2005
Says: Also, pdf files dont seem to keep their original extensions....?
Who:
When: April 3rd, 2005
Says: So when is 0.7 comming out???
Who: Bolke
When: April 4th, 2005
Says: Is it possible to boot from a gmail drive?
I want to make partitions. is that possible.
Is RAID possible?
Who:
When: April 4th, 2005
Says: No you can't boot form it, but I've heard that some program called GmailFS can do that, but its only for Linux.
Who: u24
When: April 5th, 2005
Says: 0.7 will be out in a few months; I have exams this term so universtiy has to take priority - but it will come.
bolke; as djdj says, you're thinking of gmailFS, and there is a windows version here:
http://www.viksoe.dk/code/gmail.htm
I've never used it but have heard very good things about it.
I doubt you'll be able to boot from it as it requires windows libraries.
Who: u24
When: April 5th, 2005
Says: lau: I think 10webspace is limited to 100Mb.
all files should keep their original extensions.
Who:
When: April 5th, 2005
Says: great site and thanx to share gdrive!
by the way... so far i made only philosophical studies (my degree!) and I am right now approaching PHP. Could you please answer my basic question: how do I install your gdrive code?
I found a php hosting service... I simply copied the file you provide in my space, without other changes!
It works until i try to upload files... but when I click on the "upload button" it seems to upload the file... but it does not!
The first time i was redirected to your 404 page. Then I tried to change the link to your site in the config.php file with my address... but no upload!
What should I do to install your code in the right way?
Thank you very much!!!
---
from u24:
comment moved from guestbook - read these comments and there should be an answer here
Who:
When: April 5th, 2005
Says: To anyone getting a bit confused there is a Gmail Drive (also called GmailFS) for Windows (the viksoe.dk site) and then there is the http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
the linux version, and the one with a whole lot more potential.
Who:
When: April 5th, 2005
Says: I was just wondering how much bandwidth is being usd from my server everytime I download from Gmail using the gDrive code?
---
from u24:
bandwidth is however large the file is, plus a tiny bit for file list - the outbound connection to google shouldn't get monitored, but even it if was, it wouldn't amount to much
Who:
When: April 10th, 2005
Says: Why I got this error msg after I upload the codes?
Warning: dl(): Unable to load dynamic library '/usr/share/php4/php_curl.dll' - /usr/share/php4/php_curl.dll: cannot open shared object file: No such file or directory in /home/bbsone/bbs/gmail/libgmailer.php on line 77
Warning: dl(): Unable to load dynamic library '/usr/share/php4/curl.so' - /usr/share/php4/curl.so: cannot open shared object file: No such file or directory in /home/bbsone/bbs/gmail/libgmailer.php on line 77
Fatal error: Call to undefined function: curl_init() in /home/bbsone/bbs/gmail/libgmailer.php on line 164
Please tell.
Thanks!
----
from u24:
ok.. I think this is a problem with libgmailer (the library I use to connect to gMail)
I think you should be able to resolve it by installing curl on your server; see http://freshmeat.net/projects/curl/
Who: tgkdubb
When: April 10th, 2005
Says: hadda million problems till i deleted .htaccess file.......now working...just slow but it's free so now complaining there
Who: tdavishn
When: April 12th, 2005
Says: I got gdrive set up and was able to upload files but can't seem to download or delete any files. When trying to download I get functions.htm trying to download not the file I uploaded and when deleting the confermation comes up asking if I want to delete the file and I click ok then it takes me to my gdrive folder and gives me this functions.php?action=delete&hash=050efde35b5e6c810c5068ffd91e1f0e
If anyone can help me with that I would apreciat it much
Who: tdavishn
When: April 13th, 2005
Says: sorry about not specfying what this page gave me functions.php?action=delete&hash=050efde35b5e6c810c5068ffd91e1f0e
is just a blank page
Who: PM
When: April 13th, 2005
Says: Wonderful tool!
Anywhoo, i have a problem...
I use the Gmail Shell Extension to upload files. Then I want to login trough your webbased app. That works well, only... the files don't show!
usernamehere@gmail.com
Using: 373 MB (18%)
filename size added
Any ideas/help/tips on this?
---
from u24:
this code doesn't integrate with Gmail Shell Extension. A future version might do this. You have to upload files via the web interface.
Who: tdavishn
When: April 14th, 2005
Says: I got gdrive to work for me on 100webspace :)
Who: Yip
When: April 15th, 2005
Says: I got gDrive to work on 100webspace too but I can't upload files larger than 10 MB, don't think its possible right now.
---
from u24:
no, 100webspace won't allow files larger than 10Mb.
Who:
When: April 16th, 2005
Says: I'm using this script on a Windows IIS, it works without noticable problems...
Only thing that catched my attention, the files i uploaded are also residing in the /TMP folder...is this suposed to do that?
---
from u24:
they should be deleted once you've finished uploading them, and gDrive has finished sending them to gMail. They can be safely deleted.
Who:
When: April 16th, 2005
Says: Strange, i have setup permissions for IIS guest-user to read/write & delete files in the TMP folder but the files remain there...
OS incompatible?
freestyler
Who: abd
When: April 18th, 2005
Says: Hi,
Have you looked into the possibility of using the POP access GMAIL provides to access GMAIL? That way there wont be any access issues or login bring broken by GMAIL changes etc. Or am I way off base?
thx
abd
---
from u24:
that is a really good idea, I'll have to think about that for 0.7.
Who:
When: April 19th, 2005
Says: I hame a webpage on www.ueuo.com
when I login to gdrive it showes me this error:
Warning: dl() has been disabled for security reasons in /home/vhosts/anonym.ueuo.com/libgmailer.php on line 77
what is error?
thx in advance
mohsen
---
from u24:
your webhost has disabled a function that libgmailer uses to login to gmail. there's nothing anyone can do about this except your webhost; you could try contacting them but it's doubtful they'll re-enable it.
the best thing to do would be to use a different host.
Who:
When: April 20th, 2005
Says: I am still lookin, read my first post pls
---
from u24:
ok, tell you what, you sit and pass my university exams and I'll devote all my time to gDrive.
be patient.
Who:
When: April 21st, 2005
Says: Hey, once again great job, can't wait for 0.7 (what new and exciting features could be in store for us???!!!). I think if you made a searious, updated "coming features" page/thread what ever, people would be more patient, just a suggestion.
Good luck with your exams ;).
---
from u24:
:-)
The interface is finished and beautiful, and the features will include public and private files, you'll be able to allow users to upload or download or delete public files (your choice), they'll be given a password to access gDrive(different to your gMail password), and I might modify it to be able to connect to any POP email server, but that's a big maybe.
Possibly some other features too, but it's going to be at least a month and a half away. :-)
Who:
When: April 22nd, 2005
Says: I created a filter for labeling and archiving email which has gDrive in their subject, but gDrive can NOT show them and they must be in inbox.
Is there anyway to recognize labeled and archived emails?
Thank u very much for gDrive, it makes gMail more useful
thx in advance for ur quick response
---
from u24:
the next version will automatically filter gDrive emails. For the moment, if you change all references to
g_get_files();
to
g_get_files("my_label_name");
that -might- work, but I'm not sure. - tell me how you get on.
Who:
When: April 23rd, 2005
Says: no, it doesn't work, I tested it. other opinion?
---
from u24:
not sure... I'll play around and see if can find a way to do this. TBH, the ideal solution for version 0.6 would be to create a separate gMail account for gDrive - I can send you an invite if you have none.
Who:
When: April 23rd, 2005
Says: I just wanted to ask something:
When I upload something, does gDrive first upload everything to my tmp folder and then after that send it to Gmail or does it just store small bits of data, like a cache or ram kinda thing?
---
from u24:
when you upload, php will store the entire file in your server's temp folder, from there, gDrive will copy parts of the file, with extra data, into its tmp folder, then it'll send each of the parts to gMail, then it'll delete the parts of the files from its temp folder. PHP should automatically clean up the server temp folder. (on unix /tmp)
Who:
When: April 26th, 2005
Says: Hi
gDrive is great and I thank you very much.
I have a question :
gDrive uploads files and changes their name and I can NOT download the files directely from GMail web site.
I saw the encrypt function in the function.php, how can I change the source code to upload the files without any change and encryption?
Thank you in advance
Yours
Who:
When: April 28th, 2005
Says: I downloaded the file which uploaded with gDrive (*.gdf). How can I uncompress it manually?
Please introduce a software to do it.
thx for your good product
Who:
When: April 30th, 2005
Says: when will version 0.7 will be out with support for public access? thx.
Who: user
When: April 30th, 2005
Says: Where are you u24?
Why you DON'T answer to the questions?
Please add comment if you are busy.
Who:
When: May 1st, 2005
Says: Yes, take it easy, this guy has a real life too, and if you care to read some of the earlier comments, the question about v7 has already been answered.
Always read before write.
Who: u24
When: May 1st, 2005
Says: :-) @ takeiteasy; indeed.
but I haven't responded to a few of the comments, so here goes:
ok, you can't download directly from gmail - what's sent to gMail is compressed and altered parts of your files, which gDrive sorts back out into the original when you download it via gDrive. as far as creating an application to decode .gdf files - I've written one, it's called gDrive.
the encrypt function isn't used; I planned to include it, but never got round to figuring out the mcrypt PHP functions. maybe next version.
and 0.7 will be probably be around sometime before the 17th of June. It's almost done, and will be excellent.
Who: u24
When: May 1st, 2005
Says: and, for creating labels for gDrive, I think there is a way to do this, change to g_get_files("my_label_name"); and then change GM_STANDARD to GM_QUERY. This is untested, but looking at libgmailer, I think it should work. let me know.
Who:
When: May 1st, 2005
Says: Will there be a folder hierarchy in 0.7? cause if we are going to use the space effectively, we need that. and moving files among them. Thanks.
Who:
When: May 1st, 2005
Says: Will 0.7 support files which have been uploaded by the help of previous version?
---
from u24:
there will be two folders in 0.7; public and private (self explanatory). I might add the ability to add other folders, but the problem is that I don't want to make it into a database application. Adding folders would almost certainly require a modification of the index, which would mean it wouldn't be compatible with 0.6. I'll investigate other ways to save files into folders (eg with the use of labels)
version 0.7 *will* be fully compatible with 0.6.
Who:
When: May 2nd, 2005
Says: hey, i installed your thing and most of it works fine, but when i try to upload a file bigger than the 7mb set by the script, it only uploads the first 7. the rest of the file doesn't appear, but i still see "1 of 3" in the email title. :/
---
from u24:
strange... you're not stopping the upload before it's done?
can you see what (if anything) is in the ./tmp folder?
Who:
When: May 2nd, 2005
Says: nope, i'm not. the first 7mb is sitting in the /tmp folder, with no trace of the other two :/
---
from u24:
very odd. not sure how to help; email me with details of the type of server, maybe the output of phpinfo() and anything else you might think useful, and I'll take a look
Who:
When: May 9th, 2005
Says: I encountered the problem:
Warning: dl(): Not supported in multithreaded Web servers - use extension statements in your php.ini in c:appservwwwgdrivelibgmailer.php on line 77
Warning: dl(): Not supported in multithreaded Web servers - use extension statements in your php.ini in c:appservwwwgdrivelibgmailer.php on line 77
Fatal error: Call to undefined function: curl_init() in c:appservwwwgdrivelibgmailer.php on line 164
How can I fix the problem?
Thanks!
Who:
When: May 9th, 2005
Says: I'm thinking of trying gDrive from
http://www.puremango.co.uk/cm_gdrive_109.php Sorry I have a few questions for the users/authors....
How long does it take to set up? as I don't use PHP, I guess I might try the free one suggested on the above page,
how hard is it to deal with?
and how fast/slow?
can the gDrive be "mapped" as a desktop drive?
Who: u24
When: May 10th, 2005
Says: chrisc:
I have seen this problem before, but am not sure how to fix it; the problem is with libgmailer's use of dynamically loaded extensions; try enabling php_curl.dll in php.ini
dgknox:
to set up is very simple; just change config.php to reflect your server's settings (only very simple things like the URL of your site) and then upload all the files to your webhost (the free one listed will work)
it's not very fast, but this will depend on your connection speed (of course)
it can't be mapped as a desktop drive, but gmailFS can; search google for it
check out the demo to see how easy it is to use.
Who: gb
When: May 11th, 2005
Says: Hello I was deceived of successful being to make to work gdrive on 100webspace but I make the login regularly and if I try to load rows return to me behind this error:
The requested URL/gdrive/gdrive.php was not found on this serveur.
If instead I try to download one file that I had up from the server demo with gdrive me this comes:
Warning: fopen(./tmp/xxxxxxxxx.rar.gdf103c771402f1a5f2): failed to open stream: Not such rows or directory in/home/www/gigando234.cogia.net/libgmailer.php on linens 449
Warning: file_get_contents(./tmp/xxxxxxx.rar.gdf103c771402f1a5f2): failed to open stream: Not such rows or directory in/home/www/gigando234.cogia.net/functions.php on linens 349
Warning: unlink(./tmp/xxxxxxxxx.rar.gdf103c771402f1a5f2): Not such rows or directory in/home/www/gigando234.cogia.net/functions.php on linens 352
It can be resolved in some way?
Thanks and compliment for gdrive!
----
from u24:
not sure; try a different host, or browse the comments above for similar problems
Who: heyimfake
When: May 12th, 2005
Says: will the transaction from 0.6 to 0.7 be easy with a proper configuration of making old file public ? thx
---
from u24:
yes, 0.7 will be 100% compatible with 0.6; you'll be able to switch over seemlessly
0.7 is almost finished, but needs a few things adding to it before I can make it live. expect it here within one month. (my exams finish on the 22nd, then I'll be working 100% of gDrive)
Who: heyimfake
When: May 12th, 2005
Says: thx for such a prompt reply.
I wonder if gDrive and GMailFS can be merged because it will give the user ease of uploading files by drag and drop into gmail by GMailFS while sharing files with other by gDrive. I want to help you coding but unfortunately I don't know php.
one more suggestion:multiple upload in 0.8?
or it is already in 0.7?
hey thx for your helpful fun project.
keep up the good work.
good luck with your exams too!!!
---
from u24:
thanks :-)
I'm not sure how gmailFS works, and don't have a computer connected to the net that I can test on (all gDrive development is done on shared machines which are locked down pretty tightly), that is a very cool idea but probably won't make it into 0.7.. possibly in a future version
-multiple uploads will be in 0.7
Who: heyimfake
When: May 12th, 2005
Says: I just notice one thing that if you download the file directly from gmail inbox, it lost the integrity of the file even though I changed the file name back to proper format. I notice that the file size shrink a little bit.
---
from u24:
yeah, gDrive compresses the uploaded files, and adds some tracking data to them; there's really no easy way to download direct from gMail.
Who: heyimfake
When: May 12th, 2005
Says: some bug:
- the file won't upload if the file name has ' (apostrophe) in it
-after upload, the page will stuck at the "The page cannot be displayed" error page in IE, the page won't refresh it self.
to improve:
-it would be great to have upload dialog box at the top if you have a lot to upload, later you have to go up the page to see if you uploaded successfully or not and come down again for another upload. (or vice-versa)
-since downloading from gmail inbox affect the integrity of the file damaging it, the forward function's advantages are limited as forwarding also end up downloading from Inbox. If this hassale could be overcame with little use of resources from server and included in public side page, it will be a great benefit to all.
since I am using the 100webspace and don't have the previlige of .htaccess, I can't upload files larger than 10mb and don't know much about issues involving uploading larger files now.
when does .htaccess' need kick in? at 10 mb exactly ? or around 8mb?
Can I use someone else gdrive page where I can upload larger files without giving away my userID
and password ?
---
from u24:
I'll fix the apostrophe bug n next version, thanks for letting me know.
You can use someone else's gDrive page to upload files larger than 10Mb (if their server supports it) but you can't guaruntee that they haven't modified it to store your gmail password.
.htaccess controls all uploads/downloads, regardless of size, the htaccess supplied with gDrive allows uploads of up to 1Gb
Who:
When: May 13th, 2005
Says: Hi there and thanks for this wonderful script!
however, i was able to install, view and upload files but when downloading i got the following:
Warning: fopen(./tmp/short story.doc.gdf103c8401b6087659): failed to open stream: No such file or directory in /home/hph/public_html/b/waymake/gdrive/libgmailer.php on line 449
Warning: file_get_contents(./tmp/short story.doc.gdf103c8401b6087659): failed to open stream: No such file or directory in /home/hph/public_html/b/waymake/gdrive/functions.php on line 356
Warning: unlink(./tmp/short story.doc.gdf103c8401b6087659): No such file or directory in /home/hph/public_html/b/waymake/gdrive/functions.php on line 359
incorrect index - got[] wanted[e11ee1ee69cc49836cca4f3525171c8e]
would appreciate your help on the subject
Who:
When: May 18th, 2005
Says: I really like the idea of more than 10mb, but I like the way Gmail Drive works, it's very easy. So I like to ask the developer: is it possible to make Gmail Drive so that it also accepts more than 10mb's?¿?
Who: heyimfake
When: May 18th, 2005
Says: 100webspace limitation.
I think the website has a limitation on the script memory of 8MB. Here is some info on script memory. Though they are not answering for our gdrive's issue, I have came to conclusion that it might be the case.
http://www.experts-exchange.com/Web/Web_Languages/PHP/Q_21066345.html
I have tried
ini_set("memory_limit","20M");
in 100webspace site but it doesn't work.(The admin at the site has prevent that for the site's own benefit.)
Before I go further to tell my humble opinion, I would like to admit that "I am total stranger to PHP and how the web site run". So if I ever get to the unwise conclusion that is far away from the facts, please forgive me.
Since 100webspace is not allowing us more than 8MB, I have changed the number 7340032 [7MB?] to 8388608[8MB] in config.php thus saving time processing splitting file larger than larger than 7MB and smaller then 8MB. I have tried 10485760[10MB], which is gmail limitation, but it doesn't work. So the max upload limit at 100webspace is 8MB.
I have asked help from some people, who has site with the previlige of no such limitation. [ I wanna say thanks to the person here again. ] after some failure with corruption, I finally manage to upload files. I have uploaded 75MB and 15MB files first. Since I am not using 100webspace, the config will be default [I believe as the gmail attachment show ~7MB file size], the 75MB produce 11 parts in gmail while the 15MB produce 3 parts. I try to download them from 100webspace, downloading 75MB file give server internal error page on Opera browser, while I can download 15MB file successfully. I want to see the integrity of the 75MB file and download it from the website where I upload it. It takes awhile for the site to stitch the parts back to be a complete file before it start downloading the file. The file does not lost its integrity however I have to change it back to its original extention and file name as the firefox download it as "action" without file extension. [please forgive my inconsistent usage of browser, as I have been testing on two website simultaneously] [I also found out that it happens with some other smaller files also when using firefox and the firefox will also give you disfigure layout] Then I upload file of 27MB using the other website. It gives out 4 parts and I can download it successfully from 100 webspace. Then I push the limit and upload 37MB files, which end up as 36MB on gdrive and give out 5 parts in gmail. When I download it from 100webspace, it give me server internal error page on Opera browser.
So to summerize all
100webspace has:
upload limitation:8MB
download limitation:27MB or 4 parts [wonder if will be raised if the config.php got changed to raise the partition size to 8MB]
Firefox is not the browser for gDrive 0.6 .
So if you can find site where you can upload for temp, you can upload file upto 27MB or 4 partition and later you can use 100webspace to download them saving the bandwith of the other site.
In doing this experiment, I have uploaded the files I want to upload and observing the nature [no junk file]. I have used up around 400MB of bandwith [uploading and downloading,downloading is to check file integrity] of that particular site. Thanks again to the site owner.
Who:
When: May 22nd, 2005
Says: Here you can see another usage of the nice gdrive; public file center ( http://www.epcgaming.com/filecenter )
I'd like to suggest some things as well:
- folder structure (by using for instance same method as gmailfs does)
- multiple file upload
Who: heyimfake
When: May 23rd, 2005
Says: Nice things to have
gDrive 0.6 has a very simple web interface. Our programmer has promised us to deliver a better UI :) . Here is one more nice feature to include. The uploading status bar since it would be better to see the progress and know when uploading is finished. Now 0.7 is going to out soon, so may be we can expect that in 0.8? Then to make it better, the bar can include dynamic message to say "1MB is uploaded," "2MB is uploaded," ... "The file is being split/archived.", "The parts are being sent/email to yourself."
The web interface can be all browser friendly (Opera included, of course. :) )
may be, I am asking too much. :)
---
from u24:
the 0.7 interface is -much- better looking [and will be slightly delayed due to hard drive crash :-( ]
Who: heyimfake
When: May 24th, 2005
Says: my own php server
Hi u24
I have been trying to install php on my computer and thinking of running my own server thus not bothering other people for upload. After a lot of trouble shooting with google, I have installed php-5.0.4-Win32 and solved php_curl.dll issue but I still got following errors. The error is there when I logged in and got to the gdrive.php page. I can see the files but I can't see the file icons
Notice: A session had already been started - ignoring session_start() in c:Inetpubwwwrootlibgmailer.php on line 146
Notice: Undefined index: action in c:Inetpubwwwrootgdrive.php on line 27
If you have time to help me out, I would really appreciate that. Thanks
---
from u24:
ok, this is because php.ini is set to show all levels of error - check out the WAMP tutorial here and down at the bottom do the edits to php.ini as instructed
hope that helps :-)
Who:
When: May 27th, 2005
Says: From yesterdaye, my gdrive shows me this message :
GMailer Initialization Failed!
What is wrong?
Who:
When: May 28th, 2005
Says: umm...pretty much the best script ever made ;) thnx!
Who:
When: May 28th, 2005
Says: From yesterday, my gdrive shows me this message :
GMailer Initialization Failed!
What is wrong?
Who: heyimfake
When: May 29th, 2005
Says: 100webspace does not support gdrive anymore?
I also have the same problem with 100webspace site but it is working well with other.
Who:
When: May 29th, 2005
Says: Hey. Wondering if anyone could help me out. I installed XAMPP on my computer and saved the gDrive directory into htdocs. I can open the login page but soon after entering my email and password I get the following errors:
Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=php_curl.dll in your php.ini in C:Webxampphtdocsgdrivelibgmailer.php on line 77
Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=curl.so in your php.ini in C:Webxampphtdocsgdrivelibgmailer.php on line 77
Fatal error: Call to undefined function curl_init() in C:Webxampphtdocsgdrivelibgmailer.php on line 164
Could anyone tell help?
Who: Lafie
When: May 29th, 2005
Says: I recommend everyone to use www.5gigs.com if you want free hosting, it supports everything and hasn't got the weird problem with 8mb max that www.100webspace.com has
so everyone, use www.5gigs.com
Who: Lafie
When: May 29th, 2005
Says: ooh and my previous link about a public File Center is not working anymore, you now have to register to forums www.epcgaming.org and then you can find the file center at
www.epcgaming.org/filecenter/index.php
It uses Gdrive, but deletes and adds some function to allow everyone to upload and download files (not delete or forward) and I added categories (different gmail accounts) and multiple file upload.
It's working very well for us.
Thanks for the script u24
P.S. this is not meant as a advert for epcgaming but I just would like to show some new way to use the script.
Who: heyimfake
When: May 29th, 2005
Says: THANKS Lafie
You sure should have told us about gdrive earlier. :)
5gigs Rock! (until now)
u24, I notice that I have to wait for some time for the page to load completely, mostly the page is loading a bunch of images. Then I realized that it is because you have converted all the email address to an image. Eventhough it is a really cool idea, when you have around 80 images on FAQ sites , it is taking around 45seconds to load the page which should be done within 15 seconds or so. just some observation. you also ROCK!!!
----
from u24:
yeah, I keep meaning to amend it to only convert to image if there's an @ sign..
ok, that's done :-) hope it loads faster now
Who: u24
When: May 30th, 2005
Says: lafie, thanks for finding 5gigs.com.
Your gDrive amends are very cool :-)
Who: Lafie
When: May 30th, 2005
Says: thanks u24, for that conversion from picture to text. I check this site on regular basis to see if I can help someone somehow, and the loading times were pretty much out of hand. But now it's a lot better.
Who:
When: May 30th, 2005
Says: Lafie, thank you for 5gigs, but I have yet a problem which is :
I login to my site and see all uploaded files, but when uploading a new file 5gigs shows me the error again :
GMailer Initialization Failed!
It should be noted that after refreshing, I see that the file uploaded correctly.
what is wrong?
thank you in advance
---
from u24:
seen this a few times - I've no idea why it's happening; Lafie? anyone else?
Who:
When: May 31st, 2005
Says: Hey, i want a multiple file upload, anyone done that yet?
---
from u24:
coming soon...
Who: heyimfake
When: June 1st, 2005
Says: Answer to error "libgmailer.php on lines 449"
When you see the following error with subsequent errors,
Warning: fopen(./tmp/xxxxxxxxx.rar.gdf103c771402f1a5f2): failed to open stream: Not such rows or directory in/home/www/gigando234.cogia.net/libgmailer.php on lines 449
you should check if you have the tmp folder in the folder where you put all gdrive php file.
The tmp file permission must be 777 or everything allowed for everybody(i.e read, write, execute for everybody). It is the case for me getting that errors.
Who: heyimfake
When: June 1st, 2005
Says: Are we there yet?
Hey u24
when is 0.7 comming out? now that you are totally concentrated on the project, give us some rumours, (I mean approximate date like MS Long Horn release :), you can postpone the date later :)) ).
Who: Lafie
When: June 2nd, 2005
Says: I can only say soon to 0.7 release :P.
Although I know nothing :P
And I dont know what the Gmailer Initialization Failed error means. I checked the code and it seems that the archive that handles all gmail things gets a wrong request.
Could I say that this is not a point anymore in 0.7 u24??? :P
---
from u24:
yep, 0.7 should be out, at least in a beta form, within a few days. I'm not sure what the 'gmailer init failed' error is, so not sure if 0.7 will fix it!
Who: JokerMyst
When: June 3rd, 2005
Says: On my webserver i recived this error: GMailer Initialization Failed!
Why?
Thx.
Who: Heyimfake
When: June 3rd, 2005
Says: RE:JokerMyst
if you are running gdrive on one of 100webspace sites, you are out of luck. try www.5gigs.com
Who: u24
When: June 4th, 2005
Says: as far as 0.7 goes, I've had several problems - had to try to fix a friend's computer that I screwed up, which took 3 days (and still isn't sorted), then my parents came down to pick us up from uni a day earlier than we thought, and packing all our stuff up etc.. I will try to get it done before we go on holiday on the 17th..
If you're really extra-lucky, I'll upload a screenshot before then ;-)
but trust me, it'll be worth the wait!
thanks for bearing with me :-)
Who:
When: June 6th, 2005
Says: 100webspace has blocked the use of Gdrive, 5gigs.com closed registration for their free service :(
Who: Lafie
When: June 7th, 2005
Says: try www.funpic.org It's free hosting with instant activation (I tried it, it's very fast, it's like signing in to a forum) and with all features required for Gdrive. I have to admit I didn't try Gdrive itself on it yet, but I have used it, and it's good.
Who: chupa
When: June 7th, 2005
Says: I must be real stupid because I'm getting this error
Warning: dl(): Unable to load dynamic library './php_curl.dll' - ./php_curl.dll: cannot open shared object file: No such file or directory in /home/bloated/public_html/gdrive/libgmailer.php on line 77
Warning: dl(): Unable to load dynamic library './curl.so' - ./curl.so: cannot open shared object file: No such file or directory in /home/bloated/public_html/gdrive/libgmailer.php on line 77
Fatal error: Call to undefined function: curl_init() in /home/bloated/public_html/gdrive/libgmailer.php on line 164
Who:
When: June 7th, 2005
Says: my gdrive shows me this error :
Warning: Cannot modify header information - headers already sent by (output started at /home/XXXX/public_html/config.php:67) in /home/XXXX/public_html/functions.php on line 427
what is wrong?
Who: Lafie
When: June 7th, 2005
Says: chupa:
You don't have the curl extension installed on your PHP host. This means Gdrive won't run on it, find another host.
__________________________________
b0x4it:
I couldn't find your exact problem, but have you modified the code in any way???
if not, then maybe your host adds something itself (like adverts, or frames maybe) this can produce this error, try another host too.
Who: chupa
When: June 8th, 2005
Says: ah ok thanks lafie
Who: JokerMyst
When: June 9th, 2005
Says: Hi, i tested the gdrive 0.6 on my local webserver and i have recived this error:
Notice: A session had already been started - ignoring session_start() in /www_gdrive/gdrive/libgmailer.php on line 149
Notice: Undefined index: action in /www_gdrive/gdrive/gdrive.php on line 27
and i not can upload the files.
in free host on Host.sk and T35.com i have recived the error GMailer Inizialized Field.
Thanks.
Who: Daniel
When: June 9th, 2005
Says: what are the system requirements?
can is use it on linux?
Who: Heyimfake
When: June 9th, 2005
Says: gDrive on Mac and Linux
Since it is a web base application, it can run on any operating system with GUI enable browser.
Who: Lafie
When: June 10th, 2005
Says: New Free Hosting: I don't know if they work:
www.hostina.com
www.2globalmart.com/free-homepages.html
www.parhosting.com/hosting_free.php
codes4u.net/newdesign/hosting.php
www.woomba.net/termsofservice.php
more to come...
Who:
When: June 10th, 2005
Says: Hi Daniel, i try this script in my webserver on Win2k Server with the tools EasyPHP, but i have testing this morning in my free host space "host.sk" and the script is ok but when i try to upload the file, it does not work.
http://jokermyst.host.sk/phpinfo.php
http://jokermyst.host.sk/gdrive/index.php
Try you and send me email, for resolve the problem.
Thanks.
Who:
When: June 10th, 2005
Says: i have tested:
codes4u.net/newdesign/hosting.php
it not work, with the phpinfo.php
www.parhosting.com/hosting_free.php
i have registered an account, try it later
www.2globalmart.com/free-homepages.html
not work
Thanks.
Who: Lafie
When: June 10th, 2005
Says: This one looks pretty promising:
http://www.clearphp.com/plans.php
Who:
When: June 11th, 2005
Says: i have tested:
codes4u.net/newdesign/hosting.php
it not work, with the phpinfo.php
www.parhosting.com/hosting_free.php
i have registered an account, try it later
www.2globalmart.com/free-homepages.html
not work
Thanks.
Who:
When: June 11th, 2005
Says: Hi all,
i have founded a site where this script and the Gmail-Lite worked.
visit www.php5.cz
I have tested,
GMail Drive 0.6 - jokermyst.php5.cz/gdrive/
GMail Lite 0.8a - jokermyst.php5.cz/gdrive1/
Who:
When: June 18th, 2005
Says: will "share it" feature be implemented in gdrive 0.7 ?
---
from u24:
yup.
Who:
When: June 21st, 2005
Says: Damn! gDrive (with actual libgmailer) doesn't work anymore. Gmail admins are smart asses.
Who: heyimfake
When: June 21st, 2005
Says: :( yeh, i checked it out and it is not working anymore. my account on 5gigs is not even displaying index.php (free stuffs are not reliable after all) may be our enthusiasm for sharing options has alert gmail admin of possible abuses. well can't help it.
it has been a fun project though.
good job u24.
gmailFS (the one you can install on your computer, PC only) still work.
http://www.viksoe.dk/code/gmail.htm
Who: Lafie
When: June 22nd, 2005
Says: Today an updated libgmailer was released by the author of gmail lite and libgmailer, you can download it on sourceforge:
http://prdownloads.sourceforge.net/gmail-lite/libgmailer.php?download
then overwrite the old libgmailer.php with this one and you're good to go.
Have a nice day :-)
Who:
When: June 22nd, 2005
Says: How to make gDrive able to work with all files, not only those wich are uploaded by itself?
There is something with "SUBJECT_PREFIX" :o
I'm not a php coder, so i cant correct code by myself.
Please help !!!
I really need it. I think it could be interesting not only for me. :o|
Who: Lafie
When: June 22nd, 2005
Says: I'm sorry but that is not possible, see: Gdrive splits files into chunks and renames them to another extension, then they get saved as an attachment with in the subject line, the subject prefix.
but, when you download from gdrive, the extension gets removed, and the chunks are put together and then you can download. the script would get nervous if you would download an attachment which is not a chunk and not the proper extension.
I might be wrong though :-)
Who:
When: June 24th, 2005
Says: Hi, i have created a new php script for gdrive, test it
Usage: gdrive 0.6 + gmail-lite 0.8b + last library
NORMAL - http://jokermyst.php5.cz/gdrive2/index.php
LITE - http://jokermyst.php5.cz/gdrive2/index2.php
Who:
When: June 28th, 2005
Says: 2 JokerMyst
Will you share it?
Who: JokerMyst
When: June 30th, 2005
Says: I share it, as soon as I have finished to write it.
Who: tdavishn
When: June 30th, 2005
Says: I realy like your script JokerMyst
when can I expect it to be out?
Who:
When: July 4th, 2005
Says: Yo.
Many apologies for not being around to answer questions recently; exams at uni, 2 week holiday in Greece and now working full time again have meant gDrive has been pushed far onto the back burner.
I do intend to get it done as soon as I can, but I just can't dedicate the time right now :-(
On the technical front, it seems google are going to continue changing the login system, so I'm considering a new approach to login (not using libgmailer, instead using POP3/SMTP), but again, this will push back release of 0.7 even further.
keep checking back, I appreciate your support :-)
Who: Lafie
When: July 5th, 2005
Says: I would like to announce that I'm going to create a download center script using the 0.7 environment. Everyone will be able to have his own downloads section on his webpage without having to use your own space.
It will support a variety of content management systems and will require mysql, I will start as soon as I get my hands on gdrive0.7.
I don't think many people here will be interested but for starting webmasters it could be a nice way to have your own downloads section
Who: heyimfake
When: July 9th, 2005
Says: u24
I have not checked if gdrive0.6 work anymore or not. if it is still working. please release 0.7 as it is without major change like switching to POP. that kinda change should be for version 2.0 because it is complete different engine. if u can do that it would be great because we can migrate to yahoo also. One thing I don't like about gmail is their privacy policy which is very controversial. how ever i think it is better to do a parallel project. hmmm.... shoulda learn php a bit and trick u with 'help', get a beta code for myself. :D so 0.6 still works?
Who: me
When: July 11th, 2005
Says: 0.6 still works (with updated libmailer.php as posted above)
Who:
When: July 16th, 2005
Says: WE WANT V7!!!!!
Please :P?
---
from u24:
I know, I know. I've tried and failed to get 0.7 working with POP, so am going to follow heyimfake's suggestion and release it with libgmailer (once I get that working)
I'll email everyone who's left their address on this page when it's ready. :-)
Who:
When: July 18th, 2005
Says: Dear jokermyst,
Your Gdrive at doesnt give any error even if i enter the wrong pass. A
http://jokermyst.php5.cz/gdrive/gdrive.php
And even if i try the rite pass, i wont log in at all (i cant see any file in the email that suppose to have tons of mail)
Who: Enri
When: July 20th, 2005
Says: I have the same problem, the script cannot login to gmail so I can't upload/download anything. Any solution?
---
from u24:
I think if you download the latest version of libgmailer and overwrite the gDrive's version with that one, it should work.
Who:
When: July 21st, 2005
Says: @Lafie
Make sure you make one for for postnuke too :)
Who:
When: July 24th, 2005
Says: Waiting for the great script~
Hope 0.7 will be released before August :P
Who: Gian Krl0
When: July 28th, 2005
Says: I overwrite with last version of libgmailer and always the same error message: GMailer Initialization Failed!
I tested this with several different servers.
Who: Gian Krl0
When: July 28th, 2005
Says: Your own demo http://gigdrive.tollfreepage.com/ show the same error message: GMailer Initialization Failed!
Who: Lafie
When: August 5th, 2005
Says: The latest libgmailer from sourceforge doesn't work. I found one that is able to log in and upload, but isn't able to download. I'm still searching for a proper one though, I think the guys over at www.xmailharddrive.com have a proper, I mailed them if I could have it, but they haven't replied yet.
Who: Lafie
When: August 5th, 2005
Says: I received a reply, the guys over at xmailharddrive will send their libgmailer to me tonight. I will then find a host and post a link right here. stay tuned.
Who: Lafie
When: August 6th, 2005
Says: Here's the new libgmailer. I've tested it and it's fully working. I would like to thank the guys over at xmailharddrive for sending me this version.
Direct Link:
http://libgmailer.li.funpic.org/libgmailer.zip
And keep an eye out for this website, I will try to allways host the latest libgmailer:
http://libgmailer.li.funpic.org
Have a nice day,
Lafie
Who: Gian Krl0
When: August 9th, 2005
Says: Yeah, Lafie you rule!
Gdrive with new libgmailer really work.
But it seems that the administrators of free hostings are blocking the execution of GMailer.
Because always show the same error: GMailer Initialization Failed! in several free hosting that I have tested.
I had to run my own server (in my home pc) to be able to test if this works.
Somebody can recommend a free hosting in which GDrive works.
*excuse me by my bad english*
Who: heyimfake
When: August 22nd, 2005
Says: Thx Lafie(Straw Hat?)
Gian, your english are pretty good except your excuse :),
I wonder what u24 is doing. He has promised us that it is almost finished and never heard of the 0.7 for a long time. I hope it can came out while google is not deliberately putting efforts to block gmail.
otherwise our expectation and hopes are wasted :)
---
from u24:
Sorry, I haven't done anything on gdrive for months. meh. One day I'll pick it up again, but don't hold your breath. I f anyone wants the code as it stands (unworking) give me a buzz.
Who:
When: August 24th, 2005
Says: Hey :P
How does one give you a buzz :P?
Cause I was really hoping to work with this code.
---
from u24:
I've buzzed you, check your gmail.
Who:
When: September 13th, 2005
Says: need gDrive 0.6,thanks
Who: Lafie
When: September 17th, 2005
Says: New Libgmailer again, you can get it right here:
http://libgmailer.li.funpic.org/libgmailer.zip
Who:
When: October 5th, 2005
Says: please send me last version of php source gdrive, thanks
Who:
When: December 28th, 2005
Says: I am HJvK from ohportal.be ( a opensource cms project), I can host tha files on our hosting account since we have plenty of space and bandwith, but I wanna get one little thing from you guys: please place a little banner someweher, we need to get beter known, please mail for more information
Who:
When: February 16th, 2006
Says: come back to check hoping if u24 has the drive to work on gdrive 0.7 with the new libgmailer that lafie has posted. :) hope is hard to die.
---
from u24:
:-)
one day. I'll email you.
Who:
When: April 27th, 2006
Says: New libgmailer,
http://sourceforge.net/project/showfiles.php?group_id=116304&package_id=126263
Who: seeek
When: August 2nd, 2006
Says: thankx its working with the new libgmailer
Who:
When: August 23rd, 2006
Says: Hi
Any verified Web Hosting that supports gdrive?
NO luck with freehostia.com or awardspace.com
pibesusa2@gmail.com
Thanks!
Who: u24
When: October 2nd, 2006
Says: Just a quick note to say thanks to everyone who's basically doing my work for me and keeping gDrive at least vaguely alive with support, libgmailer links, etc.
As I'm sure you've guessed I really have basically dropped it as a project, but one day I will probably pick it up again. Thanks for the support guys, it was fun.
Who:
When: October 16th, 2006
Says: Hello,
I can't seem to upload files for some reason.. There aren't any errors though.. i can login and upload files fine, but it just redirects me to the index page again which continues to show 0 out of 0 files
Any help would be awesome, the uploaders located at storage.phoenixgamers.net
Thanks
Who:
When: October 16th, 2006
Says: nvm, found the error
needed the tmp folder
thanks neway
Who:
When: August 19th, 2007
Says: I have been an enthusiastic DriveHQ user for almost 2 years. Their service is great!
All GDrive features are long available and better on DriveHQ.com. Visit www.drivehq.com and watch the demo.
# Backup. DriveHQ Online Backup works great. It has a lot of high-end features, much better than GDrive, including versioning, scheduled backup, encrypted storage, compressed upload, incremental backup and resuming, etc.
# Sync. DriveHQ FileManager can sync multiple PCs, multiple user accounts.
# VPN-less access. You can access your data from anywhere using a web browser, any FTP client, or DriveHQ Cline software, or SMTP/POP3 email with Outlook!
# Collaborate. DriveHQ Group Account service is a true enterprise class collaboration platform. You can easily share folders to different people with different access rights. DriveHQ Group Account owner / admin can create/manage/delete sub-accounts.
# Disconnected access. On the plane? VPN broken? All your files are still accessible as DriveHQ FileManager can cache the data for offline access! DriveHQ even offers SMTP/POP3 emails for offline Outlook access with unlimited email storage!
DriveHQ offers basic service for free. So why the hype and why the wait? Sign up at: http://www.drivehq.com/?refID=2925384
* denotes a required field.
Your email address will be converted to an image to prevent spambots picking it up.







