MyBB Community Forums

Full Version: Redirect question.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys, i'm using Naoar Donation (3.0.6) Plugin

somehow paypal isnt redirecting it just gets stuck on the "redirecting page"
this is the plugin code for it >

<br /><label onclick=\"t_onchange(\'naoardonate_pp\',\'payment_method_pp\');\" for=\"naoardonate_pp\"><input type=\"checkbox\" name=\"upsetting[naoardonate_payment_method][]\" id=\"naoardonate_pp\" value=\"Paypal\"  ".(strpos($setting[\'value\'],\'Paypal\') !== false? "checked=\"checked\"" : "" ). "> Paypal <a href=\"https://www.paypal.com/us/cgi-bin/webscr?cmd=_registration-run\" title=\"'
. $lang->sprintf($lang->naoardonate_settings_get_payment_method_account, 'Paypal') . '\" target=\"_blank\"><img src=\"./../images/naoar/oh.png\" alt=\"'
. $lang->sprintf($lang->naoardonate_settings_get_payment_method_account, 'Paypal') . '\" style=\"vertical-align:middle;border:0;width:13px;height:13px\"/></a></label>



i thought it would make a difference, if i change >

Quote:https://www.paypal.com/us/cgi-bin/webscr...ration-run\
with >
Quote:https://www.paypal.com/cgi-bin/webscr
which i got from Author: Zash
Submitted: 2nd September 2009
Last Updated: 23rd March 2011
Donation page > http://mods.mybb.com/view/donation-page


but it isnt really..
my website > www.cs-palace.com

hopefully you guys can help me figure it out -.-