Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. Not bad looking. It could maybe use some cleanups but I got a couple questions: 1. Did you intend to make the medical.php only available to locations 1 and 2? 2. This goes with question 1, why choose America, are we all stoners haha? 3. Why not make it to where the player can choose the amount of seeds to purchase, and is it necessary to make a db column for the amount of seeds? 4. What about a staff file to create more entries in the db to add/change and all that kinda stuff? Other than that I think its a great job and its a start for people to use this and let their imaginations run wild with it
  2. If you dont add pass to the code where would you store the correct pass, in the db where that can be easy to access? In my short time here I have never come across some being able to print a variable like that on the end users screen. If you are worried about that then maybe do something like a hash on it but dont really think its that necessary.
  3. I hope this isnt for criminal wars but ill give it a shot. Try replacing 103 with this <hr width=60%/><img src="{$gangdata['gangsig']}" /> I like to use the syntax highlighting as a reference and see it already looks a bit better
  4. I think its only for v2 but im sure its easily converted to v1. Im sure sniko can validate this. When I get on my comp I can take a look and if you want me to convert it for you I will
  5. Granted its a facebook api but you have mostly posted up cronus' paid mod minus a few things so I would suggest you remove it and wait for cronus to reply back and help you
  6. You may be waiting for a while cause I still dont think there is an official time frame or date that v3 will be released. You can make v2 mods work for v1 if you really wanted cause its not that hard
  7. I think most people here use V2. And yes seker did an excellent job working with v1. I think the difference between v1 and v2 is just some files are in v2 that v1 doesnt have for the most part and the $db-> query as opposed to mysql_query
  8. Hmm. It looks exactly the same as my authenticate so I dont know what the issue is with the code, maybe there is something in the facebook.php but I wouldnt advise posting that here
  9. Are you the one logging into it from the link? If so is your facebook id in the database
  10. Well whats the error?
  11. I completely agree with illusions and skooda. You will soon find out it takes more than a few days to get a complete game to play, it may be playable out of the box but watch as users stay for about 5 minutes and never return. I dont mean to sound like I am bashing but take this as constructive feedback. I had a game I worked on a localhost for 5 or so months and what I stated about users playing for 5 minutes happened to me. Its a tough world out there and its not an easy couple bucks let me tell you. Here are some things to think about: Come up with a story to the game and try to wrap the gameplay around that cause it will help players to try to "win". Dont open everything from the start, make people unlock certain areas of the game by maybe location, level, and maybe even gang status just to name a few ideas. These are just some basic tricks of the trade, by not letting players access certain areas or "hiding" them can also make it seem like you are constantly adding stuff to the game even though It was there on day one. Maybe take a look here: HERE As sniko said I doubt you will find staff here since the majority of us own our own games hence the fact most of us are here to share ideas and help eachother out or seek help in a time of need. And please dish out the money for a template and something original even though its said you cant always judge a book by its cover, we all know thats a bunch of BS. But then again a broken clock is right twice a day
  12. Judging by your php version you need to get rid of ereg
  13. The easiest thing to do is ask the person what they were doing when the bug/error occurred with any error messages that may have popped up. Also get rid of ereg and replace with preg_match. I only noticed it in the first few files posted but i only scanned through them but if they are linked some how it may kick a couple errors if you are using anything < than 5.3.0
  14. Really, Raven Script?? Username: MWGDemo Password: mwgdemo If you wanted to go cheap you could have gotten the MC Code free edition then atleast you dont run the risk to get shut down Now on to the game, what kind of stuff do you have to keep players interested in the game, and what kind of stuff are you going to get? This is all stuff you should describe when posting about your game. Also a new template would be nice instead of the default template.
  15. Im not much for css but try removing your inline css and add it all to your <style></style> tags. It will make it easier to read and edit possibly. CSS and HTML is much easier to work with
  16. What about using define()
  17. Try this http://makewebgames.io/showthread.php/40066-Player-Management
  18. Although you dont have much to look at on your index I dont like the fact you cant go there when your in the hospital. Maybe its just me but I find it to be my default location when im in jail or hospital
  19. I think the majority of those errors you are getting is from the forum itself but they are still must fixes
  20. Or alternatively you can take a look at other 2.0.5b files and figure out the differences in which I believe is globals_nonauth.php or whatever its called im still running 2.0.2
  21. Im really horrible at css but maybe try [css] .content_bg { background: url("images/content_bg.png") repeat-y; min-height: 600px word-break: normal; [/css] The word-break property seems like it should do the trick in theory http://www.w3schools.com/cssref/css3_pr_word-break.asp
  22. Wow, you are really something else. I just came across 3 posts (this being the 3rd) to help you install a script. If you cant read a "read me" file then you probably shouldnt be running a game cause chances are your game will be exploited, and users information comprised. Most engines come with a installer.php that you just point your trusty web browser to and fill in some vital fields like database username and password. For example: yourdomain.tlc/install/install.php and boom your there simple right? Now once you get that done you need mods, so good luck with that cause now youll have to edit your db that you just installed and edit some files possibly so have fun with syntax errors
  23. Let me in just fine. Thats pretty odd and sorry I couldnt help
  24. Wow 2 weeks and no help yet? I believe your issue lies with your form at the bottom of the page. Try something like this <table align=center class=table><tr><th colspan=2>Creating your Own Shop</th></tr> <form action='createshop.php' method='post'> <input type='hidden' name='submit' value=''> <tr><td width=60%>Shop Name:</td><td><input type=text STYLE='color: black; background-color: white;' name=name></td></tr> <tr><td width=60%>Shop Description:</td><td><textarea STYLE='color: black; background-color: white;' name=description rows=5 cols=20></textarea></td></tr> <tr><td width=60%>Shop Sign:<font size=1>direct url to image</font></td><td><input type=text STYLE='color: black; background-color: white;' name=image></td> <tr><td colspan=2><input type=submit STYLE='color: black; background-color: white;' value='Create your Shop!'></form></td></tr> </table> </div><div><img src='images/generalinfo_btm.jpg' alt='' /></div></div></div></div></div></div>
  25. Good, glad I can be of some service. I believe the way he has it set up is it wont work till there is a click but once some on clicks they get their updates that they shouldve been rewarded. Example: No users online and 1 user in jail for 1 minutes, 3 hours later the user is still in jail but a user logs in and boom the jailed user is no out of jail. Hope that makes sense but me personally I run crons.
×
×
  • Create New...