Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
  #1  
Old 13th December 2009, 17:46
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default [TSSE 5.x] Staff Shoutbox
here is the staff_shoutbox for this code it needs nukeing as axam can get on the sites as it is set ANY coders out there who can nuke it so all site ownwers can use it on there sites
Attached Files
File Type: rar staff_shoutbox.rar (1.3 KB, 332 views)
Reply With Quote
The Following 3 Users Say Thank You to wMan For This Useful Post:
FENIX (26th April 2013), PAX (6th March 2012), vulongvy (4th April 2012)
  #2  
Old 13th December 2009, 19:14
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
umm where are all the files to this?:unknown:
__________________
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:
Daz (31st January 2010)
  #3  
Old 13th December 2009, 19:16
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs up
thats all there is its a plug in for db and all you do it rename if in server staffshouts but you have to put in plug ins as staff_shoutbox and in tracker the same


plug in name staff_shoutbox
name staff_shoutbox


you must put in the plug in on server them put in the main server as staffshoutbox then it will work but it needs nukeing so axam car`nt get in to site

you must rename it to go in main server as staffshoutbox.php

there is`nt any more files for this it a plug in and it will work ive hed it on my site but hed to take it off as axam could get in site
Reply With Quote
  #4  
Old 13th December 2009, 19:42
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
I know that I am a nob at times but dont this line of code denote there is a
staffshoutbox.php located somewhere?
Code:
<iframe src='staffshoutbox.php' width='100%' height='280' frameborder='0' name='sbox' marginwidth='0' marginheight='0'></iframe>
and if so where is it?
__________________
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
  #5  
Old 13th December 2009, 19:45
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
all i know is i got it from ts site and its a plug in only there is`nt any more file to it just put in plug in and rename it in the main server i did have it working on site but i hed to take it off i now what your saying but it works

Quote:
Originally Posted by joeroberts View Post
I know that I am a nob at times but dont this line of code denote there is a
staffshoutbox.php located somewhere?
Code:
<iframe src='staffshoutbox.php' width='100%' height='280' frameborder='0' name='sbox' marginwidth='0' marginheight='0'></iframe>
and if so where is it?
you have to put it in the index
Reply With Quote
  #6  
Old 15th December 2009, 15:35
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
Quote:
Originally Posted by xblade111 View Post
here is the staff_shoutbox for this code it needs nukeing as axam can get on the sites as it is set ANY coders out there who can nuke it so all site ownwers can use it on there sites
xblade it for this code your loking for a staffshoutbox I'm sure of


TS Special Edition v.5.4.1 [Nulled]
Reply With Quote
  #7  
Old 15th December 2009, 16:33
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs up
staff_shoutbox plug in in main staffshoutbox in the index page iframe code or just inbed it in the index

you must embed staffshoutbox in this


PHP Code:
<?
/***********************************************/
/*     WDW Tracker.1 [Nulled]     */
/*              Special Thanks To              */
/*        DrNet - wWw.SpecialCoders.CoM        */
/*          Vinson - wWw.Decode4u.CoM          */
/*    MrDecoder - wWw.Fearless-Releases.CoM    */
/*           Fynnon - wWw.BvList.CoM           */
/***********************************************/


  
define ('THIS_SCRIPT''index.php');
  require_once 
'global.php';
  
define ('TS_BLOG_VERSION''1.4.1 by xam');
  
define ('IN_PLUGIN_SYSTEM'true);
  
gzip ();
  
dbconn (true);
  
maxsysop ();
  include_once 
INC_PATH '/functions_security.php';
  if (
$ref == 'yes')
  {
    
$uref = (!empty ($_SERVER['HTTP_REFERER']) ? htmlspecialchars_uni ($_SERVER['HTTP_REFERER']) : '');
    if (((!empty (
$uref) AND !preg_match ('/' basename ($_SERVER['HTTP_HOST']) . '/i'$uref)) AND (empty ($_COOKIE['referrer']) OR $_COOKIE['referrer'] != $uref)))
    {
      
setcookie ('referrer'$urefTIMENOW 3600);
      
sql_query ('REPLACE INTO referrer set referrer_url = ' sqlesc ($uref));
    }
  }

  
$lang->load ('index');
  require_once 
INC_PATH '/plugins/ts_plugin_config.php';
  
$defaulttemplate ts_template ();
  
$is_mod is_mod ($usergroups);
  
stdhead (sprintf ($lang->index['welcome'], $SITENAME), TRUE'collapse''<script type="text/javascript" src="./scripts/quick_editor.js?v=' O_SCRIPT_VERSION '"></script>''<link rel="stylesheet" href="' $BASEURL '/include/templates/' $defaulttemplate '/style/ajax-poller.css" type="text/css" media="screen" />');
  
$_header '
<table align="center" cellpadding="0" cellspacing="0" width="100%">
    <tbody>
        <tr valign="top">
'
;
  
$_footer '
        </tr>
    </tbody>
</table>
'
;
  
$_div '
<div style="padding-bottom: ' 
$_div_padding_bottom ';">
    <table align="center" border="0" cellpadding="6" cellspacing="0" width="100%">
        <thead>
            <tr>
                <td class="thead" colspan="0">
                    {1}
                    <span class="smalltext"><strong>' 
$_title_bracket ' {2}</strong></span>
                </td>
            </tr>
        </thead>
        {3}
            <tr>
                <td>
                    {4}
                </td>
            </tr>
        </tbody>
    </table>
</div>
'
;
  
$_left_header = array ('<td style="padding-right: ' $_left_plugin_padding_right ';" width="' $_left_plugin_width '" class="none">''</td>');
  
$_middle_header = array ('<td valign="top" class="none">''</td>');
  
$_right_header = array ('<td style="padding-left: ' $_right_plugin_padding_left '" valign="top" width="' $_right_plugin_width '" class="none">''</td>');
  
$_curuser_usergroup = ((!$CURUSER['usergroup'] OR !$CURUSER) ? '[0]' '[' $CURUSER['usergroup'] . ']');
  
$_contents $_header;
  require_once 
TSDIR '/' $cache '/plugins.php';
  if (
count ($Plugins_LEFT))
  {
    
$__width $_left_plugin_width 10;
    
$__cute 20;
    
$_contents .= $_left_header[0];
    foreach (
$Plugins_LEFT as $_results)
    {
      
$show_content false;
      
$_perm_1 $_results['permission'];
      if ((
$_perm_1 === '[guest]' AND $_curuser_usergroup === '[0]'))
      {
        
$show_content true;
      }
      else
      {
        if ((
$_perm_1 === '[all]' OR strstr ($_perm_1$_curuser_usergroup)))
        {
          
$show_content true;
        }
      }

      if (
$show_content)
      {
        if (
$_results['content'] != '')
        {
          
$_contents .= str_replace (array ('{1}''{2}''{3}''{4}'), array (ts_collapse (str_replace (' ''_'$_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ''_'$_results['name']), 2), $_results['content']), $_div);
          continue;
        }
        else
        {
          if (
file_exists (INC_PATH '/plugins/' $_results['name'] . '.php'))
          {
            include_once 
INC_PATH '/plugins/' $_results['name'] . '.php';
            
$_contents .= str_replace (array ('{1}''{2}''{3}''{4}'), array (ts_collapse (str_replace (' ''_'$_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ''_'$_results['name']), 2), ${$_results['name']}), $_div);
            continue;
          }

          continue;
        }

        continue;
      }
    }

    
$_contents .= $_left_header[1];
    unset (
$Plugins_LEFT);
    unset (
$_perm_1);
  }

  
$show_content false;
  if (
count ($Plugins_MIDDLE))
  {
    
$__width $_left_plugin_width 130;
    
$__cute 180;
    
$_contents .= $_middle_header[0];
    foreach (
$Plugins_MIDDLE as $_results)
    {
      
$show_content false;
      
$_perm_2 $_results['permission'];
      if ((
$_perm_2 === '[guest]' AND $_curuser_usergroup === '[0]'))
      {
        
$show_content true;
      }
      else
      {
        if ((
$_perm_2 === '[all]' OR strstr ($_perm_2$_curuser_usergroup)))
        {
          
$show_content true;
        }
      }

      if (
$show_content)
      {
        if (
$_results['content'] != '')
        {
          
$_contents .= str_replace (array ('{1}''{2}''{3}''{4}'), array (ts_collapse (str_replace (' ''_'$_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ''_'$_results['name']), 2), $_results['content']), $_div);
          continue;
        }
        else
        {
          if (
file_exists (INC_PATH '/plugins/' $_results['name'] . '.php'))
          {
            include_once 
INC_PATH '/plugins/' $_results['name'] . '.php';
            
$_contents .= str_replace (array ('{1}''{2}''{3}''{4}'), array (ts_collapse (str_replace (' ''_'$_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ''_'$_results['name']), 2), ${$_results['name']}), $_div);
            continue;
          }

          continue;
        }

        continue;
      }
    }

    
$_contents .= $_middle_header[1];
    unset (
$Plugins_MIDDLE);
    unset (
$_perm_2);
  }

  
$show_content false;
  if (
count ($Plugins_RIGHT))
  {
    
$__width $_right_plugin_width 10;
    
$__cute 20;
    
$_contents .= $_right_header[0];
    foreach (
$Plugins_RIGHT as $_results)
    {
      
$show_content false;
      
$_perm_3 $_results['permission'];
      if ((
$_perm_3 === '[guest]' AND $_curuser_usergroup === '[0]'))
      {
        
$show_content true;
      }
      else
      {
        if ((
$_perm_3 === '[all]' OR strstr ($_perm_3$_curuser_usergroup)))
        {
          
$show_content true;
        }
      }

      if (
$show_content)
      {
        if (
$_results['content'] != '')
        {
          
$_contents .= str_replace (array ('{1}''{2}''{3}''{4}'), array (ts_collapse (str_replace (' ''_'$_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ''_'$_results['name']), 2), $_results['content']), $_div);
          continue;
        }
        else
        {
          if (
file_exists (INC_PATH '/plugins/' $_results['name'] . '.php'))
          {
            include_once 
INC_PATH '/plugins/' $_results['name'] . '.php';
            
$_contents .= str_replace (array ('{1}''{2}''{3}''{4}'), array (ts_collapse (str_replace (' ''_'$_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ''_'$_results['name']), 2), ${$_results['name']}), $_div);
            continue;
          }

          continue;
        }

        continue;
      }
    }

    
$_contents .= $_right_header[1];
    unset (
$Plugins_RIGHT);
    unset (
$_perm_3);
  }

  echo 
$_contents $_footer;
  
stdfoot ();
?>
Reply With Quote
The Following User Says Thank You to wMan For This Useful Post:
Daz (31st January 2010)
  #8  
Old 18th January 2010, 19:09
xDev xDev is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 158
Default
ill prove this mod work to all
Reply With Quote
  #9  
Old 3rd June 2011, 20:16
Verix's Avatar
Verix Verix is offline
Senior Member
 
Join Date: Feb 2009
Poland
Posts: 54
Default :)
Hi,
Click the image to open in full size.

From "Wiadomość" text "test" don't dissapear after clicking "ok".
Reply With Quote
  #10  
Old 6th March 2012, 13:16
PAX's Avatar
PAX PAX is offline
Senior Member
 
Join Date: Nov 2010
P2P
Posts: 41
Default
Can ask for ... One button / send + reset /? big thx

Last edited by PAX; 6th March 2012 at 15:21.
Reply With Quote
Reply

Tags
5x , shoutbox , staff , tsse

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 how to speed to shoutbox stall20080 Template Shares 3 10th December 2009 01:50
TSSE 5.4.1 - Wrong Pin Code for Staff Panel lucasmx Template Shares 1 17th August 2009 16:40
[TSSE] ShoutBoX - User information victor Template Shares 0 12th April 2009 19:35
[TSSE] shoutbox mod xenius Template Shares 0 25th August 2008 13:57



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