Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Need Help (HTTP Error 404) (http://www.bvlist.com/showthread.php?t=9315)

Chez 19th July 2013 13:43

Need Help (HTTP Error 404)
 
Hi ... i have a problem with my system ... after i upload a torrent ... when i want to seed it ... it show me this error:
http://i.imgur.com/xbikto7.png

How to solve it?

wMan 19th July 2013 13:51

check the announce.php

Code:

$valid = @mysql_fetch_row(@mysql_query("SELECT COUNT(*) FROM peers WHERE torrent=$torrentid AND passkey=" . sqlesc($passkey)));

if ($valid[0] >= 2 && $seeder == 'no') err("Connection limit exceeded! You may only leech from one location at a time.");

if ($valid[0] >= 3 && $seeder == 'yes') err("Connection limit exceeded!");


firefly007 19th July 2013 14:30

Quote:

Originally Posted by Chez (Post 41713)
Hi ... i have a problem with my system ... after i upload a torrent ... when i want to seed it ... it show me this error:
http://i.imgur.com/xbikto7.png

How to solve it?

HTTP404 means that either your paths are incorrect ($BASEURL) or domian/IP does not exists/not reachable. Check if your Server is up, Apache or what ever server you are using. If you are using a Nix server Type nmap 89.45.29.126 and see what ports are open(80). If you don't have nmap, type sudo apt-get install nmap. alternatively you could just ping it ping 89.45.29.126

Chez 19th July 2013 16:04

I'm running it on localhost (XAMPP)

firefly007 19th July 2013 17:34

Quote:

Originally Posted by Chez (Post 41724)
I'm running it on localhost (XAMPP)

Can you access your site on :80 are you or do you have Skype, if you do edit Skype setting and deselect: "Use port 80 and 443 as alternative for incoming connections"


All times are GMT +2. The time now is 01:14.

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