| Author |
Message |
|
|
I altered the “gender” field to ask if the person signing the guestbook is a Navy MSO Association member. I have that field working fine and wanted another field to ask if the person would like information on the Navy MSO Association. I used the “gender” field I had altered, and reworked it for the new “info” field. I am getting the new “info” field showing in the Field Definitions on my General Settings page. I have it set at “do not use NMSOA Information” but when I try to change the radio button to “use NMSOA Information” it accepts the command but when I click my “Submit Settings” button it reverts back to the “do not use NMSOA Information” radio button. I am also getting the following error message at the top of the page:
Warning: Cannot modify header information - headers already sent by (output started at /home/mineswee/public_html/guestbook/admin/config.inc.php:98 ) in /home/mineswee/public_html/guestbook/lib/admin.class.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/mineswee/public_html/guestbook/admin/config.inc.php:98 ) in /home/mineswee/public_html/guestbook/lib/admin.class.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/mineswee/public_html/guestbook/admin/config.inc.php:98 ) in /home/mineswee/public_html/guestbook/lib/admin.class.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/mineswee/public_html/guestbook/admin/config.inc.php:98 ) in /home/mineswee/public_html/guestbook/lib/admin.class.php on line 36
I am not sure where.. /home/mineswee/public_html/guestbook/admin/config.inc.php:98.. or … /home/mineswee/public_html/guestbook/lib/admin.class.php on line 33, 34, 35 or 36 … are really located. I am pasting the code from those pages below and hope someone can help me correct it so that my new form will work.
admin/config.inc.php
$GB_TPL["frm_info"] = "form_info.php";
lib/admin.class.php
}
$sqlquery= "UPDATE $gb_tbl set name='$HTTP_POST_VARS[name]',
email='$HTTP_POST_VARS[email]', gender='$HTTP_POST_VARS[gender]',
email='$HTTP_POST_VARS[email]', info='$HTTP_POST_VARS[info]',
url='$HTTP_POST_VARS[url]', location='$HTTP_POST_VARS[location]', ";
$sqlquery.="host='$HTTP_POST_VARS[host]', browser='$HTTP_POST_VARS[browser]', comment='$HTTP_POST_VARS[comment]', icq='$HTTP_POST_VARS[icq]', aim='$HTTP_POST_VARS[aim]' WHERE (id = '$entry_id')";
$this->db->query($sqlquery);
}
|
 |
|
|
Its a site basically and how to teach people how to defend themselves about xploits, hakers, virus, its a web site in spansh because most peples from latin america doent have the knowloge about computers and internet some of thems doesnt know what is a virus or antiviurs, so we provide the information about all these subjects.
Telling them how a virus is made, how infects the pc, what is a hacker, how they get into other persons computers, etc... we dont teach how to hack, how to make a virus, how to hack web sites, we teach webmasters how to protect their sites.
The main thing is security..
and I'll be watting for your answer about the question that i made..
Thanks
|
 |
|
|
|
Where can i find the manual for AGCodes for the guestbook?
|
 |
|
|
Well my poll is installed and all but i want it so that u can only vote once, i was testing my script so that i can see if it works but first i voted then i tryed to vote again and it said you already voted so i was like....cool it worked but the next day i tryed to vote again and it let me vote... whats with that? i checked my admin area and i went to settings then i looked around and noticed "check" under Miscellaneous so i put check to ip table because i thought that would make it so you can vote 1 time per ip and then i saw "locking timeout hours" < is that how many hours it blocks it? if not, how do i make it so they can vote only once. plz help thanks
|
 |
|
|
I'm trying to install the PNG Counter but I don't understand what it means to write permissions to the directory and on the counter.
Installation:
Give write permissions on the directory and on the counter file.
- pages 777 (drwxrwxrwx) (directory)
count.txt 666 (-rw-rw-rw)
What am I supposed to do? I did something, but my counter is a broken image. :/
http://www.thedesignthatcould.com/shitpile/xmas2.htm
|
 |
|
|
Thanks... I have everything working just the way I want it to now...
Rick
|
 |
|
|
|
Problem solved.
|
 |
|
|
I've this poll running on my site for about half a year.
Everything worked excellent till now. Suddenly $question
isn't shown (field missing) in "dispaly header" section in "Poll View", but it is show properly in "Result View". No changes in files, db were made etc.
Any1 encountered such problem?! Any clue?!
Thx a lot for help!
|
 |
|
|
Hi, I am trying to use Advanced Poll on my website. I put this syntax into the HTML code:
<?php
include_once "/home/tommc/public_html/minipoll/booth.php";
echo $php_poll->poll_process(1);?>
Everything after the "->" (ie. what I've underlined) is not recognised by Dreamweaver or IE as valid code and the final page prints the underlined part as text. No part of the poll shows. What's the story?
Thanks,
SD.
|
 |
|
|
Its a real good poll system i liked it. But im having a problem I just intalled and the installation was ok the CHMOD it ok. My problem is that when i vote and when i try to see the results it says 0 votes, and vote again and the same thing happens.
I m going to explain how my web is made...
I have the index.php and that page has an include to menu.php and i put the poll include inside the menu.php i dont know if that is the problem and i put this before <html> on the menu.php and i tried to put the include in the index.php and nothing happens i doesnt count the votes
<?php
// Important! You have to include it before your html code
include_once "/usr/local/psa/home/vhosts/myweb/httpdocs/poll/textfile/poll_cookie.php";
?>
I dont know whats is happening, you can try going into my web site and try to vote an view the results http://hackerlatino.islawsl.net
I'll be watting for your answer thanks for your time!!
|
 |
|
|
How do I make polls? I have been trying for 8 hours. I have it installed but thats all I understand....someone pleeease help me.
please
|
 |
|
|
I have been able to convert the Gender field to read Navy MSO Association Member and the buttons are Yes & No. I can't how ever get the entry to submit the same thing when I view them. I have gone into a lot of the directories and changed the "gender" to NMSOA_Member" and even changed the code to the picture. No matter what I choose "Yes" or "No" I get the Male symbol. Is there a simple way to change or add a field to the Advanced Guestbook 2.3.1?
Rick
|
 |
|
|
How can I get rid of this being displayed above my poll on my website? My code reads as follows:
<html>
<body>
<?php
include_once "/home/mpmitri/public_html/poll/booth.php";
echo $php_poll->poll_process(5);
?>
</body>
</html>
|
 |
|
|
|
why is it that when I preview my code in frontPage I see this ->poll_process(4);?> above my poll? How can I get rid of this?
|
 |
|
|
|
im having the problem to vote servral times i dont want this to happen but its happening for me, just create a iframe and put the poll in the iframe and u can vote millions of times
|
 |
|
|