Results 1 to 6 of 6
-
14th Jun 2009, 11:36 AM #1OPBanned
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); ?>
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
-
14th Jun 2009, 12:50 PM #2MemberWebsite's:
Plutost.com OffshorePort.net Desi-Mobilez.com PhotoshopDesigner.co.uk TutsBy.me BabesWallpapers.netCheers ! 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
-
14th Jun 2009, 12:59 PM #3OPBanned
I just use it to rape fuck out of freehosts
such as freehostia etc.
-
14th Jun 2009, 11:30 PM #4Member
what does it do?
-
14th Jun 2009, 11:42 PM #5Member
downloads
Coding Horror Fan
I don't read PM's frequently .
-
15th Jun 2009, 04:35 AM #6MemberWebsite's:
InvestDude.comnice 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 ;)
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to use RealDebrid in Remote Server?
By Eddie Morra in forum File Host DiscussionReplies: 6Last Post: 18th Mar 2012, 03:40 PM -
what's the benefit of Remote Desktop Server?
By soum111 in forum Hosting DiscussionReplies: 12Last Post: 16th Dec 2011, 03:38 PM -
TeamViewer on Centos Remote Server
By tawy in forum Server ManagementReplies: 8Last Post: 19th Jul 2011, 08:27 PM -
How to use remote desktop server?
By dixit16 in forum Hosting DiscussionReplies: 11Last Post: 26th Jun 2011, 10:15 PM -
Remote Desktop ServeR
By Phatal in forum Webmaster DiscussionReplies: 1Last Post: 15th Aug 2009, 02:34 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...