Torrent Trackers guides blog


All about torrent tracker ! Modifications , themes , mods , sources engines .

  • Home
  • About
  • Blog Map

[codebox][/codebox] BBcode tag

Posted by vovqa in March 31st 2010  

Add code to your function format_forum or to other function

// [ codebox]Some long text[/codebox ]
		$s = preg_replace(
	'/\[codebox\]\s*((\s|.)+?)\s*\[\/codebox\]\s*/i',
	'<div class="codetop">CODEBOX</div><div class="codemain" style="width: 100%">\\1</div>', $s );

Style

.codetop{
	background: #f1b000 url(http://www.ru-board.com/new/images/topics/php.gif) no-repeat right;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
}
 
.codemain{
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	margin: 0 auto 0 auto;
	padding: 3px;
}
No Comment
under: Forum Mods
Tags: BBcode, forum
Digg it Add to del.icio.us Stumble it add to technorati

Forum Users Online

Posted by vovqa in March 28th 2010  

Gives you the users browsing the forums only, like on this forums’ “users online” or the “active users” on the tracker.

You need to create another field in the users table as follows:

ALTER TABLE 'users' ADD 'forum_access' DATETIME NOT NULL AFTER 'last_access' ;
ALTER TABLE 'users' ADD INDEX ( 'forum_access' ) ; //upto you IF you do this step!

…..Click here to read more

No Comment
under: Forum Mods
Tags: forum, Online, Users
Digg it Add to del.icio.us Stumble it add to technorati

Resize Large Images

Posted by vovqa in March 26th 2010  

I. What does it do
——————
This hackenables you to automatically resize every user-posted image which
is larger than given dimensions. Administrators are able to set the maximum
dimensions, and users can choose how enlarged images must be displayed.
The options are:
- No resizing
- Enlargement in the same document
- Enlargement in the same window (replacing the forum thread)
- Enlargement in a new window

It also adds an information bar (which is not displayed when the image is too
small) giving information about the original dimensions and filesize.

…..Click here to read more

No Comment
under: Forum Mods
Tags: forum, Images
Digg it Add to del.icio.us Stumble it add to technorati

Pager in subject

Posted by vovqa in March 26th 2010  

Little mod for forums.php
Attachment
…..Click here to read more

No Comment
under: Forum Mods
Tags: forum
Digg it Add to del.icio.us Stumble it add to technorati

Process Hit and Runers by ScarS

Posted by admin in March 26th 2010  

his mod is an add-on for the snatchlist mod, so you need to have that installed first.

If you do not have a snatchlist mod installed yet I suggest this one: [New and Improved] Snatchlist

A bit info about what it does:
This will set a user to pending hit and run if he leaves the torrent within 3 hours after the torrent was uploaded and his upload amount is less then half of his download amount and he downloaded at least 1 GB. It will then (through cleanup, to reduce queries on announce) send a message to a user that he has to return to the torrent within 1 hour. Actually he has 1.5 hour to return to the torrent. This is because cleanup can run maybe 20 minutes after he hit and ran the torrent, so if he would receive the message then he would actually have only 40 minutes to return to the torrent instead of 1 hour. If the user does not return to the torrent within the time limit his status will be changed to confirmed hit and run.

If you chose to use the auto warn script the cleanup will update the user’s hit and run total. If the user’s hit and run amount is larger then X the user will be warned. All hit&runs will then be reset and the cycle will start over.

If you chose not to use the auto warn script you can use hitruns.php to view all the hit and runs, and from there select which users to warn and which users to reset (remove from the hit and run list). Just find a nice place to add a link to hitruns.php. Note that you have to go there by hitruns.php?userid=*id* or hitruns.php?torrentid=*id*. So there are 2 possible search options, to view all hit and runs from a single torrent, or to view all hit and runs from a single user.
…..Click here to read more

No Comment
under: Addon Mods
Tags: simple script, system
Digg it Add to del.icio.us Stumble it add to technorati
Pages: 1 2 3 4 Next

Categories

    • Addon Mods (5)
    • Browse/Torrent/Details Mods (1)
    • Forum Mods (5)
    • Message/Email Mods (6)

Pages

    • About
    • Blog Map

Archives

    • March 2010 (17)

Tags

  • An intelligent announcement BBcode Category Manager easyiest script forum Images Multiplier No mail confirmation. Online Passkey Password Hint Simple mod simple script system Tbdev Upload Users video youtube like

Meta

    • Register
    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

Tags

  • An intelligent announcement BBcode Category Manager easyiest script forum Images Multiplier No mail confirmation. Online Passkey Password Hint Simple mod simple script system Tbdev Upload Users video youtube like

Recent Entries

  • [codebox][/codebox] BBcode tag
  • Forum Users Online
  • Resize Large Images
  • Pager in subject
  • Process Hit and Runers by ScarS
  • [video=] Tag (bbcode addition)
  • Set All Torrents FREE the easyiest script ive seen
  • Passkey by Skorpios
  • Category Manager Add/Edit/Delete/View
  • Comment Votes
  • Contact us/ submit query script
  • Password Hint (Fixed for FireFox & I.E
  • Color and text change of PM

Recent Comments

  • bastard in NoMail verification No mail confir…
  • bastard in Color and text change of PM
  • bastard in Password Hint (Fixed for FireFox &…
  • bastard in Contact us/ submit query script
  • lol in Comment Votes

Most Comments

  • Comment Votes (1)
  • Contact us/ submit query script (1)
  • Password Hint (Fixed for FireFox & I.E  (1)
  • Color and text change of PM (1)
  • NoMail verification No mail confirmation.  (1)
©2010 Torrent Trackers guides blog
Powered by WordPress 3.0    Valid XHTML    Valid CSS