Jump to content
MakeWebGames

lucky3809

Members
  • Posts

    1,115
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by lucky3809

  1. Ok no one mentions the real deal to get crons to work the old way in mccodes do not work with curl due to updates of the cpanel you have to do it this way (I have stated this in another thread) wget -O/dev/null http://YOURSITE/cron_minute.php?code=YOURCODE
  2. Seeing how Lite uses the same sql table I will post. CREATE TABLE `mail` ( `mail_id` int(11) NOT NULL auto_increment, `mail_read` int(11) NOT NULL default '0', `mail_from` int(11) NOT NULL default '0', `mail_to` int(11) NOT NULL default '0', `mail_time` int(11) NOT NULL default '0', `mail_subject` varchar(255) NOT NULL default '', `mail_text` text NOT NULL, PRIMARY KEY (`mail_id`) ) ENGINE=MyISAM ;   It is a good idea to MAKE a backup of all your files so you have them, not everyone is going to be kind and share, especially if your wanting a sql table that is not in the free version, but only in the paid one. Stores sell real cheap usb storage go buy one, and save your files on it!!
  3. Are you sure? Because his game name is on the referral news bar and else where in the game....
  4. Try this... wget -O/dev/null http://YOURSITE/cron_minute.php?code=YOURCODE
  5. config does not come with lite I think it's called mysql.php.... anyways use this method, if you can't get them to run.... http://makewebgames.io/showthread.php/42581-Removing-Cron-Jobs?highlight=crons   if the file is not found, that is the error your getting... your path to that file is wrong!
  6. Jack the psd? If someone was very smart and love to duplicate, can jack the template without the psd, just the picture... I will never attempt to because it's not my flavor, however I have duplicated things without need the source, just the image.. Not hard for someone whom is advance... and psd either way is open source in firefox, anyone can get it when you have it up for public use, nothing is impossible to duplicate, if the right person see's it and wants it!
  7. nevermind ......
  8. First of all people need to do research before they try to give money over the internet, even a secured website selling programs scam people, and most of all when you research you find a lot of information about a product that is for sale... I can't help, but to think how stupid some people are on this forum and out of the forum base, that do not do research, and go into something they have no clue about, just by going off someone's word... Everyone on here (that are legit) goes by their original usernames they use in their game... If you had signed up to the game, and checked out the staff list you could have easily seen he was NOT the owner, and you could have mailed the owner via the game, knowing it's a game with a large user database!! No one is going to sell their game with a user database as good as the one posted, if so, it's a lot of money they are asking... Because they have been successful with it!!
  9. I am using firefox and the box's of content is not in the right position the about, and projects are in the middle of the main container, while the service and contact is off the side of the main container, and you can only see half of the service box... They have a website that offers you too see your web page in all browsers and dimensions @ http://browsershots.org
  10. I had to do edits to the script... if it's the one I am thinking of, that has queries in the header part... those need to be removed and be put in the right page.. and under the correct function... As for this is why you are having this problem. It should be done like Razor is stating!!
  11. Why do you make these threads, if your not ever going to respond back? This is like your 5th one? already... No one is going to skype you, you left very little detail, and most rather help you on here...
  12. I will tell you what I would do for this... In items table create a new field called restrict and make it ENUM On,Off Then update your item staff page and add that options, so when making an item you can decide if you want that weapon to be restricted to new players or older... Then add something along the lines in check level part ... if($ir['level'] > 10){ UPDATE FIELD TO OFF IF IT IS ON }
  13. Wrong I am not Cavell Anderson! Want me to show prove of all your mails? I will if you want me to... Prove that your an idiot that spams people's inbox's!!
  14. I don't care to check it out, you had people check it out before for beta testers, and when they went to login, you turned it off but made them register.. You kept it that way for a year, then came back said you needed them again, same thing happened, not to mention you spammed the eff out of my inbox with links saying it was ready, to follow the link only to have it state the same thing... I finally marked all your mails as spam, I had received over 50 of them in the year and half since I registered, and it wasn't even an active game, there was no login opened for people... Then you had donations set up, and you did not even need any for what you were trying to accomplish because you already had a template designed that was far better then other games, but you still wanted donations for a new one lol... Most seen it as a scam... I don't trust my info in your database to sign up after all that chit that happened...
  15. The template is worth his pricing, why are you all being harsh on him?? Maybe to someone else it is worth 5, no need to bash his pricing, you have to remember he spent time doing the template, and there is a majority of people on this forum that does not know how to code, if you all remember correctly, just because it is easy to create this does not mean it is easy to someone else whom is just learning css and what not, that does not know how. And there is A LOT of people on this forum that does NOT know how to code templates... Good job Dayo, I tell people all the time they do not need to use graphics that css does all that, it's nice to see someone using css, there is a lot more that css can do, that most people on here have no idea, I use css ALL the time!!
  16. Nice mod. I coded something similar to this, where the user pays a percentage for it to go to their bank lol. But this is pretty cool didn't think of a separate bank like.
  17. More info is needed as Kyle stated... When I look at it, it looks like your trying to delete when donator days equal 1 day. Or delete from userid 1.
  18. Any developer that knows php can work with mccodes, php is exactly what mccodes use, it's not a special language unknown to the php world!! And why not learn to secure, save you money, it really is easier then you think...
  19. I am a gamer seen a lot, and I would not change it one bit this design, if there was one slightest change I would bring out the menus and content area a tad brighter. Other then that, I like the design! Good Work!!
  20. Pretty much you have a { also a , or ; in the wrong place with the error it gave.... About the gang banner, you would copy exactly the default user pic function but you would put $gangdata instead of $ir/$r .... Note: Everything you are trying to do is already in the scripts, and sometimes people think too hard, then afterwards realize what they were wanting was in the mccodes scripts, just have too look harder... as for any pic, you would use the same method as the default pic method is on the viewuser page, however you are adding the field to the gang table, which you would use the $gangdata var then the field you added.
  21. I couldn't be bothered to login, you did nothing to it, basically still an engine, and raven besides...
  22. I had the pictures, but it's finding what disk i saved them on lol. You will be better off finding new ones, before I find them though lolz..
  23. Relocate it out of the public root then set and change the permission to the file. You will also need to change any page that includes that file, by adding the correct path to it.
  24. The original one had no security on the comments... anyhow the one he posted looks fine to me...
  25. I have you know Octarine is VERY well educated on security and knows more then the average person on this forum, he has shown his abilities over and over, it's not his fault you missed his points, and concepts... If he says it is unsecured, it IS!! Why should he have to correct anything??? The publishers of that script should, he is a regular member on this forum like me and you. He comes on here to help, and he has helped many times then I can count, then you have... So be jealous all you want, it's not his fault you all make coding mistakes in security!! And he finds them, and states the logic behind them...
×
×
  • Create New...