Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. Ah I just clicked my own link, and due to the template system it's taking me to the page, but not the error, therefore in order to see it you will need to mess around on that page a little. Try out posting stuff etc... Just in case people are thinking “ummm no error at this link”.
  2. Have a play in gangs it popped up at random times i clicked a new page and it stopped e.g. ^ Trying to make id2 vice pres, and i get the error. Yes it should say "he is not in your gang" but the whole template messed up then said i am not in the gang... Also i think the template system may have been A_B or did he just do some of the templates that come with it (think it says something like that in the 1st post?).
  3. Was taking me to the index page O_o   Should change anyway. p.s. Can two people be on the same account at the same time (seems so atm) Edit - Also I am in a gang btw : was on "admin" Can't post reply on the gang forums... link when i click post = Bored now, Will test more later.
  4. Ok so nothing I am about to say amounts to any security flaws or even, for that matter, anything massive. In fact it looks like a nice job This bugs me a little... 1) why does the installer feel id 1 (if he picks male as the gender) should not have his gender set to male? It stays blank... 2) improved you documentation? This includes comments inside the files saying what functions do. 3) Why have a big warning about not getting rid of the installer? Use unlink() and do it for them. 4) Your user table has always been way to large has that changed? 5) .htaccess file to stop people viewing things like the class file? Not needed, but always nice to have as it also shows an example to people who want to block access to an image folder of a mod etc... I do see that you can't go into the “mods” folder directly so that's good. 6) The game rules are still a html page? Allow them to be changed from the admin panel easy edit, but makes life easy. 7) Also getting lots of html warnings. Not a massive thing in my opinion, however you should aim to have as few showing as possible when selling something e.g. I get my browser telling me 14 warnings on a blank “Announcement” page. (I have a html validator on my browser.) I would also like to see the staff panel so we need a password. If you do not wish users to have access to the features at least populate the game e.g. no jobs, crimes, Announcements etc...
  5. Well... there is this http://makewebgames.io/content.php/118-Timestamps-Tutorial As for when they are used you can use them to give out an initial time, then javascript counts down from that. Just one example since you said something about a countdown.
  6. Well then did you take the if() out the file? Also i would think about other ways to stop others running your page.
  7. Why have extra queries when you can just edit the insert already being done? That, and what Danny said about $i ...
  8. If nothing happens what's the point of it?
  9. Give it time. Most people won't be as active over easter.
  10. I have not looked, but I take your word for it; that you have given it a go. As said, set variables for amount of money/crystals you start with based on what the user selected. Basic if()   if ($_POST['bonus'] == 'cash') { $money = 500; $crystals = 10; } else { $money = 200; $crystals = 50; }   As you said you have the button (not looked, but I take your word for it) All you need to really do at this point is make sure the insert query has the variables in it. How variables work in an insert is easy, the example is right there in the query you now need to edit, since username, password etc are all variables.
  11. Show what you have...
  12. Perhaps it would help if you pointed to the pages with vulnerabilities? Anyway well done on creating it yourself rather then using an engine. Nice to see more people going the route to attempt uniqueness (I have not looked at the site yet, but well done anyway).
  13. If you created the gym you tell us... We don't know how your page works without seeing it.
  14. Dominion

    a game script

    Well there are many engines like this for space (never given it ago, but never heard a bad things so...) http://phpgamespace.com/game-engine-solar-empire Anyway take a look around you may find what you're looking for right off the bat. Just because we have never seen it does not mean it's not out there.
  15. Dominion

    a game script

    Not necessarily... There could be one out there, but you would need to google.
  16. Dominion

    a game script

    When I asked for a sum up I did not mean copy and paste the tutorial... I mean a quick sum-up of what it's about... There are things like solar empire where you built up space ships, and attack people like that. Infrastructure on plans etc... Could be adopted for a land based army game?
  17. Dominion

    a game script

    Mind explaining some of the game? I don't want to sign up to a site just to see if i know of anything like it...
  18. The thread you posted earlier linked to a forums site very similar to makewebgames. This is a link to a download database with mods. Two very different ideas behind this, and a forums site.
  19. Well it massively depends on the individual site... I mean something like an interactive map with two menus would not be well presented since most game play is in the centre. Saying that text based games such as mccodes, if the menus don't dominate the whole screen (so would need to be thin), would look fine.
  20. Each train takes some will away. That is why each train, even at full energy, gives you less of a stat boost. It's also why the user table has both “will” and “max_will” or something to that effect. A house gives you a greater max_will.
  21. Enough we don't need more junk on the site. If you wish to argue, and just insult each other take it to pm (not aimed at everyone here...). More junk will just be deleted.
  22. Dominion

    Need Help ASAP

    if the database has no tables run installer.php...
  23. You think it's ignorant to think it's better to learn yourself? Even following someone’s instructions (if not done mindlessly) is learning... Nothing wrong with help, but being able to do some things yourself is a must...
  24. I agree... If you can't install then you can't ever hope to have any kind of successful game. All you're talking about is learning yourself in that case by the time you get it up, and running you can install it... Only other way is to pay someone, but even that I believe is not as good as being able to at least do the basics.
  25. Don't post paid mods. I took it out of your post.
×
×
  • Create New...