i have lil chatbox
u can view it here >
www.fbsk.co.cc/chatbox/index.php
part of the source code i need to get fixed..
PHP Code:
# if nick or message is default show error message #
if($nick == "nick" || $msg == "viesti") { echo "You forgot to type your nick or message...or just pressing submit for fun?"; exit(); }
# Check if the cookie still exists (floodprotect) #
if(isset($m00)) { echo "Hey!.. No Flooding Please!.. wait atleast 5sec. before new post."; exit(); }
# Check if the nickfield is empty #
if(empty($nick)){ echo "Are you stoned or what? your forgot to type nickname O_o <a href="index.php" target="_top">Back</a>;" exit(); }
# Check if the message field is empty #
if(empty($msg)){ echo "Are you stoned or what? your forgot to type the message O_o"; exit(); }
# Check if the nickfield is empty #
if(empty($nick)){ echo "Are you stoned or what? your forgot to type nickname O_o <a href=".index.php" target="_top">Back</a>;" exit(); }
i want the link to work and go to index page which is /this/chatbox/index.php
the chatbox is shown in frame on the index page >
www.fbsk.co.cc/
i know this aint hard to do but no luck findin help...i feel so so nub atm