Skip to content
WJunction - Webmaster Forum

Search results

  1. H

    VPS Tehhost.net - 2Gbit Unmetered Windows & Linux VPS/VDS/Semi-Dedi - $12(US/NL/FR/UK)

    I know, but I have loads of funny, a maximum of 3%... may be problems with one user or data centre...
  2. H

    VPS Tehhost.net - 2Gbit Unmetered Windows & Linux VPS/VDS/Semi-Dedi - $12(US/NL/FR/UK)

    sometimes NL VPS 3 very laggy... upload speed and raring files very slow... and SSH access with very long delays! may be one user on this server have high load ...
  3. H

    [req] Ubuntu 11.04 PHP Curl Cookie Problems

    Thank you all. all is well
  4. H

    [req] Ubuntu 11.04 PHP Curl Cookie Problems

    function getCookie($user, $pass) { $ch = curl_init(); curl_setopt_array($ch, array( CURLOPT_URL => 'http://blahblahblah.com/login.php', CURLOPT_RETURNTRANSFER => true, CURLOPT_COOKIEJAR => 'cookie.txt', CURLOPT_USERAGENT =>...
  5. H

    [req] Ubuntu 11.04 PHP Curl Cookie Problems

    nope... i am writed info grabber from one site ... all you say I did it... but it is does not help anyway... very strange ...
  6. H

    [req] Ubuntu 11.04 PHP Curl Cookie Problems

    example ? i used chmod -x script.php and chmod 777 script.php ... but all this does not help ((
  7. H

    [req] Ubuntu 11.04 PHP Curl Cookie Problems

    Hi dears coders. I have a problem with PHP CURL Cookie... i am writed script and he work fine on home pc (windows 7), but when i load this script to my server (ubuntu 11.04) he did not work... cookie.txt file do not writed... Please Help! ps: sorry for my bad english...
  8. H

    [req] php curl filepost.com uploader

    ftp upload work bad with my vps... and the download link does not appear for a long time to parse ... but if u have good solution with ftp upload method, I listen carefully :)
  9. H

    [req] php curl filepost.com uploader

    thx... I am fixed... but script still dont work...
  10. H

    [req] php curl filepost.com uploader

    function fpLogin($email, $pass) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://filepost.com/premium/login'); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_COOKIEFILE...
  11. H

    [req] php curl filepost.com uploader

    pity that no one has helped (
  12. H

    [req] php curl filepost.com uploader

    hi dear coders, again. i am started write new script "php curl filepost.com uploader". I successfully wrote a function fpLogin, but have a problem with fpUpload. what URL to use to fill a file? help pls. thanks.
  13. H

    [req] how to get link on filesonic ?

    soft2050, thank you. i try. left to write the function get the list :)
  14. H

    [req] how to get link on filesonic ?

    yep! thank you very much!
  15. H

    [req] how to get link on filesonic ?

    deliteblogger, of course i want ^_^ thanks.
  16. H

    [req] how to get link on filesonic ?

    i think i must get page and grab link by file name... this possible ? and i can do this via API ?
  17. H

    [req] how to get link on filesonic ?

    nope. you just misunderstood ;)
  18. H

    [req] how to get link on filesonic ?

    this solution work only if you know ID... but i need get link by file name...
  19. H

    [req] how to get link on filesonic ?

    hello dears coders! sometimes i want get link to download file and want to do this fast and easy. filesonic api does not provide access to filelist, exist any solution ? thanks.
  20. H

    forums posting using php

    jokerhacker, awesome work. waiting "poster" function ^_^
Back
Top Bottom