форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.5.x > Hacks, mods and scripts [3.5.x] > RPG inferno for 3.5.x
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
КотЪ
Администратор
Неадекватный
 
КотЪ's Avatar
Default Игровая инфа в подписи / RPG Information Table Under Signatures
5

This is an easy addon that displays a table under siggys providing information, demo, well look under this post..cant miss it :P

Files to edit: 1
Templates To Edit: 1
Templates To Add: 1

Ok, first, add this template

Name: inferno_post_table
Content:

Code:
Code:
<center>
<table width='95%' class='tborder' cellspacing='1' cellpadding='1'>
<tr>
<td class='thead' align='center' colspan='2'>RPG Information</td>
</tr>
<tr>
<td class='alt1' width='30%' valign='top'>

	<table width='98%' class='tborder' cellspacing='1' cellpadding='1'>
	<if condition="$post['UserRPG']['name']!=''">
	<tr>
	<td class='thead' width='100%' colspan='2'>{$post['UserRPG']['name']}</td>
	</tr>
	<else />
	<tr>
	<td class='thead' width='100%' colspan='2'>No Name</td>
	</tr>
	</if>
	<if condition="$post['UserRPG']['avatar']!=''">
	<tr>
	<td class='alt2' width='100%' colspan='2'><img src='{$post['UserRPG']['avatar']}' width='{$post['UserRPG']['aw']}' height='{$post['UserRPG']['ah']}' alt='{$post['UserRPG']['name']}'></td>
	</tr>
	</if>
	<tr>
	<td class='alt2' width='50%'><b>Win's:</b></td>
	<td class='alt2' width='50%'>{$post['UserRPG']['won']}</td>
	</tr>
	<tr>
	<td class='alt2' width='50%'><b>Lose's:</b></td>
	<td class='alt2' width='50%'>{$post['UserRPG']['lost']}</td>
	</tr>
	<tr>
	<td class='alt2' width='50%'><b>Escaped:</b></td>
	<td class='alt2' width='50%'>{$post['UserRPG']['escaped']}</td>
	</tr>
	<if condition="$post['UserRPG']['Clan_Link']">
	<tr>
	<td class='alt2' width='50%'><b>In Clan:</b></td>
	<td class='alt2' width='50%'>{$post['UserRPG']['Clan_Link']}</td>
	</tr>
	</if>
	</table>

</td>
<td class='alt1' width='70%' valign='top'>
<table class="tborder" cellpadding="1" cellspacing="1" border="0" width="100%" align="center" height='1%'><tr>
<td height='1%' class='alt2' align='center'><b><font size=1>HP:</font></td><td height='1%' class='alt2' width='100' style='background-color:#AD0023;' align='left'><img src='Inferno/bars/bar_red.gif' width='{$post['UserRPG']['hpd']}' height='13'></td>
<div><td height='1%' class='alt2' align='center'><b><font size=1>MP:</font></td><td height='1%' class='alt2' width='100' style='background-color:#004467;' align='left'><img src='Inferno/bars/bar_blue.gif' width='{$post['UserRPG']['mpd']}' height='13'></td>
</tr>
<tr>
<td height='1%' class='alt2'></td>
<td height='1%' class='alt2' width='5%' align='center'><b>{$post['UserRPG']['hp']}/{$post['UserRPG']['hpm']}</b></td>
<td height='1%' class='alt2'></td>
<td height='1%' class='alt2' width='5%' align='center'><b>{$post['UserRPG']['mp']}/{$post['UserRPG']['mpm']}</b></td>
</tr>
<tr>
<div><td height='1%' class='alt2' align='center'><b><font size=1>STR:</font></td><td height='1%' class='alt2' width='100' style='background-color:#7425BE;' align='left'><img src='Inferno/bars/bar_purple.gif' height='13' width='{$post['UserRPG']['strd']}'></td>
<div><td height='1%' class='alt2' align='center'><b><font size=1>DEF:</font></td><td height='1%' class='alt2' width='100' style='background-color:#226722;' align='left'><img src='Inferno/bars/bar_green.gif' height='13' width='{$post['UserRPG']['defd']}'></td>
</tr>
<tr>
<td height='1%' class='alt2'></td>
<td height='1%' class='alt2' width='5%' align='center'><b>{$post['UserRPG']['str']}</b></td>
<td height='1%' class='alt2'></td>
<td height='1%' class='alt2' width='5%' align='center'><b>{$post['UserRPG']['def']}</b></td>
</tr>


<tr>
<div><td height='1%' class='alt2' align='center'><b><font size=1>Rage:</font></td><td height='1%' class='alt2' width='100' style='background-color:#AD0023;' align='left'><img src='Inferno/bars/bar_red.gif' height='13' width='{$post['UserRPG']['rage']}'></td>
<div><td height='1%' class='alt2' align='center'><b><font size=1>EXP:</font></td><td height='1%' class='alt2' width='100' style='background-color:#8A8811;' align='left'><img src='Inferno/bars/bar_yellow.gif' height='13' width='{$post['UserRPG']['exp']}'></td>
</tr>
<tr>
<td height='1%' class='alt2'></td>
<td height='1%' class='alt2' width='5%' align='center'><b>{$post['UserRPG']['rage']}%</b></td>
<td height='1%' class='alt2'></td>
<td height='1%' class='alt2' width='5%' align='center'><b>{$post['UserRPG']['exp']}%</b></td>
</tr>
<tr>
<td height='100%' class='alt2' colspan='4'>{$post['username']} Currently Has {$post['UserRPG']['money']} {$vbphrase['money']} and {$post['UserRPG']['bankmoney']} {$vbphrase['money']} in the bank</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
Now in template 'postbit_legacy'
Find:


Code:
Code:
<if condition="$post['signature']">
		<!-- sig -->
			<div>
				__________________<br />
				$post[signature]
			</div>
		<!-- / sig -->
                </if>
Replace With:

Code:
Code:
<if condition="$post['signature']">
		<!-- sig -->
			<div>
				__________________<br />
				$post[signature]
<!-- RPG Info -->
<if condition="$post[UserRPG][gid]">
<br/><br/>
{$post['Table_INFO']}
</if>
<!-- RPG Info -->
			</div>
		<!-- / sig -->
                <else />
		<!-- sig -->

<!-- RPG Info -->
<if condition="$post[UserRPG][gid]">
			<div>
				__________________<br /><br />
			</div>
{$post['Table_INFO']}
</if>
<!-- RPG Info -->
		<!-- / sig -->
		</if>
Save that template (it will now display for those even without signatures)

Now open: includes/functions_showthread.php
Find:


Code:
Code:
require_once('./includes/functions_bbcodeparse.php');
Underneath Place:

Code:
Code:
// Get All RPG Profiles
$UserRPG=array();
$Get_RPG=$DB_site->query("select * from inferno_user");
while($rpg=$DB_site->fetch_array($Get_RPG)){
$UserRPG[$rpg[rid]]=$rpg;
}
foreach($UserRPG as $rpgb){
if($rpgb['inclan']!=''){
$gclan=$DB_site->query_first("select * from inferno_clan where cid='{$rpgb['inclan']}'");
if($gclan['cid']!=""){
$UserRPG[$rpgb['rid']]['Clan_Link']="<a href='inferno.php?act=ViewClan&cid={$gclan['cid']}'>{$gclan['cname']}</a>";
}
}
}
Find:

Code:
Code:
// global options
	global $vboptions, $stylevar, $vbphrase, $DB_site, $datastore, $_USEROPTIONS, $style, $show, $usergroupcache;
Underneath Place:

Code:
Code:
// global rpg profile
	global $UserRPG;
Find:

Code:
Code:
// not posted by an unregistered user so get profile stuff
	if ($post['userid'])
	{
Underneath Place:

Code:
Code:
if($UserRPG[$post[userid]]){
		$post['UserRPG']=$UserRPG[$post[userid]];
		// Player Stats
		// HP Bar
		$hp = $post['UserRPG']['hp'];
		$hpm= $post['UserRPG']['hpm'];
		$hpa= $hp/$hpm;
		$hpa= $hpa*100;
		$post['UserRPG']['hpd']=$hpa;
		// MP Bar
		$mp = $post['UserRPG']['mp'];
		$mpm= $post['UserRPG']['mpm'];
		$mpa= $mp/$mpm;
		$mpa= $mpa*100;
		$post['UserRPG']['mpd']=$mpa;
		// DEF Bar
		$def= $post['UserRPG']['def'];
		$defm=$hpm;
		$defa=$def/$defm;
		$defa=$defa*100;
		$post['UserRPG']['defd']=$defa;
		// STR Bar
		$str= $post['UserRPG']['str'];
		$strm=$hpm;
		$stra=$str/$strm;
		$stra=$stra*100;
		$post['UserRPG']['strd']=$stra;
		if($post['UserRPG']['strd'] > 100){
		$post['UserRPG']['strd']=100;
		}
		if($post['UserRPG']['defd'] > 100){
		$post['UserRPG']['defd']=100;
		}
		// Get Table
		eval('$get_the_tab.= "' . fetch_template('inferno_post_table') . '";');
		$post['Table_INFO']=$get_the_tab;
		}
Save & Upload

And thats it, you can simply edit the table structure within the new template you added, and the rpg member var is $post['UserRPG'], so for example, rpg name would be: $post['UserRPG']['name']

Enjoy

- Zero Tolerance
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
zipmaster
Простоузер
 
zipmaster's Avatar
Default
0

Quote:
Now open: includes/functions_showthread.php
Find:

у меня нет этого файла....
 
 
zipmaster
Простоузер
 
zipmaster's Avatar
Default
0

черт....
эту тему вообще видят ?
 
 
ZLS
Простоузер
Default
0

Quote:
Originally Posted by zipmaster
у меня нет этого файла....
У меня тоже нет такого...хммм видать никто этим проектом не занимается...
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
0

Блин, вы где его ищете?
 
 
zipmaster
Простоузер
 
zipmaster's Avatar
Default
0

Quote:
Originally Posted by Romchik®
Блин, вы где его ищете
вот тут
Quote:
includes/functions_showthread.php
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
0

Как у тебя форум работает, если у тебя на сервере в папке includes нет файла functions_showthread.php?
 
 
zipmaster
Простоузер
 
zipmaster's Avatar
Default
0

Romchik®,
ну работает же...
хз его и не было...
я установочный скрипт полистал там тож нет...

добавлено через 2 минуты
поделись файлом если у тебя есть...

Last edited by zipmaster : 10-11-2006 at 02:35 PM. Reason: Добавлено сообщение
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
0

Да не жалко, только какая версия у тебя форума-то? Странно это...
 
 
zipmaster
Простоузер
 
zipmaster's Avatar
Default
0

Romchik®,
3.5.4 нормально работет...
все перековырял...
правда работает в местной локальной сети но всё ж....
 


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




All times are GMT +4. The time now is 10:15 PM.


Powered by vBulletin® Version 3.5.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.