TheComputerGuy:
Recheck the following:
PHP Code:
### Find // Changed for vB 2.2.8 by Stadler
$DB_site->query("INSERT INTO post (postid,threadid,title,username,userid,dateline,attachmentid,pagetext,allowsmilie,showsignature,ipaddress,iconid,visible) VALUES (NULL,'$threadid','".addslashes(htmlspecialchars($title))."','".addslashes($postusername)."','$bbuserinfo[userid]','".time()."','$attachmentid','".addslashes($message)."','$allowsmilie','$signature','$ipaddress','$iconid','$visible')");
### Replace By // Changed for vB 2.2.8 by Stadler
$DB_site->query("INSERT INTO post (postid,threadid,title,username,userid,dateline,attachmentid,pagetext,allowsmilie,showsignature,ipaddress,proxyip,iconid,visible) VALUES (NULL,'$threadid','".addslashes(htmlspecialchars($title))."','".addslashes($postusername)."','$bbuserinfo[userid]','".time()."','$attachmentid','".addslashes($message)."','$allowsmilie','$signature','$ipaddress','$proxyip','$iconid','$visible')");
You forgot ,proxyip right before ,iconid,visible)
BlackDeath:
Check
this list. Maybe this would be helpful for you. I for myself haven't tested it, so I can't tell, if it works fine. Non-public proxys and proxys from local Networks shouldn't be blocked, though they are detected by the proxy-hack.
k?re:
I need some more Info. What Errors do you get?
It should work without problems on vB2.2.9.