Which File To Use For Manually Editing Posts

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
newguy
Posts: 15
Joined: Mon Sep 28, 2009 2:49 pm

Which File To Use For Manually Editing Posts

Post by newguy »

Script URL:
Version of script: 1.7
Hosting company: HostGator
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Which File To Use For Manually Editing Posts
Write your message below:
Can you please tell us how to moderate postings manually from within a wysiwyg program? Is there just 1 file that needs to be altered?

Thanks
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Most wysiwyg programs are not suited for editing the posts manually because they add format coding.

The format of the entries.txt file is:
$name.$delimiter.$from.$delimiter.$email.$delimiter.$url.$delimiter.$comments.$delimiter.$added.$delimiter.$isprivate.$delimiter.'$adminreply'.$delimiter.$_SERVER['REMOTE_ADDR']

The default $delimiter="\t"; (which means it is a tab).

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Post Reply