Best Blackhat Forum

Full Version: Flynax_escorts_4.2.0 if somone use it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cannot see where this is getting "mysqlnd 5.0.8-dev - 20102224 - $Id: 731e5b87ba42146a687c29995d2dfd8b4e40b325 $" from.

A lot of these pre install checks themselves run off of url calls back to the domain, which is unfortunately a http loopback which is blocked by our firewalls, which would be the cause of the "Apach mod_rewrite module Undefined" as the test would not complete.

The Mysql version and mod rewrite are available to use so I would recommend speaking to the script developer to see if there is a way to bypass the check step.

I have from their advice raised a support ticket with Flynax, of which I have yet to receive any reply.
Could someone offer me some advice please?

Thanks.
Alex
July 10, 2013, 09:09 AM
Dear Sam Wells,

1. Open to edit the file: [ftp]/install/index.php
2. Find the code:


$mysql_version = (version_compare(mysql_get_client_info(), '4.1') == -1) ? false : true;

and replace the line to:


$mysql_version = true; //(version_compare(mysql_get_client_info(), '4.1') == -1) ? false : true;

3. Save and close the file.
is original?
yes orginal
Reference URL's