Jump to content
MakeWebGames

Paul Evans

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by Paul Evans

  1. they keep alot in settings, im curious what version of MC are you using? global $set; echo ' <a href="hospital.php" alt="hospital">Hospital ('.$set['hospital_count'].')</a> | <a href="jail.php" alt="jail">Jail ('.$set['jail_count'].')</a> ';
  2. i use my own method of setting out script but don't we all? yeah the folder system is simple but considering when i created it i was quite impressed although i have to agree the system does lack a lil but it is only a engine of which people base a game on it's not the entire game everyone who buys mc edits it slightly (not all but most employ or are a programmer). Personally no i never added any images or css but the template system added by Alan Bertrand was quite impressive, are you sure you have redux? JS does give slight restrictions i didn't see much point in restricting it any further. You could well say i never added AJAX scripting also for the same reason but there are many libraries out there for people to get ajax scripts and JS. Personally i think 2.5 was a great spin off script from MC 3.0 will most likely have new and improved 2.0.3 features. did anyone notice the primary/secondary currency edit features i added that took awhile even if i used a multi file editor try it to 2.0.3 and let me know how long that takes. Yeah Luke each to there own :)
  3. I'd have to review my notes but i fixed quite afew files edited all files technically.
  4. lmao with a name after a popular movie called hackers you never suspected he was a newb?
  5. which code? I did 2.0.3 also is a nice security improvement.
  6. lol it was a example of the engine but ty for the honesty m8 did you not work for MC? nice to see you back on Luke
  7. first off does anyone fancy splitting the thread to chit chat since obviously this is out of the original subject and will continue. Dominion the restrictions depending on what is being talked about were not long term thought out originally although i then accounted for any minor restrictions with functions and gave examples of working scripts i mean the entire website worked did it not? RulerofZU yeah im sure the designer isn't to blame i was simply giving my speculation. 10 profit in 1 year that's impressive good on ya. My engine is on hold and i've had alot of personal issues lately so not had much luck with getting time to code in the last 7 month also CG is just the example website of the engine not a game unless i see fit to release it for playing. Killah City was although a game dying until i joined the team and produced new features and it made a good 10k easy for the owners in the last 5 months before it was sold for a undisclosed price.
  8. Paul Evans

    Im back!

    Long time no see Danny
  9. look at structure of programming it's a art not unlike graphics you can tell someones ability of programming by the graphics of the website quite easily although sometimes they just hire a bad graphics designer it does depend i was only implying that the graphics purple is overkill on his website IMO im sure the players enjoy the new approach to graphics on his website as it looks from the outside quite old.
  10. it was restricted for a reason mate although i created functions to account for most restrictions although please message me if you would like to continue this conversation as this is not really on topic. i was quite impressed with function gen_url( $url, $main = false, $admin = false ) { if ( !empty($url) ) { if ($main == false) { return 'invalid link'; } elseif ($main === 'hidden') { return '<input type=hidden name=page value='.$url.' />'; } elseif ($main === 'get' && !empty($admin) ) { return '<input type=hidden name='.$admin.' value='.$url.' />'; } elseif ($main == true) { return sprintf(''.(($admin==false)?'index':'staff').'.php?page=%1$s', $url); } } else { return (($admin==false)?'index':'staff').'.php?page=index'; } return false; } at the time. personally i think a person with a game which is purple overkill (nice rename that would be) judging anything i've done is quite amusing... PM me talk soon have a lovely day.
  11. Paul Evans

    I'm Back!

    Well i've been away for a while but recently i was propositioned to work for MonoDistrict along with my brother Michael. Anyways it's nice to be back and im here also to help with any issues. Many of you may know me as a dever for my own engine CrimGame but it's on hold at the moment and im focusing 100% onto MonoDistrict and any small jobs people would like help with. History: I did previous work for many companies but the most recognized on MWG would be my work for MC in which i did work on MC 2.0.3 and MC 2.5 (Redux). Have fun guys and ill see you around im sure. add me on Facebook
  12. Personally i think Redux was quite unique and the file structure i put in was quite impressive specially considering i made the base version of that structure script when i first thought of making my own engine (3 years ago) it was just a updated version of my previous enlightenment. unique easily compared to any other MC product out there including any updated illegally sold versions. anyways back to subject new features are being added to MD as we speak unique and obviously recoded structures of mods old and new, Have fun guys and i look forward to see you guys on there.
  13. naw Banter is quite British although we do have Irish blood. Back on subject... Recoding is fun but i prefer unique scripting for things you'd know this if you ever saw my mods they were all unique minus a few i improved upon. We are working to improve the game-play as we speak although it is a open game so it's difficult to close it and produce maximum improvements before people review it so why not stop on by. It truly is nice to be back on the MCC team working on another project, ruler i was on the redux and v2.5 team actually... Nice to see you around still illusions.
  14. Was the intention although take note of the attached file
  15. That may change...
  16. I'm Curious what version of MC are you using?
  17. also note the item market issue was fixed in previous patch and the referal issue was also fixed so please don't report these issues as they have already been resolved. Thanks for your cooperation with this product.
  18. will it have all valid css and so on if someone was to pay you 500$ for it?
  19. to my personal knowledge the following files were edited: mailbox.php imadd.php itemmarket.php blacklist.php friendslist.php cyberbank.php register.php and the userstats table was edited to update the cap to the Maximum
  20. to be honest i think MC has a great community because of small things like that which bring people together to fix and improve on things.
  21. on the sample?
  22. Post any issues into a message to me on here or compile a list and send me them on MsN i will take a look as i did fix any issues you posted to me recently.   Issue resolved added in default subject, the character limiting is for resource and spamming reasons, you could easily edit this if need be. I have personally just created a new crime on Redux sample (link: http://www.redux.mccodes.com) called name so i assuming you missed out a required field. We have fixed this issue and will have fixed files available ASAP Edited the new cap for stars is 9999999999999999999999999999999999999999999999999999999999999999.9999 and IQ is 9999999999999999999999999999999999999999999999999999999999999999.999999 if anyone gets anywhere near that something went horribly wrong lol Issue Resolved. Issue Resolved. Also a issue with the referral system has been resolved.
  23. ok guys come on most of this stuff was never included in any other engine by MC there is going to be bugs and kinks but you can't say stuff like for example how is that a bug that's never give a notification although is a good idea and im assuming a member of the forums could easily make this as a free addon which actually helps the community.  I personally tested that but it never made much sense to me. If you guys list actual typos, bugs, exploits etc we could sort them out alot quicker but adding in new things which you'd like to see is a bit far to ask for, obviously we would like to make this as user friendly as possible but we can't keep adding things just because you add them into a list of bugs and hope for them to be added on. I'm sure if you posted a addon request rather than bug post they would be dealt with by a nice member of the community.
  24. Hello guys, could someone actually list the issues your having (please remember most issues which were posted before were minor things which were not even to be included in this version of MC). If you could list me the issues i will personally deal with them, you tell me what they are and maybe i can do something about it but as i said issues which are extraordinary and not even supposed to be included in 2.5 (Redux) can't be fixed just because you guys want them. MC scripts are out of the box but you always should add to them, i believe MC do state you make your game as unique as possible same with any script, although guys this is the first release of Mc 2.5 Redux and if there was no bugs i'd be very worried so if you guys know them share them. PM me on msn if you have me on there and inform me of new issues that also would help. EDIT: im just curious when your going for a refund is it due to the difference in redux to previous versions or is it genuinely due to issues which have not been fixed and if so which issues?
  25. I would also assume someone would of said otherwise when it was released months ago lol
×
×
  • Create New...