check out my typo database!

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
well was learning PHP with mySQL and just wanted somethign silly to test it on :)
started off as really basic, been adding more and more features as I learn more php and get ideas etc.
 

Ameesh

Lifer
Apr 3, 2001
23,686
1
0
im vetoing everything but someone keeps un vetoing me, is this the point of the game? i think i won!
 

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
Originally posted by: Ameesh
im vetoing everything but someone keeps un vetoing me, is this the point of the game? i think i won!

yes i noticed that, i'm moderating the system.
i think i need to build a "ban user" option...
 

AlmostFunny

Member
Sep 2, 2003
129
0
0
Originally posted by: zimu
Originally posted by: Ameesh
im vetoing everything but someone keeps un vetoing me, is this the point of the game? i think i won!

yes i noticed that, i'm moderating the system.
i think i need to build a "ban user" option...

HA111
 

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
Originally posted by: jntdesign
it's buggy

it's showing that I veto'd a bunch of stuff that i DID NOT veto

oh the veto stuff- right now only one user can veto something, and its veto'd for all. however only the user gets credited/ discredited if their veto is approved/disapproved respectively.

 

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
Originally posted by: rawoutput
should probably put a character limit to the form fields there buddy..

yeah just did that!
i love it when i have users to help me debug!
 

Originally posted by: zimu
Originally posted by: jntdesign
it's buggy

it's showing that I veto'd a bunch of stuff that i DID NOT veto

oh the veto stuff- right now only one user can veto something, and its veto'd for all. however only the user gets credited/ discredited if their veto is approved/disapproved respectively.

Oh ok
 

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
Originally posted by: jntdesign
should add "your rejected vetos"

that would mean i'd have to add a new table... i think what i'm going to do is have an override function where I can say make it un-veto-able, so you can no longer veto it!

just so the same thing doenst' get veto'd over and over.
 

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
Originally posted by: johngute
how about showing the users and scores

i was thinking that, but the problem is that you can then log in as them! i don't have any password feature currently... know what i mean?
 

wedi42

Platinum Member
Jun 9, 2001
2,843
0
76
Originally posted by: zimu
Originally posted by: johngute
how about showing the users and scores

i was thinking that, but the problem is that you can then log in as them! i don't have any password feature currently... know what i mean?

ok how about just the scores and postion. i want to know how far behind i am
 

Originally posted by: zimu
Originally posted by: johngute
how about showing the users and scores

i was thinking that, but the problem is that you can then log in as them! i don't have any password feature currently... know what i mean?

associate each user with an IP
set cookies
 

iamwiz82

Lifer
Jan 10, 2001
30,772
13
81
found a bug. If i hit refresh, it keeps doing my last action. In this case, a veto.