Quote:
Originally Posted by tadast
There are ' missing in the gateway.php code, change
Code:
SET value = " . ((empty($get_max_postid))?(0):
($get_max_postid['postid'])) . " WHERE varname = 'last_postid'
to
Code:
SET value = '" . ((empty($get_max_postid))?(0):
($get_max_postid['postid'])) . "' WHERE varname = 'last_postid'
That would fix the problem.
|
Thank you tadast for the help!
Now I have this NTTP newsgroup hack working fine with VB 3.5.6 in my new forum
http://forums.networkingland.com.
But I am still facing posting problems, I am using
www.teranews.com news server with posting allowed.
Frankly speaking, I am very happy with this hack, it saved me months of work! many thanks to the coder who created this hack in the first place and to all of you fellows for the help.