Jump to content
MakeWebGames

Mark F

Members
  • Posts

    196
  • Joined

  • Last visited

    Never

Everything posted by Mark F

  1. Re: Multiple Houses [V2]   I had this problem too, I just manually went into the database and deleted the excess homes, lol.
  2. Re: Updated Display Pic System [V2] This really does look like a great mod, I ought to try it! :wink:
  3. Re: contact staff [v2] It is a good modification if you log onto the game more than you check your email. :wink:
  4. Re: crystal bank   Maybe you should work on your own modifications, in the time that you bag other people?
  5. Re: [V2] Crystalbank Mod [V2] What is the point of this mod, unless people can steal crystals in your game? Do they actually earn interest on crystals?
  6. Re: House Rentals [V2]   I personally don't have time to go through it for at least a couple of days. Though if you have really fixed it, people would appreciate you posting it up.
  7. Re: Help Needed with Monorail It is still not working, though thanks anyhow!
  8. Re: House Rentals [V2]   That is alright, the script is slowly getting there!
  9. Re: House Rentals [V2]   Thank you for updating it Richard, though I have tested it and found a major problem. When someone rents a property now, they receive it. Though if they move in, then move out of the property, it appears as if they actually own the property, and are not renting it. The property also gets removed form the owner.
  10. Re: [V2] Credit Card Mod [V2]   Why don't you give it a go? I would do it myself, though I am making changes to my games economy, lol.
  11. Re: Updated Explore V.2 There is no point making explore pages, people will have to modify them for their own sites. It would be quicker to make one from scratch, then to modify yours. P.S. If an explore page mod is ever to be made, it has to be unique. Try experimenting with the style of your tables etc (CSS). You could even attempt to make an image map, I haven't seen one of those on here yet, lol.
  12. Re: House Rentals [V2] I think that I have updated the remove_house function, though there are still other problems when someone rents the property. If I get the time, I will fix it later. } function remove_house() { global $db,$ir,$c,$userid,$h; $q=$db->query("SELECT rent.*, h.*, u.* FROM rentalmarket rent LEFT JOIN houses h ON rentHOUSE=h.hID LEFT JOIN users u ON u.userid=rent.rentOWNER ORDER BY rent.rentCOST, rent.rentDAYS ASC",$c); if(!$db->num_rows($q)) { print "Error, either this house does not exist, or you are not the owner. [url='rentals.php']> Back[/url]"; $h->endpage(); exit; } $r=$db->fetch_row($q); $db->query("INSERT INTO `properties` (`prID`, `prOWNER`, `prHOUSE`) VALUES ('NULL', '$userid', '{$r['hID']}');",$c); $db->query("DELETE FROM rentalmarket WHERE rentID={$_GET['ID']}",$c); print "House removed from market! [url='rentals.php']> Back[/url]"; }
  13. Re: Simple Trades [V2] Great Work!
  14. Re: House Rentals [V2]   Can you please post the updated modification when you get the chance?
  15. Re: Frame User Mod $10.00 Looks interesting!
  16. Re: Selling Working Login And Reg Page [$10]   You cannot get away with selling HTML! People will just view your page source and copy it! Maybe if you were offering to make personal ones with graphics, it would be alright.
  17. Re: Your views on new layout mainmenu??? (Very unique i believe) It really is not my type, and is not really a good idea for navigation. Though you might want to try animating explore? I am currently making my own 3D city, where people can hover over buildings, and be redirected! I would recommend using Autodesk's 3DS Max.
  18. Re: Help Needed with Monorail Thanks for the help, though it is still not working! :-(
  19. Re: [V2] PJIRC Chat Mod [V2] Nice script, though I am going to purchase a better one.
  20. Re: Forum Problems   I may not be the best coder, though I am not completely stupid. If it told me what the error was, I would have fixed it myself. It simply comes up with a blank page and does not do the requested function.
  21. I don't think that I would be the only person that has this problem, or has had this problem. Though I cannot delete topics, or move them to another thread. Does anyone know or have a fix for this problem?
  22. I recently installed the city owning mod, though I have had quite a few problems it. I am unable to get support since I have had it for well over a year, and cannot even remember who I purchased it from. The first bug I had is that it did not charge people to create a new city, though I managed to fix this. The problem that I am having at the moment is that it is not charging people to enter another persons city. I am not even sure if Tax works yet, though I still need to test this out. I have got a feeling that the problem must be something to do with the following? mysql_query("UPDATE users SET money=money+$r[cityprice] WHERE userid=$r[cityowner]");   My understanding of the script is that it needs to find the price of entering the city using: $r[cityprice] Then it needs to take away this amount of money off the player. Though I am not completely sure! Help would be highly appreciated! -Mark The full code for my monorail.php script is down below, maybe there is a problem in it? code removed , since it is a pay mod...
  23. Re: House Rentals [V2]   Sh*t, look at all of those posts! I wonder how many times he has asked for a script to be converted? I am not attacking him or anything, though all you need to change is a few lines for gods sake!
  24. Re: [V2] Donator Shop [V2] Are you talking about non donators seeing the link? If so I think that you add the following from memory.   if($ir['donatordays']) { print "[url='ddshop.php']Donators Shop[/url] ";
  25. Re: Arsons City Owning Mod I have the basic city owning mod, though I have never used it. It was a bit of a waste of money, and it had a few bugs in it. I wish that I could buy a copy of user shops, then I would be able to integrate it with city owning, and it would actually have a use! Because when you enter another persons city, you cannot go to the shops.
×
×
  • Create New...