Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #21  
Old 26th January 2013, 13:29
DARCK's Avatar
DARCK DARCK is offline
Senior Member
 
Join Date: Apr 2011
P2P
Posts: 69
Default
Quote:
Originally Posted by steven2007 View Post
How can I apply the shadow effect of the admin name in the text as shoutbox
code exemple :
PHP Code:
<span style="color:#000000;text-shadow: 0px 0px 4px #00ff0f, -1px -1px #808080;font-weight:bold;"><b>admin</b></span
Reply With Quote
  #22  
Old 26th January 2013, 13:43
steven2007 steven2007 is offline
Senior Member
 
Join Date: Jul 2011
Belgium
Posts: 46
Default
ok but how do I do it for the shoutbox?
For my input text????
Reply With Quote
  #23  
Old 26th January 2013, 14:20
DARCK's Avatar
DARCK DARCK is offline
Senior Member
 
Join Date: Apr 2011
P2P
Posts: 69
Default
Quote:
Originally Posted by steven2007 View Post
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
Reply With Quote
The Following User Says Thank You to DARCK For This Useful Post:
romano1 (26th July 2013)
  #24  
Old 26th January 2013, 14:28
steven2007 steven2007 is offline
Senior Member
 
Join Date: Jul 2011
Belgium
Posts: 46
Default
great,thank you Darck

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




Last edited by steven2007; 26th January 2013 at 14:44.
Reply With Quote
  #25  
Old 30th January 2013, 13:01
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by steven2007 View Post
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
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #26  
Old 30th January 2013, 15:55
Thunder™'s Avatar
Thunder™ Thunder™ is offline
Member
 
Join Date: Mar 2011
P2P
Posts: 11
Default
Typical German, they tend to spread false facts.

disability knows no borders.

As you can see again how incapable they are!
Reply With Quote
  #27  
Old 31st January 2013, 11:03
EMPEREUR1 EMPEREUR1 is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 44
Exclamation please fix
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
Attached Files
File Type: php main_include.php (23.6 KB, 28 views)
Reply With Quote
  #28  
Old 3rd February 2013, 15:01
Naster's Avatar
Naster Naster is offline
Member
 
Join Date: Sep 2010
P2P
Posts: 7
Default
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
Reply With Quote
  #29  
Old 3rd February 2013, 15:46
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by Naster View Post
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!!!!
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
The Following User Says Thank You to joeroberts For This Useful Post:
Phogo (3rd February 2013)
  #30  
Old 4th February 2013, 12:00
steven2007 steven2007 is offline
Senior Member
 
Join Date: Jul 2011
Belgium
Posts: 46
Default
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
Reply With Quote
Reply

Tags
source , threetimest

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 23:27. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.