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


I have to use the text version of this software and some prick keeps hacking in and wiping out the text file that stores that data... I have tried everything I know of like changing permissions on the text file but then the poll doesn't work right... and I certainly don't want to change the permissons for every poll I make... Anyways.... It's getting on my nerves as I don't have time to track this prick down and give him a surprise... (probably some 13 year old little brat) I could really use some help here... I can't use the MySQL version because the server we are on does not have MySQL on it... It has the latest version on PHP but no MySQL...
Anyways.... any help here would be greatly appreciated.... thanks....
I have Advanced Poll 2.02 and I'd like to know if there is a way to archive on a page the old polls.
So that my users can go and see all the past polls there.
Hallo, bitte bitte helft mir....
Ich habe seit September ein paar Umfragen laufen....jetzt wollte ich diese abschliessen und neue erstellen. Wenn ich mich als Admin einlogge klappts. Wenn ich dann auf eine Umfrage klicke zum editieren oder auf "Neue Umfrage" kommt immer wieder der Login-Screen.
Dann wieder nur das Hauptmenü.....
Immer wieder dasselbe....

Name und Passwort sind 100% korrekt!!!!

H I L F E...B I T T E
Hallo
Ich habe das advanced guestbook V2.3.1 heruntergeladen, gemäss readme.txt installiert und betreibe es mit Apache V2.0.45, PHP V4.3.1 und MySQL V4.0.13.
Rufe ich das Script admin.php auf kann ich das Gästebuch wohl administieren, die beiden Links 'Private Messages' und 'Easy Admin' funktionieren aber nicht.
Rufe ich index.php auf, bekomme ich eine weisse Seite im Browser. Die Einträge im Gästebuch werden nicht dargestellt.
Kann mir jemand einen Tip geben, wo ich die Ursache für das Problem suchen muss? Vielen Dank.
Hansruedi
I've went through the forums here looking for some help on this and I see a lot of people posting problems about Daily Counter but no one really has any answers.

Everything is configured fine... it has worked fine ever since I installed it back in March, but just over the last 2 or 3 days, the visitor counter stopped resetting. Anyone know why this happens or how to fix it?
Anonymous wrote:Ok I got everything to work ok in the admin and such but I don't have a clue how to embed the file link. Does this have to be in a .php internet filie or can it go in a html page. I am not sure how to make this file work. I have everything else setup correctly but now what? When I add the script to a html all I get is the scripting info is ( poll_process(4); ?> ) please help thank you!
JVJR2


I have the same problem !
What's the way to install php text in a html file ?
Ya the support on this site isn't very good. If I can't get some support i'm going to try other poll software.
I have some php pages on my site but the page i want to put polls on is html. I did the db install and it all works right. I just can't put any of the polls on my site.
hi. i'd love some help with this.

thanks!
Hang on.....Advance Poll? Where to find the script?

Thanks
is there any way where you can make it so your ip doesnt get logged?
Ok,

als erstes muss mann die Hyperj durtch k3d ersetzen, danach werden durch einen include Befehl die Erweiterungen installiert.

include k3d

Wenn man die Hypertext noch mit Rum.exe kompiliert, kann man mit PHP 3D Anwendungen hervorzaubern.


http://rum.k3d.php.net

Viel Glück!
Nope still didn't work . This is what i have for my WHOLE page
"<?php
// Important! You have to include it before your html code
include_once "/home/plays/public_html/poll/poll_cookie.php";
?>

<html>
<body>
<?php
include_once "/home/plays/public_html/poll/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>"
So I'm using website with top.php and footer.php like this :

<?php include("top.php"); ?>
Text,text,text...
<?php include("footer.php"); ?>

My problem is : I have advanced poll in footer.php -file and when I click view results it shows only footer.php -file with my vote. How I can get it to show ALL site.

Site where my problem is : http://www.kulmaus.net/cmcafe
Ah, you do'nt have the 'full' path from your server which should look something like:
/* path */
$poll_path = "/home/youraccount/yourusername/www.yoursite/public_html/poll";
presuming your directory is in public_html an called poll

This works ok on my site



<?php
/* Include this before your html code */
include "./poll_cookie.php";
?>

<?php

/* path */
$poll_path = "/home/youraccount/yourusername/www.yoursite/public_html/poll";

require $poll_path."/include/config.inc.php";
require $poll_path."/include/class_poll.php";

$php_poll = new poll();

/* the first poll */
echo $php_poll->poll_process(1);
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum