Search results

  1. S

    Multiple choice answers sort of....

    I'm trying to make a training system for a pet game I'm making. What will happen is the player is asked a question and is given 4 anwers to choose from, if they get it right their pet knows 5% more of what they are training it. (there will be a meter to show what % it has learned) and if they...
  2. S

    Earn Easy Credits!

    guess nobody is interested...
  3. S

    Show system/ picking a winner?

    I'm making a dog game where when animals are created they are given a set of randomized stats, these are added together for a total. I want to make a showing system that will give the animal with the highest total 1st place and next highest 2nd and so on and so forth. It seems pretty simple but...
  4. S

    Addition in PHP?

    I'm making a game and the animals have randomized stats, 4 of them. I want those to be added together for a "total" and then have the total displayed but how do I do that?
  5. S

    Need just a tiny bit of help =]

    So this is pretty simple. I want to randomize input. I'm making a pet game, and in this game animals have "stats" and when you buy an animal I want those stats to be randomized so you don't know what you are going to get. These would be from 1-10 If that didn't make sense I'll try to explain...
  6. S

    I need help with some php coding.

    I need help making a shop page for my SIM game. I can give you a screenie of what's in the database, that's all set but I know how to fetch and display things, but what hard for me is subtracting the money, and updating the inventory when they buy something. Anyone have experience with this? I...
  7. S

    phpmailer?

    I'm using this free script that uses phpmailer and I'm unsure what to do with these.... define ( "USE_SMTP", "TRUE" ); // - do you want to use SMTP to send out emails? TRUE or FALSE ( mail() will be used ) define ( "SMTP_PORT", "" ); // - what port should we use for smtp ( only needed if...
  8. S

    Php form

    Hi I need to create a form driven by php that asks a questionaire and then submit the form results to a place only admin can see them(a password protected part of the site) But I'm not quite sure how to do that. I can make html forms and submit buttons, but how can I direct the results to a...
  9. S

    How would one go about coding this...

    Does anyone know how I can make a register script that send the user an activation code to the email vefore they can log into an account?
  10. S

    Myphpadmin error?

    I keep getting this error phpMyAdmin - Error #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
  11. S

    Mysql fetch array?

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/star/public_html/bunnygame/forums/loggedinas.php on line 7 I get that in every code of mine that has that function. Does my version of PHP not support it? I need to use that function...
  12. S

    Unsure of this error...

    I'm using this script... <?php session_start(); $buyapet = $_POST['buyapet']; $add = $_POST['add']; $delete = $_POST['delete']; $error = 0; $petname = $_POST['petname']; $petcolor = $_POST['petcolor']; $petbreed = $_POST['petbreed']; $petgender = $_POST['petgender']; // 1 is male, 0 is female...
  13. S

    Something wrong with server?

    Try going to my site: http://furryfriends.elementfx.com/ It says Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@furryfriends.elementfx.com and inform them of the...
  14. S

    Can someone help me with this?

    Ok, long story short I'v having trouble with my output. It output's well.... nothing.... This is the pet store page. It creates the animal the user wants. When it is done it is to store the bought pet at the owner's home page. But for some reason it doesn't show up..... Am I like missing a...
  15. S

    I'm creating a SIM game...

    I'm having a sim game coded for me. The coder is using a flat file style... I don't know that. And I need to practice my mysql. The layout that's in the making: http://emilys-pawprints.com/layouts/site/index.html ]But yeah. I have no Idea how to go about coding the items. If someone could whip...
  16. S

    Mine Died. Anyone have a login script?

    I'm used to flat file. but I have to use a mysql database for this... So I can't use my login script that I have. So does anyone have a simple register, and login script with a member's only area that I can use? And the sql query for the table? It'd be a big help. Thanks.
  17. S

    Something wrong with account?

    Ok. my friend was making a x10hosting account. their username is lonewolf. But during sign up, for forum account they put MINE. salukigirl. So whenever I try to log into my account their outerlands.exofire.net hosting thing comes up. Should it do that? Their username is lonewolf, and mine is...
  18. S

    Problems with mail ()

    I Have fixed everything, checked everything and nothing is wrong with my code. But no matter which mail form I code this same error keeps coming up. Try it yourself and see the error. It has something to do with mail () Which I have no idea where that even is or anything. >.<...
  19. S

    Need help with my Message Board...

    So I DO have a message board and it works, but I want it to be part of the members only website and I want it to used the username they are logged in as. Right now you can put in any ole name you want... You can see it here.... http://furryfriends.elementfx.com/message%20board/index.php and I...
  20. S

    Needed: Someone who can make heads or tails of a message board script.

    Quite literally in fact. People were telling me making a message board was no easy feat, so I search for a few free simple scripts..... I still cannot make them out/how to work them. If someone can help that'd be great. I'll give you all the forum credits I have... :cool:
Top