iYARA on Linux


When install CentOS and LAMP complete.
Basic Setup.
  1.change Controller and View name to lower
  2.change Permission of folder for create new company
  3.change Password in writeDatabaseConfig (function) for create new company
  4.change Path of Thumbnails for show capture screen (player/getFileTime)

Issue.
1.On Admin Page When Click Edit Company (Pencil pic.). Error 404
How to
fix /var/www/html/contentmanager/application/views/licensecontrol/list-item.php
line 47,48
licenseControl/editCompanyView/ to licensecontrol/editCompanyView/
licenseControl/deleteCompany to licensecontrol/deleteCompany

final Logout and Sign in.

2.After fix error 400 system does not exist mcrypt_module_open in /var/www/html/contentmanager/application/libraries/aes
How To
install php mcrypt use command:
sudo yum install php-mcrypt
sudo service httpd restart

3.PlayerManagement Register Not Complete.
- Check Request ftpController/authen error 404

How To.
- Change Filename to Lower

4.Screenshot Not Show but in source have image file.
This track on function GetfileTime.
- Image path file is exist, but system can't get file from ip_address path such as 180.180.243.133/contentmanager/Thumbnails.
- It can get file from Document root path such as var/html/www/contentmanager/Thumbnails

Did you find this article useful?