Old 02-10-2016, 10:37 AM #1
napy8gen's Avatar
napy8gen napy8gen is offline
Administrator
 
Join Date: Dec 2015
Posts: 105
napy8gen napy8gen is offline
Administrator
napy8gen's Avatar
 
Join Date: Dec 2015
Posts: 105
Default Test php bbcode, html bbcode, code bbcode

Code:
RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} ^www.blancos.info
RewriteRule (.*) http://blancos.info/$1 [QSA,L,R=301]

#RewriteCond %{HTTP_HOST} ^www\.blancos\.info$ [NC]
#RewriteRule ^(.*)$ http://blancos.info/$1 [R=301]

RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Redirect 301 /table http://blancos.info/schedule-realmadrid
Redirect 301 /schedule-castilla http://blancos.info/schedule-realmadrid
Redirect 301 /laliga http://blancos.info/table-laliga
Redirect 301 /segunda http://blancos.info/table-laliga
Redirect 301 /table-segunda http://blancos.info/table-laliga
Redirect 301 /sostav http://www.realmadrid.com/en/football/squad
Redirect 301 /arts /forum/forumdisplay.php?f=41
Redirect 301 info/castilla/table/brieftable-marca_castilla-1213.php http://blancos.info/table-laliga
ErrorDocument 404 /404.php
ErrorDocument 500 /404.php
PHP Code:
$kr_array_debugmode explode(","$vbulletin->options['kr_debug_userid']);
if(
$vbulletin->options['kr_debug_onoff'] AND (in_array($vbulletin->userinfo['userid'], $kr_array_debugmode)))
{
       
$vbulletin->debug true;
}
if(empty(
$vbulletin->options['kr_debug_userid']) OR $vbulletin->options['kr_debug_userid'] == '0')
{
       
$vbulletin->debug false;
}
if(
$vbulletin->debug AND $vbulletin->options['kr_debug_onoff'] AND $vbulletin->input->clean_gpc('r''explain'TYPE_UINT))
{
      switch (
strtolower($vbulletin->config['Database']['dbtype']))
      {
            case 
'mysql':
            case 
'':
            {
                 require_once(
DIR '/includes/class_database_explain.php');
                 
$newdb =& new vB_Database_Explain($vbulletin);
                 break;
            }
            case 
'mysqli':
            {
                 require_once(
DIR '/includes/class_database_explain.php');
                 
$newdb =& new vB_Database_MySQLi_Explain($vbulletin);
                 break;
            }
      }
      if (!empty(
$newdb))
      {
            
$newdb->appname $db->appname;
            
$newdb->appshortname $db->appshortname;
            
$newdb->database $db->database;
            
$newdb->connection_master $db->connection_master;
            
$newdb->connection_slave =& $newdb->connection_master;
            
$newdb->connection_recent $db->connection_recent;
            
$newdb->multiserver $db->multiserver;
            
$newdb->shutdownqueries $db->shutdownqueries;
            
$newdb->sql $db->sql;
            
$newdb->reporterror $db->reporterror;
            
$newdb->error $db->error;
            
$newdb->errno $db->errno;
            
$newdb->maxpacket $db->maxpacket;
            
$newdb->locked $db->locked;
            
$newdb->querycount $db->querycount;
            
$db $newdb;
            
$vbulletin->db =& $db;
      }

HTML Code:
<form action="private.php?do=managepm&amp;dowhat=delete&amp;pmid=$pm[pmid]" method="post">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<tr>
		<td class="tcat">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pm_delete')"><img id="collapseimg_pm_delete" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_pm_delete].gif" alt="" border="0" /></a>
			$vbphrase[delete_this_message]
		</td>
	</tr>
</thead>
<tbody id="collapseobj_pm_delete" style="$vbcollapse[collapseobj_pm_delete]">
	<tr>
		<td class="panelsurround" align="center">
		<div class="panel">
			<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">

			<fieldset class="fieldset">
				<legend>$vbphrase[delete_message]</legend>
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<tr>
					<td>$vbphrase[delete_message_click_button]</td>
				</tr>
				<tr>
					<td><label for="deletepm"><input type="checkbox" name="pm[$pm[pmid]]" id="deletepm" value="true" />$vbphrase[delete_this_message]</label></td>
				</tr>
				</table>
			</fieldset>

			</div>
		</div>

		<div style="margin-top:$stylevar[cellpadding]px">
			<input type="hidden" name="s" value="$session[sessionhash]" />
			<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
			<input type="hidden" name="do" value="managepm" />
			<input type="hidden" name="dowhat" value="delete" />
			<input type="hidden" name="folderid" value="$pm[folderid]" />
			<input type="submit" class="button" value="$vbphrase[delete_this_message]" />
		</div>
		</td>
	</tr>
</tbody>
</table>

</form>
napy8gen is offline   Reply With QuoteReply With Quote
Old 09-02-2020, 08:27 AM #2
demo demo is offline
Member
 
Join Date: Dec 2015
Posts: 61
demo demo is offline
Member
 
Join Date: Dec 2015
Posts: 61
Default

test reply
demo is offline   Reply With QuoteReply With Quote
Old 09-02-2020, 03:08 PM #3
demo demo is offline
Member
 
Join Date: Dec 2015
Posts: 61
demo demo is offline
Member
 
Join Date: Dec 2015
Posts: 61
Default demo (lange)

Reply testing testing
demo is offline   Reply With QuoteReply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On

Forum Jump


All times are GMT. The time now is 03:06 PM.

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

About Us SultanTheme.com

"Nam ad partem tibique suscipit, ut duis etiam integre usu. Nobis bonorum patrioque ea qui, eu paulo mediocritatem qui. Populo evertitur ut his, summo errem postea te his."

 

ST's vBulletin 3 Responsive Styles

Our newly refreshed styles in 2017, brings the old vb3 to the new level, responsive and modern feel. It comes with 3 colors with or without sidebar, fixed sized or fluid. Default vbulletin 3 style made responsive also available in the pack.

Copyright © 2017