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 tried to install a new theme to my bulletin board, and its not working properly. when i go into admin the text is so small i cant read it. what can i do to repair this problem.
Hello,
I was really pleased by the options Advanced Poll (2.02) has.

Yet, I am having trouble viewing the poll results:
I can view the results, but after completing a poll, it says:
Warning: Cannot modify header information - headers already sent by (output started at /home/yme369vd/public_html/polls.php:9) in /home/yme369vd/public_html/polls/poll_cookie.php on line 21

I did the include poll_cookie thing in the poll.php..

I am a complete noob at PHP, but can someone please help me, on how to fix this??


Many thanks in advance
i got this information from my provider:...

What is the path to Perl?
/usr/bin/perl


My perl/cgi script asks for the absolute path to my site, what is this?
/home/domains/<mydomain.com>/user/htdocs

where <mydomain.com> is the name of your domain without the www..

If you are on an Envisage Linux domain the path is:
/home/nasxx/<m>/<mysite.co.uk>/user/htdocs

What is the path to sendmail?
/usr/sbin/sendmail


how do i use this info to get my guestbook working?
i'm very confused!
forgot the comment text too... Its all black, and i use a black layout.. so it should be white
Yea...
The text is black, and i want it white..
Would be glad if someone would answer my question...
Thanks
I am trying to install php my admin but I keep on getting the message

The host name is empty!

which it is not...
Try this:

1. Log in to your site admin. Go to MySQL admin and check your database name. Your host may have included a prefix to ensure that your database name is unique, e.g. "yourname.com_-_gbook". You must quote the full name to identify the database.

2. Check the host name. With some types of server, "localhost" does not work. You may have to enter an IP address such as "127.0.0.2" in the MySQL host field. (Ask your server support for the proper host name or IP number, if in doubt).

3. Check your MySQL User/Administrator name. In most cases this is assigned by the host. If you assigned it yourself, ask your server support to confirm that it is valid.

4. After you have verified these details enter them in the config,inc.php file and save it to your web folder. Run install.php, enter the same details in the fields of the dialogue box and click on "Create Table". Do not attempt to create a database - you have already done it!

This should work, so don't buy a bespoke Guestbook!

Good Luck.
Delboy,

I access through cpanel, not sure where your files are. Anyway, open your guestbook file, then look for "lib" file, open it and you will find the gb.class.php file. Open it to edit and scroll down to around line 73 and match the code, then follow instuctions for editing.

HTH,

YT
thanks or the help, but there is still one problem, i do not have gb.class.php in the guestbook but ill check my bulletin board to see i it has it, i probably do have it in the guestbook somewhere but i just cant see it. could someone please point me in the right direction.
Gern geschehen, man hilft doch gerne!
I've been having trouble trying to customize my guestbook. Is it possible to redisn the table that the guestbook is in?
I´ve downloaded the files, but I don´t know what to do with them
Can anyone please help me? I really want it to work!

/Christel in Sweden
Laguage Portuguese Brasil

Gostaria de solicitar ajuda para instalar a linguagem Português ou Português Brasil, no Advanced Guestbook 2.2.

Onde poderei baixar os arquivos?

Muito obrigado,
Eduardo Ribeiro
eduardo@baixadafacil.com.br
www.baixadafacil.com.br
Folks,

This info was posted a few times, back awhile. I used it to link to my homepage using the drop down menu. Not being an expert, I assume if you know what to do you can add other links also. Anyway here's the info..hope it helps..


1). open gb.class.php and edit around line 73

Code:
function generate_JumpMenu() {
$menu_array[] = "<select name=\"entry\" onChange=\"urlJump('self',this)\" class=\"select\">";
$menu_array[] = "<option value=\"http://www.mydomain.com/\" class=\"select\">Back To Home</option>";
$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;
}



Replace [/b]http://www.mydomain.com/ [/b]with your homepage URL

2.) Now add a javascript function to the guestbook header
Search for the file header.php and add this

Code:
<script language="Javascript">
<!--
function urlJump(target,selObj) {
var optionValue = selObj.options[selObj.selectedIndex].value;
var isURL = /http:/;
var regMatch = isURL.test(optionValue);
if(regMatch == true) {
eval(target+".location='"+selObj.options[selObj.selectedIndex].value+"'");
}
}
// -->
</script>

</head>
<body bgcolor="$VARS[pbgcolor]" link="$VARS[link_color]" vlink="$VARS[link_color]">
I don't think posting my site would help at all.
I'm just wondering what this error means.
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum