Search results

  1. G

    cURL

    Ok I edited a bit and managed to get some reactions: <html> <head> </head> <body> <? if (!isset($_POST['file'])){ ?> <form enctype="multipart/form-data" action="<?php echo $_SERVER['PHP_SELF']; ?>" id="form" method="post" style="display: inline;"> Max filesize: <b>100 MB</b><br />...
  2. G

    cURL

    Well. I want to be able to do a remote fileupload script to my filehost at http://datashelf.net. Basically, the form is on another server, and the file should be sent to http://datashelf.net/upload.php and handeled.
  3. G

    cURL

    Please debug and correct my misstakes: http://pastebin.com/m32e38cf curl_setopt($ch, CURLOPT_INFILESIZE, $_FILES['upfile']['size']); Makes it load forever.
  4. G

    How are you guys holding up with our economic troubles?

    Nothing really. The only thing is that Volvo(ford) and Saab(GM) is soon bankrupt.
  5. G

    NeoBux

    Payment proofs in this forum: http://www.neobux.com/forum/?frmid=6 I haven't really asked for payout yet ( minimum payout is $2) because I used my earnings on renting refferals. Now I need some Direct, active refferals too which I don't need to pay for, so please join! Refferal link (I would...
  6. G

    A must see !

    What do you mean?
  7. G

    A must see !

    Lawl. http://www.youtube.com/watch?v=LbciCSY2Ip0
  8. G

    Hilarious

    Hahaha. Simpsons FTW!
  9. G

    Some error I get when I try to post

    You need to upgrade to intermeditate PHP in your AMP. *wrong section, closed*
  10. G

    PHP fopen

    yeah that worked. thx
  11. G

    Bandwidth monitor script

    Nah I found an solution. I did this: $bwfile = filesize("./storage/".$validdownload[0]); $bwfile = $bwfile / 1024; $file = 'c:/wamp/www/file/secure/stat.txt' or die('Could not open file!'); $fh = fopen($file, 'rb') or die('Could not open file!'); $data = fread($fh, filesize($file))...
  12. G

    X10 hosting help mysql

    You need to create a database in cPanel. So if your cPanel name is hello, and the database name is user, it would become hello_user
  13. G

    X10 hosting help mysql

    the username is *cpanelusername*_*databaseusername*. Password is your cPanel password. db name is *cpanelname*_*dbname*.
  14. G

    PHP fopen

    $bwfile = filesize("./storage/".$foundfile[0]); $bwfile = $bwfile / 1024; $file = 'secure/stat.txt' or die('Could not open file!'); $fh = fopen($file, 'r') or die('Could not open file!'); $data = fread($fh, filesize($file)) or die('Could not read file!'); //here it stops fclose($fh); $result...
  15. G

    Bandwidth monitor script

    Google is useless as always, because it just brings up windows apps etc
  16. G

    Bandwidth monitor script

    I need a script, that is able to show all-time used bandwidth on a single page, on the homepage. Do anyone know of a script that can do this? Example: I run a file host, I want to be able to show the ammount of downloaded data since the start of the file host.
  17. G

    Leaving x10.

    :( I'll miss you. Bye
  18. G

    Need ADMIN, MODS, Super Mods etc

    *warez, closed*
  19. G

    support.x10hosting.com

    it is working for me, are you sure you go to http://support.x10hosting.com and didn't spell wrong?
Top