Author |
Message |
|
Do you have an ftp program. If so you need to do it there. either set the permissions to 755 or 777. Also downloading the guestbook install guide will help. http://www.geocities.com/nathalonia/AdvancedGuestbook.zip
|
|
|
Very nice. I like it. 2 thumbs up.
|
|
|
As in something like this. you just upload into your public_html file is all. Dont use this one as it wont work for you though.
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.xx.xx.xx.xx.org
AuthUserFile /home/ravenpro/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/ravenpro/public_html/_vti_pvt/service.grp
AddType image/xml+svg svg
deny from xx.xx.xx.xx
deny from xx.xx.xx.xx
deny from xx.xx.xx.xx
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from xx.xx.xx.xx
deny from xx.xx.xx.xx
deny from xx.xx.xx.xx
|
|
|
Oops yea forgot that fact no css. But it still should be do able with html.
|
|
|
You ever work with html or a css style sheet If so then you know how to do it.
|
|
|
Auron wrote:
it would be better to comment it out in case you ever needed it to be put back in.
Or at least make a backup of the old one just in case. Auron
I myself backup my whole server on a daily base's.
|
|
|
cool works great. I just tried it.
|
|
|
You start by reading some of the posts here. And looking in your admin section. Good luck.
|
|
|
Well this isnt working either now. I am getting the 404 error The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
http://www.thirtysilverpieces.net/eric/guestbook/index.php
|
|
|
Well jared would you care to send those to me also. I would pm you but admin has disabled that also now. my email is jtd at ravenprom dot org
thanks.
PS Hey admin whats up no img code cant pm anyone. What gives???
|
|
|
ROFLMAO Iam sorry Ignatius. But I also Have 2 poms 3 Greatdanes 1 golden retriever and a norwegian elkhound. Can you say zoo. Anyway poms are my favorite. I have had them since i was 8 years old and I am 45 now.*Dangit quit telling your age lol* They are the greatest little dogs in my opinion. Anyway Iam looking at your site now and adding it to my favorites. Anyway the pic below is my little Queen of the house. And if you dont beleive that just ask her.
http://www.ravenprom.org/avatars/Squirty3.jpg
PS. Oh come on admin enable code again please.
|
|
|
You have to edit those files that are in the templates page list below.manually plus you will need acces to his phpmyadmin in his cpanel. You will have to create the database by hand. all those must be either 755 or 777.
PS I also see you want to do something with your jump menu. Here is how to fix it up with any link you want.
Trevor wrote:Hi Mastersmurfie,
I had a look at your guestbook.html script and it looks like you've got a bit of script missing.
Try this - open gb.class.php (in the lib sub-directory) and scroll down to where it says...
function generate_JumpMenu() {
My guess is that the next line is either...
$menu_array[] = "<select name=\"entry\" class=\"select\">";
or it's
$menu_array[] = "<option value=\"www.faithtabernacleupc.net" class=\"select\">Home Page</option>";
If that's the case then you need to make a small change. Find this again...
function generate_JumpMenu() {
Make the following changes, the blue is already part of the script and doesn't need changing, it's the bit in red that you need to make sure is included.
function generate_JumpMenu() {
$menu_array[] = "<select name=\"entry\" onChange=\"urlJump('self',this)\" class=\"select\">";
$menu_array[] = "<option value=\"http://www.faithtabernacleupc.net\" class=\"select\">Home Page</option>"; $menu_array[] = "<option value=\"0\" selected>".$this->db->LANG["FormSelect"]."</option>";
This should add a link to your home page. I've tested it on my site and it works fine. (note the backslash at the end of the URL - important).
With this menu you don't need to click the 'go' button, once you click a heading from the drop down list you're taken straight to the page. You may want to get rid of the 'go' button, look for the following line of text and delete it (it's a few lines further down)...
$menu_array[] = "<input type=\"submit\" value=\"".$this->db->LANG["FormButton"]."\" class=\"input\">";
I hope that helps.
Regards,
Trevor
admin_enter.php
- body.php
- entry.php
- error.php
- form.php
- preview.php
- preview_entry.php
- header.php
- footer.php
- icq.php
- url.php
- aim.php
- com.php
- email.php
- success.php
- form_icq.php
- form_aim.php
- form_gender.php
- form_image.php
- com_pass.php
- comment.php
|
|
|
Ok what host do you use? And how many databases do they allow you. And from looking at your install.php file You need to create one manuely. Say for instance mine is called in my database ravenpro_guestbook Also did you set the permissions correctly.
PS is this your host. http://www.ipowerweb.com/ PM me or add me to one of my listed chats clients below and let me know we can talk.
|
|
|
Well I just signed your guestbook with no problems.
|
|
|
have you manually tried to create it in your cpanel phpmyadmin???
|
|
|