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
its set out exatcly as i recived it when i downloaded it, its all in the same place but it still says it is missing :S
I d/l the poll 2.0.2 and i set up the config file. but when i go to install the poll script it says

"Cannot find configuration file config.inc.php."

but i have set it up where am i going wrong and i have my sql configured because i have a forum up and running
Hello,

I want to use Daily Count 1.1. for my site(s).

To use it, i followed the instructions in the readme file, but couldn't get the script to work for me, rather when i load the page, the code appears on the actual web page.. ?

I want to use mysql db also.

Someone help me with instructions how to install it ??

Thank you for ur time.
I finally have it up and running. It took me all day, but I was determined to figure it out. I've learned a lot in the past couple of days! I found out that the guestbook folder wasn't supposed to be in the Cgi-bin...........that was the main problem. The other one was trying to figure out how to give write permissions.........and where to put them. The instructions are so vague.
I think I'll write step-by-step instructions for other people in the same situation as me............and call it "Advanced Guestbook Installation for Dummies"!


Thank you again Auron.
hallo!

ich versuche das gästebuch dahingehend zu überarbeiten, dass
es als html 4.01 validiert. allerdings fehlen oft die alt-tags.

wie kann ich es einrichten, damit die smilies in den gästebuch-einträgen
einen alt-tag bekommen?

müsste man in der sql-tabelle für smilies eine neue spalte einrichten oder sowas?
hight und width findet sich dort nämlich auch.

weiß vielleicht jemand wie das geht?

sven
Thanks for getting back to me.

I'm getting a 404 page not found error.

I'm using php, and I've tried two different ways of setting up the config.inc file............this is what I believe is the correct one:
$GB_DB["dbName"] = "hergetfa_guestbook";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "hergetfa_xxxx";
$GB_DB["pass"] = "xxxxxxxx";

(I really don't want to put my personal info on this forum, so I've x'd out my user name and password.)

My website is www.hergetfamily.us

Not to sound stupid again, but how would you go about installing it for me?
Thanks again.
I have been attempting to install Adv Guestbook for 3 days now. I like to think of myself as smart, but this has been a real pain for me. I have had web space on AOL for years, but have now moved up to real web hosting. This is a whole new world for me........I don't know much about php, or MySQL.
I'm using iPowerweb and have created a database, but apparently I don't know what to do next. I've uploaded the contents of Guestbook to my CGI-bin. (?)
I printed out "How to Install Advanced Guestbook" from Spisas website, but I can't open "http://www.mysite.com/guestbook_directory/install.php". (Yes, I replaced it with my site and directory name).
One other question: When I uploaded Guestbook, I uploaded the folder. Should I open each individual folder and upload the contents?
Sorry to sound so stupid, but I really need specifics.
I would appreciate any help I can get.
Warning: main(): stream does not support seeking in /home/nightowl/public_html/plumb/index.php on line 44

Warning: main(): stream does not support seeking in /home/nightowl/public_html/plumb/index.php on line 48

Fatal error: Cannot instantiate non-existent class: dcounter in /home/nightowl/public_html/plumb/index.php on line 50

i keep on getting that msg.. what's that all about? what should i do?
pls HELP me

thanks
I installed Advanced Pool with database. I have put it in the webpage, but after voting table becames wider. Why is this?
Fixed !!!

My config file was broken, for an unknown reason. So now it works again, as you can hopefully see on my home page :
http://pierrot.homeunix.net

(sorry, French language)

Cheers !
Hi there.
I don't know if you can give me a hand.

I just installed the My SQL advance poll 2.02 and everything seems to be working fine, I even created new polls, the only problem is that I don't know how to embed the poll into my webpage.

------- I followed the instruction, I inserted the codes
<?php
// Important! You have to include it before your html code
include_once "/home/mypage/pollphp/db/poll_cookie.php";
?>

<html>
<body>
<?php
include_once "/home/mypage/pollphp/db/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>

------- but when I save the webpage all it shows is
poll_process(4); ?>

thanks for your help.
Anonymous wrote:all you should have to do is import db_update_v22-23.sql and then upload all the guestbook files over your old one. Then recusomize


So does that mean I have to basically scrap the old version? I have everything formatted to match my site. I guess I have to redo them right?
What does the error say exactly?
Did you also edit the config.inc.php file?
Take a look in the language file around line 39
This looks like what you're talking about. Its in gb.class.php and I can see the array elements are being set with the select/unselect values. I suppose that I can experiment and remove the code for range numbers and just replace it with some urls encapsulated as you suggest. What do you think?

function generate_JumpMenu() {
$menu_array[] = "<select name=\"entry\" class=\"select\">";
$menu_array[] = "<option value=\"0\" selected>".$this->db->LANG["FormSelect"]."</option>";
if ($this->db->VARS["entries_per_page"] < $this->total) {
$remain = $this->total % $this->db->VARS["entries_per_page"];
$i = $this->total-$remain;
while ($i > 0) {
$num_max = $i;
$num_min = $num_max-$this->db->VARS["entries_per_page"];
$num_min++;
$menu_array[] = "<option value=\"$remain\">$num_min-$num_max</option>";
$i = $num_min-1;
$remain += $this->db->VARS["entries_per_page"];
}
}
$menu_array[] = "</select>";
$menu_array[] = "<input type=\"submit\" value=\"".$this->db->LANG["FormButton"]."\" class=\"input\">";
return $menu_array;
}
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum