Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   Three-Times-T Source (http://www.bvlist.com/showthread.php?t=8769)

DARCK 26th January 2013 13:29

Quote:

Originally Posted by steven2007 (Post 39089)
How can I apply the shadow effect of the admin name in the text as shoutbox :suicide::suicide::suicide:

code exemple :
PHP Code:

<span style="color:#000000;text-shadow: 0px 0px 4px #00ff0f, -1px -1px #808080;font-weight:bold;"><b>admin</b></span

:drink:

steven2007 26th January 2013 13:43

ok but how do I do it for the shoutbox?
For my input text????

DARCK 26th January 2013 14:20

Quote:

Originally Posted by steven2007 (Post 39093)
ok but how do I do it for the shoutbox?
For my input text????

edit include/global.php

search:
PHP Code:

$s preg_replace("/\[u\]((\s|.)+?)\[\/u\]/""<span style='text-decoration:underline;'>\\1</span>"$s); 
    
// [u]Underline[/u]
    
$s preg_replace("/\[u\]((\s|.)+?)\[\/u\]/i""<span style='text-decoration:underline;'>\\1</span>"$s); 

add after:
PHP Code:

// [ul]text-shadow[/ul]
    
$s preg_replace("/\[ul\]((\s|.)+?)\[\/ul\]/""<span style='color:#000000;text-shadow: 0px 0px 4px #00ff0f, -1px -1px #808080;font-weight:bold;'>\\1</span>"$s); 
   
// [ul]text-shadow[/ul]
   
$s preg_replace("/\[ul\]((\s|.)+?)\[\/ul\]/i""<span style='color:#000000;text-shadow: 0px 0px 4px #00ff0f, -1px -1px #808080;font-weight:bold;'>\\1</span>"$s); 

bbcode:
PHP Code:

[ul]shadow[/ul

:drink:

steven2007 26th January 2013 14:28

great,thank you Darck:cool:

now just looking for how can I set it can only use the admins

would also be interesting for each team rank
ADMIN GREEN
SYSOP RED

etc
attention

Attention


Bump: please delete this source! in German forums has been deleted because it has been found more than 10 backdoors




joeroberts 30th January 2013 13:01

Quote:

Originally Posted by steven2007 (Post 39095)
please delete this source! in German forums has been deleted because it has been found more than 10 backdoors

please provide more info!
who what when where how

Thunder™ 30th January 2013 15:55

Typical German, they tend to spread false facts.

disability knows no borders.:lol:

As you can see again how incapable they are!

EMPEREUR1 31st January 2013 11:03

please fix
 
1 Attachment(s)
Hello looking for a solution to fix this error for this page php

the line that is in error is
$r = mysql_fetch_array($erg);


thank you in advance for your help



Code:

Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      1.
        Par activité comme adjudant
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      2.
        Upload eines Torrent´s für eine Crew, wo man Mitglied ist
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      3.
        Abgabe eines Feedback´s
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      4.
        Seed-Pflicht erfüllt (Ratio / Seedzeit)
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      5.
        Alleiniger Seeder der den Torrent im Seed hält
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      6.
        Mitmachen bei einer Umfrage
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      7.
        Erfüllung eines Request´s
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      8.
        Fertiger Download
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      9.
        Pro getätigten Support
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      10.
        PRO HALBE STUNDE - Längeres Seeden, nach Erfüllung seiner Seedpflicht
                                 
       
Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/tiber10/www/include/main_include.php on line 23
                      11.
        Upload un torrent


Naster 3rd February 2013 15:01

So as the first time and Intersse Thx to this source but on a German forum it hies:

XSS wonderful source, but one thing I noticed is there but she has when she was not yet Paid Inclusive xD


It was deleted after checking out of the German forum

joeroberts 3rd February 2013 15:46

Quote:

Originally Posted by Naster (Post 39244)
So as the first time and Intersse Thx to this source but on a German forum it hies:

XSS wonderful source, but one thing I noticed is there but she has when she was not yet Paid Inclusive xD


It was deleted after checking out of the German forum

don't understand a thing you just said!!!!

steven2007 4th February 2013 12:00

he wanted to say in the paid version are still some extras!

And it was said in German Forem also

Source deleted and thread closed because of suspected backdoor


All times are GMT +2. The time now is 20:19.

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