weewooz Posted August 6, 2009 Posted August 6, 2009 Re: Businesses Mod [Mccode V2] no destroyer i dont mate Quote
weewooz Posted August 6, 2009 Posted August 6, 2009 Re: Businesses Mod [Mccode V2] also when you view buss listings Car dealership companies hellboy cars - hellboy 2 but only shows the one bussiness says there 2 under the car cat but only lists one mate Quote
weewooz Posted August 6, 2009 Posted August 6, 2009 Re: Businesses Mod [Mccode V2] its ok sorted that but no destroyer dont have that sql mate Quote
weewooz Posted August 6, 2009 Posted August 6, 2009 Re: Businesses Mod [Mccode V2] You do not have enough gold in the vault. getting that wen trying to upgrade and no sql for bankkrupt mate Quote
thedestroyer Posted August 6, 2009 Posted August 6, 2009 Re: Businesses Mod [Mccode V2] ok add budDebt to the business table with int(11) Quote
weewooz Posted August 7, 2009 Posted August 7, 2009 Re: Businesses Mod [Mccode V2] ive added busdebt yep still cant bankcrupt or upgrade says i dont have enough gold Quote
weewooz Posted August 7, 2009 Posted August 7, 2009 Re: Businesses Mod [Mccode V2] ok i have enough cash in valt to upgrade but i get this you dont have enough gold in the vault and ideas heres the part in bus_manage what i have $price_upgrade = ($inf['classMembers']*100000); echo 'You are about to upgrade the '.stripslashes($inf['busName']).' business at a cost of $'.number_format($price_upgrade).' for an additional 5 slots. Please confirm this action. Once this has been confirmed there is no chance to go back. Upgrade the business'; } else { $price_upgrade = ($inf['classMembers']*100000); if ($inf['busMoney'] < $price_upgrade) { die('You do not have enough gold in the vault.'); }else{ mysql_query(sprintf("UPDATE `businesses` SET `busEmployees` = busEmployees+5, `busMoney` = busMoney - ".$price_upgrade." WHERE `busDirector` = ".$ir['userid']."")); business_alert($inf['busId'], "The Director has upgraded the business for 5 extra members."); echo 'You have decided to upgrade the business, you can now emploty an additional 5 members.'; Quote
thedestroyer Posted August 7, 2009 Posted August 7, 2009 Re: Businesses Mod [Mccode V2] you are missing a sql then. Mail me in private for my msn will be easier on there Quote
weewooz Posted August 7, 2009 Posted August 7, 2009 Re: Businesses Mod [Mccode V2] this mod never guna work got it all fixed but the upgrade bit been on it all day cant figure it out all now :( Quote
thedestroyer Posted August 8, 2009 Posted August 8, 2009 Re: Businesses Mod [Mccode V2] can anyone fix applications so that i can actually accept them cos i keep getting this Your business cannot hold more members at this time. thanks. Quote
Duke Sunday Posted August 16, 2009 Posted August 16, 2009 Re: Businesses Mod [Mccode V2] can some one add it all again with all the fixes please? Quote
jds137 Posted August 22, 2009 Posted August 22, 2009 Re: Businesses Mod [Mccode V2] Question: How do we make it so that when you have either a business or a job, you cant go and either start a job, or get a business. It needs to be 1 or the other. Quote
thedestroyer Posted August 25, 2009 Posted August 25, 2009 Re: Businesses Mod [Mccode V2] can some one add it all again with all the fixes please? thats never guna happen theres always guna be problems lol Quote
CrazyT Posted August 25, 2009 Posted August 25, 2009 Re: Businesses Mod [Mccode V2] can some one add it all again with all the fixes please? thats never guna happen theres always guna be problems lol You sure?, I've added bits onto it and bug free, and mostly recoded to my standards. ;D Quote
thedestroyer Posted August 26, 2009 Posted August 26, 2009 Re: Businesses Mod [Mccode V2] can some one add it all again with all the fixes please? thats never guna happen theres always guna be problems lol You sure?, I've added bits onto it and bug free, and mostly recoded to my standards. ;D share it on here then lots of people want this mod Quote
Feky Posted August 26, 2009 Posted August 26, 2009 Re: Businesses Mod [Mccode V2] can anyone list all the bugs in this mod for me please Quote
lukeybabe Posted September 3, 2009 Posted September 3, 2009 Re: Businesses Mod [Mccode V2] Love it well done richard just how do u do it lol Quote
thedestroyer Posted October 31, 2009 Posted October 31, 2009 hi If anyone has a fully working version of this mod and can show me a demo I will gladly pay $5 for it just mail me Quote
J_StrauD Posted November 3, 2009 Posted November 3, 2009 RE: hi If anyone has a fully working version of this mod and can show me a demo I will gladly pay $5 for it just mail meWhat is it you have that isnt working? Quote
thedestroyer Posted November 3, 2009 Posted November 3, 2009 hi when you go to accept anyones application it says the company is full. Quote
thedestroyer Posted November 4, 2009 Posted November 4, 2009 right ok i have a fixed version of this mod now but the only problem is that you cannot have the option to upgrade your business let me know if you want any help with anything. Quote
jay-dogg2009 Posted November 29, 2009 Posted November 29, 2009 *Fully Working Business mod even with upgrade business_create.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. business_cron.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Rest to follow Quote
jay-dogg2009 Posted November 29, 2009 Posted November 29, 2009 business_home.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. business_manage.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. One More Post Quote
jay-dogg2009 Posted November 29, 2009 Posted November 29, 2009 business_view.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. enjoy :P Quote
Joshua Posted November 30, 2009 Posted November 30, 2009 E for effort but you missed a few $_POSTS that need to be secured from the bank hack. Just deposited 2.4 mill into bank vault and had 0 cash on me :P Not sure about the banner peice either as it could be exploited. I have been working on modifying this version as well as adding an option to remove money from the business vault >< I'll post when it's finished. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.