Author |
Message |
|
log on to your server or use phpmyadmin to delete.
|
 |
|
Your internal path is wrong!
/book is the path from the URL
but need the path on your server which is e.g
/usr/local/httpd/htdocs/book
|
 |
|
disabled image uploading, it won't work on this server
|
 |
|
In the Advanced Guestbook... How can you delete a range of records or all of them in one shot, oposed to going into the easy admin and hitting delete one by one? Please anyone help me out...
|
 |
|
thanks!
|
 |
|
I'm looking for a script that works similarly to the excellent "Link" script on this site. However, I'd like people to be able to post articles for others to read onto my site. After intensive searching, I haven't found a good one that works on a Windows 2000 server. Thanks for any help!
|
 |
|
<?php
include_once "/var/www/html/wannahave-it/htdocs/poll/db/booth.php";
$my_id = $php_poll->get_latest_poll_id();
echo $my_id;
?>
|
 |
|
Take this very site we are on for example... how would I go about putting PHPBB (this forum) in a specific position on a page? My forum currently is just a forum... i don't know how to add the look of the rest of my pages on my site to it. Like the navigation to the left of you, etc. I don't see it anywhere in the phpbb configuration.. must be somewhere else... any help is wanted and appreciated. Thank you.
|
 |
|
This is about Advanced poll 2.0.2.
|
 |
|
Does anyone know how I can tell the poll what page I want to load after the results are displayed? Because I used a generic template for all my pages, the poll loads only the template, NOT the last page viewed. too see what i mean, go to www.skatedorks.com/main.htm and you'll see the error after u vote.
thanks for the help in advance!
|
 |
|
I'm currently modifying the PHP script from the demo4.
In that demo you must specifie your poll_id manualy.
I want that the computer automaticly selects the newest poll_id.
How can I do that? I used the help and it shows this anwser
<?php
include_once "/var/www/html/wannahave-it/htdocs/poll/db/booth.php";
echo $php_poll->poll_process("newest");
?>
But this is for a complete poll, I just want a tag that selects the latest poll _id so the returned value can be just "8".
Anyone?
|
 |
|
tttttt
|
 |
|
change the templates
|
 |
|
Sorry.
ignore my last post
register_globals must be turned on
|
 |
|
when I install th script I get this
Warning: Failed opening './config.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /disk2/web.hosting/angelicscans.com/public_html/stats.php on line 13
Warning: Failed opening './counter.class.php' for inclusion (include_path='.:/usr/local/lib/php') in /disk2/web.hosting/angelicscans.com/public_html/stats.php on line 17
Fatal error: Cannot instantiate non-existent class: dcounter in /disk2/web.hosting/angelicscans.com/public_html/stats.php on line 19
do u know what could be the problem
|
 |
|