View Single Post
  #6  
Old 22nd July 2011, 16:52
benik's Avatar
benik benik is offline
Member
 
Join Date: Apr 2011
Netherlands
Posts: 2
Exclamation
There are some errors, because in some files these lines are present.
By example messages.php:

PHP Code:
if (sql_query ("DELETE FROM messages WHERE receiver = '{$ userid}' AND location = '$ {mailbox}' AND unread = 'no'"))
{
sqlerr ("C: \ \ Users \ \ Administrator \ \ Desktop \ \ DeZender.DeIoncuber.17.07.2011 \ \ _decoded \ \ messages.php ', 320);

I do not know how to correct it, maybe some else knows it?

P.S. As far I have checked, all files are decoded with no encodings left.
I downloaded the encoded package from Bravolist here: http://www.bvlist.com/other-download...;encoded].html

Last edited by benik; 22nd July 2011 at 17:14. Reason: Add some information