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
Which File To Use For Manually Editing Posts
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
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.