My Assistant
Logged in as: OPPZeroCool ( Log Out )
My Controls · View New Posts · My Assistant · 0 New Messages
New defiant v2.0, New defiant source |
Ba7ebahaaa |
Aug
27 2006, 12:33 AM
Post #46
|
Spam Soup Group: Member Posts: 117 Joined: 10-April 06 Member No.: 375,927 |
now what's next ? or you are tired to
continue ? you can make option to allow external torrents or not ( it might be hard since meta file doesn't include the announce url but that option will be great i love tracker when it doesn't have a Ratio system cuz it causes high load and most ppl now know the bug that allows to hit the ratio high without uploading so the whole system is useless and uses much RAM to perform maybe you can include some advanced options regarding the member system with ability to switch on/off through config.php things for ver 4 like ppl have to register to view site (On / Off ) ppl have to register to upload torrents (On / Off ) ppl have to register to download torrents (On / Off ) ppl have to register to comment (On / Off ) option in the announce for making it track only the torrents uploaded through the site and deny anonymous tracking (On / Off ) with this the script will be more advanced and still simple -------------------- |
wiak |
Aug
27 2006, 10:15 AM
Post #47
|
Got Root? Group: Souper VIP Posts: 252 Joined: 11-September 03 From: Norway Member No.: 11,329 |
wreid issue the uploaded torrents DO
not SHOW up
:/ -------------------- |
OT-omer |
Aug
27 2006, 11:03 AM
Post #48
|
Omer Group: Member Posts: 450 Joined: 2-February 05 From: Netherlands Member No.: 254,362 |
Done: ppl have to register to view site (On / Off ) ppl have to register to upload torrents (On / Off ) ppl have to register to download torrents (On / Off ) ppl have to register to comment (On / Off ) open header.php and configure in lines 13> 18 And if the torrent isn't uploaded in your site it will give this error when user is seeding "Torrent not listed in our site, please upload this torrent before you can seed". And you need to update your login system. Becaue when there is second user registered it will give this error when you log in "The login or password you specified was incorrect.". And that's now too fixxed . This post has been edited by OT-omer: Aug 27 2006, 10:25 PM -------------------- |
Ba7ebahaaa |
Aug
27 2006, 06:31 PM
Post #49
|
Spam Soup Group: Member Posts: 117 Joined: 10-April 06 Member No.: 375,927 |
man, there is no header.php in this
zip |
Maxxie |
Aug
27 2006, 09:48 PM
Post #50
|
Spam Soup Group: BT Community Leaders Posts: 275 Joined: 7-July 05 Member No.: 292,450 System Specs: (show/hide) Pentium 5.
:P |
Done: ppl have to register to view site (On / Off ) ppl have to register to upload torrents (On / Off ) ppl have to register to download torrents (On / Off ) ppl have to register to comment (On / Off ) open header.php and configure in lines 13> 18 And if the torrent isn't uploaded in your site it will give this error when user is seeding "Torrent not listed in our site, please upload this torrent before you can seed". And you need to update your login system. Becaue when there is second user registered it will give this error when you log in "The login or password you specified was incorrect.". And that's now too fixxed . Forgot header.. Is it also posible to block or only allowed trackers if uploading? This post has been edited by Maxxie: Aug 27 2006, 09:51 PM -------------------- |
OT-omer |
Aug
27 2006, 10:23 PM
Post #51
|
Omer Group: Member Posts: 450 Joined: 2-February 05 From: Netherlands Member No.: 254,362 |
all trackers are
allowed. Sorry dude here is the defiant version 3.6 with header.php This post has been edited by OT-omer: Aug 27 2006, 10:26 PM Attached File(s) defiant_v3.6.rar ( 17.59k ) Number of downloads: 45 |
Ba7ebahaaa |
Aug
28 2006, 07:34 PM
Post #52
|
Spam Soup Group: Member Posts: 117 Joined: 10-April 06 Member No.: 375,927 |
If i set CODE
$view_site =true;
i can't open register.php and login.php one more thing, why didn't you include the login fix that i mentioned before in this thread ? the log in is still not working giving CODE
Error Email not valid please look into this |
OT-omer |
Aug
29 2006, 10:40 AM
Post #53
|
Omer Group: Member Posts: 450 Joined: 2-February 05 From: Netherlands Member No.: 254,362 |
edite this in header.php line 245 CODE
if ($only=="/dev/register.php" || $only=="/dev/login.php") if you are running into a subfolder replace dev with your subfolder. if you are running into www map remove /dev or pm your site and i can look to yours |
Ba7ebahaaa |
Aug
29 2006, 06:01 PM
Post #54
|
Spam Soup Group: Member Posts: 117 Joined: 10-April 06 Member No.: 375,927 |
Mine says CODE
if ($only=="/register.php" ||
$only=="/login.php") it's a localhost Edit: forgot to say it's still not working This post has been edited by Ba7ebahaaa: Aug 29 2006, 06:01 PM |
OT-omer |
Aug
29 2006, 09:25 PM
Post #55
|
Omer Group: Member Posts: 450 Joined: 2-February 05 From: Netherlands Member No.: 254,362 |
are your running this script into a
subfolder or in the root folder |
Ba7ebahaaa |
Aug
30 2006, 01:29 AM
Post #56
|
Spam Soup Group: Member Posts: 117 Joined: 10-April 06 Member No.: 375,927 |
D:\xampp\htdocs\defiant36 |
OT-omer |
Aug
30 2006, 12:37 PM
Post #57
|
Omer Group: Member Posts: 450 Joined: 2-February 05 From: Netherlands Member No.: 254,362 |
Replace this CODE
if ($only=="/register.php" ||
$only=="/login.php") With this CODE
if ($only=="/defiant36/register.php" ||
$only=="/defiant36/login.php") |
Maxxie |
Aug
30 2006, 11:15 PM
Post #58
|
Spam Soup Group: BT Community Leaders Posts: 275 Joined: 7-July 05 Member No.: 292,450 System Specs: (show/hide) Pentium 5.
:P |
Replace this CODE
if ($only=="/register.php" ||
$only=="/login.php") With this CODE
if ($only=="/defiant36/register.php" ||
$only=="/defiant36/login.php") Omer, why are you using '/' for links? Example. <a href="/index.php> <a href="index.php"> Why not using the last one? (This method also works on other maps) This post has been edited by Maxxie: Aug 30 2006, 11:17 PM |
OT-omer |
Aug
31 2006, 03:40 PM
Post #59
|
Omer Group: Member Posts: 450 Joined: 2-February 05 From: Netherlands Member No.: 254,362 |
Replace this CODE
if ($only=="/register.php" ||
$only=="/login.php") With this CODE
if ($only=="/defiant36/register.php" ||
$only=="/defiant36/login.php") Omer, why are you using '/' for links? Example. <a href="/index.php> <a href="index.php"> Why not using the last one? (This method also works on other maps) If you know more of php you shouldn't ask stupid questions if you remove / it will give error you need to login CODE
if ($only=="/register.php" ||
$only=="/login.php") and by links i use <a href="./"> not <a href="/"> and ./ this method works too on other maps This post has been edited by OT-omer: Aug 31 2006, 03:41 PM |
test |
Yesterday, 07:57 PM
Post #60
|
Chicken Noodle Group: Spoons Posts: 1 Joined: 17-August 06 Member No.: 406,958 |
From where can i download latest
Defiant source
? |
Lo-Fi Version | 0.9289
sec --
15 queries
GZIP
Enabled Time is now: 22nd September 2006 - 12:51 AM |