Jump to content
MakeWebGames

shrek1609

Members
  • Posts

    310
  • Joined

  • Last visited

    Never

Everything posted by shrek1609

  1. Re: [MCCode]Full Design. Login,Reg and Game (4 pages) Mascots Too! [Awesome] if you could give a rough idea of price then would help making an offer :)
  2. Re: [MCCode]Full Design. Login,Reg and Game (4 pages) Mascots Too! [Awesome] sent you a pm
  3. Re: Security $1 [Mc Code V2]     jeez you're lucky $1 isn't even 1/10 of a packet of cigarettes in the uk :lol:
  4. Re: Need help; Mass file editing if you are using dreamweaver it is, you can do ctrl+f and then select current site and find and replace all...
  5. Re: urgent question   Hmmmmm looking back at your posts you have gained alot of help from members on here yet you return the favour by trying to stuff up someone elses work ??? what a nice person you must be :roll:
  6. Re: urgent question this is mostly likely the forums file that he/she is gaining access from so make sure you have secured that (search on here) another little tip for added security is to take on board that MD5 passwords cannot be reversed ie they cannot be cracked... however there are rainbow tables available that will match certain words to the encrypted md5 hence make sure your passwords contain a variety of upper and lower case letters and also numbers... this will lower the chance of them actually being able to obtain the true password from the md5 hash even if they do get in... this is just an added security option this should NOT replace you securing the game properly and has been said spend some time searching and reading on here...
  7. Re: 2147483647-troubles! last post was wrong try...   $_POST['deposit']=abs((int 20) $_POST['deposit']);   that should work :-D
  8. Re: 2147483647-troubles! i think this will work... $_POST['deposit']=abs((bigint) $_POST['deposit']); again i only think so don't flame me :lol:
  9. Re: 2147483647-troubles! not 100% sure but i think $_POST['deposit']=abs((int) $_POST['deposit']); will max out the amount to deposit to 2.147 billion can they deposit twice say 2 bill then another 2 bill ?   also try manually inserting say 5billion into the bank field in the database that will give you an idea where the fault is... if you can manually add it then problem is script side
  10. Re: Selling Pre Made Game Layout hi sky are these just the logins/register or complete layouts please...
  11. Re: Next Generation Browser Game Engine - Input Request Hmmm how can i be unbiased with an opinion i have seen some of mdshares work and i am very impressed... I run a dedicated server so i am hoping that this will become a paid engine... Personally i think releasing the core for free is not a good idea, i see too many people trying to set up a game with $0 even down to using free hosting, sorry but my opinion is if you want to set up and run a game you have to be serious about... (A) Be prepared to put time and effort it and learn coding... (B) Be prepared to invest money in not only a script but also in advertising and graphics...   Personally if i had mdshares ability i would release the engine as a paid engine and then release the modules as again a paid module something along the lines of the pimpscripts... Where you purchase the base core engine (enough to run a "basic" game) then modules to be purchased on top... If there were enough various modules, then in theory this could turn out many new games with different game plays based on the same engine... So i hope my opinion is not too biased because i am really hoping to purchase this :-D
  12. Re: Flash Slot Machine [$50] Designed to fit your game!   If you buy a copy then you have the licence. Then you can use it on all your games. O.o   Pfft is someone has brought a copy ... licence then sure they can use it on there games.. PFFT!   normally i would agree with you on that, however i did come to a deal with plintu for 3 copies of this and each one has been recoded to fit each of my games... so this was not just a case of the mod being sent to me and me uploading to each game, but has been graphically changed to suit each game theme...This involved ripping the SWF apart and rebuilding it, something i don't have a clue how to do... the slot machine is brilliant Plintu spent hours even changing the payouts to fit my games economy (which was lower than his) its an excellent mod and well worth $35 my members love it...
  13. Re: help on fields? people are very helpful on CE however you have to show willingness to learn, i knew nothing when i first started and spent ages reading through threads trying to do it myself prior to asking and hence i never got flamed once when i did ask for help... show willing to learn and people will help, just keep posting asking for this and that and you will get flamed... and this is just friendly advice :wink:
  14. Re: [mccodes v2 ] Advanced mod idea like i just said its not really a mod more of an editing the existing files to do what you want... its not something that could be sold as a mod...
  15. Re: [Mccodes v2] userid help   Not quite... that will generate an error as userid 1 is already in use.. ;) nope thats wrong it doesn't set it back to 1 that sets it to the last entry value +1 ie if last userid was 8 it will set it to 9 its what i use when i've deleted users
  16. Re: [Mccodes v2] userid help run this in phpmyadmin   ALTER TABLE users AUTO_INCREMENT = 1
  17. Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] just finished installing it... very easy to install just took me sometime to do cosmetic edits to suit my theme and i didnt use the cards that came with it created a whole new set (shrek themed :lol:) very very nice mod though :)
  18. Re: Count Down Clock do a search in game modifications for the java hospital countdown i posted... that is what you need you will just have to alter it to what you want... dayo thats not what he's after that is where you set a date and it counts down to that... he wants it where you can set x amount of minutes and it will count down
  19. Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] purchased :) cost me $5 more as saw the email activation and had to buy that too :lol:
  20. Re: Admin Content Manager mod got to say this is very impressive and extremely professional... well done :)
  21. shrek1609

    Help please

    Re: Help please Bandwidth Limit Exceeded The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later.
  22. shrek1609

    Help please

    Re: Help please the bankmoney field is int(11) so is limited to holding 2.147 billion so hence the errors... i really do not understand why you want your game to have some a massive economy my game is over a year and a half old and my stats for banks is Amount of cash in banks: $15,942,736,145. thats with over 3k members
  23. Re: Chat Ban [V2] could you be so kind as to post or link to the chatroom mod please
  24. Re: Need help on gym, change int 11 to big int 13 not sure why you need them to be able to have more than 2.147 billion though
  25. Re: Need help on gym, sorry i'm tired thats wrong... just change the value to 13,4 or more if needed the 4 is the numbers after the decimal point
×
×
  • Create New...