Jump to content
MakeWebGames

justin

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by justin

  1. Re: User "sifter" cron i am a n00b coder, and i could write that... Just need to select from the database where last seen was more than a set amount of days, then do a mail query.   Justin
  2. Re: Question about a IPN system Once you get the system setup, what I would do is put a variable at the top. Kinda like this... $multiplies = 2; mysql_query("UPDATE users SET iq=iq+(25*$multiplies);   Not familiar with IPN, so don't know how well that would work, but then you could set how many packs you wanna give out at a time.
  3. Re: Question about a IPN system UCC, I think he wants it, so at random, it gives out 2 packs. All you need to do is in the script, do a random statement and it the variable equals that random number, give out 2 packs, else, do one. Hope you understand this. Looks confusing to me. Please someone make this better. lol
×
×
  • Create New...