Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBArmy - vBulletin Army System Details »»
vBArmy - vBulletin Army System
Version: 1.00, by Attilitus Attilitus is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 05-30-2008 Last Update: 05-30-2008 Installs: 63
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

This hack is currently still in its BETA stages. This hack was developed on a server running PHP5 and has not been checked for compatibility with PHP4. To my knowledge it uses no PHP5 specific functions. It is missing a few key features, which will be added in subsequent versions. Please post any bugs you encounter. The final version will be released for vBulletin 3.7.

Currently the following cannot be customized, but will be modified in future versions:
  • Users start with 1000 gold.
  • Users start with 20 turns.
  • Users start with 5 spies.
  • Users get 15 turns every 24 hours.
  • Gold can only be obtained by battling other members.



About the Game

vBArmy is a game for vBulletin.

Each member begins their adventure by choosing a Race which had certain advantages over other races. They begin with a few soldiers and a bit of gold, and must build their army by fighting other players.

Players can buy weapons for their soldiers to increase their attack strength, and buy armor to increase their soldier's defense strength. However, each soldier can only use one weapon and one item of armor. Players can also upgrade their Defense and Offense to increase their defensive and offensive strengths by a percentage.

Players can browse through a list of participating players. They can conduct intelligence operations by sending Spies, which cost a set amount of gold to purchase. The more spies you send, the more accurate the intelligence you gather will be. Gathered intelligence gives you an estimate of the players total gold, offensive power, and defensive power.

If you choose to attack a player you must use "Turns." You only get a certain amount of turns every 24 hours. The more turns you use, the more gold you will steal from your opponent. Be warned though, your opponent will know that you attacked them by viewing their Defense Log.

Naturally it is important to grow your army. The only way to get soldiers in the game is to have your friends click your "Recruitment Link" They can only click it once every 24 hours, and each time they do you will recieve one soldier.

Please click Install, there will be a status notification upon the release of major updates.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 07-12-2008, 02:48 AM
XFSImperial's Avatar
XFSImperial XFSImperial is offline
 
Join Date: Jul 2004
Location: USA
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A useful change to this mod would include allowing .png transparent images to be uploaded as a race image.
Reply With Quote
  #83  
Old 07-16-2008, 04:29 AM
wat3v3r wat3v3r is offline
 
Join Date: Jun 2008
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm im using this mod on vb3.7.2pl1 works ok and we moded it quite abit to protect n00bs and to get gold based on your posts on forum but i'll still be waiting for final version on this one ^^
Reply With Quote
  #84  
Old 07-16-2008, 10:04 PM
Demon fox Demon fox is offline
 
Join Date: Jan 2007
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ignore this
Reply With Quote
  #85  
Old 07-18-2008, 12:50 PM
kes kes is offline
 
Join Date: Jan 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ive installed this ino 3.6 but when i try to add new armys images or edit the existing army image it fails with this coming up at the top...

Warning: move_uploaded_file(armysystem_images/tmp_48809f3a4c356.gif): failed to open stream: Permission denied in /armysystem/att_include.php on line 442

Warning: move_uploaded_file(): Unable to move '/tmp/phpzzYVoi' to 'armysystem_images/tmp_48809f3a4c356.gif' in /armysystem/att_include.php on line 442

Warning: getimagesize(): Unable to access armysystem_images/1a1ec01f6458adecccb605200d42f47c_6364d3f0f495b6ab9 dcf8d3b5c6e0b01.gif in /armysystem/att_include.php on line 381

Warning: getimagesize(armysystem_images/1a1ec01f6458adecccb605200d42f47c_6364d3f0f495b6ab9 dcf8d3b5c6e0b01.gif): failed to open stream: No such file or directory in /armysystem/att_include.php on line 381

the image im trying to upload from my desktip is called a1.gif (seems its not even finding it or recognising its an image ????

Any fix for this ?
Reply With Quote
  #86  
Old 08-14-2008, 08:50 AM
RedeemedWarrior RedeemedWarrior is offline
 
Join Date: Apr 2008
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sadly I'm uninstalling too long between updates
Reply With Quote
  #87  
Old 09-02-2008, 04:57 PM
Warion's Avatar
Warion Warion is offline
 
Join Date: Feb 2008
Location: Pennsylvania
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tag for future use.
Reply With Quote
  #88  
Old 09-04-2008, 07:30 PM
dirtyfeast dirtyfeast is offline
 
Join Date: May 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I can see that people are busy around here. Here is my question.

Code:
if($lastupdate['value']<(time()-24*60*60))
{
	$data->set(as_data);
	$data->update(value,time());
	$data->where(id,'time');
	$data->execute(update);
	
	$data->set(as_user);
	$data->select('*');
	$playerlist=$data->execute(select);
	
	while($value=$vbulletin->db->fetch_array($playerlist)){
		$value['turns']=$value['turns']+15;
		$data->set(as_user);
		$data->update(turns,$value['turns']);
		$data->where(id,$value['id']);
		$data->execute(update);
	}
In the above code if($lastupdate['value']<(time()-24*60*60)) would the -24 represent the 24 hours wait time to get more turns.

In the above code $value['turns']=$value['turns']+15; would the +15 represent the turns received after 24 hours.

My question is could I change the -24 to -12, and than increase the +15 to +25. This would make 25 new turns every 12 hours. This could is in the main armysystem php script that goes in forum root.

I like this mod, and I know until an improved version comes out I will simply add gold to the database. I just hope this mod does not get put on the shelf, and someone makes this work. I will wait patiently for a answer to this question. Thank you for your time.
Reply With Quote
  #89  
Old 09-04-2008, 07:50 PM
Demon fox Demon fox is offline
 
Join Date: Jan 2007
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That should work fine, the latest version (which wont be released until a new owner takes up the script) can be looked at over at vbarmy.com username: demo pass: demo
Reply With Quote
  #90  
Old 09-19-2008, 06:44 PM
dsmoke dsmoke is offline
 
Join Date: Nov 2005
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone who is a good coder, familiar with vbarmy, and thinks they could do some real custom coding for me, for pay, please pm me asap thanks!
Reply With Quote
  #91  
Old 09-26-2008, 09:37 PM
Blackhat's Avatar
Blackhat Blackhat is offline
 
Join Date: Mar 2005
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it work for 3.7.x ?
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 03:53 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04622 seconds
  • Memory Usage 2,301KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete