Forums Logo
 
Reply to this topicStart new topic
> Reseed Page.., a reseed page which lists the torrents which are dead + being leeched
Farjad
post Jul 1 2006, 01:21 AM
Post #1


Member
**

Group: Members
Posts: 28
Joined: 23-June 06
Member No.: 333



Tested & Working & The best I could have done

Upload the 2 Files:
reseed.php -> sources/action_public/
lang_reseed.php -> cache/lang_cache/en/

Open index.php

Find:
CODE
                 "online"     => array( "online"             , 'online'       , array() ),


Add under:
CODE
                 "reseed"     => array( "reseed"             , 'reseed'       , array() ),


Add new skin:
(Go to any of the skins and click Add Template)

Name: show_page
Variables: $links=""
Create New Group: reseed (skin_reseed)

Template Data:
CODE
<table cellspacing="0" width="100%">
    <tr>
<p>
<td valign="top" class="nopad" width="100%">
<div id="ucpcontent">
<div class="maintitle">Reseed</div>
{$links}
</div>
</td>
    </tr>
</table>
<div align='center' class='copyright'>Reseed © 2006 - 2008 , Coded by Farjad</div>


TEMPLATE EDITS::

All Global HTML --> global_board_header -->
Find:
CODE
<if="ipb.vars['gallery_images_path'] != ''">
<a href="{ipb.script_url}act=module&module=gallery">{ipb.lang['gallery']}</a>
</if>


Add after:
CODE
<a href="{ipb.script_url}act=reseed">Reseed</a>



P.S. This code couldn't be without the help of Jaggi smile.gif

This post has been edited by Farjad: Jul 27 2006, 05:22 AM


Attached File(s)
Attached File  reseed.zip ( 7.38k ) Number of downloads: 17
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
toolmanwill
post Jul 1 2006, 03:07 PM
Post #2


Advanced Member
***

Group: Beta Tester
Posts: 63
Joined: 20-April 06
Member No.: 5



Error : Parse error: syntax error, unexpected ')' in /home/influx/public_html/cache/skin_cache/cacheid_3/skin_reseed.php on line 16
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Farjad
post Jul 1 2006, 07:41 PM
Post #3


Member
**

Group: Members
Posts: 28
Joined: 23-June 06
Member No.: 333



check your skin... lol hmm.. i m not much into the skinning hmmmm what does it say in skin_reseed.php ?
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
toolmanwill
post Jul 1 2006, 08:30 PM
Post #4


Advanced Member
***

Group: Beta Tester
Posts: 63
Joined: 20-April 06
Member No.: 5



function show_page($links=) {
$IPBHTML = "";
//--starthtml--//


//--endhtml--//
return $IPBHTML;
}


thats starting with line 16
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Farjad
post Jul 1 2006, 08:34 PM
Post #5


Member
**

Group: Members
Posts: 28
Joined: 23-June 06
Member No.: 333



edit ur skin data varaibles and change $links= to $links=""
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Eddie
post Jul 2 2006, 03:20 PM
Post #6


Advanced Member
***

Group: Xtra Member
Posts: 53
Joined: 13-May 06
Member No.: 73



thanks, useful little page
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
kevs2g
post Jul 15 2006, 08:48 AM
Post #7


Newbie
*

Group: Members
Posts: 4
Joined: 11-July 06
Member No.: 387



Thanks for this too, a few nice extras coming along now - great see others adding to the tracker mod smile.gif
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
kaaji
post Jul 27 2006, 12:12 AM
Post #8


Member
**

Group: Members
Posts: 14
Joined: 10-June 06
From: France, Paris
Member No.: 277



Hi all,

This lisk is dead ?

Attached File(s)
Attached File lang_reseed.php ( 104bytes ) Number of downloads: 6
Attached File reseed.php ( 6.84k ) Number of downloads: 5

--------

I have a error message...
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
toolmanwill
post Jul 27 2006, 01:35 AM
Post #9


Advanced Member
***

Group: Beta Tester
Posts: 63
Joined: 20-April 06
Member No.: 5



Sorry, some required files are missing, if you intended to view a topic, it's possible that it's been moved or deleted. Please go back and try again.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Jaggi
post Jul 27 2006, 01:58 AM
Post #10


Administrator
***

Group: Project Developer
Posts: 350
Joined: 31-March 06
Member No.: 1



looks like they need reposting, delete the orginal and repost it in a zip etc.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
Farjad
post Jul 27 2006, 05:22 AM
Post #11


Member
**

Group: Members
Posts: 28
Joined: 23-June 06
Member No.: 333



Done wink.gif
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
kaaji
post Jul 27 2006, 01:56 PM
Post #12


Member
**

Group: Members
Posts: 14
Joined: 10-June 06
From: France, Paris
Member No.: 277



Thanks biggrin.gif biggrin.gif biggrin.gif biggrin.gif biggrin.gif

This post has been edited by kaaji: Jul 27 2006, 01:57 PM
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
r5a
post Aug 21 2006, 12:41 AM
Post #13


Member
**

Group: Members
Posts: 14
Joined: 20-August 06
Member No.: 499



Thanks, works great.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post
nightwisher
post Oct 2 2006, 04:14 PM
Post #14


Advanced Member
***

Group: Beta Tester
Posts: 66
Joined: 25-April 06
From: Bosnia
Member No.: 17



Thanks excelent mod !

Working fine to me !

Both version 1.1.1 and 1.1.3 !


Friendly
Nightwisher

This post has been edited by nightwisher: Oct 2 2006, 04:15 PM
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

Fast ReplyReply to this topicStart new topic
1 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
1 Members: OPPZeroCool

 

Lo-Fi Version 0.0905 sec    0.07    11 queries    GZIP Enabled
Time is now: 9th October 2006 - 11:39 PM