XFileSharing Pro - A problem with ( index.cgi )

Message
Author
Steve9e8
Posts: 81
Joined: Jun 19, 2014 11:27 am

A problem with ( index.cgi )

#1 Postby Steve9e8 » Aug 02, 2015 9:55 am

Hello

After upgrading my XFS from 2.2 to 2.3 ... and after uploading the new files over the old ones ( except XFileConfig and XFSConfig ) ... I had new problems, like registration became disabled by itself, and Captcha code completely disappeared in pages although it's activated in admin settings .... so I opened index.cgi to see what's going on, and the only things I found inside is :

Code: Select all

 #!/usr/bin/perl -X
use index_m;

index_m::run(); 
I don't know where the codes inside it gone !

Then, I deleted it and re uploaded the old index.cgi of XFS 2.2 which I backup before, and the problem of registration gone now, but captcha code still disappeared beside I have now a new problem with payment plugins, they all disappeared from premium page although they still visible in admin settings.

How to fix that problem !? and why I found just 3 code lines in index.cgi after upgrading ?!!!