If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
I'm seeing double...  XML
Forum Index » Support Forum
Author Message
Anonymous



I don't know how this happened but I installed the poll script, and for some reason, it is showing two polls.... I don't know what happened but maybe someone here could help... its at www.ubloop.com/poll.php
and the code is...

<?php
include_once "/home/ubloopc/public_html/poll/booth.php";
echo $php_poll->poll_process(4);
?>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>

<body>
<p>
<?php
include_once "/home/ubloopc/public_html/poll/booth.php";
echo $php_poll->poll_process(4);
?>
</body>

</html>

Ps... For some reason I can't change my template too... Questionable...
Auron
Expert
[Avatar]

Joined: 23/06/2003 22:02:17
Messages: 1053
Offline

Mainly because you've added the code for the poll twice. The code at the top should be the file poll_cookie.php NOT booth.php. booth.php is for the poll itself and the bit before sets and checks the cookie if you've enabled the option of only letting people only vote once, in other words stops any poll spamming.

Auron
[Email] [WWW]
spor
Student

Joined: 18/04/2003 05:02:37
Messages: 50
Offline

Auron our site has been down for the last two days, some kind of server breakdown, i will pm you and let you know when its back up ok

Edit: its back up again now

Go here for guestbook and poll help :: Spisas Guestbook
Auron
Expert
[Avatar]

Joined: 23/06/2003 22:02:17
Messages: 1053
Offline

K, I'll be around here then for awhile.

Auron
[Email] [WWW]
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum