Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #21  
Old 15th July 2008, 11:17
mrdecoder mrdecoder is offline
VIP
 
Join Date: May 2008
Netherlands
Posts: 107
Default re: TS SE v5.1 NULLED
lol this is because that file was used from 5.0 thats why its stil encoded
ill make quick fix for it
and ill try to decoded as soon as pos
Reply With Quote
  #22  
Old 15th July 2008, 14:42
Bronsa Bronsa is offline
Member
 
Join Date: Mar 2008
Posts: 6
Default re: TS SE v5.1 NULLED
in shoutbox i can't view
Code:
  function show_shoutbox_commands ()
  {
    echo '
	<table class=main border=0 cellspacing=0 cellpadding=0 width=100%><tr><td class=embedded>
	<table width=100% border=1 cellspacing=0 cellpadding=10>
	<table class="none" border="0" cellpadding="4" cellspacing="1" width="100%">

	<tr>
	<td class="thead" colspan="10" align="center"><font color=#FF0000>SHOUTBOX COMMANDS - USE THE COPY AND PASTE FUNCTION TO COPY COMMAND INTO SHOUTBOX</a></font></td>
	</tr>

	<tr>
	<td align="center">Prune delets all text within the shoutbox with no chance of recover.  Use wisely. To use type /prune</td></td>
	<td align="center">Pruneshout will delete a single word throughout the shout or a group of words. See Example #1 Below. </td>
	<td align="center">Shouts a notice to all users within the shoutbox. To use type [/notice your text here without the brackets]</td>
	<td align="center">Ban will ban a user from the shoutbox till you unban them. To use type /ban [username here without the brackets]</td>
	<td align="center">Unban will unban a user from the shoutbox giving them access to shout again. To use type /unban [username here without the brackets]</td>
	</tr>

	<tr>
	<td align="center"><input type="text" size="20" value="/prune"></td>
	<td align="center"><input type="text" size="20" value="/pruneshout"></td>
	<td align="center"><input type="text" size="20" value="/notice"></td>
	<td align="center"><input type="text" size="20" value="/ban"></td>
	<td align="center"><input type="text" size="20" value="/unban"></td>
	</tr>

	<tr>
	<td align="center">Warn will give a user a warning for not following the rules of the shoutbox. To use type /warn [username here without the brackets]</td></td>
	<td align="center">Unwarn will remove a user a warning allowing them to use the shoutbox again. To use type /unwarn [username here without the brackets]</td>
	<td align="center">Status show the details of the user within the shoutbox. To use type /status [username here without the brackets]</td>
	<td align="center">Pruneshout will delete a single word. To use type [/pruneshout hello] which will delete the word hello throughout the shoutbox</td>
	<td align="center">Pruneshout will delete a phrase of words. To use type [/pruneshout hello how is everyone] which will delete the phrase "hello how is everyone" from the shoutbox</td>
	</tr>

	<tr>
	<td align="center"><input type="text" size="20" value="/warn"></td>
	<td align="center"><input type="text" size="20" value="/unwarn"></td>
	<td align="center"><input type="text" size="20" value="/status"></td>
	<td align="center"><input type="text" size="20" value="example#1"></td>
	<td align="center"><input type="text" size="20" value="example#2"></td>
	</tr>

	</table>
';
  }
the function that allow owners to view the shoutbox commands

some one can fix this problem?



Meanwhile I did so:

create the file : shoutbox_commands.php
and add this

Code:
<table class=main border=0 cellspacing=0 cellpadding=0 width=100%><tr><td class=embedded>
	<table width=100% border=1 cellspacing=0 cellpadding=10>
	<table class="none" border="0" cellpadding="4" cellspacing="1" width="100%">

	<tr>
	<td class="thead" colspan="10" align="center"><font color=#FF0000>SHOUTBOX COMMANDS - USE THE COPY AND PASTE FUNCTION TO COPY COMMAND INTO SHOUTBOX</font></td>
	</tr>

	<tr>
	<td align="center">Prune delets all text within the shoutbox with no chance of recover.  Use wisely. To use type /prune</td></td>
	<td align="center">Pruneshout will delete a single word throughout the shout or a group of words. See Example #1 Below. </td>
	<td align="center">Shouts a notice to all users within the shoutbox. To use type [/notice your text here without the brackets]</td>
	<td align="center">Ban will ban a user from the shoutbox till you unban them. To use type /ban [username here without the brackets]</td>
	<td align="center">Unban will unban a user from the shoutbox giving them access to shout again. To use type /unban [username here without the brackets]</td>
	</tr>

	<tr>
	<td align="center"><input type="text" size="20" value="/prune"></td>
	<td align="center"><input type="text" size="20" value="/pruneshout"></td>
	<td align="center"><input type="text" size="20" value="/notice"></td>
	<td align="center"><input type="text" size="20" value="/ban"></td>
	<td align="center"><input type="text" size="20" value="/unban"></td>
	</tr>

	<tr>
	<td align="center">Warn will give a user a warning for not following the rules of the shoutbox. To use type /warn [username here without the brackets]</td></td>
	<td align="center">Unwarn will remove a user a warning allowing them to use the shoutbox again. To use type /unwarn [username here without the brackets]</td>
	<td align="center">Status show the details of the user within the shoutbox. To use type /status [username here without the brackets]</td>
	<td align="center">Pruneshout will delete a single word. To use type [/pruneshout hello] which will delete the word hello throughout the shoutbox</td>
	<td align="center">Pruneshout will delete a phrase of words. To use type [/pruneshout hello how is everyone] which will delete the phrase "hello how is everyone" from the shoutbox</td>
	</tr>

	<tr>
	<td align="center"><input type="text" size="20" value="/warn"></td>
	<td align="center"><input type="text" size="20" value="/unwarn"></td>
	<td align="center"><input type="text" size="20" value="/status"></td>
	<td align="center"><input type="text" size="20" value="example#1"></td>
	<td align="center"><input type="text" size="20" value="example#2"></td>
	</tr>

	</table>
and upload in your ts directory

than in your ts setting pannel create the plugin :
Code:
<font color=#FF0000>SHOUTBOX
and add
Code:
<CENTER><a href="" onclick="javascript:open('/shoutbox_commands.php', 'SHOUTBOX COMMANDS','width=450,height=455,scrollbars=yes,menubar=no,top=100,left=100');">
	<font color=#FF0000>SHOUTBOX COMMANDS - USE THE COPY AND PASTE FUNCTION TO COPY COMMAND INTO SHOUTBOX</font></A></CENTER>



it isn't so cool but it works :)
Reply With Quote
The Following User Says Thank You to Bronsa For This Useful Post:
zenja7777 (13th August 2008)
  #23  
Old 15th July 2008, 20:54
oMaRcO oMaRcO is offline
Senior Member
 
Join Date: Jul 2008
Netherlands
Posts: 38
Default re: TS SE v5.1 NULLED
XAM!!!why don't u come and kiss my black hairyass?? Muahaha :D :D
Reply With Quote
  #24  
Old 15th July 2008, 21:47
treedraw treedraw is offline
Member
 
Join Date: Jun 2008
Posts: 3
Default re: TS SE v5.1 NULLED
I can't add forums even after applying the above fix...
Reply With Quote
  #25  
Old 15th July 2008, 22:21
Bronsa Bronsa is offline
Member
 
Join Date: Mar 2008
Posts: 6
Default re: TS SE v5.1 NULLED
i can't upload torrent
i can't edit users
i can't manage tracker category the tool in admin/index.php
;(
Reply With Quote
  #26  
Old 16th July 2008, 19:08
Keiichi Keiichi is offline
Senior Member
 
Join Date: Feb 2008
Brazil
Posts: 25
Default re: TS SE v5.1 NULLED
mrdecoder

fix for admin/serverinfo.php
OPEN admin/serverinfo.php
find
line 499 / 503
Code:
 if (((!isset ($QVzsJENlYmRCEPZLlcosOxYoXmHFHU) OR !isset ($ElcIsKCbLxSLnATLMqOomw_sblJJip)) OR !isset ($OOxAXSVaFvtfxHtwSDJRBWuxUJNfFe)))
  {
    exit (@base64_decode ('VGhlIGF1dGhlbnRpY2F0aW9uIGhhcyBiZWVuIGJsb2NrZWQgYmVjYXVzZSBvZiBpbnZhbGlkIGZpbGUgZGV0ZWN0ZWQh'));
    exit (@base64_decode ('VGhlIGF1dGhlbnRpY2F0aW9uIGhhcyBiZWVuIGJsb2NrZWQgYmVjYXVzZSBvZiBpbnZhbGlkIGZpbGUgZGV0ZWN0ZWQh'));
  }
DELETE IT

ok
Reply With Quote
The Following User Says Thank You to Keiichi For This Useful Post:
zenja7777 (13th August 2008)
  #27  
Old 17th July 2008, 10:58
mcfe mcfe is offline
Senior Member
 
Join Date: Jun 2008
Posts: 16
Default re: TS SE v5.1 NULLED
where is his emptying the db code?
Reply With Quote
  #28  
Old 17th July 2008, 13:15
Villen Villen is offline
Member
 
Join Date: Jul 2008
Posts: 1
Default re: TS SE v5.1 NULLED
I've found XSS at processing BB codes.
Vulnerable tag is "[url]"

Code:
click me
As the decision I have made compulsory replacement & on & in function format_comment
before call htmlspecialchars_uni.

Incidentally, anybody knows why htmlspecialchars_uni passes &#digit; ?

sorry for my english, prompt :)
Reply With Quote
  #29  
Old 17th July 2008, 18:40
HEKERU HEKERU is offline
Member
 
Join Date: Jul 2008
Posts: 4
Default re: TS SE v5.1 NULLED
hello

i have problem with install TSSE 5.1 in step 1

Corrupted file detected! Please re-download the source code from https://templateshares.net
Please contact the TS Team regarding the issue. http://xamisass.com



Sory for my poor ENG.
Reply With Quote
  #30  
Old 17th July 2008, 19:39
lost91 lost91 is offline
Member
 
Join Date: May 2008
Posts: 9
Default re: TS SE v5.1 NULLED
Thank You mrdecoder!

But it's possible to make a fix for ts_lottery ?
Reply With Quote
Reply

Tags
nulled , tsse , v51

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
TSSE v5.6 DECODED (NOT NULLED) Fynnon Template Shares 86 15th January 2019 19:56
TSSE v4.3 Nulled Keiichi Downloads 33 17th April 2010 18:25
TSSE 5.4.1 NULLED v1.2 mrdecoder Downloads 96 2nd July 2009 14:47
TSSE 5.4 Nulled problem games4pros Template Shares 2 5th April 2009 01:41
TSSE v5.4.1 Fully Decoded [Not Nulled] DrNet Downloads 44 3rd April 2009 10:05



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