Installation Troubleshooting
Ioncube Error - The file is corrupted.
"The file xxx is corrupted."
If you get an error such as the file is corrupted it is a very good possibility that your host has ioncube installed through php.ini and it is an older version of the loader file.
To fix this error you will need to contact your host and have them upload the new loader file. This is a small change and they should not have a problem making this change.
Here is documentation from Ioncube's website:
Encoder 6.5 needs Loader version 3.1 or greater as it has new security features that are not known about by the older Loaders. Loaders < 3.0 report newer files as corrupted, which isn't strictly correct but couldn't be avoided. Loader 3.0 would say that a newer Loader was required.
I have lost my administration password
All passwords are encrypted inside 68 Classifieds database. So if you have lost your administration password you have two options.
- Have a new one emailed to you from the sites frontend.
- Manually go in the database and change it.
If you go with option #2 then you will need some type of database management system and most hosts have a program named phpmyadmin that you can use.
Once you have logged into your database you need to find the user table. By default it would be class_users.
Next locate the row with the administration account and click edit.
You should see a row named password with a bunch of letters and numbers inputted. It will look similiar to this screenshot:
Now change that to your new password and on the left use the select list to choose "md5".
Finally hit submit and your new password will be encrypted in the database and you can then login with it.