Search results

  1. N

    PHP/Javascript solution for stopping post data refresh?

    working with a reallllllly old game script that was written back in php4 days. Ive gotten most of it to work however they are running into an issue with post data refresh(they had the issue back in that day and never fixed it) I've managed to disable the f5 and shift+f5 in firefox, is there any...
  2. N

    i need php to add variable number to mysql database number?

    I need the update command for taking a number variable from a form I've already got built and add it to an already existing number in the database, can someone tell me what the proper syntax for this is. Say database is accounts, variable from the form is turns, mysql table inside accounts is...
  3. N

    Need a super simple php login?

    k its gotta be php, i already have the mysql up and running, a simple script that will pull the info from the mysql listed here database name is _autosurf i need it to check id, pwd, hits, and surf_total and use that info to navigate to another page i already have built or drop if the infos...
  4. N

    Proxied address as url in php?

    is it possible to take a proxy and port # and combine it with a url via php scripting. Ive seen the fake hits generators that run in php i cant see it being to hard to find but i have no idea what it would be named as, I don't want to install any more programs so dont suggest that. Only php...
  5. N

    i need smart php graphic bars?

    I have a script thats one of those pimp scripts floating around, i need status bars for the thug and ho have a happiness level, now i got a simple frame holding it, i want the bars to be smart bars, like if the happiness of the thugs is 50% and max is 100% how can i get a dual colored bar that...
  6. N

    php programming help changing background based on location in a game?

    Ok heres what i got, a script that keeps track of a city that the player is located in, now i want to know what i need to make the variable change the background according to what number the database brings back. It has to be completely php based, that will change the background if i can make...
  7. N

    In php, need the background image to check for a variable and load accordingly?

    I have php code that picks a number based on what city they are in game, i need the php to change the background image based on what number the mysql gives the php, how is this done?
Back
Top