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 posted the first 4 char outside of the admin area
In admin area I see the code
but in the admin area If I write őű I displays correctly
(in the pic you can see I inserted őű after the code)
I wandering how to add these option to my guestbook.
I don't know anything about php.
can someone tell me if it is possible and how in layman terms.
which folder/*****.php or ?

Thanks for your time
www.countrymods.com
CW[/code]
Sorry...but I don't understand...
I can't reset username and password for Admin section...
Marco
try this, doesn't work let me know

this is the messageboard.php
Hi!
I've just installed Guestbook v2.3.1....
After submitting password and user for the admin section, where they will stored ? I don't remember exactly the password.
I delete the entire directory of guestbook, but nothing.

bye Marco
Folgende Fehlermeldung erscheint nach der Abstimmung:

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/48410/www.ue-lux.de/index.php:30) in /is/htdocs/48410/www.ue-lux.de/poll/poll_cookie.php on line 21



Leider weiss ich nicht woran dies liegt

folgenden php code habe ich in der index.php
<?php
/**
* ----------------------------------------------
* this code is optional
* Important! You have to include it
* before your html code
* ----------------------------------------------
*/

$cookie_expire = 12; // hours

$action = (isset($HTTP_GET_VARS['action'])) ? $HTTP_GET_VARS['action'] : '';
$action = (isset($HTTP_POST_VARS['action'])) ? $HTTP_POST_VARS['action'] : $action;
$poll_ident = (isset($HTTP_GET_VARS['poll_ident'])) ? $HTTP_GET_VARS['poll_ident'] : '';
$poll_ident = (isset($HTTP_POST_VARS['poll_ident'])) ? $HTTP_POST_VARS['poll_ident'] : $poll_ident;

if ($action=="vote" && (isset($HTTP_POST_VARS['option_id']) || isset($HTTP_GET_VARS['option_id']))) {
$cookie_name = "AdvancedPoll".$poll_ident;
if (!isset($HTTP_COOKIE_VARS[$cookie_name])) {
$endtime = time()+3600*$cookie_expire;
setcookie($cookie_name, "luxpoll2", $endtime);
}
}

?>


ich habe die ROW 21 mal dick markiert!
Ich hoffe dsa mir hier jemand sagen kann warum diese Fehlermeldung erscheint , und natürlich, wie ich diese beheben kann...

bin am Ende mit meinem Latein
Ist es irgendwie möglich die einzelnen User-Kommentare bei Adv. Poll durchzunummerieren?
Which is the right path for the url

can anyone help me.....
It trying to call to this url:

http://www.angelfire.lycos.com/cgi-bin/guestbook.pl

This is not your URL, just use the right path
take a look at pages 1 - 20 post 12, 19 and 20. you'll see what i mean...

thanks
can anyone help me out here


when i sign the guestbook i get this error

"Actually, we couldn't find the page you requested. Please check the URL."

Can somebody tell me whats wrong with it please....
Do you have a link??
I just looked at you guestbook with IE 6.0sp2 and all seems fine.
That could be some task.

You would have to update the mySQL database, change the index.php, change the entry.php, change the addentry.php, change the form.php, change the preview_entry.php an last but not least make some new forms in the template directory.

I hope I didn’t forget anything.

_________________
Jam'n


------------------------------------------------

Only the man who's truly educated
understands that he knows very little...

------------------------------------------------
how do i add new fields to the form users have to fill out????

like i wanna add

fave colour

fave quote


etc..... how do i do it!

thanks
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum