Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. The more you try the more you will learn. Asking for someone to do it for you will not help you understand how it was done only that it is now done. For everything you wish to know there is a thousand websites that will show you how. Type in google search form images.
  2. Ive been on your game and seen the errors. The design does not work well. For example when you login. Surely the information should be in the center of the area. Inventory images do not fit the rest of the theme and are also not in the center Events, Mailbox are different from each other. So the theme is not applied to each page. Jobs is misaligned Broken images on the forum and the forum cannot be used. Radio player creates some odd black bottom space which then stays on every page. Crimes the theme ends at the bottom of the page. The list goes on and on and on... Right so now tell me that is worth $150. For that theme and layout.
  3. I thought you asked for decent files :P
  4. No offence but its called basic html. Please go learn it.
  5. quirky goodness. needs work but was interesting.
  6. I cant see how that is going to make a big enough saving on cpu to make it worthwhile.
  7. Yeah actually I think you are not allowed to say such and take paypal payments. You are required to have a refund policy.
  8. Thats assuming they already had a licence chicka or its $120. Either way its advertised as a out of the box game. Regardless if it was on sale for $1 you should get what you pay for and it should work. 20 + mistakes is laughable. From the tests I have done it is very restrictive to be able to come up with anything different from the next redux game you will have to recode everything. With that in mind unless you wish a game like the demo without having to recode anything then dont bother and go for your own engine or an alternative such as zap or ezrpg.
  9. Hmm on the thought of your cpu saving. There is many very large popular forums which do not have an issue ;) What really strikes me is that your gonna convert html to bbcode and store it in the db. I can see the logic behind what you want to do however the whole point of bbcode was so that people do not need to know html. font color, size , weight, img src, a href.....much easier to use [ color ] [ img ] [ url ]
  10. Mystical make sure you have the advice from your attorney before posting on the forums ;)
  11. Your just giving yourself a harder time than required. Let them use bbcode. Store it in the db as bbcode and then they can edit their own posts including the bbcode.
  12. Its definite not an out of the box ready to go engine thats for sure. CB/Dabs & Paul can view it however they wish but its not. If you feel their response is incorrect then take it further and let paypal decide.
  13. The licence $100 granted thats what it costs. Everything else was your own personal investment so it maybe not worth what you paid for it. The theme does not work or at least not the way you have applied it. The domain well if nobody buys it and you do not have the time then it will most likely lapse and can then be bought for $6 The site has many errors. So really anyone wanting a game to start with is much better off buying themselves a lic for $100 or even better saving that cash and going with one of the other engines and then on average $150 for a new design. Domains are two a penny if you put some thought behind it.
  14. See your control panel for your webhosting. It should advise you to how to set them.
  15. I think Paul may have meant have you altered the code rather than hacked it.
  16. Couldnt you ask the moderators to just simply move your original post.
  17. the crons will reduce the time. They need to be running.
  18. Issues 7,9,11,12,13,15,18,20,21 are addons?
  19. I run a ecommerce website which is my main business. They are just about to release a new version. Complete file restructure and optimized code sound familiar? However the difference is. They used mantis bug tracker, which i did suggest should be used here on MWG for mc2 development so that bugs could be reported by us the community. They went through 6 beta versions before RC1 and RC2. THAT is what you call testing your product before putting it up on sale. To be honest I see CB/Dabs as a couple of stubborn children who will refuse to listen fully and only do things their way. However this is what the result is. Redux now on version 2.5.2 with a list of over 20 issues.
  20. The main menu hospital count (0) remains at (0) even though there is a player in the hospital has nothing to do with the crons. Answer 16. So two of us looking for it wasnt obvious lol as much as you want but hey not really very good is it. Suggest its moved to a better location. Answer 20. Indeed not really a problem its just sloppy code. Answer 22. Upload of all 2.5.2 files as downloaded so no. admin [1] was credited with $0 and/or 10 Points. when trying to credit 10 of each.
  21. The issue there is with a popular game then the message database table is going to get very very large. For example on ruler of zu there is currently 121k mails in that table. Now bearing in mind that I have changed that so that each player can save, delete and old messages are periodically removed unless marked as saved then you can start to see the issue. The main point of redux was the so called optimized code. Where in actual fact its over 90% of the same code from v2. The mail system is not correct. It should really contain a seperate inbox and sent table so that it can be managed in a more efficient manner.
  22. So the mysql error is due to an upgrade in PHP lol. I bet it isnt. What version of PHP as I run 5.3.6 and do not have any issues with a fresh install of mc2. Sorry but that design needs work it doesnt flow properly on many pages. A lot of pages do not work is that also due to the upgrade in PHP. o_O
  23. EH? BBCode is a parser. The only reason why you should use bbcode is to give the end user flexibility which you cannot do with hard coding. So they chose the color etc. So as an example saying HELLO WORLD in a message to another player is either in the font pre-set in your code or alllow them to use bbcode. Anything submitted by the end user which is stored in the database will be kept in the bbcode format. So [ b ]HELLO WORLD[ / b ] Only when the page is viewed is it then parsed changing the way it is displayed. Using any PHP code you wish to create what Lucky stated is correct and how you would use it. Not MCc related.
  24. Your site didnt even work for me. Not a good start eh.
  25. Not worth it. Site does not work fully. For example Warning: mysqli_error() expects exactly 1 parameter, 0 given in /home/damagedc/public_html/class/class_db_mysqli.php on line 80 Layout is far from correct and needs work. Its just free mods from here. Nothing new. No real thought put into the content. I take it you can confirm you have a valid licence? Its worth very little over than the cost of the licence for mccodes.
×
×
  • Create New...