Jump to content
MakeWebGames

lucky3809

Members
  • Posts

    1,115
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by lucky3809

  1. lucky3809

    Needing help.

    SOLVED I am trying to use imagecreatefrompng() , but every image I put in it rather it is PNG or JPEG it does not recognize it, and throws an error of invalid png. This is the code I am using.. header ("Content-type: image/png"); $string = "Testing"; $font = 8; $width = imagefontwidth($font) * strlen($string); $height = imagefontheight($font) ; $im = imagecreatefrompng("test.png"); $x = imagesx($im) - $width; $y = imagesy($im) - $height; $backgroundColor = imagecolorallocate ($im, 255, 255, 255); $textColor = imagecolorallocate ($im, 0, 0,0); imagestring ($im, $font, $x, $y, $string, $textColor); imagepng($im);   I have also tried the imagecreatefromstring() also as an other website stated, but same thing lol Also php info everything is enabled.
  2. lol...... hypothetically speaking, i move on real quick, and think positive,why be stuck in a rut of one rejection? or several? Just because you have been rejected does not mean you will ALWAYS be rejected...... Do something that you know you can succeed at, and move on!
  3. First impression is always what they look for, if you did not provide anything recognizable to them, then they move on to the next candidate, it would help you to at least show others what you would have listed, if it is personal just make up something in those places, for an example.... It may help you, if someone can help you on this forum.
  4.   The reason why others do not give out free work is because they have respect for those that has some of the same mods for sell I for one was going to release shared housing/marriage mod for free because of the demand for it, but others have theirs for sell, and I respect them, as for they have had theirs on here for quite sometime, if I was to release mine they would not be able to sale theirs. So this is why I do not release it free, most of the older regular users/coders are respectable towards others work, that is why you do not see a lot of free mods that are almost the same as in the sell thread Free mods are always given under the free mod section though, if you search the advance search feature you may find a free mod, that is also in the paid section. Thanks for sharing these with the community Sniko!!
  5. Some people renamed them and added them into the attack script, giving the attack 4 stats instead of two. IQ stat was used for jobs, it was never a stat used in an attack. I am not quite sure what labour was for, I think that was the only useless stat in the stat table.
  6. Why would you want everything into 1 whole page? if it's cleaner you are wanting?? To me inventory and all pages connected in one would rather make it a sure mess!! in my opinion... I have coded the same inventory that roguvampires uses, I can't imagine putting all that into one.
  7. Is this the same game you tried selling awhile back? Or different one? If I remember correctly your user base was very active, is it still that active? What changes has there been since then?
  8. Pretty much your long term members will be from word of mouth. You can sign up to other games, but don't just mail the players links to your game, get to know them play the "other" game a little, than build up a good rep, most people on other games are willing to try other games, from people they know, I know this may seem time consuming, but this works really good, what leaves a bad rep is spamming another game with links without getting to know those you are spamming...Because another game link means another remake, to players that get spam, so they do not click on it, you have to sell yourself to the player, rather it seems time consuming to do so, it helps out a lot, and than they will tell their friends about your game, and it will go around by mouth, it's the best advertisement for FREE!!
  9. The colors look nice, I wouldn't change a thing!!
  10. http://www.deviantart.com/ has many artists that does mascots, I would also try there.
  11.   You can also do this <?php /* * MCCodes V2 Modification * View User Advanced System * This file still contains MCCodes original code, however it was cleaned up and new features have been added. * Cleaned By: Script47 * New Features By: Script47 * Price: Free * Day Cron: $db->query("UPDATE `user` SET daily_rating=1"); * Contact Via MWG: http://makewebgames.io/member.php/69670-Script47 * Contact Via Twitter: https://twitter.com/Script47 */ include "globals.php";?> <title>Advanced View User</title> <style> .longInput { height: auto; width: 100%; border: 1px solid black; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 0 0 1px #000; -webkit-box-shadow: 0 0 1px #000; -moz-box-shadow: 0 0 1px #000; padding-left: 2px; padding-bottom: 3px; outline: 0; } .table { border-collapse: collapse; } </style> <?php then add the other part of the code to it. you get the error because the html and head was already set by the header.php which globals.php pulls from that page, so its unnecessary to have it when it's already there.
  12. Why is people so wanting to talk trash on this forum? Just does not make any sense. It does not matter what your age is to understand the concept of how games are made, it proves no point at all sitting in a thread calling people out because of their age...
  13. That is a nice game with a nice player base, but I am in doubt why it's making so low profit wise.
  14. Should be rephrased, timestamps vs cronjobs.... timestamps are good for things like education mods, or mods that have a waiting period;jail,hospital,ban, but for bars and things that update more frequently for ALL players at once should use cronjobs for them... This is only my opinion though.
  15. depending what is being updated, timestamps may be suitable for it rather than a command. I use both, but timestamps in my opinion works better.
  16. So your basically stating that a "noob" can't buy your game? Just because a person does not code, or that is new, does not mean they did not hire a coder to code for them, and that is very hypocritical, when you have coders yourself, that code for you, we can also say that you are a "noob", as well... just saying... If you did not mean this, than why not just come out with a firm price, instead of calling out people whom you think are not capable of owning your game?!!
  17. Well I am ocd when it comes to html lol... You are right though he did take the effort to learn it, not many could care for html :)
  18. Total fail!!! You did not close a tag,look over your html tags..
  19. Why is people being harsh? It's his option to have a domain name spelt anyway he wants it to be spelled, it's him that owns it right?! There are a lot of domain names I could have nit picked at that has been posted on this forum, but I don't because at the end of the day, they are not mine, or my idea to a game domain name, and point blank it's common sense if you do not like something to walk away from it, or not associate yourself with it. Yes, he used a Z instead of an S, but others have also used the same thing prior years, maybe pimpwars was already taken, do people ever think of that? Honestly though the only reason why his domain is being nit picked at is because of his prior forum threads, if this was his first post ever no one would have complained. Although I understand their frustration, because Ben is new and don't know how to code, and people are tired of going to game links posted and only to waste time signing up and the game is still "Mccode Engine" and nothing has been done but maybe a banner, or colors. Ben did state he did not know how to code, and would like to learn, but no one is helping him understand, all they do is talk negative, I know it's not our job to teach, but people can link him to websites that maybe helpful to him... My advice to Ben, is which others have stated it takes awhile to make a game, a game, it's not a process that happens over night or in 1 day, it takes months if not years, don't post links up until you have fully made your game, a game. Don't just upload an engine and slap a logo on and color tables and call it done. I have seen though your helper has done more to your game, allow your helper to finish it, I felt when I tried helping you that, you were in a "rush" which is what I perceived from you.You said you do not know how to code, if you want to learn PHP and Mysql they have numerous tuts that you can google that can help you learn, it's not as hard as it seems, I learned by php.net and a few other sites. Also if your in a "rush" than coding may be out of your league, because it's nothing that can be rushed unless you want to fail badly at it, it takes time unless you are really advance at it, but even then it takes time going over your code and making sure it works properly.
  20. From what I have seen he has the names and descriptions of items, I think he is meaning he needs the images for them. As for crimes he needs the formulas.
  21. If you have mysql questions their website is quite helpful. https://dev.mysql.com/doc/refman/5.1/en/integer-types.html
  22. Still Mccode-ish needs a lot of changes to it. Your font on login is black same as background, can't read unless you select all and highlight it.
  23. You can use hexcode or color name, works both ways. black hexcode is #000 to change font color, it's color:white or color:#fff which ever you prefer...
  24. Do you not know mysql? Here is a tip, select a query with, LIMIT 5 Order By would help you accomplish this. As sniko said provide what you have tried, so others can help your properly and know what you understand in the script. There is no indications you have tried adding anything of such in the script you posted.
  25. That list means nothing in my opinion it's only whom Danny considers trust worthy in his own eyes whom he either had help from, or vise versa. He also states it in red that the list is not official and based on his own collaboration with those coders. There are quite a few better developers on this forum, that is not even mention on his list, including magictallguy as one of them not mention and haunted dawg and pog, but he did state too it was a list made of active users, some of the older ones went inactive when he created that thread, I don't know if magictallguy was inactive or not when the list was made. The list though should not be consider official for this forum. I am not even sure why it's a sticky, that is like one of us making a thread of our trust worthy list of coders whom we see fit for the list, it's kind of bias...
×
×
  • Create New...