We have found the following problems:"; if (strlen ($name) < 2) { $error = true; $error_text.= "
   - Please enter your name"; } // if () if (!ereg ("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$", $email)) { $error = true; $error_text.= "
   - Invalid Email Address"; } // if () if (strlen ($website) > 8 && strcmp (substr ($website, 0, 7), "http://") != 0) { $error = true; $error_text.= "
  - Invalid Website Address"; } // if () if ($articletype < 0 || $articletype > 3) { $error = true; $error_text.= "
   - Please choose the category for your article"; } // if () if (strlen ($headline) < 2) { $error = true; $error_text.= "
   - Please enter the title for your article"; } // if () if (strlen ($article) < 10) { $error = true; $error_text.= "
   - Please enter your article"; } // if () if (strpos ($article, "<") > 0 || strpos ($article, "[") > 0 || strpos ($article, "href") > 0 || strpos ($article, "http") > 0) { $error = true; $error_text.= "
   - No HTML markup allowed in articles"; } // if () if (strcmp ($agreement, "yes") != 0) { $error = true; $error_text.= "
   - You must agree to the conditions to submit an article."; } // if () $error_text.= "

\n"; if (!$error) { $query = "INSERT INTO Articles (id, postdate, byadmin, name, email, website, ipaddress, headline, articlebody, articlestatus) VALUES ('', NOW(), '0', '".mysql_real_escape_string ($name)."', '".mysql_real_escape_string ($email)."', '".mysql_real_escape_string ($website)."', '".$HTTP_REMOTE_ADDR."', '".mysql_real_escape_string ($headline)."', '".mysql_real_escape_string ($article)."', '0')"; $result = mysql_query ($query); $action = "sent"; $to = "Poker Bunnies "; $from = "FROM: pokerbunnies@casinoring.net"; $subject = "New Article Submission"; $message = "A article submission was added at ".date ("g:i:sa, j/n/Y").".\n\n"; $message.= "Please go to http://admin.pokerbunnies.com.au/ to evaluate this new entry.\n\n"; $message.= "Submitted by: ".$name."\n"; $message.= "Email: ".$email."\n"; $message.= "Website: ".$website."\n\n"; $message.= "The Article:\n\n"; $message.= $headline."\n\n"; $message.= "***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****\n\n"; $message.= $article."\n"; mail ($to, $subject, $message, $from); } // if () } // if () //********************************************************************************\\ ?> <?php echo $page_title; ?>

Hor Girls and Hot PokerPoker Bunnies OnlineOnline Poker Rooms
\n"); } // for () ?>

Submit Your Online Poker Article

Thank you for your submission. Your article will be reviewed as soon as possible and you will be notified when it is approved and listed on our website.

We are taking submissions of new articles that are in the subject matter of poker or gambling. You can submit your article to us for listing consideration by using this form. Please do not Email article submissions to us as all submissions by Email will be deleted. All articles must be original and the person submitting the article must own the copyright on the article.

We will include a link to your website on every article that we approve.

Please note, your article must relate to poker or gambling. If your article is not related to poker or gambling it will be rejected.

Your Name:
Your Email Address:
Your Website URL:
   
Article Type:
Article Headline:
Article:
/> I agree that this article submission is original, that no copyright infringement will be made by publishing this article, and agree that this article may be published as seen fit after submission.