
lucky3809
Members-
Posts
1,115 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by lucky3809
-
Dont know how advance the mod you have, but if it works with the houses table already that comes with mccodes, then your problem is in that query that is inserting or deleting from or to the houses table. It wouldn't be the users table that is giving you the problem.... Use common sense when coding... You said, "when users move out of their partners house they lose their house". Look at that sentence in bold.... Now look at your php files and codes that you bought, and find the query that has the houses table in it. It is that simple. After you find that part, look at the query over and see what is missing or what went wrong... It would be nothing to do with will, because you did not say that, you said they lose their house, house and will is two different things in mccodes... Most then likely your problem is in the divorce function.
-
i see some of your queries is not right, you need to include the userid if your expecting it to work for your players
-
edit: just read the date didnt know it was that long ago
-
it could be the host, have you tried to submit a support ticket to your hosting?
-
well done, however you are missing something... a user if they are smart, (most are) will go to the auction page or whatever page it is and alter the ID number in the url to the item that shows no link, and would be able to use such if you have nothing blocking them from doing so on those pages... why not just do something similar such as using 1 field and make it enum yes/no and then make if statements rather you have picked it for the item when you created or edited the item? then in the useage page just add same if statements as you would in the inventory page to block them from altering the url id? Just a suggestion that is much simpler lol.
-
no its below it, where your name and level stuff is and where you bars are located
-
enter the command as: curl http://www.yoursite.com/cron_minute.php?code=YOURCODEGOESHERE don't forget to change the website, and your code can be found in your config.php
-
in header.php change the will part to: Will: {$ir['will']}/{$ir['maxwill']}
-
100% is stating that user has 100% of it's will, it does not insist will is 100. it could be 200 will and read 100%
-
Pretty nice site will add my game when i get it finished :D
-
with a cron job yes or timestamp however you have it.
-
It has always been a forum rule, you just don't post the full paid code. He can post the function he is having trouble with just not the full code page. Yeah it may sound stupid, but when it's a paid modification you can't post it on here, due then it's free for others to use. Anyways look over your queries, most then anything its a query that is deleting the house from the owner, when they move out.
-
New day and age the internet has became a source for everything. Doesn't take a rocket scientist to know how hacking is done. I have also fixed someones game before that had the same thing happen to them. Which was a permission fix, and a few security fixes.
-
need better security, also don't make your files rewritable by your users change the permissions. That is how your game got hacked by someone your files are not secured enough.
-
Lets just say if someone is selling you mccodes, and they can't even spell worth a chit, it means you are being scammed, that is the number one sign!! Just saying enough said.... :D
-
Pulling whats left of my hair out please help
lucky3809 replied to Bennyh789's topic in Modification Support
I would submit a support ticket to your hosting company they can fix it for you. I have gotten it before and it was the host i was on. -
the more will you have the more percentage of train you get. if you get 1.9% on one train, with a larger house you would get more then that per train. If you been on Torn.com and other games you can have a better understanding of how it works. The percentage can be changed to anything you wish, also if you dont want to reduce your players will when they sell back their house for a bigger one you can change that too.
-
Looks awesome, I use same method lol.
-
I agree with SRB, as for some hosting companies has a TOS on mails sent, before adding this you may want to take time and read your TOS for your hosting package you are using, some people always skips it and then when they are suspended, they don't understand.
-
$r['userid'] becomes $bounties['userid'] if i am looking at it right, because you are selecting the userid from that query.
-
in the staff create new player page there is a query look it over it doesn't insert the correct info.
-
Richards Business Mod--Fixed With a few Things added.
lucky3809 replied to Joshua's topic in Free Modifications
the error your getting is the old forum when it was transferred to the new layout it had left new bbcode to the original post which was target_blank and http:// which was not part of the post to begin with just the new forum error here is how it should have been... <td width="275" align="left">> <a href="business_view.php?page=class&id='.$r['classId'].'">View '.stripslashes($r['className']).' companies</a></td> You currently '.stripslashes($rank).' at '.stripslashes($r['busName']).' which is owned by <a href="viewuser.php?u='.$r['userid'].'">'.stripslashes($r['username']).'</a>. -
Richards Business Mod--Fixed With a few Things added.
lucky3809 replied to Joshua's topic in Free Modifications
page 3 and 4 has the fixes for the company special, if you cant see them maybe you have a query wrong which makes it not show check your queries make sure they are correct.