Activity Stream
48,167 MEMBERS
6830 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Banned

    Default Tip: Remote get on a shared server.

    Create a new folder set perms to 777

    Create new file:
    Code: 
    <?php
    define('BUFSIZ', 4095);
    $url = 'url of teh file';
    $rfile = fopen($url, 'r');
    $lfile = fopen(basename($url), 'w');
    while(!feof($rfile))
    fwrite($lfile, fread($rfile, BUFSIZ), BUFSIZ);
    fclose($rfile);
    fclose($lfile);
    ?>
    Save it as index.php

    Now visit your folder via cpanel /2/ for example.

    Now wait a while and check your folder and there you have your files.
    Luke Reviewed by Luke on . Tip: Remote get on a shared server. Create a new folder set perms to 777 Create new file: <?php define('BUFSIZ', 4095); $url = 'url of teh file'; $rfile = fopen($url, 'r'); $lfile = fopen(basename($url), 'w'); while(!feof($rfile)) fwrite($lfile, fread($rfile, BUFSIZ), BUFSIZ); Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Plutost.com OffshorePort.net Desi-Mobilez.com PhotoshopDesigner.co.uk TutsBy.me BabesWallpapers.net
    Cheers ! Nice work man
    Plutost.com Asia & Europe Hosting Provider / Offshore Shared/VPS Hosting / Even Better than Gold
    WHMCS License Verify (Catch those scam hosts)
    Tutorials By .Me

  4.     
    #3
    Banned
    I just use it to rape fuck out of freehosts such as freehostia etc.

  5.     
    #4
    Member
    what does it do?

  6.     
    #5
    Member
    downloads
    Coding Horror Fan
    I don't read PM's frequently .

  7.     
    #6
    Member
    Website's:
    InvestDude.com
    nice job Toxin, this is like wget rite?
    InvestDude.com Learn to make money by investing in hyips (high yield investment programs), affiliate marketing and tons of other method ;)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to use RealDebrid in Remote Server?
    By Eddie Morra in forum File Host Discussion
    Replies: 6
    Last Post: 18th Mar 2012, 03:40 PM
  2. what's the benefit of Remote Desktop Server?
    By soum111 in forum Hosting Discussion
    Replies: 12
    Last Post: 16th Dec 2011, 03:38 PM
  3. TeamViewer on Centos Remote Server
    By tawy in forum Server Management
    Replies: 8
    Last Post: 19th Jul 2011, 08:27 PM
  4. How to use remote desktop server?
    By dixit16 in forum Hosting Discussion
    Replies: 11
    Last Post: 26th Jun 2011, 10:15 PM
  5. Remote Desktop ServeR
    By Phatal in forum Webmaster Discussion
    Replies: 1
    Last Post: 15th Aug 2009, 02:34 PM

Tags for this Thread

BE SOCIAL