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
Thank you Auron...

Ok, Good... I just wanted to be 100% certain before I wiped everything out & started fresh. So the following values will certainly be automatically changed to "Polls" if done like that instead of 'db' also???

<?php

/* path */
$poll_path = "/catchusers/Polls/db";

require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLDB[class]";
require $poll_path."/include/class_poll.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();

$php_poll = new poll();



WOULD AUTOMATICALLY BECOME:



<?php

/* path */
$poll_path = "/catchusers/Polls";

require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLPOLLS[class]";
require $poll_path."/include/class_poll.php";
$CLASS["Polls"] = new pollPolls_sql;
$CLASS["Polls"]->connect();

$php_poll = new poll();
Can you give me the URL of the guestbook.
The problem is that

size="1"


is hardcoded in the template. Changing the style sheet will not override that.

Look at

display_foot.html
display_head.html
display_loop.html

and either eliminate it so the style sheet will take precedence or change it to a 2 or 3.

Look for the same problem in the results pages

result_foot.html - occurs 3 times
result_head.html
result_loop.html - occurs 2 times

ALWAYS save your files before making changes so you can reinstate them if there is a problem
2.Upload all files in ASCII-mode to your cgi-bin directory
and change mode these files:
- download.pl 755 (-rwxr-xr-x)
- status.pl 755 (-rwxr-xr-x)
- log.txt 666 (-rw-rw-rw-)
- daylog.txt 666 (-rw-rw-rw-)
- download_stats.txt 666 (-rw-rw-rw-)




you have to change the permisions of that files !
I've changed everything I could change. I know where templates are located. I do not see any stylesheet with the advanced poll.

Can anyone else help? It's in 8 point font and I need to make it larger.

Jay
Hi,

I have added the guestbook to my site within it's own directory. The index page displays fine, but I when I click the "Sign Guestbook" or "Admin" is points to the wrong directory and is obviously isn't found. Where do i change the base url for these pages?

I have changed the base url in config but this is only for images.

Thanks hope someone can help.
When you FTP the files to your server, do you neccessarily have to FTP the 'db' files into a "'db'" folder ? Or can you FTP the 'db' files into a folder named 'Polls' as to eliminate the /db/ extension???

So instead of having:

http://XYZ.com/Polls/db/index.php

You could have it be:

http://XYZ.com/Polls/index.php ?????
Never mind, I got it fixed!
I keep getting this error:

Fatal error: Call to a member function on a non-object in /home/********/public_html/*******/poll.php on line 10

This is my code in the poll.php file:

<?php
// Important! You have to include it before your html code
include_once "http://********/polls/poll_cookie.php";
?>

<html>
<body>
<?php
include_once "http://*********/polls/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>

Note that the * don't really show up, I'm just protecting my privacy

So, what's wrong and why won't my poll show up? Please help?[/b]
Is there a way to insert Adv. Poll into block in phpNuke ?? I tried everything, but always I see the "poll_process("random");?>" text in my block.

Is there any possibilty to integrate Adv. Poll with phpNuke ??

PS. Sorry for my english

Art
: friendly bump2 :

Does anyone know the answer to this one?

J
Hallo alle miteinander,

wie kann ich die Anzahl der Kommentare zu einer Umfrage aus der DB auslesen. Ich möchte die Anzahl an anderer Stelle (unabhängig von der Umfrage) ausgeben.

Ich habe noch eine zweite Frage:
Hat jemand eine Ahnung, wie ich HTML in den Kommentaren zulassen kann? Ich möchte gerne, dass User, die z.B. etwas fett schreiben wollen dies über die entsprechenden HTML-Tags <b></b> machen können.

Gruß

Frager
How do u change it in your database ? which database ?
Hello;

I have forgotten the admin guestbook password. I was wondering how i can recover it ? Which file contains the password so that i can download it using ftp or something and change it. (or just find out what it is)

Thank YOu
LAUT ETH Zürich Magazin, www.ethz.ch, :

Die ETH Zürich forscht nämlich wie man die ganze Schweiz aus der Erde abheben kann, sprich die Schweiz wird zum Raumschiff, und natürlich mit Schutzhülle, um Schutz gegen den Weltraum zu haben.

Für den Hauptantrieb wird die Antimaterie zum Einsatz kommen.

Weshalb wohl die Regierung so viel Geld in die ETHZ steckt, ist jetzt kein Geheimnis mehr, die Meisten würden Sie sonst für verrückt erklären.

Den Schweizern eine eigene Welt, und das suchen Sie im Weltraum, die Schweiz wird mitgenommen und in die neue, Ihre Welt eingepflanzt.

Für diese Tat nannte man die Grausamkeit und unmenschliche Welt als Grund!?

Auslandsdeutscher,
Bert S.
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum