Jump to content
MakeWebGames

vinyl

Members
  • Posts

    58
  • Joined

  • Last visited

    Never

Everything posted by vinyl

  1. Re: Page Redirection. ..and I appreciate that Deception, as i said, I certainly meant no offense. my issue was resolved by changing the voting.php script, apparently there were unclosed items etc dur to a aref. Much simpler than i had feared. Kinda embarrassing since I can usually work these things out w/o asking here. Thanks to you and Jake for responding. It's good to know help is available.
  2. Re: Page Redirection. what am I missing here?? the stock sode gives me the error mentioned above of course, since headers have been sent. and Deceptions solution doesn't prevent multiple voting. not criticizing, but this is making my feeble head hurt even after reading all resources I could find. grrrrrr
  3. Re: has anyone had this problem? in Lite, when the crons are generated for you at the end of the database creation routing you executed, you should have seen two crons generated, these were to be copied and added to cpanel typically...did you copy these? That would be the first question. otherwise something like make an item called will potion in the MEDICAL type section of the database and add something similar to this in itemuse.php if($r['itmname'] == 'Will Potion') { mysql_query("UPDATE users SET will=maxwill WHERE userid=$userid",$c); print "You drink the entire bottle of {$r['itmname']} and immediately feel like a million dollars."; } smaller amounts of increase could be will=will+(maxwill/100*25) WHERE will<maxwill (a 25% example) not elegant if you are adding MANY itmes, but if it's the only item you are adding, it'll work. I hope this was correct and helps.
×
×
  • Create New...