delete/reply/ip links not functioning when viewing comments

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
willer
Posts: 3
Joined: Tue Dec 01, 2009 1:54 pm

delete/reply/ip links not functioning when viewing comments

Post by willer »

Script URL: http://1st-rate-computers.co.uk/gbook17/gbook.php
Version of script: 1.7
Hosting company:
URL of phpinfo.php: http://1st-rate-computers.co.uk/gbook17 ... hpinfo.php
URL of session_test.php: http://1st-rate-computers.co.uk/gbook17 ... n_test.php
What terms did you try when SEARCHING for a solution:delete

Write your message below:
delete/reply/ip links not functioning when viewing comments.

Resolved:

Edited: gbook17\templates\default\comments.php
Lines..
From:
<A href="../../../gbook17/templates/default/gbook.php?a=delete&num=<?php echo $i; ?>">
to:
<A href="gbook.php?a=delete&num=<?php echo $i; ?>">
(for each of the links)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Not sure where you got the GBook, but the original has

Code: Select all

<a href="gbook.php?a=delete&num=<?php echo $i; ?>">
(without the ../../../).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply