Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   [TSSE 5.x] Staff Shoutbox (http://www.bvlist.com/showthread.php?t=3987)

wMan 13th December 2009 17:46

[TSSE 5.x] Staff Shoutbox
 
1 Attachment(s)
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 :drink:

joeroberts 13th December 2009 19:14

umm where are all the files to this?:unknown:

wMan 13th December 2009 19:16

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

joeroberts 13th December 2009 19:42

I know that I am a nob at times but dont this line of code denote there is a
staffshoutbox.php located somewhere?
Code:


and if so where is it?

wMan 13th December 2009 19:45

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 (Post 18289)
I know that I am a nob at times but dont this line of code denote there is a
staffshoutbox.php located somewhere?
Code:


and if so where is it?

you have to put it in the index

raefor 15th December 2009 15:35

Quote:

Originally Posted by xblade111 (Post 18283)
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 :drink:

xblade it for this code your loking for a staffshoutbox I'm sure of


TS Special Edition v.5.4.1 [Nulled]

wMan 15th December 2009 16:33

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 ();
?>


xDev 18th January 2010 19:09

ill prove this mod work to all

Verix 3rd June 2011 20:16

:)
 
Hi,
http://s3.ifotos.pl/img/kurqwa_heeaqeq.png

From "Wiadomość" text "test" don't dissapear after clicking "ok".

PAX 6th March 2012 13:16

Can ask for ... One button / send + reset /? big thx


All times are GMT +2. The time now is 08:11.

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