borderpatrol
05-15-2011, 10:34 AM
I know no one will just come out and help me because I have googled this and all the people who had this same problem either got no replies or no follow up replies when they had issues. So I am offering $50.00 via paypal to whomever who can help me
This is still an open issue.
I am trying to add a module on my vBadvanced using a PHP code which is not written for it..
I tried 2 ways "Php Page" Module and "Template" Module
When I "Clean the code" for the Php Page it just makes my whole website white page
When I do Template module it just has the php code printed on my CMPS portal.. and nothings happening
Trying to have a simple PHP module using the following code:
global $output, $lgsl_zone_number;
$lgsl_zone_number = 1;
$output = "";
require "lgsl/lgsl_files/lgsl_zone.php";
echo $output;
unset($output);
Php standalone
http://www.greycube.com/help/readme/lgsl/install-standalone/
Thank you in advance
This is still an open issue.
I am trying to add a module on my vBadvanced using a PHP code which is not written for it..
I tried 2 ways "Php Page" Module and "Template" Module
When I "Clean the code" for the Php Page it just makes my whole website white page
When I do Template module it just has the php code printed on my CMPS portal.. and nothings happening
Trying to have a simple PHP module using the following code:
global $output, $lgsl_zone_number;
$lgsl_zone_number = 1;
$output = "";
require "lgsl/lgsl_files/lgsl_zone.php";
echo $output;
unset($output);
Php standalone
http://www.greycube.com/help/readme/lgsl/install-standalone/
Thank you in advance