Jump to content
MakeWebGames

Nickson

Members
  • Posts

    1,009
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Nickson

  1. 1. Post in the CORRECT board 2. http://makewebgames.io/forumdisplay.php/293-Free-Modifications (shouldn't be too hard to find) 3. Topic locked
  2. Please be nice to each other guys... no point getting all worked up about nothing. And while a_bertrand may sound rude to you, he's making a valid point though. Patience is virtue, especially on a Sunday. And with the posts/threads I have seen of you. It's not like you have an 1h reply SLA...It doesn't really work out in your favor here. Show some patience and respect within this community, it will more beneficial for all.
  3. It has its reasons as to why your not getting that much help I suppose, can't really blame the community for it. But for the right price, you'll always find someone that can solve your issue, however it might be more than a dollar :) That being said..   mydamage=(float) (($r1['weapon']*$youdata['strength']/($odata['guard']))); This is one of the calculations done for the damage of the attacker.. You might want to change that. Apart from that, your users/weapons stats are important as well. It's not that easy to analyze a problem that has no error, but it just bad design or programming
  4. This is something you would type in google, not on the forum as a topic... However, listen to neon. A free web host has too many limitations to run a game on.
  5. Hi, welcome to the complex world of the internet! What are you trying to do? We really need more information to help you with a problem though. We can't really guess what you're trying to do.. If you have downloaded the codes -> install them on your host If you have installed the codes -> configure your game ...
  6. should be something in the lines of <?php $block_time = 5 * 60; // minutes * seconds $block_post = 3; // amount of posts before being "blocked" $res = $db->query("SELECT COUNT(*) AS 'posts' FROM forum_posts WHERE fp_poster_id = {$ir['userid']} AND fp_time > (unix_timestamp() - $block_time)"); $row = $db->fetch_row($res); if($row['posts'] >= $block_post) { echo "Anti spam block! You'll have to wait before you can post again"; $h->endpage(); exit; } ?>   note: written in the quick reply, so TEST it out first ;)
  7. If you get this before you are changing it, it doesn't really matter does it? After all you're changing it. Make sure your banner is uploaded to the same web folder that is being used for all your game files. This will be "public_html" most likely. Once that's done, you only need to replace the code above with your correct information ;)
  8. Well, basically just a poll out of curiousity. I don't think this poll has been made yet, so let's hear it! I'd like to ask that ONLY the people vote who actually run a game and that people who only develop modifications do NOT vote. What MCC version does your game run?
  9. open up header.php and find (line 143 in the original header.php) <img src="title.jpg" alt="Mccodes Version 2" /><br /> replace with <img src="mybannernamehere.jpeg" alt="My Game Name" /><br />
  10. It was, is or has great potential? xD It's great to see a new engine growing on MWG! I hope it will be used for quite some games. I'm curious to see what kind of games it will produce as well :)
  11. Hi, I have removed all PHP code as this clearly was just the daily cron file which violates some terms around here. 1. This is ravan script, not mccodes. Ravan is an illegal copy, contact mccodes.com for more information around illegal copies 2. We don't post full paid scripts 3. If you have an error, post the partial code that causes the error. If someone needs to look at the file they'll ask. 4. Do post information about and the error itself 5. Resetting the attack ladder completely depends on the script itself. It could be that one variable must be set to 0, it could be that a while table needs to be truncated...
  12. Okay, the classes are indeed overrated and not what they could have been, but that counts for the whole package. However, the classes were provided in the first place. If it's missing a critical function for their software package, they should fix it, no? I think they should. The fact that mysql_real_escape_string() can only be used when a connection tot he db has been established, makes it somewhat fair that the function is placed there as well. Many or "none that I know of" use it, is not a good parameter to base yourself upon when making a decision... Now that they are fixing bugs, show them encouragement. Stop being so negative about every move they make when it's an improvement, especially you danny ;) And IIRC mcc is what made you what you are today.
  13. Hi! Could you provide some more information to the public please? Like what programming languages it uses? 3rd party libraries? technologies? standards? MVC or other patterns and methods? How long has it been running? Does it have a solid userbase / income? What price range are you looking for?
  14. How black and white of you ruler... Yes, many bugs have been reported by the community for them. But I haven't found out a topic for all bugs and issues I have discovered so far. Yes, this is a marketing move by them so everyone has a little bit more faith in the next engine, but they are here due to our "lobbying" as well. We've asked them many times, sometimes a bit more friendly than otherwise, but we also explained some things and it seems that we finally got through to them. I'm already happy that they are fixing and packaging things up and spread a release with fixes via the official channel.   However, one issue that a lot of people seem to forget, simply don't know because they don't read everything or they just ignore it completely is this: http://makewebgames.io/showthread.php/39796-Makewebgames-Mccodes-Relation Read that post properly but I'll say it again and keep saying it. Official MCC support is NOT given on MWG, MWG can only provide community support. If you want a response by an official member of MCC, use their contact links. Does this mean I'm happy with the current situation? No of course not, I'd like to see them more involved of course, as it only helps both mcc and mwg itself. But if mcc decides not too, it's their right. Now everyone that will make a post .. stay on topic please :) If there are any questions, feel free to contact me.
  15. If I remember correctly, the 'amnt' is set in a $_POST variable, thus meaning it comes from a previous page request. This is probably the form you have to fill in when training where it asks you how many trains you would like to do of what type of stat. Changing it to using 5 energy all the time, means you would need to change your script a little bit. MCC users start of with 12 energy and increases per 2 by each level they make, I believe.
  16. being staff without access to the game staff panels might be rather hard :p Good luck in your search though!
  17. http://makewebgames.io/forumdisplay.php/371-Auction-House
  18. http://makewebgames.io/forumdisplay.php/371-Auction-House
  19. @lucky3809: currently it only works for mcc versions. I can't tell what the future will bring though. Drop enough pocket change in octarines beer fund and who knows @BioHazard: read the previous pages, it's explained why no exploits are given... it would be too easy for naughty users to perform the exploits ;)
  20. If the publicly available system would say which exploits can be used on what domain ... it would be an open way to check every site and harm them (naughty users). Octarine does have a log for each domain that's tested. I'm quite sure he'll shed some lights on that at some point. I do believe the main goal of the system is to provide an easy way for game owners to check whether their game is open to known exploits. EDIT: Answered already right up there ^
  21. Now not to defend them, or anything... but you say it correctly. This is a community, not the MCC community, nor do they give official support here even though they should, as most of their costumers are actually here. Unless something has changed and I have not been informed. I have always told them to give some level of support here though, or at least read everything and patch up what's been reported.
  22. Nickson

    game creator

    Time more slowly then, and check what you type ... this is rubbish. Get that new thread up so we can delete this, welcome back sim :)
  23. Wiki or a small static website, but no pdf or related stuff please :)
  24. I think it would be better to fix the errors/issues rather than go back in time and work with an older php version. These versions improve for a reason. PHP5.3 has been out for a while and is rather stable, so I would stay with it. There is no point in going back, other than to get rid of a few errors, and possibly introduce php issues on a lower level. Also, Chances are that the other hosts will update to a more recent version of php as well, and then you'll end up with the same errors again.
  25. No clue. That's something he'll have to answer himself. All I know is that it isn't mcc. Because as far as I know, it doesn't use session_register(). His PHP version is >=5.3.0
×
×
  • Create New...