phpUploader v2.1 - Opensource php based auto uploader

Status
Not open for further replies.
I'm going to LOOK into it. I hate torrents, though. I'm not sure if I'll be determined enough to code it. Besides, I really don't want emo butthurt kids crawling on my ass beating themselves about how i stole their idea.
 
^You should just try make base of the torrent uploader and let the rest of the community expand it. I dislike the stupidly high prices for these kind of scripts.
 
Warning: fopen(/home/xxxxxxxxxxxxxx/public_html/phpuploader/files/restoration.roadshow.s01e18.ws.pdtv.xvid-ftp.avi) [function.fopen]: failed to open stream: Permission denied in/home/xxxxxxxxxxxxxxxxx/public_html/phpuploader/includes/functions.php on line 182
 
^You should just try make base of the torrent uploader and let the rest of the community expand it. I dislike the stupidly high prices for these kind of scripts.

That's exactly what I'll do. Although I might have a few hurdles, but yeah, I'll manage :)

Solved it..

By the way, it's not possible to rename the file without unrar/rerar?

It is. With v1.4, deathbliss has added that functionality :)
 
Sand, you're going to have to wait for a little while longer mate. I'm going to go over the ENTIRE php files tomorrow and fix/optimize + organize code and then add the functionality you want.
You want it to be able to rename the file to whatever name you specify, while retaining the file extension, right?

I'm also going to repackage the versions so people who are not going to use specific mods, can download versions that exclude those mods. That'll make the code more efficient and 'in use' instead of just lying around not being used.
 
Yup, here's an sample:

http..host..dl..2929292/929292/You.Dont.Know.Jack.2010.DVDRip.XviD-LUMiX.CD1.part1.rar.html then I want to change it to http..host..dl..2929292/929292/You.Dont.Know.Jack.2010.DVDRip.XviD-LUMiX.CD1.part1_www.RLSWarez.com.html
 
this is awesome I appreciate all the work you guys put into this IMO mtn to create screens generated into the post would really complete this for uploading movies
 
[slide]http://screensnapr.com/u/nyz99z.png[/slide]

[slide]http://screensnapr.com/u/0mcy32.png[/slide]

though i have added the img of those buttons in the config.php :P
 
ok 1 more thing that imdb feature is awesome and also u think u should add torrent as an "option" + a good thing would be post layout so it would generate a full post with links and post to forums? like a few forums?
 
i think i figured that out Mind Freak open index.php and find

Code:
/*************Create the post*****************/

echo '<br /> Creating your Post with Links <br /><br /><hr /><br /><br />';

if ($info != "http://i28.tinypic.com/2qtkghz.png"){
echo '[img]$info[/img]';
}

include_once 'includes/imdb.class.php';
$link = stripslashes($_POST['link']);

if($link)
{    

$oIMDB = new IMDB("$link");

if ($oIMDB->_bFound) {

    echo '[B]' . $oIMDB->getTitle() . '[/B] - View ' . $oIMDB->getUrl() . '<br />';
    echo '[B]Cast:[/B] ' . $oIMDB->getCast(5) . '<br>';
    echo '[B]Directors: [/B]' . $oIMDB->getDirector() . '<br>';
    echo '[B]Genres: [/B]' . $oIMDB->getGenre() . '<br>';
    echo '[B]Plot: [/B]' . $oIMDB->getPlot() . '<br>';
    echo '[B]Release Date: [/B]' . $oIMDB->getReleaseDate() . '<br>';
    echo '[B]Runtime: [/B]' . $oIMDB->getRuntime() . '<br>';
    echo '[B]Tagline: [/B]' . $oIMDB->getTagline() . '<br>';
    echo '[B]Year: [/B]' . $oIMDB->getYear() . '<br>';
        echo '<br><br>';



} 
else {
    echo 'Movie or TV Show not found!';
}
}


if ($screenshots != "http://i27.tinypic.com/ipoxm8.png"){
echo '[img]$screenshots[/img]';
}



if ($download != "http://i27.tinypic.com/24mdv20.png"){
echo '[img]$download[/img]';
}
enter your image links at $info !="link here"

$screenshots !="link here"

$idownload !="link here"


yea sorry I coded it in notepad and never tested any of the added features :D

You should be glad there is no error lol
 
Status
Not open for further replies.
Back
Top