Jump to content
MakeWebGames

Richards Business Mod--Fixed With a few Things added.


Recommended Posts

  • Replies 166
  • Created
  • Last Reply

Top Posters In This Topic

Posted
i said its a good idea just as long as ya staff panel is secured.
no you said

"Good idea but really, why use this if you know how to use the database? This is just more for hackers to mess around with"

no mention of as long as your panel is secure

 

but im at the point i cant care any less than i do currently. and im not in the best of moods by any means, so im gonna just keep quiet and go back to just watching the posts and not trying to add to them. you know like most of the other ppl that come here to only take and never contribute.

speaking of contributing..............feel free to post the stuff you have made, cuz im not finding any of it when i search your posts bro? why might that be?.....lmao

 

 

immortal ---------- i will post it when i get it done, but not now. im not in the mood to work on it anymore now.

Posted

But this is a good idea to add staff functions honestly.

As for hackers....secure your globals and you dont have to worry about this little bit here =P

Far as I can tell the Business mod itself is pretty tight to

Posted
i get this error

Fatal error: Call to undefined function Doing() in /home/as7863/public_html/companyspecials.php on line 3

take that line out, immortal forgets that we dont have that in our games. lol EDIT--- Doing('At the stock market.'); (delete that whole line)

you will have to take out the

include_once (DIRNAME(__FILE__). '/bbcode_parser.php'); bit as well unless you have that file.

Posted

yea i fixed that error but now i get this error

<

Warning: session_start() [function.session-start]:Cannot send session cache limiter - headers already sent (output started at /home/as7863/public_html/compspecials.php:1) in /home/killer/public_html/globals.php on line 2

 

Posted

ok first of all i would like to thank Richard, BludClart and Immortalthug for the time and effort they have put into his mod. It is a very nice addition to any game.

Also, when someone trys to accept someone into there company it doesnt seem to work...just curious if anyone else has had this problem ?

it doesnt error, it just shows a blank page (NOT BLANK WHITE PAGE, a blank ingame page..)

i havent had time to look thru the code fully yet..so i was wondering if anyone else had this minor error..

cheers

Posted
ok first of all i would like to thank Richard, BludClart and Immortalthug for the time and effort they have put into his mod. It is a very nice addition to any game.

Also, when someone trys to accept someone into there company it doesnt seem to work...just curious if anyone else has had this problem ?

it doesnt error, it just shows a blank page (NOT BLANK WHITE PAGE, a blank ingame page..)

i havent had time to look thru the code fully yet..so i was wondering if anyone else had this minor error..

cheers

tested it and it works fine
Posted

Ok Folks

For those having problems you need to add The Following to Global_func.php file

It was in the original mod i forgot to post it, appologies

 

find

?> in global_func.php

above add this

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

good to go.

For the crons you would do them the same as your Day Cron 0 0 * * * and set the curl

 

For the person with the session error..i'm not sure..are you on version 1 or version 2? I edited this for V2

Posted

First of all Immortalthug.. This is wonderful.. Looks like you put a lot of work into this to make it even better than what it was

Second of all Richard.. Thank you very much for posting this mod in the first place especially FREE... I think you did an awesome job and looks like this could have taken weeks for you to make.. so +1 for the both of you and thank you both

Posted

Thank you Chicka, BludCard helped :)

NEW MOD ADDITION

ROB BUSINESS.

Players Now have an extra stat in "userstats" called robskill

Businesses have an Extra column called bussecurity.

Businesses must Pay per 1 point of security or "security guard" through their own vault to keep their business secure.

I'm also making businesses security go up 1 point per day with Crons.

Players will be able to swap Crystals "or in my game cigarrettes" for robskill points but it will be very expensive

If their robskill is higher than the Business they can rob that business, but only Once Per day. Fail is massive jail time and the loss of a point

Getting it together to post up.

Posted

SQLS

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Overwrite business_view.php with this one.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

business_manage.php Overwrite next.

Posted

business_manage continued

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

FIND IN REGISTER.PHP

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

add an Extra 10 to the query..example

$db->query("INSERT INTO userstats VALUES('$i', 10, 10, 10, 10, 10

Run THIS query in your SQLS

UPDATE userstats SET robskill = 10

UPDATE businesses SET bussecure = 10

That starts all your users currently and businesses to 10 security skill.

Enjoy, more to come.

Posted

Due to the Differances of crystal Temples and Games I leave you all to decide how users can Gain robskills

My game they will only be able to trade cigarrettes for them, or donate for them. Either way it's going to be costly. Security is costly,

If you want to do what I'm doing and have businessess security based off of business age

Run this cron in Cron_Day.php

$db->query("UPDATE businesses SET bussecurity = bussecurity +1");

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...