Author |
Message |
|
ups hab da was vergessen
also ich bin php n00b und ich nehm den advanced poll nur weil er echt klasse is, leider in php *g*
falls einer einen so ähnlich schönen/praktischen poll in Perl kennt kanns auch posten
DANKE!!
|
 |
|
@user
ich hab nen eigenen server, wo seh ich ob meine php einstellungen das mit den höheren verzeichnisen zulassen?
ich hab nämlich ein ähnliches problem:
ich öffne die http://URL/poll/admin/index.php
dann kommt dieser fehler:
Warning: Failed opening '/usr/local/server/httpd/poll/admin/index.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in Unknown on line 0
das komische "on line 0"
in der config hab ich das stehen:
<?php
$pollvars['base_url'] = "/~poll";
$pollvars['base_gif'] = "/~poll/image";
...
ich habe alles aus /poll/textfile/ in poll/ kopiert, weil das "schöner" ist.
deswegen müssten doch die angaben in der config richtig sein oder?
thx & mfg Nikro
|
 |
|
you mixed all files from the textfile and the db version
that's the reason why it's not working
|
 |
|
If it matters, all the files are hosted remotely by my provider, so I have to upload new files to their computer after each modification..
|
 |
|
I'm an HTML/PHP novice here trying to set up a poll. I've searched everywhere for some kind of instructions on how to go about getting up and running but haven't had any luck.
My first question is what code I have to put in the html page to make it display the poll. Secondly, what is the difference between the textfile and db directories? What do I put (and where do I put it) in my public_html directory? And finally, how I go about personalizing it all...
|
 |
|
Kennt jemand diese Fehlermeldung?
Premature end of script headers: /home/meinordner/meinehomepage/cgi-bin/stat.pl
Danke im voraus
|
 |
|
the tmp directory is not writeable
> chmod 777 home/site/site203/users/overgang/web/guestbook/tmp
|
 |
|
reinstall the script. that's the best way
|
 |
|
The password is stored in the mysql database.
table: book_auth
You can use phpmyadmin to overwrite your old password.
|
 |
|
If you ran the install script then you have entered a user and a pasword.
This is the user and pasword to use in the Admin section.
|
 |
|
What do I do?! Yikes!
Thanks in advance.
bds
|
 |
|
Hello
When I have post a messege I get the following error
Warning Unlink failed (Permission denied) in /home/site/site203/users/overgang/web/guestbook/lib/add.class.php on line 80
This is add.class.php line 75-80
if (is_array($filelist)) {
while (list ($key, $file) = each ($filelist)) {
$tmpfile = explode(".",$file);
$tmpfile[0] = ereg_replace ("img-", "", $tmpfile[0]);
if ($tmpfile[0] < (time()-$cachetime)) {
if (unlink($file)) {
$delfiles ++;
Thanks
|
 |
|
i had a difficult time finding and installing a web poll. i figured i would share my findings by providing this forum with the steps i took to successfully install and run this poll. btw, this is a really nice free poll with lots of features. heres the guide...
mySQL db version install, unix web server
1.http://download.com.com/3000-2160-1572132.html?tag=lst-0-1, download ws_ftp le (ftp program)
2.find out your hosts ftp information, use ws_ftp le to connect to your web server
3.download pollphp.zip
4.extract pollphp.zip to desktop in folder 'pollphp'
5.create 'poll' folder in root directory on web server. www.yourdomain.com/poll
6.upload all files located in folder 'db' (in the 'phppoll' folder on your desktop) to the poll folder you created on your web server...
upload files contained in 'db' folder in ascii
upload admin folder in ascii
upload image folder in binary
upload include folder in ascii
upload install folder in binary
upload lang folder in ascii
upload misc folder in ascii
upload templates folder in ascii
7.chage the permissions of every file ending in .php to 755 on your remote site.
8.create a database on your server (create user on database you just created). open 'config.inc.php' and edit the variables on lines 9,11,&12 to correspond to your database. upload 'config.inc.php' and chmod to 755.
9.call http://www.yourURL.com/poll/install.php in your browser
10.if install successful, call http://www.yourURL.com/poll/admin/index.php login with the user you created for database(also the one you used to edit config.inc.php)
11.after you log in, your taken to a page that displays the list of polls. DO NOT DELETE ANY OF THE EXISTING POLLS. i had a problem here with deleting the default polls.
12.reset the polls and edit the question/answers to your needs. save changes
13.to display poll...click on the help icon (looks like wordpad) for the auction you wish to display.
14.this brings you to a new page where you should see the question of the aucion & the phrase "To emded a poll into a webpage insert the code snippet from below"
15.use this information in the page you wish to display your poll on. remember, the page you wish to display the poll on must end in .php
16.upload your-page with code snipet, chmod to 755.
17.www.yourdomain.com/your-page.php
goodluck!
also, if you have something to add or edit to improve poll in any way...feel free.
thanks, tony
|
 |
|
Great website, worth a visit, listen to music, learn to play guitar etc...Put ur speakers on and visit www.pallaris.cjb.net
|
 |
|
My AOL users can't vote in my poll. It is saying that they have already voted. Apparently, this wasn't a problem about a few weeks ago, but its a problem now. Any thoughts.
[http://www.mycutechild.com/VScontest/vote.php]
|
 |
|