5 Pages V « < 2 3 4 5 >  
Reply to this topicStart new topic
> New defiant v2.0, New defiant source
Ba7ebahaaa
post Aug 27 2006, 12:33 AM
Post #46
Group Icon


Spam Soup

Group: Member
Posts: 117
Joined: 10-April 06
Member No.: 375,927



now what's next ? or you are tired to continue ? tongue.gif

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


--------------------
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
wiak
post Aug 27 2006, 10:15 AM
Post #47
Group Icon


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 :/


--------------------
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
OT-omer
post Aug 27 2006, 11:03 AM
Post #48
Group Icon


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 smile.gif.

This post has been edited by OT-omer: Aug 27 2006, 10:25 PM


--------------------
IPB Image
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Ba7ebahaaa
post Aug 27 2006, 06:31 PM
Post #49
Group Icon


Spam Soup

Group: Member
Posts: 117
Joined: 10-April 06
Member No.: 375,927



man, there is no header.php in this zip
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Maxxie
post Aug 27 2006, 09:48 PM
Post #50
Group Icon


Spam Soup

Group: BT Community Leaders
Posts: 275
Joined: 7-July 05
Member No.: 292,450
 
System Specs: (show/hide)




QUOTE(OT-omer @ Aug 27 2006, 09:03 AM) *

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 smile.gif.

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


--------------------
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
OT-omer
post Aug 27 2006, 10:23 PM
Post #51
Group Icon


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)
Attached File  defiant_v3.6.rar ( 17.59k ) Number of downloads: 45
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Ba7ebahaaa
post Aug 28 2006, 07:34 PM
Post #52
Group Icon


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 huh.gif

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

User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
OT-omer
post Aug 29 2006, 10:40 AM
Post #53
Group Icon


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
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Ba7ebahaaa
post Aug 29 2006, 06:01 PM
Post #54
Group Icon


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
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
OT-omer
post Aug 29 2006, 09:25 PM
Post #55
Group Icon


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
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Ba7ebahaaa
post Aug 30 2006, 01:29 AM
Post #56
Group Icon


Spam Soup

Group: Member
Posts: 117
Joined: 10-April 06
Member No.: 375,927



D:\xampp\htdocs\defiant36
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
OT-omer
post Aug 30 2006, 12:37 PM
Post #57
Group Icon


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")
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Maxxie
post Aug 30 2006, 11:15 PM
Post #58
Group Icon


Spam Soup

Group: BT Community Leaders
Posts: 275
Joined: 7-July 05
Member No.: 292,450
 
System Specs: (show/hide)




QUOTE(OT-omer @ Aug 30 2006, 10:37 AM) *

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
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
OT-omer
post Aug 31 2006, 03:40 PM
Post #59
Group Icon


Omer

Group: Member
Posts: 450
Joined: 2-February 05
From: Netherlands
Member No.: 254,362
 


QUOTE(Maxxie @ Aug 30 2006, 11:15 PM) *

QUOTE(OT-omer @ Aug 30 2006, 10:37 AM) *

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 dry.gif
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
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
test
post Yesterday, 07:57 PM
Post #60
Group Icon


Chicken Noodle

Group: Spoons
Posts: 1
Joined: 17-August 06
Member No.: 406,958



From where can i download latest Defiant source
?
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Your Ad Here

5 Pages V « < 2 3 4 5 >
Fast ReplyReply to this topicStart new topic
2 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

 




Lo-Fi Version 0.9289 sec    --    15 queries    GZIP Enabled
Time is now: 22nd September 2006 - 12:51 AM