Hi Guys,
I just installed the hack, but I'm getting a Parse error and can't seem to figure out what's wrong here.
Parse error: parse error in /home/mo001vma/www/home/admin/smilie.php on line 417
----
// ###################### Start do order #####################
if ($HTTP_POST_VARS['action']=="doorder") {
++while (list($key,$val)=each($order)) { // - this is line 417
++++$DB_site->query("UPDATE smilie SET showid='$val' WHERE smilieid='$key'");
++}
Thanks!
|