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

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1.     
    #1
    Member
    Website's:
    tv-release.net

    Default Fileserve PHP Auto Uploader 2011 (PHP script)

    Removed. Because it fails.
    adelsbm Reviewed by adelsbm on . Fileserve PHP Auto Uploader 2011 (PHP script) Removed. Because it fails. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    warezmasti.com warezstrings.com innoxeon.com
    demo not working

    EDIT: sorry

  4.     
    #3
    mmm mmm!
    Ehm, InnoX.. Didn't you read his post?

    BIG RED LETTERS

    HATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.

  5.     
    #4
    Member
    Website's:
    warezmasti.com warezstrings.com innoxeon.com
    lols iam feeling sleepy right now

  6.     
    #5
    mmm mmm!


    I've chmodded to 777.
    HATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.

  7.     
    #6
    Member
    Website's:
    tv-release.net
    work fine

  8.     
    #7
    Member
    Website's:
    HD-Streaming.org
    Can you make for Wupload

  9.     
    #8
    Member
    lol all the encoding in index.php just for

    PHP Code: 
    set_time_limit(0);

    require(
    "config.php");
    require(
    "includes/php.php"); 

  10.     
    #9
    It begins...
    Credit where credit is due? You stole/copied more than half the code from phpUploader and you call it your own lol.

    EDIT: And then you try to 'encrypt' with a fail base64 algorithm lol.

  11.     
    #10
    Member
    and the 2nd encoded bit, at least there arnt any nastys hidden in there

    PHP Code: 
    if (!empty($_POST['links']))
    {

        
    $isrename $_POST['renamefiles'];
        
    $isdelfile $_POST['delfile'];
        
    $newname $_POST['newname'];
        
    $isupload $_POST['hostupload'];
        
    $links explode("\n"$_POST['links']);
        if (
    file_exists("includes/download.php"))
        {
            include_once(
    "includes/download.php");
        }
        
    sleep(2); 

        
    $filelist = array();
        
    $handle opendir($filespath);
        while (
    false !== ($files readdir($handle)))
        {
            if (
    $files !== '.' && $files !== '..')
            {
                
    array_push($filelist$files);
            }
        }
        
    closedir($handle);
        
    sort($filelist);
        if (
    $isrename)
        {
            if(
    file_exists("includes/rename.php"))
                include_once(
    "includes/rename.php");
        }
        
        
    $filelist = array();
        
    $handle opendir($filespath);
        while (
    false !== ($files readdir($handle)))
        {
            if (
    $files !== '.' && $files !== '..')
            {
                
    array_push($filelist$files);
            }
        }
        
    closedir($handle);
        
    sort($filelist);
        if (
    $isupload)
        {
            if (
    file_exists("includes/upload.php"))
                include_once(
    "includes/upload.php");
        }

    echo 
    ""

        if(
    $isdelfile)
        { 
            foreach (
    $filelist as $file)
            {
                
    $filelocation $filespath $file;
                
    unlink ($filelocation);
                echo 
    "<br /><br />Deleted <strong>" $file " </strong>from files<br />";
            }
            echo 
    "<br /><br />";
            echo 
    "******* Done *******";
            
    sleep(2); 
        }


Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. auto uploader script
    By ppbb in forum File Host Discussion
    Replies: 0
    Last Post: 16th Aug 2011, 10:58 AM
  2. [Selling] Wautoposter Fully Automated Bot Script RSS FEED Auto Download Auto Upload
    By jpavsex in forum Completed Transactions
    Replies: 302
    Last Post: 10th Jul 2011, 09:30 AM
  3. [Selling] Wautoposter Automated Uploading Script Auto Download Auto Upload $9/month
    By jpavsex in forum Completed Transactions
    Replies: 83
    Last Post: 3rd Jul 2011, 05:06 AM
  4. Need uploader tht don't hv Fileserve account
    By BounceR in forum General Discussion
    Replies: 8
    Last Post: 13th Aug 2010, 02:01 PM

Tags for this Thread

BE SOCIAL