Jump to content
MakeWebGames

Bennyh789

Members
  • Posts

    164
  • Joined

  • Last visited

Everything posted by Bennyh789

  1. is that not a bad rip off of crime lane?
  2. Thank you both for your reviews As I said its not 100% finished and all needs to be checked thoroughly The reason behind the forum ban was purely because of trolls being signed up and flooding the forums but I will look at another way of how I can do that And again thanks for taking the time out to review my game in progress Ben
  3. http://www.endoftimez.com It's not 100% finished but a detailed review would be great Thanks Ben
  4. Ive got it all fixed thanks very much for this mod its great!!!
  5. Ive got a working copy mate will dig it out later and post here
  6. What was the problem though lol
  7. Has anybody got a working copy of this im getting errors everywhere, ive fixed a few but theres a few that im struggling with one being: Parse error: syntax error, unexpected T_IF in /home/endoftim/public_html/investment.php on line 30 The code is:   function index() { global $db,$ir,$c,$h,$userid,$set; $newlvl = ($ir['investlevel']+1); echo "<h2 />Welcome to ".$set['game_name']." Investments.How may we help you?</h2><hr>"; if($ir['userCONTRACT'] == 0) { echo "<h5>You may sign a contract that entitles you to our interest facilities.Once under contract you may invest any amount of money for a certain period of time, you will then gain interest based on that period.You may also upgrade your contract if you wish to gain additional interest.</h5>"; echo " <form action = 'investment.php?action=buyinvest' method = 'post' /> <input type = 'submit' STYLE='color: black; background-color: #D6D6C7;' value = 'Sign Contract' name = 'buyinvest' /> </form> *** "; }* if($ir['userBANKAMMT'] > 0) { echo " <form action = 'investment.php?action=investhome' method = 'post' /> <input type = 'submit' STYLE='color: black; background-color: #D6D6C7;' value = 'View Investment' name = 'investhome' /> </form> "; } elseif($ir['userBANKAMMT'] == 0 AND $ir['userCONTRACT'] > 0) { echo " <form action = 'investment.php?action=investhome' method = 'post' /> <input type = 'submit' STYLE='color: black; background-color: #D6D6C7;' value = 'Start Investment' name = 'investhome' /> </form> "; } if($ir['userCONTRACT'] > 0 AND $ir['userBANKAMMT'] == 0 AND $ir['investlevel'] < 10) { echo " ********<form action = 'investment.php?action=levelupgrade' method = 'post' /> ********<input type = 'submit' STYLE='color: black; background-color: #D6D6C7;' value = 'Upgrade to Level $newlvl' name = '$newlvl' /> </form>"; ****} ***** ***** ****else ****{ ********echo " *********"; ****} }   line 30 is: if($ir['userBANKAMMT'] > 0)   thanks Ben
  8. Im after a renting mod if anyone has one for sale drop me a pm
  9. And it is meant to take themoneh daily from the day cron. But if the user doesnt have the money then it still lets them keepthe house and they cant even move out of it
  10. Hi illusionsthanks for taking the time to help everybody out richards mod uses the houses table from the original mc codes. And as you can see in the sql adds owned houses which is the table with all of the users houses and determines which ones are being rented etc
  11. It also lets players gominto negative money
  12. Anonymous user you are some what of a legend! However the code is all installed exactly how it says on here BUT when the rental time reaches 0 the user who rented the house still has it AND an error occurs when they try to move out of it! Also people can go into negative money when renting if they dont have enough to cover the cost. Any ideas? Has anyone else tested this and have this problem.
  13. Bennyh789

    Global chat

      If your running mccodes dave Macaulay has the best chat mod I know of its $10 I think but well worth it
  14. The opacity on the chat bar will be 0% when it is hovered over or clicked in to type In regards to responsive design this goes beyond my capabilities :-(
  15.   Thanks for the point out on the vote page, it was from my old game but will egt it changed. Our idea was to use mccodes as unlike some we do like the codes etc but make it not look like mccodes if that makes sense As ive said there is still a lot of content work to do etc and a few images but ALL of the images are our own so quite proud of them Thanks guys for the comments, and tbh i wasnt 100% sure about the style of text but now you two have said what i was thinking I will look at changing it :-) If theres anything else anyone would like to add good or bad it would be appreciated Thanks
  16. Hi all, Myself and a close friend have been conducting a lot of work on our game. The game is http://www.endoftimez.com test account username: bentest test account password: bentest The game is FAR from finished yet but its coming along nicely If you can give me any feedback that would be fantastic Thanks very much Ben
  17. Looks exactly like crime lane not sure who's files they are?
  18. Bennyh789

    Scammed

    Well I guess I was naive to think everyone was honest on here. I bought a code from AnonymousUser, Yes he sent me the code eventually but was missing the SQL, I asked for the SQL and he sent me one table when I can see there was more. The code doesnt event tally up to the SQL he sent me. I asked for my money back and was told by him that I was impatient bla bla bla. But the code needed a LOT of work before it would be even useable! So beware at all costs and do NOT USE AnonymousUser
  19. Hello all, Thanks in advance for your help!!!!!!!!!!!!!!!!!!! Ok so in my houses mod i cant get my cron to run properly HOWEVER when run manually it is running without errors: Below is the part of my cron that I have added   $houses = mysql_query(sprintf("SELECT * FROM `owned_houses` LEFT JOIN `users` ON (`userid` = `uhouseTenant`) WHERE `uhouseTenant` > '0'")); while ($r = mysql_fetch_array($houses)) { mysql_query("UPDATE `owned_houses` SET `uhouseRTime` = `uhouseRTime` - '1' WHERE `uhouseRTime` > '0'"); mysql_query(sprintf("UPDATE `users` SET `money` = `money` - '%d' WHERE `userid` = '%u'", $r['uhouseRent'], $r['uhouseTenant'])); mysql_query(sprintf("UPDATE `users` SET `money` = `money` + '%d' WHERE `userid` = '%u'", $r['uhouseRent'], $r['uhouseOwner'])); mysql_query("UPDATE `owned_houses` SET `uhouseTenant` = '0' WHERE `uhouseRTime` <= '0'"); }   Below is the code thats in houses.php mysql_query(sprintf("UPDATE `users` SET `money` = `money` + '%d' WHERE (`userid` = '%u')", $r['hPRICE'], $ir['userid']));   Both of the money lines are NOT working, money is not going from one user to the other HOWEVER the uhouseRTime IS decreasing as it should be Please help guys ive tried everything im running mccodes v2
  20. i know its a very old thread by myself but does anyone actually have a tutorial of how to fix the old mods that changed when the forum did? Ive been racking my brain for ages and have searched everywhere on this forum but cant seem to find a tutorial
  21. Ok will try this one. I will pay $5 for someone to edit the code so it works :-) Not sure how to edit code that was changed during the forum update
  22. TBH mate It was just an idea all I really want is a working newspaper with the ability for users to put ads on it. Not too fussed how it looks I can code php but for the life of me I'm rubbish with tables and css etc I have someone that does that part for me but he's out the country for 4 months
  23. Ah Ben thanyou very much I would like it as the image if you can read it lol sorry trying out the s-note [ATTACH=CONFIG]837[/ATTACH]
  24. I am indeed, there's tons of them already on here but die to the forum mess up they don't work! I know a lot of people will want paying for one but you never know :-)
  25. Evening all, seen its been quiet on here recently but though i would give this a shot. Has anyone got a newspaper mod where users can add their own advertisements? Thanks Ben
×
×
  • Create New...