Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   Deluxe Torrent (http://www.bvlist.com/showthread.php?t=8756)

daffy 23rd March 2013 00:26

lol delete index.html in root / public_html also why your there delete xampp folder dont need it

DND 23rd March 2013 10:28

it means apache is installed
and u need to config the vhosts properly

aMiGo1972 23rd March 2013 12:52

here is a demo site: http://pornbay.no-ip.org works but i have no idea how to correct the theme or to change it.. for me after i imported the database it works.
I can say is a good source with external upload MOD installed. :wave:

DND 23rd March 2013 13:26

then pay someone to do it for ya.
and why use external torrents?

TheGodRo 4th April 2013 22:49

PHP Code:

Parse errorsyntax errorunexpected T_STRING in /membri/pips/include/bittorrent.php on line 226 


BlueZ98 28th June 2013 22:06

Chat message
 
How can i make this dissaper:
http://s2.postimg.org/oruajb23t/Capture.png
Pleas help :sos:

firefly007 28th June 2013 23:04

Quote:

Originally Posted by BlueZ98 (Post 41284)
How can i make this dissaper:
http://s2.postimg.org/oruajb23t/Capture.png
Pleas help :sos:

find this in near the bottom of takeupload.php

PHP Code:

$text "[url=http://www.peerspy.net/details.php?id=$id]".htmlspecialchars($torrent)."[/url]";
$userid "0";
 
$date=time();
mysql_query("INSERT  INTO shoutbox (id, userid, date, text) VALUES ('id'," sqlesc($userid)  . ", $date, " sqlesc($text) . ")") or sqlerr(__FILE____LINE__); 

and replace with this

PHP Code:

$text "[b]New torrent![/b] [url=$BASEURL/details.php?id=$id]".htmlspecialchars($torrent)."[/url] [color=lime][b]was just uploaded by[/b] [/color][url=$BASEURL/userdetails.php?id="$CURUSER['id'] ."] " .$CURUSER['username']."[/URL]";
$userid "10001";
 
$date=time();
mysql_query("INSERT INTO shoutbox (id, userid, date, text) VALUES ('id'," sqlesc($userid) . ", $date, " sqlesc($text) . ")") or sqlerr(__FILE____LINE__); 


BlueZ98 29th June 2013 00:21

Download
 
When i try to download something it's appear: "Not Found

Sorry pal :("

How can i resolve this i use a webhost: 000webhost.com
PLS :sos:

firefly007 29th June 2013 00:26

Quote:

Originally Posted by BlueZ98 (Post 41286)
When i try to download something it's appear: "Not Found

Sorry pal :("

How can i resolve this i use a webhost: 000webhost.com
PLS :sos:

Post your takeupload.php here!!!

BlueZ98 29th June 2013 00:33

Look
 
1 Attachment(s)
Here


All times are GMT +2. The time now is 17:09.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.