phpUploader v2.1 - Opensource php based auto uploader

Status
Not open for further replies.

Lifetalk

Active Member
4,392
2008
2,119
530
Wtf is this? Who the heck are you?
This is phpUploader. An open source and/or free, php based auto uploader. I'm lifetalk - a pretty much unknown figure around here.

What does it do?
FFS! I can't be arsed to keep updating this paragraph, lol. This shit does a lot of stuff. Have a look at the changelog.

Features:
- Downloads from RS/HF/FS/MU (Vanilla and LeechMod)
- Extracts files (Vanilla)
- Can extract password protected RAR's (Vanilla)
- Renames the extracted files (Vanilla)
- Changes the MD5 hash of the files (Vanilla)
- If extracted/downloaded files are videos, MTN will create a screencap and upload it to LulzImg (Vanilla/LeechMod)
- Re-Rar's the extracted file with a custom RAR name (Vanilla)
- Can password protect the new RAR files (Vanilla)
- Will generate a post layout using IMDB info (Vanilla and LeechMod)
- Uploads files back to RS/HF/FS/MU (Vanilla and LeechMod)

Extended features:
- You can add multiuser authentication to the script's access. (Vanilla and LeechMod)
- Notifies you via email and/or flashing screen/sound on completion (Vanilla)
- Uses binary rar/unrar so your server does not need RAR/UNRAR installed (Vanilla)
- Plugin based system (Don't bother with this - Vanilla and LeechMod)
- Can delete unnecessary files from the downloaded RAR (Vanilla)
- Can add your custom files to the new RAR (Vanilla)
- I don't remember the rest.. seriously!


Which filehosts?
At the moment:
- FileServe (Download/Upload)
- Hotfile (Download/Upload)
- Rapidshare (Download/Upload)
- Megaupload (Download/Upload)

Why did you release it for free? (Insert random negative effect of doing so, here)
Fuck you!

Can I donate $XYZ to you?
No.

Why?
Because I don't want to make money off warez.

But this is opensource!
Fuck you, again :|

Everyone will use this script to make money, though!
So be it. Look at the positive side. There will be a lot more 'alive' links. Yeah there might be spam, but there's also going to be more choice, variety, etc etc shit.

Got screens?
No. Too lazy to screenshot the new v2.0 release. I haz the Vanilla screens now. Someone screenshot the LeechMod release and PM me pl0xxxxxxxxx. Thankeeeeeeeeeee.

Vanilla Screens:

[slide]http://lulzimg.com/i3/4b45ea9b.png[/slide]
[slide]http://lulzimg.com/i3/80c3759f.png[/slide]
[slide]http://lulzimg.com/i3/8c6448d6.png[/slide]

Vanilla (l0calh0st GUI) Screen:

[slide]http://lulzimg.com/i3/c9ef5d54.png[/slide]


Download v2.1 LeechMod:
http://dl.dropbox.com/u/7114595/phpUploader/phpUploader_v2.1_LeechMod.zip

Download v2.1 Vanilla:
http://dl.dropbox.com/u/7114595/phpUploader/phpUploader_v2.1_Vanilla.zip


Thanks to:
- DeLeTeD for his awesome IMDB mod and skinning phpUploader
- Ronald for designing the skin :D
- deAthbLiss for his rename mod

Special thanks to:
- Somik for his loadza mods and his dedication to making phpUploader better. And of course, to his VPS, for helping us figure out what a possible problem could be :P
- v3g3t4 for his consistent beta testing :D We'll be sure to consistently bug you in future releases, mate :P

Bugs/reports?
Reply here. PMs WILL be ignored.

Prerequisites:
- PHP Safe Mode disabled.
- PHP cURL extension installed.
- Upload to Rapidshare uses the FileMigrator API function. You need to unlock your RS account (security lock).

How do I install RAR/UNRAR on my VPS/server?
If you have ssh access, then either of the two commands will work for you:
Code:
yum install rar unrar -y
OR
Code:
cd /tmp
wget http://www.rarlabs.com/rar/rarlinux-3.8.0.tar.gz
tar -zxvf rarlinux-3.8.0.tar.gz
cd rar
./rar
./unrar
cp rar unrar /usr/bin/
cd
Warning: We are not responsible for how you use the script. Do not use any script modifications or plugin(s) from anyone you dont trust, as they may modify the script to cause harm to your host or premium accounts.


I'll update this post if I've missed stuff out :)
 
684 comments
getting same error with FS ... RS , Hf working great... I have checked files in the files folder but it has only 0 bytes files.... for RS and HF working great
[slide]http://screensnapr.com/u/it6mq2.png[/slide]
 
[slide]http://i36.tinypic.com/fmpeea.png[/slide]

I've tried changing the path to everything possible but it still doesn't seem to work. Anyone know what I need to do?

Edit: Oh yeah, all the files are chmodded.
 
Ronald path is not right..... try this /home/ronald/[domain]/public_html/phpuploader/

or
/home/ronald/[domain]/phpuploader/

change [domain] with your domain on which u have uploaded it .....
e.g
if u have abc.com/phpuploader/
than
/home/ronald/abc.com/public_html/phpuploader/
 
Ronald path is not right..... try this /home/ronald/[domain]/public_html/phpuploader/

or
/home/ronald/[domain]/phpuploader/

change [domain] with your domain on which u have uploaded it .....
e.g
if u have abc.com/phpuploader/
than
/home/ronald/abc.com/public_html/phpuploader/

I don't have a domain, i'm on a shared RL plan. So I tried typing in the IP but didn't work :/
 
[slide]http://i36.tinypic.com/fmpeea.png[/slide]

I've tried changing the path to everything possible but it still doesn't seem to work. Anyone know what I need to do?

Edit: Oh yeah, all the files are chmodded.

look again in the picture you are missing a "/" before home/ so, check the config again
 
What host are you trying to download the file from, Ronald? Have you checked to make sure it's actually downloading the file?

That error can be caused cze of a misconfigured path or a file that did not download correctly.

@user02
No you cannot.
 
It doesn't start to download, that error instantly comes up. I'm trying to download from MU (the newer version). Can I send you details for my server and you set it up for me?
 
That's the reason the error is coming up. It's not downloading the file which means it is unable to grab the filename (it does that from the direct link). Which then means, there is no filename to create in the files directory. And, thus, the error.

Try downloading a file from FS/HF/RS. MU may be bugged. I have coded MU support officially and tested it, so I can confirm it's working. But I have not released the script yet cze I was thinking of getting Somik to implement his mod first then do a combined release of my script + his mod.
 
Ron, do this:

Open includes/functions.php. Find this code:
PHP:
function getmulink($link, $mucookie)
{
    $page = curl($link, '', $mucookie);
    preg_match('#Location: (.*)#', $page, $match);
    $link = trim($match[1]);
    return $link;
}

In that code, change this part:
PHP:
preg_match('#Location: (.*)#', $page, $match);

to this:
PHP:
preg_match('#location: (.*)#', $page, $match);
 
@Lifetalk, LOL! Looks like you already found out all the modifications i did to your original script!

Also, if you want me to implement my mod before release, PM me the download link, and i'll include my codes inbetween yours and PM you back the modified script :)
 
Status
Not open for further replies.
Back
Top