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 
Messages posted by: Anonymous
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Author Message
just include the scripts in the index.php script
phpnuke has its own poll system.
use the templateset "popup"
some servers don't support the *.pl extension, so just rename download.pl to download.cgi
the comment feature is new
http://proxy2.de/forum/viewtopic.php?t=803
you can't use the upload feature. It's a restriction which makes uploading impossible.
http://proxy2.de/forum/viewtopic.php?t=910
the image url from your configuration file is wrong.

$GB_PG["base_url"] = ...
the installation is quite easy just read the readme and
call the install script from your browser.
Please post the url where you have setup the guestbook
you have to change the sql query in gb.class.php


.... order by x.id desc

--> oder by x.id asc
there is a sort function somewhere in the code


foreach $file (sort {$descript_array{$a} cmp $descript_array{$b}} (keys(%descript_array))) {
...


but i don't know much about perl
Lol

<table background=some_image.gif>
Anew ni mouse wrote:
How do you go about in hiding the results? I want to be able to do the following:

* after the guest has voted, to replace the poll with a some message that says that they have voted without showing the results of the poll

-A


Go to the admin panel and choose a template.
Click on the link Poll result and remove and the html codes from
the field result_loop and result_foot. Now paste your your message to the first field result_head


* prevent dial-up accounts with dynamic IPs from voting again? I was thinking of perhaps looking for the cookie, if it's in the users computer, then just display the message mentioned above (without the VOTE button) so they can't vote again.... any ideas on what needs to be done to do this?


the script *has* a cookie check. (poll_cookie.php)
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum