PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 13th, 2013, 05:02 AM
zakir_szh zakir_szh is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2013
Posts: 12 zakir_szh User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 44 m 39 sec
Reputation Power: 0
Question PHP5 - Hide Payment Informaton form user!

Greetings everyone on this forum..

today i need help/suggestion for how to hide payment information from end user

let me clear my self a bit more by example; now i use following code to handle payment:
Code:
<form method = "POST" action = "https://www.moneybookers.com/app/payment.pl" name="frmMB" target="_blank">
<input name="pay_to_email" value="my@email.com" type="hidden" />
<input name="recipient_description" value="My Compnay" type="hidden" />
<input name="return_url" value="My Return URL Here" type="hidden" />
<input name="return_url_text" value="Return To My Website" type="hidden" />
<input name="cancel_url" value="My Cancel URL" type="hidden" />
<input name="status_url" value="mailto:status url/email" type="hidden" />
<input name="language" value="EN" type="hidden" />
<input name="logo_url" value="mylog.png" type="hidden" />
<input name="amount" value="Product Price" type="hidden" />
<input name="currency" value="USD" type="hidden" />
<input name="detail1_description" value="Product ID:" type="hidden" />
<input name="detail1_text" value="Product Name" type="hidden" />
<input type="image" src="images/MB.png" alt="Pay Through Skrill (Moneybookers)" title="Pay Through Skrill (Moneybookers)" />
</form>


but the problem is any expert end user can easily change page source code and miss-use that

so, what i want. i want to hide those information. when when use click on payment my php script will pass those information as post values and redirect to payment site..

i hope i m clear. (sorry for my bad English)

any help would be highly appreciated

thanks in advance
best regards

Reply With Quote
  #2  
Old February 13th, 2013, 05:39 AM
Jacques1's Avatar
Jacques1 Jacques1 is offline
pollyanna
Click here for more information.
 
Join Date: Jul 2012
Location: Germany
Posts: 1,872 Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 2 Weeks 2 Days 1 h 24 m 30 sec
Reputation Power: 813
Hi,

any user can send any data to any website. There's no way to prevent that.

But how's that a problem in your case? I don't see any critical data. If a user decides to change the amount or currency, the payment will simply not be valid -- just like it wouldn't be valid if he/she transferred the wrong currency or amount to your bank account.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > PHP5 - Hide Payment Informaton form user!

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap