Jump to content

Get Value From TextBox [External Website]


MalzaaR

Recommended Posts

Hi,

 

I would like to know how to get The Value Of An Hidden TextBox From an External Website than Mine.

 

I'm Coding an Addons for CCBChurch.com (mychurch.ccbchurch.com/app/trx_submit_bp.php),

 

This is a donation website, They want me to code an addons so people can place it on their website and people can donate.

 

I made it in cURL with POST but they generate a TimeStamp and a TimeStamp encoded, The 2 are on mychurch.ccbchurch.com/app/trx_submit_bp.php on hidden textbox.

 

I would like to get the TS and TSH from the hidden textbox on the website, Is that possible ?

 

I would too like to put it in Variable $ts and $tsh...

 

Thanks !

Link to comment
https://forums.phpfreaks.com/topic/249185-get-value-from-textbox-external-website/
Share on other sites

It's http://mychurch.ccbchurch.com/app/trx_submit_bp.php?type=public_gift

 

I'm only adapting for 1 other website a way to donate to ccbchurch with cURL,

 

It need to have the ts and tsh that are located on the page itself onto the POST data on the other page

 

Thanks

I'm pretty sure the timestamp hash would be per user, and is a way the site is keeping people from doing what you are trying to do (as that must match your session, or cookie).  Have you contacted the site?  They can create a workaround to this: API

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.