Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   I Need HELP!!! (http://www.bvlist.com/showthread.php?t=1008)

sharpe 14th September 2008 17:07

Warned User Pic + OnlyUp
 
:sos::sos::sos:
hi all,
i've ddl TS and i must say it's super, fits my needs!
But however i need some hacks can somebody help me?

1:
I would like to replace this http://i36.tinypic.com/2z8yohx.png on warned User instead of their own avatar.


2:
How do i make OnlyUP's e,g dowload don't count just Upload.

sharpe 17th September 2008 08:23

I've found it again but it was for Torrenttrader.....

http://bvlist.com/tracker-mods/961-t....html#post3974

can someone tellme ifit's possible to make it work for Torrentstrike(TBEdv)??

hack346 19th September 2008 15:47

2 Attachment(s)
If u want some like this in prints try this

Open your userdetails.php
find this lines

PHP Code:

if ($user["avatar"])
    print(
"<tr><td class=\"rowhead\">Avatar</td><td class=\"row1\" align=\"left\"><img src=\"" htmlspecialchars($user["avatar"]) . "\" alt=\"\"/></td></tr>\n");
print(
"<tr><td class=\"rowhead\">Class</td><td class=\"row1\" align=\"left\">" get_user_class_name($user["class"]) . "</td></tr>\n"); 

& replace with this:


PHP Code:

if ($user["warned"] == "yes") {
    
$warnedd "<tr><td class=\"rowhead\">Avatar</td><td class=\"row1\" align=\"left\"><img width=128 height=128 src=pic/warned_users.png border=0><font color=#ff0000><b>You have been warned</b></font></td></tr>\n";
    print (
"$warnedd");
} else {        
print(
"<tr><td class=\"rowhead\">Avatar</td><td class=\"row1\" align=\"left\"><img src=\"" htmlspecialchars($user["avatar"]) . "\" alt=\"\"/></td></tr>\n");
    } 
    print(
"<tr><td class=\"rowhead\">Class</td><td class=\"row1\" align=\"left\">" get_user_class_name($user["class"]) . "</td></tr>\n"); 


sharpe 19th September 2008 22:57

Yes! thats almost what i was looking for
Nice!

And whats about the Avatar on the left side?

:relax:


All times are GMT +2. The time now is 05:51.

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