![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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: Code:
global $output, $lgsl_zone_number; $lgsl_zone_number = 1; $output = ""; require "lgsl/lgsl_files/lgsl_zone.php"; echo $output; unset($output); http://www.greycube.com/help/readme/...ll-standalone/ Thank you in advance Last edited by borderpatrol; 05-16-2011 at 06:36 AM. |
|
#2
|
|||
|
|||
|
php code would only be used in a php page or module not a template module.
You have placed a file on your server and selected that in the "Select File to use" section? Added identifier? |
|
#3
|
|||
|
|||
|
so how would I get that to work with a php module then? thats all I'm looking for
|
|
#4
|
|||
|
|||
|
What are you adding in each section of the php module set up page?
These pages in the members area may help : http://www.vbadvanced.com/membersare...tid=4&pageid=2 http://www.vbadvanced.com/membersare...tid=4&pageid=5 Last edited by CareyCrew; 05-15-2011 at 02:05 PM. |
|
#5
|
|||
|
|||
|
Im putting
Code:
global $output, $lgsl_zone_number; $lgsl_zone_number = 1; $output = ""; require "lgsl/lgsl_files/lgsl_zone.php"; echo $output; unset($output); I am not a coder so I really dont understand all that extra stuff you provided, which is why I'm offering $50 to anyone who can get this done |
|
#6
|
|||
|
|||
|
Now offering $75.00 via PayPal for help...........
|
|
#7
|
|||
|
|||
|
bump
|
|
#8
|
|||
|
|||
|
Can you get the php code to work in a separate .php not on the forum. Why not use an iframe code in a BB code module to display the info, I know it may not be perfect but iframes do work in the BB modules.
|
|
#9
|
|||
|
|||
|
Yes, and no iframe doesnt work, doesnt support all browsers and looks horrible
Now offering $100!! Can anyone crack this? |
|
#10
|
||||
|
||||
|
Please do not create multiple threads regarding the same issue. If I hadn't had my caffeine earlier this morning I might have mistaken them for spam.
You definitely need to create the module as a PHP file module, and the 'Clean File Output' setting would need to be enabled. If that's causing the whole page to be blank, then it sounds like there's something within the lgsl/lgsl_files/lgsl_zone.php file that you're trying to include that's causing an error. Can you post the full contents from that file here?
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I add a PayPal button code to a CMPS BB Code Page? | fishingfool | "How Do I..." Questions | 5 | 03-11-2011 10:38 AM |
| Post BB code doesn't work properly in polls | TsirhCitna | Troubleshooting & Problems | 3 | 09-16-2008 12:57 PM |
| Code does not work (ex. google search) | hr66 | Troubleshooting & Problems | 3 | 01-29-2007 12:37 PM |