Jump to content
MakeWebGames

Paul Evans

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by Paul Evans

  1. just curious is that the entire file? <?php include_once('globals.php'); global $db,$c,$ir, $set; $hc = $set['hospital_count']; $jc = $set['jail_count']; $ec = $ir['new_events']; $mc = $ir['new_mail']; echo <<<MainMenu <style type="text/css"> body {font-family:Arial, Helvetica, sans-serif, Tahoma; font-size:12px;} #vertmenu { font-family: Arial, Helvetica, sans-serif, Tahoma; font-size: 100%; width: 200px; padding: 0px; margin: 0px; } #vertmenu h1 { display: block; background-color:#FF9900; font-size: 100%; padding: 3px 0 5px 3px; border: 1px solid #000000; color: #333333; margin: 0px; width:205px; } #vertmenu ul { list-style: none; margin: 0px; padding: 0px; border: none; } #vertmenu ul li { margin: 0px; padding: 0px; } #vertmenu ul li a { font-size: 100%; display: block; border-bottom: 1px dashed #C39C4E; padding: 5px 0px 2px 4px; text-decoration: none; color: #666666; width:205px; } #vertmenu ul li a:hover, #vertmenu ul li a:focus { color: #000000; background-color: #eeeeee; } </style> </head> <body> <div id="vertmenu"> <h1>Player Menu</h1> <ul> [*][url="index.php"]Home[/url] [*][url="explore.php"]Explore[/url] [*][url="citybank.php"]Bank[/url] [*][url="crimes.php"]Crimes[/url] [*][url="gym.php"]Gym[/url] [*][url="yourgang.php"]Your Gang[/url] [*][url="inventory.php"]Inventory[/url] [*][url="events.php"]Events[/url] [*][url="jail.php"]Jail[/url] [*][url="hospital.php"]Hospital[/url] [*][url="search.php"]Search[/url] [/list] </div> <div id="vertmenu"> <h1>Communication</h1> <ul> [*][url="mailbox.php"]Mailbox[/url] [*][url="forum.php"]Forum[/url] [*][url="X.php"]Chat Room[/url] [/list] </div> <div id="vertmenu"> <h1>Account Settings</h1> <ul> [*][url="preferences.php"]Preferences[/url] [*][url="notepad.php"]Notes[/url] [/list] </div> MainMenu; ?>   Maybe best to review the existing mainmenu file for ideas and maybe not use the heredoc but actual echos
  2. I have seen 3 posts already of you asking for help, normally if it was just the one i'd help but considering your thinking we'll do everything for you im going to let you figure this one out alone. No one help him...
  3. I find it rather weird that you know so much... your one of them child geniuses right?
  4. and considering you getting a custom engine you would then need addons coded by the original creator or let someone get familiar with your site (not a good idea if it's custom work not many people are trustworthy enough to not steal a backup). Alot of the members of MWG are familiar with MC (including myself im very very confident i know every single file in MCv2) plus all the free mods maybe a bonus to you but i'd say they don't really effect it, why use free mods when your spending so much on the site i would suggest maybe choosing some free mods but then having someone code them a little different with added on ideas just to make your website a little more unique. Although i am not a big fan of MC and i am creating my own RPG game from scratch i would still say MCC is probably alot easier to use and get support (not from MCC itself but members of MWG) as GRPG is actually even more exploitable than MCC... (amazing i know) horizons GUI is difficult to edit and EZRPG is only in basic stages (last time i looked) also some OS projects like zap are still in preproduction. So MCC is probably your best bet. Like i said earlier message me if you need any help/advice/etc...
  5. In my honest opinion i'd say it would be cheaper to get MC strip it recode sections switch out methods with newer ones and secure it. I am a friend of floydians and horizon is a amazingly engine but the only draw backs i see if that they GUI is difficult to edit.
  6. wow im only learning German and coding Crimgame ... you lot are nuts :P I'm also moving house so...
  7. I gotta ask why the use of strrev?
  8. Security on another hand can cost anything from 50 - 300 dollars (50 being the cheapest and the most vulnerable versions and 300 being look through every single file for exploits then fixing any bugs and so forth). Also i would suggest Dayos forum it's alot better than the MCC generic exploitable forum but stear away from Cronus modifications (no offence intended).
  9. http://www.ripplewerkz.com/ or otherwise known as http://nitrodesigns.com/ did the designs on immortal night (hence the lacking in skill and me not suggesting them). Anyways back on topic :)
  10. Actually SOSfactory didn't do Immortalnight they do although have a portfolio http://www.sosfactory.com/logos1.html Also may i suggest reviewing other peoples work http://bluetrendzdesigns.com/portfolio.php Blue tendz did my template on http://www.crimgame.com You need security as a first if your going to use MCCODES but as i think Zed said you want a trustworthy person to do that, also with graphics don't think cheap is better it's just tacky as are cheaper coders. Good luck with your project if you need any help don't hesitate to contact me on here or by email (have to ask in pm for email). also im just curious is that 2-4k USD or NZD? EDIT: when i say trustworthy person im not referring that anyone here isn't trustworthy i am simply saying it's better to have someone editing the files for a few days than having someone do it in 2 hours and then get hacked at a later date (time costs money but also gives peace of mind).
  11. My method is basically a more complex version of Zu's simple method (no offence intended it's a good answer mate) i just thought i'd spend a little time on something which i will have on my game, it would work on the same premiss as zu's method just a little bit more complex and less actual coding into the inventory file (considering you'd have multiple files which want their own use method).
  12. Good luck with your future project, i would also love to see what kind of project you'd be doing.
  13. You do have a very good point Dominion but you go set yourself back a few month (6 if learning properly) and still need to get someone to check it over which is why it's best to just get someone to maybe review it then refer someone for the code. Then simply look over the code and learn from that php.net is your friend.
  14. Could be one of many problems hence the paying of a expert and/or look through the forum.
  15. Normally to get security for MCC scripts it costs but you could use the search option for known exploits just use keywords like 'Exploit', 'injection', 'hack', 'cmarket' or contact someone to help you like myself but it can cost you about 150-250 USD for someone to secure your site.
  16. Good point Haunted Dawg but would it not have been easier to just PM me rather than publicly announce a typo and waste two posts (including this one). Any reply to my PM box please. Sorry for the posts Jaymo, hope it helps.
  17. ok a example would be   $var = 1348; // this could also be result it's just for the example # echo value echo number_format($var); // results in 1,348 # or maybe you want it in a query => mysql_query('UPDATE `table` SET `field` = "'.number_format($var).'" WHERE `field` = "Clause"'); // results in UPDATE `table` SET `field` = "1,348" WHERE `field` = "Clause" # You could also do echo '$'.$var; // Results in $1,348 but the best bet is to make your own function similar to this example function currency_format ($amount, $ymbol) { $amount = ( isset($amount) && is_numeric($amount) ) ? abs($amount) : 0 ; if ( !empty($amount) && (!empty($ymbol) && strlen($ymbol) < 3) ) { RETURN $ymbol.$amount; } else { RETURN FALSE; } # Testing: echo currency_format('19288','$'); // Results in $19,288 just a quick example
  18. Is it me or does it look hand drawn?
  19. Who made your video David?
  20. If you need some help rather use the search function or post it and im sure people will help but you do get the odd ... lets say unfriendly person replying.
  21. Well MakeWebGames coded it as a example we simply improve before putting it on our games :) and we give him props for it.
  22. ^looks a bit like that
  23. mine works out the colours linking (which uses my link function) and optional adds image (don't ask) also implicating some other upgrades at a later date, when MakeWebGames coded that it was just a example i suggest you look up the functions used on php.net
  24. Yeah the member MakeWebGames produced it as a example i believe, i use it on my game but a little more advanced.
  25. didn't MakeWebGames make this?
×
×
  • Create New...