• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

got question with paypal on website

brendan2

Sensation black
Joined
Feb 19, 2009
Messages
507
Reaction score
1
what am i supposed to put for this....


PHP:
<input type="hidden" name="notify_url" value="http://67.171.227.26/ots.4za.pl/paypal/ipn/ipn.php">
<input type="hidden" name="return" value="http://67.171.227.26">
 
Oh your using the automated paypal donation system? :P
You should check out the thread I made on the discussion portion of OTland.net. Its called

[To All Server Owners] Must Read

:P If not, well good luck with this =P
 
Must be like this:

<input type="hidden" name="notify_url" value="http://mywebsite/paypal/ipn/ipn.php">
<input type="hidden" name="return" value="http://mywebsite">

Just look for the paypal script folder and you will know how to locate the ipn.php script URL.

And the one that says "name='return'", it's the website where you will be taken after your donation.
 
ok is this right?


PHP:
<input type="hidden" name="notify_url" value="http://67.171.227.26/paypal/ipn/ipn.php">
<input type="hidden" name="return" value="http://67.171.227.26">
 
Back
Top