Search for:
Welcome Guest [Login | Register| Register as Seller]
Categories
Shopping Downloads
Checkout Basket
0Items in cart:
$0.00Total:
Mailing List
Subscribe to our mailing list below:
Email:
Resources
DrizWare.com on Facebook
Location: /PHP Scripts





Ubs Adv

Related Searches:
Ubs Adv
ubs_adv.zip
Ubs
Free Ubs Adv
Ubs Adv Download

ubs_adv.zip

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

integrate/wbb/integrate- wbb.txt

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.

readme-install/Readme.txt

Ultima Battle System(Advanced) V.2.0.5 Full release
This 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.4
1. more security fixes during battle
2. Level up
3. 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 stats
8. User chooses what class they wish to be- example: wizard, fighter, ect, ect, ect...
9. Ability to level up
10. 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.

Files


action.php
arena.php
battle.php
chat.php
chatconfig.php
cp-index.php
cp-inventory.php
data.inc.php
data1.dat
data10.dat
data2.dat
data3.dat
data4.dat
data5.dat
data6.dat
data7.dat
data8.dat
data9.dat
db_connect.php
editinfo.php
entrancecheck.php
faq.php
functions.php
gendat.dat
header.php
index.php
install.php
leveltest.php
levelup.php
members.php
misc.php
misc2.php
open.php
register-class.php
register.php
reset.php
resurrection.php
sell.php
shop-armor.php
shop-boots.php
shop-gloves.php
shop-helmet.php
shop-main.php
shop-shield.php
shop-smallitem.php
shop-specialitem.php
shop-weapons.php
ssm.js
ssmItems.js
uninstall.php
wait.php
weapons.php
winner.php
WS_FTP.LOG
admin/admin.php
admin/data.inc.php
admin/db_connect.php
admin/functions.php
admin/global.php
admin/WS_FTP.LOG
admin/images/bg.jpg
admin/images/bg2.jpg
admin/images/cat1.jpg
admin/images/cat2.jpg
admin/images/cellpic.gif
admin/images/cellpic2.jpg
admin/images/logo.gif
admin/images/logo.jpg
admin/images/WS_FTP.LOG
admin/templates/announcements_add.htm
admin/templates/announcements_del.htm
admin/templates/announcements_delbit.htm
admin/templates/armor_add.htm
admin/templates/armor_del.htm
admin/templates/armor_delbit.htm
admin/templates/boots_add.htm
admin/templates/boots_del.htm
admin/templates/boots_delbit.htm
admin/templates/class_add.htm
admin/templates/class_del.htm
admin/templates/class_delbit.htm
admin/templates/config.htm
admin/templates/db_error.htm
admin/templates/error.htm
admin/templates/frameset.htm
admin/templates/gloves_add.htm
admin/templates/gloves_del.htm
admin/templates/gloves_delbit.htm
admin/templates/headbanner.htm
admin/templates/headinclude.htm
admin/templates/helmet_add.htm
admin/templates/helmet_del.htm
admin/templates/helmet_delbit.htm
admin/templates/levels.htm
admin/templates/menu.htm
admin/templates/shields_add.htm
admin/templates/shields_del.htm
admin/templates/shields_delbit.htm
admin/templates/smallitem_add.htm
admin/templates/smallitem_del.htm
admin/templates/smallitem_delbit.htm
admin/templates/specialitem_add.htm
admin/templates/specialitem_del.htm
admin/templates/specialitem_delbit.htm
admin/templates/special_deal_add.htm
admin/templates/special_deal_del.htm
admin/templates/special_deal_delbit.htm
admin/templates/swords_add.htm
admin/templates/swords_del.htm
admin/templates/swords_delbit.htm
admin/templates/welcome.htm
admin/templates/WS_FTP.LOG
battle_music/battle1.mid
battle_music/battle10.mid
battle_music/battle11.mid
battle_music/battle12.mid
battle_music/battle14.mid
battle_music/battle15.mid
battle_music/battle16.mid
battle_music/battle2.mid
battle_music/battle3.mid
battle_music/battle4.mid
battle_music/battle5.mid
battle_music/battle6.mid
battle_music/battle7.mid
battle_music/battle8.mid
battle_music/battle9.mid
battle_music/done.mid
battle_music/entrance.mid
battle_music/lobby.mid
battle_music/shop.mid
battle_music/WS_FTP.LOG
images/alert.gif
images/bg.jpg
images/bg1.gif
images/bg2.jpg
images/cat1.jpg
images/cat2.jpg
images/cellpic.gif
images/cellpic2.jpg
images/ghban.jpg
images/img_backing.gif
images/img_fill.gif
images/img_left.gif
images/img_right.gif
images/logo.jpg
images/nopic.gif
images/ublogo.jpg
images/WS_FTP.LOG
images/bar/barbg.gif
images/bar/bar_l.gif
images/bar/bar_l2.gif
images/bar/bar_m.gif
images/bar/bar_m2.gif
images/bar/bar_r.gif
images/bar/bar_r2.gif
images/bar/WS_FTP.LOG
integrate/wbb/integrate- wbb.txt
integrate/wbb/integrate-to-wbb.php
integrate/wbb/uninstall.php
readme-install/Readme.txt
templates/acceptreject.htm
templates/access_error.htm
templates/access_error_login.htm
templates/access_error_logout.htm
templates/action_error.htm
templates/action_ride.htm
templates/admincp.htm
templates/announcement_bit.htm
templates/arena.htm
templates/arena_me.htm
templates/arena_new.htm
templates/arena_you.htm
templates/armor_shop.htm
templates/armor_shopbit.htm
templates/attacktest.htm
templates/attacktest2.htm
templates/bank.htm
templates/battlerejected.htm
templates/battle_entrance.htm
templates/battle_field.htm
templates/battle_main.htm
templates/boots_shop.htm
templates/boots_shopbit.htm
templates/cp-edit.htm
templates/cp-inventory.htm
templates/cp-main.htm
templates/db_error.htm
templates/disclaimer.htm
templates/donate.htm
templates/entrance_denied.htm
templates/error.htm
templates/error1.htm
templates/error2.htm
templates/error26.htm
templates/escape.htm
templates/faq.htm
templates/footer.htm
templates/frameset.htm
templates/glove_shop.htm
templates/glove_shopbit.htm
templates/guardtest.htm
templates/guardtest2.htm
templates/header.htm
templates/headinclude.htm
templates/helmet_shop.htm
templates/helmet_shopbit.htm
templates/iamdead.htm
templates/imawinner.htm
templates/isadmin.htm
templates/itemtest.htm
templates/itemtest2.htm
templates/leveltest.htm
templates/levelup.htm
templates/lg_anonymous.htm
templates/loan.htm
templates/loggedon.htm
templates/login.htm
templates/main.htm
templates/main_arena.htm
templates/main_shop.htm
templates/members_profile.htm
templates/members_view.htm
templates/members_view_memberbit.htm
templates/navichain.htm
templates/nobattle.htm
templates/notadmin.htm
templates/note1.htm
templates/note2.htm
templates/notloggedon.htm
templates/profile_avatars.htm
templates/profile_avatar_choice.htm
templates/profile_avatar_useown.htm
templates/profile_boardbit.htm
templates/profile_buddy.htm
templates/profile_changepw.htm
templates/profile_editoptions.htm
templates/profile_editprofile.htm
templates/profile_editsignature.htm
templates/profile_extra.htm
templates/profile_female.htm
templates/profile_ignore.htm
templates/profile_main.htm
templates/profile_male.htm
templates/profile_nodeclaration.htm
templates/profile_old_signature.htm
templates/profile_pmlink.htm
templates/profile_preview_signature.htm
templates/profile_subscripe.htm
templates/profile_subscripe_board.htm
templates/profile_subscripe_delboard.htm
templates/profile_subscripe_delthread.htm
templates/profile_subscripe_thread.htm
templates/quickmod.htm
templates/register-class.htm
templates/register.htm
templates/register_error1.htm
templates/register_error2.htm
templates/register_error3.htm
templates/register_note1.htm
templates/register_note2.htm
templates/register_note3.htm
templates/registration_disable.htm
templates/reg_mail.htm
templates/reg_mail_betreff.htm
templates/reg_mail_notifybetreff.htm
templates/reg_notifymail.htm
templates/resurrect.htm
templates/shield_shop.htm
templates/shield_shopbit.htm
templates/shoperror_ride.htm
templates/shop_closed.htm
templates/shop_ride.htm
templates/smallitem_shop.htm
templates/smallitem_shopbit.htm
templates/specialitem_shop.htm
templates/specialitem_shopbit.htm
templates/special_deal.htm
templates/special_dealbit.htm
templates/ssm.js
templates/ssmItems.js
templates/tester_attacktest.htm
templates/tester_attacktest2.htm
templates/tester_guardtest.htm
templates/tester_guardtest2.htm
templates/tester_itemtest.htm
templates/tester_itemtest2.htm
templates/testingvariables.htm
templates/test_attack.htm
templates/thread_email.htm
templates/thread_pm.htm
templates/TMPgohm4zthhx.htm
templates/validistrue.htm
templates/wait.htm
templates/waiting.htm
templates/waiting2.htm
templates/waitingforbattle.htm
templates/weapon_shop.htm
templates/weapon_shopbit.htm
templates/WS_FTP.LOG
templates/yourawinner.htm

Price: $0.00


Product Code: UbsAdv
 
Quantity: Download!