MyBB Community Forums

Full Version: I created a new page and it does put spaces ect.. help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
 
require_once MYBB_ROOT."inc/class_parser.php";
$parser = new postParser;
$parser_options = array(
    'allow_mycode' => 1,
    'allow_smilies' => 1,
    'allow_html' => 1,
    'filter_badwords' => 1
);
$page_data = $parser->parse_message'If you would like to become a lifetime paid site member click the order now button.

Benefits of becoming a paid member include:


Access to all forum areas - VIP Area.


Can use uploaded avatars


Ability to edit usertitle


Ability to change username


Can close your own threads

Lifetime upgrade


Removal of all ads

Can use special characters in username

Allowed to use an image in your signature
Additional 1450 messages for PM folders
Can use PM tracking system
Can edit/delete your own posts
When we add new features to our forums you get to test/see them first
Special Upgrade 'VIP' Rank Image
24/7 Support



By
 joining our subscription service you agree that you will not use any 
information from this site for illegal purposes. Any information 
provided is strictly for educational and entertainment purposes only.  
www.ultimategamingforums.co.uk
 does not promote illegal activity and we are a By subscription you fully understand that what 
you are gaining is extra forum abilities and nothing of monetary value. 
Abuse of Paypal accounts or stolen credit cards will have their accounts
 closed immediately and the proper authorities notified. We take fraud 
and abuse very seriously.  Upgraded accounts are non-transferable and 
cannot be shared. We reserve the right to close any account without 
notice for any reason.




You are about to begin the process to purchase an upgraded account.


Important Notes:

1. All accounts are manually inspected before upgrade.

2. Any fraudulent data used will result in the closing of your account.

3. No refunds.

4. It may take up to 48 hours to complete your upgrade.

5. Do not contact us unless you have waited 48 hours.

More information will be added shortly for this!.

This will be $15.00 for a lifetime membership', $parser_options);Upgrade - VIP membership


If you would like to become a lifetime paid site member click the order now button.

Benefits of becoming a paid member include:


Access to all forum areas - VIP Area.


Can use uploaded avatars


Ability to edit usertitle


Ability to change username


Can close your own threads

Lifetime upgrade


Removal of all ads

Can use special characters in username

Allowed to use an image in your signature
Additional 1450 messages for PM folders
Can use PM tracking system
Can edit/delete your own posts
When we add new features to our forums you get to test/see them first
Special Upgrade 'VIP' Rank Image
24/7 Support



By
 joining our subscription service you agree that you will not use any 
information from this site for illegal purposes. Any information 
provided is strictly for educational and entertainment purposes only.  
www.ultimategamingforums.co.uk
 does not promote illegal activity and we are a By subscription you fully understand that what 
you are gaining is extra forum abilities and nothing of monetary value. 
Abuse of Paypal accounts or stolen credit cards will have their accounts
 closed immediately and the proper authorities notified. We take fraud 
and abuse very seriously.  Upgraded accounts are non-transferable and 
cannot be shared. We reserve the right to close any account without 
notice for any reason.




You are about to begin the process to purchase an upgraded account.


Important Notes:

1. All accounts are manually inspected before upgrade.

2. Any fraudulent data used will result in the closing of your account.

3. No refunds.

4. It may take up to 48 hours to complete your upgrade.

5. Do not contact us unless you have waited 48 hours.

More information will be added shortly for this!.

This will be $15.00 for a lifetime membership
', $parser_options);
That's not a valid Page Manager page. Replace complete page code with this;

<?xml version="1.0" encoding="UTF-8"?>
<pagemanager version="1.4" xmlns="http://mods.mybboard.net/view/page-manager">
	<page>
		<name><![CDATA[Page Name]]></name>
		<url><![CDATA[page-parameter]]></url>
		<template><![CDATA[<?php

global $headerinclude, $header, $theme, $footer;
if ($mybb->user['uid'] == 0)
{
	error_no_permission();
}

require_once MYBB_ROOT."inc/class_parser.php";
$parser = new postParser;
$parser_options = array(
    'allow_mycode' => 1,
    'allow_smilies' => 1,
    'allow_html' => 1,
    'filter_badwords' => 1
);
$page_data = $parser->parse_message'If you would like to become a lifetime paid site member click the order now button.

Benefits of becoming a paid member include:


Access to all forum areas - VIP Area.


Can use uploaded avatars


Ability to edit usertitle


Ability to change username


Can close your own threads

Lifetime upgrade


Removal of all ads

Can use special characters in username

Allowed to use an image in your signature
Additional 1450 messages for PM folders
Can use PM tracking system
Can edit/delete your own posts
When we add new features to our forums you get to test/see them first
Special Upgrade 'VIP' Rank Image
24/7 Support



By
joining our subscription service you agree that you will not use any 
information from this site for illegal purposes. Any information 
provided is strictly for educational and entertainment purposes only.  
www.ultimategamingforums.co.uk
does not promote illegal activity and we are a By subscription you fully understand that what 
you are gaining is extra forum abilities and nothing of monetary value. 
Abuse of Paypal accounts or stolen credit cards will have their accounts
closed immediately and the proper authorities notified. We take fraud 
and abuse very seriously.  Upgraded accounts are non-transferable and 
cannot be shared. We reserve the right to close any account without 
notice for any reason.




You are about to begin the process to purchase an upgraded account.


Important Notes:

1. All accounts are manually inspected before upgrade.

2. Any fraudulent data used will result in the closing of your account.

3. No refunds.

4. It may take up to 48 hours to complete your upgrade.

5. Do not contact us unless you have waited 48 hours.

More information will be added shortly for this!.

This will be $15.00 for a lifetime membership',&nbsp;$parser_options);Upgrade - VIP membership


If you would like to become a lifetime paid site member click the order now button.

Benefits of becoming a paid member include:


Access to all forum areas - VIP Area.


Can use uploaded avatars


Ability to edit usertitle


Ability to change username


Can close your own threads

Lifetime upgrade


Removal of all ads

Can use special characters in username

Allowed to use an image in your signature
Additional 1450 messages for PM folders
Can use PM tracking system
Can edit/delete your own posts
When we add new features to our forums you get to test/see them first
Special Upgrade 'VIP' Rank Image
24/7 Support



By
joining our subscription service you agree that you will not use any 
information from this site for illegal purposes. Any information 
provided is strictly for educational and entertainment purposes only.  
www.ultimategamingforums.co.uk
does not promote illegal activity and we are a By subscription you fully understand that what 
you are gaining is extra forum abilities and nothing of monetary value. 
Abuse of Paypal accounts or stolen credit cards will have their accounts
closed immediately and the proper authorities notified. We take fraud 
and abuse very seriously.  Upgraded accounts are non-transferable and 
cannot be shared. We reserve the right to close any account without 
notice for any reason.




You are about to begin the process to purchase an upgraded account.


Important Notes:

1. All accounts are manually inspected before upgrade.

2. Any fraudulent data used will result in the closing of your account.

3. No refunds.

4. It may take up to 48 hours to complete your upgrade.

5. Do not contact us unless you have waited 48 hours.

More information will be added shortly for this!.

This will be $15.00 for a lifetime membership
', $parser_options);

$template = $page_data;

$template=str_replace("\'", "'", addslashes($template));

add_breadcrumb($pages['name']);

eval("\$page=\"".$template."\";");

output_page($page);

?>
]]></template>
	</page>
</pagemanager>

Make sure to use correct page parameter.
Now I got this error:

Parse error: syntax error, unexpected T_STRING in /var/www/vhosts/ultimategamingforums.co.uk/httpdocs/inc/plugins/pagemanager.php(799) : eval()'d code on line 1
AdminCP > Configurations > Page Manager > Edit that page > and select No in "Use MyBB Template?" option.
Yes, I did Smile, same error
Also, try escaping ' as well. For this, replace complete code with this;
<?xml version="1.0" encoding="UTF-8"?>
<pagemanager version="1.4" xmlns="http://mods.mybboard.net/view/page-manager">
	<page>
		<name><![CDATA[Page Name]]></name>
		<url><![CDATA[page-parameter]]></url>
		<template><![CDATA[<?php

global $headerinclude, $header, $theme, $footer;
if ($mybb->user['uid'] == 0)
{
	error_no_permission();
}

require_once MYBB_ROOT."inc/class_parser.php";
$parser = new postParser;
$parser_options = array(
    'allow_mycode' => 1,
    'allow_smilies' => 1,
    'allow_html' => 1,
    'filter_badwords' => 1
);
$page_data = $parser->parse_message('If you would like to become a lifetime paid site member click the order now button.

Benefits of becoming a paid member include:


Access to all forum areas - VIP Area.


Can use uploaded avatars


Ability to edit usertitle


Ability to change username


Can close your own threads

Lifetime upgrade


Removal of all ads

Can use special characters in username

Allowed to use an image in your signature
Additional 1450 messages for PM folders
Can use PM tracking system
Can edit/delete your own posts
When we add new features to our forums you get to test/see them first
Special Upgrade \'VIP\' Rank Image
24/7 Support



By
joining our subscription service you agree that you will not use any 
information from this site for illegal purposes. Any information 
provided is strictly for educational and entertainment purposes only.  
www.ultimategamingforums.co.uk
does not promote illegal activity and we are a By subscription you fully understand that what 
you are gaining is extra forum abilities and nothing of monetary value. 
Abuse of Paypal accounts or stolen credit cards will have their accounts
closed immediately and the proper authorities notified. We take fraud 
and abuse very seriously.  Upgraded accounts are non-transferable and 
cannot be shared. We reserve the right to close any account without 
notice for any reason.




You are about to begin the process to purchase an upgraded account.


Important Notes:

1. All accounts are manually inspected before upgrade.

2. Any fraudulent data used will result in the closing of your account.

3. No refunds.

4. It may take up to 48 hours to complete your upgrade.

5. Do not contact us unless you have waited 48 hours.

More information will be added shortly for this!.

This will be $15.00 for a lifetime membership', $parser_options);

$template = $page_data;

$template=str_replace("\'", "'", addslashes($template));

add_breadcrumb($pages['name']);

eval("\$page=\"".$template."\";");

output_page($page);

?>
]]></template>
	</page>
</pagemanager>
Same error:
Parse error: syntax error, unexpected T_STRING in /var/www/vhosts/ultimategamingforums.co.uk/httpdocs/inc/plugins/pagemanager.php(799) : eval()'d code on line 1
Are you adding this code directly in ACP or adding in .xml file and then importing it ?
I am going to the ACP>PageManager>Add page> then pasting the code ur saying to me
That's the reason why its failing to parse out the data.

Paste the following code replace old code;

<?php

global $headerinclude, $header, $theme, $footer;
if ($mybb->user['uid'] == 0)
{
    error_no_permission();
}

require_once MYBB_ROOT."inc/class_parser.php";
$parser = new postParser;
$parser_options = array(
    'allow_mycode' => 1,
    'allow_smilies' => 1,
    'allow_html' => 1,
    'filter_badwords' => 1
);
$page_data = $parser->parse_message('If you would like to become a lifetime paid site member click the order now button.

Benefits of becoming a paid member include:


Access to all forum areas - VIP Area.


Can use uploaded avatars


Ability to edit usertitle


Ability to change username


Can close your own threads

Lifetime upgrade


Removal of all ads

Can use special characters in username

Allowed to use an image in your signature
Additional 1450 messages for PM folders
Can use PM tracking system
Can edit/delete your own posts
When we add new features to our forums you get to test/see them first
Special Upgrade \'VIP\' Rank Image
24/7 Support



By
joining our subscription service you agree that you will not use any 
information from this site for illegal purposes. Any information 
provided is strictly for educational and entertainment purposes only.  
www.ultimategamingforums.co.uk
does not promote illegal activity and we are a By subscription you fully understand that what 
you are gaining is extra forum abilities and nothing of monetary value. 
Abuse of Paypal accounts or stolen credit cards will have their accounts
closed immediately and the proper authorities notified. We take fraud 
and abuse very seriously.  Upgraded accounts are non-transferable and 
cannot be shared. We reserve the right to close any account without 
notice for any reason.




You are about to begin the process to purchase an upgraded account.


Important Notes:

1. All accounts are manually inspected before upgrade.

2. Any fraudulent data used will result in the closing of your account.

3. No refunds.

4. It may take up to 48 hours to complete your upgrade.

5. Do not contact us unless you have waited 48 hours.

More information will be added shortly for this!.

This will be $15.00 for a lifetime membership', $parser_options);

$template = $page_data;

$template=str_replace("\'", "'", addslashes($template));

add_breadcrumb($pages['name']);

eval("\$page=\"".$template."\";");

output_page($page);

?>
Pages: 1 2 3