Latest FlashChat 5.0.7 + All Modules + All Skins + All Fonts

MobileHacks

New Member
All Scripts and Modules and Skins and Fonts Newest Version !

New Version 5.0.7 Of Flash Chat From Tufat.com
Code:
http://rapidshare.com/files/146191521/Flash-Chat-5.0.7.rar
New Fonts For Flash Chat From Tufat.com
Code:
http://rapidshare.com/files/146190496/Flash_Chat_Fonts.rar
New Skins For Flash Chat From Tufat.com
Code:
http://rapidshare.com/files/146191799/Flash_Chat_Skins.rar
New Module For Flash Chat From Tufat.com
Code:
http://rapidshare.com/files/146192468/Flash_Chat_Module.rar
 

Webdude

New Member
Uploaded it to install/upgrade and now get this on the 1st install step:

PHP version >= 4.1.2: Yes
PHP 5 compatibility mode: Yes
PHP session support (recommended): Yes
MySQL support exists: Yes
Files uploaded in binary mode (MD5 70104faaf9f560259f70576709a63d65): No
PHP setting magic_quotes_runtime is disabled: Yes
PHP setting safe_mode is disabled: Yes
PHP setting suhosin.post.max_vars >= 400: Yes
/temp is writable: Yes
File writing functions exists: Yes
File rename permission: Yes​

The one that says no has to be fixed but i have no idea what the file is. SO any ideas how to fix it?
 

micky13

New Member
Webdude said:
Uploaded it to install/upgrade and now get this on the 1st install step:

PHP version >= 4.1.2: Yes
PHP 5 compatibility mode: Yes
PHP session support (recommended): Yes
MySQL support exists: Yes
Files uploaded in binary mode (MD5 70104faaf9f560259f70576709a63d65): No
PHP setting magic_quotes_runtime is disabled: Yes
PHP setting safe_mode is disabled: Yes
PHP setting suhosin.post.max_vars >= 400: Yes
/temp is writable: Yes
File writing functions exists: Yes
File rename permission: Yes​

The one that says no has to be fixed but i have no idea what the file is. SO any ideas how to fix it?

i get the same error. i've uploade ALL files in binary mode, even tried 3 different FTP clients... still the same. would really like some help :)

thanks

EDIT: even got all the skins, and fonts all ready, just need to install
 

bereli

New Member
Make sure that your server version of /chat/install_files/step_1.php looks like this:
Code:
<?php
define('CHATUI_MD5', '70104faaf9f560259f70576709a63d65');
include INST_DIR . 'header.php';
?>
<tr>
<td colspan=2 class=normal>This wizard will guide you through the setup process.</td>
</tr>
 

ghfever

New Member
I'm getting the same binary bullsh!t. Can someone please help solve this, I"m desperate for this upgrade to work.
 

Dandymorganl

New Member
bereli said:
Make sure that your server version of /chat/install_files/step_1.php looks like this:
Code:
<?php
define('CHATUI_MD5', '70104faaf9f560259f70576709a63d65');
include INST_DIR . 'header.php';
?>
<tr>
<td colspan=2 class=normal>This wizard will guide you through the setup process.</td>
</tr>
Thanks. It worked!

EDIT: In order for this to work with vBulletin 3.8 you need a new cms.php file if you get an error, or you don't see the vBulletin on the CMS select screen. Just put this into the chat/inc/cmses folder from your server.
 

jasontk

New Member
Dandymorganl said:
Thanks. It worked!

EDIT: In order for this to work with vBulletin 3.8 you need a new cms.php file if you get an error, or you don't see the vBulletin on the CMS select screen. Just put this into the chat/inc/cmses folder from your server.

Thanks very much for the tip.
 
Top