Mega Font Download$9.99
Related Searches:Ubs Adv ubs_adv.zip Ubs Free Ubs Adv Ubs Adv Download
Name: ubs_adv Size: 580 KB Type: Compressed (zipped) Folder Date modified: 8/19/2008 8:26 PM Date created: 12/2/2002 1:37 AM Date accessed: 12/2/2002 1:37 AM
Ultima Battle System(Standard)- integration for a WBB
Open and edit the current files.
##in templates/thread_postbit.htm-
Find-Posts: $posts[userposts] </font><br>$user_on_off
Add below-<BR><BR><font size=1 face="{font}">Level: $rpguser[userlevel]</font><BR><font size=1 face="{font}">Hitpoints: $rpguser[userhitpoint]/$rpguser[hpmax]</font><table width="100" border="0" cellspacing="0" cellpadding="0"> <tr> <tr> <td height="13" width="3"><img src="images/img_left.gif" width="3" height="13"></td> <td height="13" width="94" background="images/img_backing.gif" align="left"><img src="images/img_fill.gif" width="$nhp" height="13"></td> <td height="13" width="3"><img src="images/img_right.gif" width="3" height="13"></td> </tr></tr> </table><font size=1 face="{font}">Next level: $expleft</font><table width="100" border="0" cellspacing="0" cellpadding="0"> <tr> <tr> <td height="13" width="3"><img src="images/img_left.gif" width="3" height="13"></td> <td height="13" width="94" background="images/img_backing.gif" align="left"><img src="images/img_fill.gif" width="$nexp" height="13"></td> <td height="13" width="3"><img src="images/img_right.gif" width="3" height="13"></td> </tr></tr> </table> <BR>
Find-$signature
Add after-<BR>Rpg Statistics:<BR><table width="100" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <img src=" $rpguser[mypic]"> </td> </tr> <tr> <td> <font size=2 face="{font}">$rpguser[userbackground]</font> </td> </tr></table>
##in main.php
Find-<?
after it, add-$registerforrpg_stat = $db_zugriff->query_first("select isregisteredrpg from bb".$n."_user_table where username='$user_name'");$registerforrpg = $registerforrpg_stat[isregisteredrpg];
if($registerforrpg == 'no') { $user = $db_zugriff->query_first("select * from bb".$n."_user_table where username='$user_name'");
$db_zugriff->query("INSERT INTO db_users (username,userpassword,useremail,regemail,groupid,regdate,lastvisit,lastactivity,activation,useritem1,useritem2,useritem3,useritem4,useritem5,useritem6,useritem7,useritem8,userweapon,usershield,userarmour,usergloves,userhelmet,userboots,userextra1,userextra2,userroom) VALUES ('$user_name','$user[userpassword]','$user[useremail]','$user[useremail]','$user[groupid]','$time','$time','$time','1','Empty','Empty','Empty','Empty','Empty','Empty','Empty','Empty','Empty','Empty','Empty','Empty','Empty','Empty','Empty','useritem1','lobby')"); $userid = $db_zugriff->insert_id(); $db_zugriff->query("UPDATE bb".$n."_user_table SET isregisteredrpg='yes' WHERE username = '$user_name'");}
##in thread.php
Find- eval ("/$thread_postbit .= /"".gettemplate("thread_postbit")."/";");
Add before- $level1_stat = $db_zugriff->query_first("select expneeded from db_levels where level='1'"); $level1 = $level1_stat[expneeded]; $level2_stat = $db_zugriff->query_first("select expneeded from db_levels where level='2'"); $level2 = $level2_stat[expneeded]; $level3_stat = $db_zugriff->query_first("select expneeded from db_levels where level='3'"); $level3 = $level3_stat[expneeded]; $level4_stat = $db_zugriff->query_first("select expneeded from db_levels where level='4'"); $level4 = $level4_stat[expneeded]; $level5_stat = $db_zugriff->query_first("select expneeded from db_levels where level='5'"); $level5 = $level5_stat[expneeded]; $level6_stat = $db_zugriff->query_first("select expneeded from db_levels where level='6'"); $level6 = $level6_stat[expneeded]; $level7_stat = $db_zugriff->query_first("select expneeded from db_levels where level='7'"); $level7 = $level7_stat[expneeded]; $level8_stat = $db_zugriff->query_first("select expneeded from db_levels where level='8'"); $level8 = $level8_stat[expneeded]; $level9_stat = $db_zugriff->query_first("select expneeded from db_levels where level='9'"); $level9 = $level9_stat[expneeded]; $level10_stat = $db_zugriff->query_first("select expneeded from db_levels where level='10'"); $level10 = $level10_stat[expneeded]; $level11_stat = $db_zugriff->query_first("select expneeded from db_levels where level='11'"); $level11 = $level11_stat[expneeded]; $level12_stat = $db_zugriff->query_first("select expneeded from db_levels where level='12'"); $level12 = $level12_stat[expneeded]; $level13_stat = $db_zugriff->query_first("select expneeded from db_levels where level='13'"); $level13 = $level13_stat[expneeded]; $level14_stat = $db_zugriff->query_first("select expneeded from db_levels where level='14'"); $level14 = $level14_stat[expneeded]; $level15_stat = $db_zugriff->query_first("select expneeded from db_levels where level='15'"); $level15 = $level15_stat[expneeded]; $level16_stat = $db_zugriff->query_first("select expneeded from db_levels where level='16'"); $level16 = $level16_stat[expneeded]; $level17_stat = $db_zugriff->query_first("select expneeded from db_levels where level='17'"); $level17 = $level17_stat[expneeded]; $level18_stat = $db_zugriff->query_first("select expneeded from db_levels where level='18'"); $level18 = $level18_stat[expneeded]; $level19_stat = $db_zugriff->query_first("select expneeded from db_levels where level='19'"); $level19 = $level19_stat[expneeded]; $level20_stat = $db_zugriff->query_first("select expneeded from db_levels where level='20'"); $level20 = $level20_stat[expneeded]; $level21_stat = $db_zugriff->query_first("select expneeded from db_levels where level='21'"); $level21 = $level21_stat[expneeded]; $level22_stat = $db_zugriff->query_first("select expneeded from db_levels where level='22'"); $level22 = $level22_stat[expneeded]; $level23_stat = $db_zugriff->query_first("select expneeded from db_levels where level='23'"); $level23 = $level23_stat[expneeded]; $level24_stat = $db_zugriff->query_first("select expneeded from db_levels where level='24'"); $level24 = $level24_stat[expneeded]; $level25_stat = $db_zugriff->query_first("select expneeded from db_levels where level='25'"); $level25 = $level25_stat[expneeded]; $level26_stat = $db_zugriff->query_first("select expneeded from db_levels where level='26'"); $level26 = $level26_stat[expneeded]; $level27_stat = $db_zugriff->query_first("select expneeded from db_levels where level='27'"); $level27 = $level27_stat[expneeded]; $level28_stat = $db_zugriff->query_first("select expneeded from db_levels where level='28'"); $level28 = $level28_stat[expneeded]; $level29_stat = $db_zugriff->query_first("select expneeded from db_levels where level='29'"); $level29 = $level29_stat[expneeded]; $level30_stat = $db_zugriff->query_first("select expneeded from db_levels where level='30'"); $level30 = $level30_stat[expneeded];
$rpguser = $db_zugriff->query_first("select * from db_users where username='$posts[username]'");
if($rpguser[userlevel] == 1) { $nextlevel=$level2; }
if($rpguser[userlevel] == 2) { $nextlevel=$level3; }
if($rpguser[userlevel] == 3) { $nextlevel=$level4; }
if($rpguser[userlevel] == 4) { $nextlevel=$level5; }
if($rpguser[userlevel] == 5) { $nextlevel=$level6; }
if($rpguser[userlevel] == 6) { $nextlevel=$level7; }
if($rpguser[userlevel] == 7) { $nextlevel=$level8; }
if($rpguser[userlevel] == 8) { $nextlevel=$level9; }
if($rpguser[userlevel] == 9) { $nextlevel=$level10; }
if($rpguser[userlevel] == 10) { $nextlevel=$level11; }
if($rpguser[userlevel] == 11) { $nextlevel=$level12; }
if($rpguser[userlevel] == 12) { $nextlevel=$level13; }
if($rpguser[userlevel] == 13) { $nextlevel=$level14; }
if($rpguser[userlevel] == 14) { $nextlevel=$level15; }
if($rpguser[userlevel] == 15) { $nextlevel=$level16; }
if($rpguser[userlevel] == 16) { $nextlevel=$level17; }
if($rpguser[userlevel] == 17) { $nextlevel=$level18; }
if($rpguser[userlevel] == 18) { $nextlevel=$level19; }
if($rpguser[userlevel] == 19) { $nextlevel=$level20; }
if($rpguser[userlevel] == 20) { $nextlevel=$level21; }
if($rpguser[userlevel] == 21) { $nextlevel=$level22; }
if($rpguser[userlevel] == 22) { $nextlevel=$level23; }
if($rpguser[userlevel] == 23) { $nextlevel=$level24; }
if($rpguser[userlevel] == 24) { $nextlevel=$level25; }
if($rpguser[userlevel] == 25) { $nextlevel=$level26; }
if($rpguser[userlevel] == 26) { $nextlevel=$level27; }
if($rpguser[userlevel] == 27) { $nextlevel=$level28; }
if($rpguser[userlevel] == 28) { $nextlevel=$level29; }
if($rpguser[userlevel] == 29) { $nextlevel=$level30; }
$rpguserlevel=$rpguser[userlevel];
$expleft=$nextlevel-$rpguserlevel;
$nexp=$rpguserlevel/$nextlevel*100; $nhp=$rpguser[userhitpoint]/$rpguser[hpmax]*100;
That's it for editing!
Upload the integration files (located in the integration folder that you downloaded) into your FORUMS base folders.
Ultima Battle System(Advanced) V.2.0.5 Full releaseThis system is ed under U.S. Federal law, all rights reserved by drizware.com as a reseller.
NOTICE: The footer information is to be left AS IS! it is to be altered in NO WAY!
Installation-
1. Edit data.inc.php and change all the information to fit your needs. Copy that and paste it into the admin folder.2. Create a folder in your forums folder named rpg.3. Upload ALL files to the correct folders into rpg.4. Run the install. If you are installing it into your forums database, make sure NOT to click empty the database. It will erase your forums!
- What is new from 1.0.41. more security fixes during battle2. Level up3. a messages manager for the main page.
- What the battle system has
1. The battle system has a full shop system built in.2. It has a fully useable user and admin cp.3. It can be used with any forum, or can run alone on its own.4. 10 full battle rooms that are fully functional.5. money system.6. Customizable music.7. Full usage of stats8. User chooses what class they wish to be- example: wizard, fighter, ect, ect, ect...9. Ability to level up10. a messages manager for the main page.
To uninstall the system from your site, just run the uninstall.php file, and delete the files. all done. :)
For suggestions on things to go into the system, please E-mail.me at DarkWolf@drizware.com or contact me on aim as Red Dragoon2000.
To report a bug, go to http://www.drizware.com/hq and post it.
action.phparena.phpbattle.phpchat.phpchatconfig.phpcp-index.phpcp-inventory.phpdata.inc.phpdata1.datdata10.datdata2.datdata3.datdata4.datdata5.datdata6.datdata7.datdata8.datdata9.datdb_connect.phpeditinfo.phpentrancecheck.phpfaq.phpfunctions.phpgendat.datheader.phpindex.phpinstall.phpleveltest.phplevelup.phpmembers.phpmisc.phpmisc2.phpopen.phpregister-class.phpregister.phpreset.phpresurrection.phpsell.phpshop-armor.phpshop-boots.phpshop-gloves.phpshop-helmet.phpshop-main.phpshop-shield.phpshop-smallitem.phpshop-specialitem.phpshop-weapons.phpssm.jsssmItems.jsuninstall.phpwait.phpweapons.phpwinner.phpWS_FTP.LOGadmin/admin.phpadmin/data.inc.phpadmin/db_connect.phpadmin/functions.phpadmin/global.phpadmin/WS_FTP.LOGadmin/images/bg.jpgadmin/images/bg2.jpgadmin/images/cat1.jpgadmin/images/cat2.jpgadmin/images/cellpic.gifadmin/images/cellpic2.jpgadmin/images/logo.gifadmin/images/logo.jpgadmin/images/WS_FTP.LOGadmin/templates/announcements_add.htmadmin/templates/announcements_del.htmadmin/templates/announcements_delbit.htmadmin/templates/armor_add.htmadmin/templates/armor_del.htmadmin/templates/armor_delbit.htmadmin/templates/boots_add.htmadmin/templates/boots_del.htmadmin/templates/boots_delbit.htmadmin/templates/class_add.htmadmin/templates/class_del.htmadmin/templates/class_delbit.htmadmin/templates/config.htmadmin/templates/db_error.htmadmin/templates/error.htmadmin/templates/frameset.htmadmin/templates/gloves_add.htmadmin/templates/gloves_del.htmadmin/templates/gloves_delbit.htmadmin/templates/headbanner.htmadmin/templates/headinclude.htmadmin/templates/helmet_add.htmadmin/templates/helmet_del.htmadmin/templates/helmet_delbit.htmadmin/templates/levels.htmadmin/templates/menu.htmadmin/templates/shields_add.htmadmin/templates/shields_del.htmadmin/templates/shields_delbit.htmadmin/templates/smallitem_add.htmadmin/templates/smallitem_del.htmadmin/templates/smallitem_delbit.htmadmin/templates/specialitem_add.htmadmin/templates/specialitem_del.htmadmin/templates/specialitem_delbit.htmadmin/templates/special_deal_add.htmadmin/templates/special_deal_del.htmadmin/templates/special_deal_delbit.htmadmin/templates/swords_add.htmadmin/templates/swords_del.htmadmin/templates/swords_delbit.htmadmin/templates/welcome.htmadmin/templates/WS_FTP.LOGbattle_music/battle1.midbattle_music/battle10.midbattle_music/battle11.midbattle_music/battle12.midbattle_music/battle14.midbattle_music/battle15.midbattle_music/battle16.midbattle_music/battle2.midbattle_music/battle3.midbattle_music/battle4.midbattle_music/battle5.midbattle_music/battle6.midbattle_music/battle7.midbattle_music/battle8.midbattle_music/battle9.midbattle_music/done.midbattle_music/entrance.midbattle_music/lobby.midbattle_music/shop.midbattle_music/WS_FTP.LOGimages/alert.gifimages/bg.jpgimages/bg1.gifimages/bg2.jpgimages/cat1.jpgimages/cat2.jpgimages/cellpic.gifimages/cellpic2.jpgimages/ghban.jpgimages/img_backing.gifimages/img_fill.gifimages/img_left.gifimages/img_right.gifimages/logo.jpgimages/nopic.gifimages/ublogo.jpgimages/WS_FTP.LOGimages/bar/barbg.gifimages/bar/bar_l.gifimages/bar/bar_l2.gifimages/bar/bar_m.gifimages/bar/bar_m2.gifimages/bar/bar_r.gifimages/bar/bar_r2.gifimages/bar/WS_FTP.LOGintegrate/wbb/integrate- wbb.txtintegrate/wbb/integrate-to-wbb.phpintegrate/wbb/uninstall.phpreadme-install/Readme.txttemplates/acceptreject.htmtemplates/access_error.htmtemplates/access_error_login.htmtemplates/access_error_logout.htmtemplates/action_error.htmtemplates/action_ride.htmtemplates/admincp.htmtemplates/announcement_bit.htmtemplates/arena.htmtemplates/arena_me.htmtemplates/arena_new.htmtemplates/arena_you.htmtemplates/armor_shop.htmtemplates/armor_shopbit.htmtemplates/attacktest.htmtemplates/attacktest2.htmtemplates/bank.htmtemplates/battlerejected.htmtemplates/battle_entrance.htmtemplates/battle_field.htmtemplates/battle_main.htmtemplates/boots_shop.htmtemplates/boots_shopbit.htmtemplates/cp-edit.htmtemplates/cp-inventory.htmtemplates/cp-main.htmtemplates/db_error.htmtemplates/disclaimer.htmtemplates/donate.htmtemplates/entrance_denied.htmtemplates/error.htmtemplates/error1.htmtemplates/error2.htmtemplates/error26.htmtemplates/escape.htmtemplates/faq.htmtemplates/footer.htmtemplates/frameset.htmtemplates/glove_shop.htmtemplates/glove_shopbit.htmtemplates/guardtest.htmtemplates/guardtest2.htmtemplates/header.htmtemplates/headinclude.htmtemplates/helmet_shop.htmtemplates/helmet_shopbit.htmtemplates/iamdead.htmtemplates/imawinner.htmtemplates/isadmin.htmtemplates/itemtest.htmtemplates/itemtest2.htmtemplates/leveltest.htmtemplates/levelup.htmtemplates/lg_anonymous.htmtemplates/loan.htmtemplates/loggedon.htmtemplates/login.htmtemplates/main.htmtemplates/main_arena.htmtemplates/main_shop.htmtemplates/members_profile.htmtemplates/members_view.htmtemplates/members_view_memberbit.htmtemplates/navichain.htmtemplates/nobattle.htmtemplates/notadmin.htmtemplates/note1.htmtemplates/note2.htmtemplates/notloggedon.htmtemplates/profile_avatars.htmtemplates/profile_avatar_choice.htmtemplates/profile_avatar_useown.htmtemplates/profile_boardbit.htmtemplates/profile_buddy.htmtemplates/profile_changepw.htmtemplates/profile_editoptions.htmtemplates/profile_editprofile.htmtemplates/profile_editsignature.htmtemplates/profile_extra.htmtemplates/profile_female.htmtemplates/profile_ignore.htmtemplates/profile_main.htmtemplates/profile_male.htmtemplates/profile_nodeclaration.htmtemplates/profile_old_signature.htmtemplates/profile_pmlink.htmtemplates/profile_preview_signature.htmtemplates/profile_subscripe.htmtemplates/profile_subscripe_board.htmtemplates/profile_subscripe_delboard.htmtemplates/profile_subscripe_delthread.htmtemplates/profile_subscripe_thread.htmtemplates/quickmod.htmtemplates/register-class.htmtemplates/register.htmtemplates/register_error1.htmtemplates/register_error2.htmtemplates/register_error3.htmtemplates/register_note1.htmtemplates/register_note2.htmtemplates/register_note3.htmtemplates/registration_disable.htmtemplates/reg_mail.htmtemplates/reg_mail_betreff.htmtemplates/reg_mail_notifybetreff.htmtemplates/reg_notifymail.htmtemplates/resurrect.htmtemplates/shield_shop.htmtemplates/shield_shopbit.htmtemplates/shoperror_ride.htmtemplates/shop_closed.htmtemplates/shop_ride.htmtemplates/smallitem_shop.htmtemplates/smallitem_shopbit.htmtemplates/specialitem_shop.htmtemplates/specialitem_shopbit.htmtemplates/special_deal.htmtemplates/special_dealbit.htmtemplates/ssm.jstemplates/ssmItems.jstemplates/tester_attacktest.htmtemplates/tester_attacktest2.htmtemplates/tester_guardtest.htmtemplates/tester_guardtest2.htmtemplates/tester_itemtest.htmtemplates/tester_itemtest2.htmtemplates/testingvariables.htmtemplates/test_attack.htmtemplates/thread_email.htmtemplates/thread_pm.htmtemplates/TMPgohm4zthhx.htmtemplates/validistrue.htmtemplates/wait.htmtemplates/waiting.htmtemplates/waiting2.htmtemplates/waitingforbattle.htmtemplates/weapon_shop.htmtemplates/weapon_shopbit.htmtemplates/WS_FTP.LOGtemplates/yourawinner.htm
Price: $0.00