Tagged Questions
0
votes
0answers
82 views
PHP Gateway Time-out error handling
I am writing error free script and other script causing error, (both are same except 1 thing)
function test_function($errno, $errstr, $errfile, $errline){
echo "<p>$errno, $errstr, ...
-3
votes
0answers
33 views
Can anyone provide an example of what Sagepay's callback POST looks like? [closed]
I am trying to implement a Sagepay payment gateway for the first time. I'm doing it all manually (not through WordPress or some e-commerce platform). The 45 page integration PDF that Sagepay provides ...
0
votes
0answers
108 views
First Data Global Gateway connection error
Anyone know where I can get a PHP wrapper for the First Data Global Gateway? I found a download directly on their website, but I'm not sure it works.
I am constantly getting the following error:
...
0
votes
1answer
2k views
payment gateway integration in php [closed]
I am trying to integrate payment gateway in my website which is developing by PHP. For that I am using PayPal. My code is like the following:
<form name="frm" ...
-1
votes
1answer
788 views
iDeal Payment Gateway PHP script
I have visited the link http://www.ideal.nl, looking for integrating PHP - iDeal payment gateway for an e-commerce website. However, I did not locate the PHP code / API from there. Also there is no ...
1
vote
0answers
323 views
Egopay payment gateway api callback url not getting response
I am getting this message "This param is required - 'product_id'" in callback success url.
<?php
require('EgoPaySci.php');
try {
$oEgopay = new EgoPaySci(array(
'store_id' ...
0
votes
1answer
87 views
How to validate that a request comes form a certain gateway in PHP?
I've build a web application that allows users to see some data from there homes. At home every user has a gateway that posts this data to a php script. That script then inserts the data into my MySQL ...
0
votes
2answers
114 views
Design patterns : How edit multiple entities from within a gateway
We are now in a situation on a project that we need manipulate multiple user entities at once. By example we will disable 50 users at once. Normally we did that in a gateway
Gateway
Query the data ...
3
votes
1answer
4k views
Get current orderId in magento payment module during checkout
I am implementing my own payment module for Magento, where I implemented getCheckoutRedirectUrl() method in my payment model.
class My_Module_Model_Payment extends Mage_Payment_Model_Method_Abstract ...
-1
votes
4answers
583 views
Function eregi_replace() is deprecated
I am getting this error message appear when trying to support to a payment gateway:
Message: Function eregi_replace() is deprecated
Message: Function eregi_replace() is deprecated
This is the code ...
0
votes
1answer
522 views
Siemens MC39i GSM Modem send SMS linux
I recently bought a serial modem "Siemens MC39i GSM Modem" in an attempt to setup a script that would send SMS to customers.
Anyway its all connected up I believe it is /dev/ttyS0 and I have tried ...
1
vote
0answers
1k views
Best sms gateway [closed]
I am developing rather large application and i need to send sms messages to users. Two primary countries for sending are USA and UK, but the more - the better.
I have checked out
...
0
votes
2answers
659 views
SMS Gateway and API in php
I'm trying to send user credentials via sms after registration.The gateway can be accessed using GET method via HTTP API.So I want to integrate it into my registration_process.php file so that as soon ...
0
votes
1answer
487 views
online store and Payments gateway [duplicate]
Possible Duplicate:
Payment Processors - What do I need to know if I want to accept credit cards on my website?
Hi.
I need to create an online store.
It will work like a marketplace where ...
0
votes
1answer
90 views
Gforge tracker are not saved using the e-mail gateway with PHP
We are using gforge and we want create new trackers just by using an intranet form and by sending an email with PHP to the gforge e-mail gateway.
I do it exactly like it is said:
I use this for the ...
2
votes
2answers
2k views
Free to use api to access an sms gateway
Im a php developer in need of a free service that offers an api that enables me to send one of my users a simple text message.
I have a web app that allows you to receive updates (through sms), much ...
0
votes
1answer
3k views
how to fix gateway timeout error in php?
Iam having a php file that sends text messages on mobile to all the users that i have in my database's particular table.
Now the entries are like 2000 or so in number and this number will keep on ...
3
votes
3answers
203 views
Any way to detect SMS to E-Mail Gateways?
I want to create a PHP app that can send text messages. There are different gateways for different email carriers. Is there any library I could use that would be able to lookup or detect which gateway ...
0
votes
1answer
1k views
PHP - Get Gateway/Router IP, UPnP
I am attempting to create a UPnP method on an internal PHP server if at all possible. I need it to be mostly platform independent so that it may run on Windows, OSX, or Linux.
I believe I can get my ...
1
vote
2answers
353 views
Web Application that receives images, videos, and text via Text Message
I've seen many examples of this (clickatell.com among them) that only support text in the USA. I need my application to receive images/videos from text messages (MMS?) from users. The web app needs to ...
5
votes
4answers
3k views
SMS Application [closed]
I just wanted to know is there any free sms gateway for sending SMS. If there is one, how to go on to developing my free sms service/software?
Any guidelines please.
3
votes
3answers
244 views
Object Oriented Design issue
Hey,
I have been designing a site locally in PHP 5, but have come across a few design issues I'd like advice now.
Currently there are three features of the site and each feature has a class . These ...
0
votes
1answer
512 views
Suggestions for gateway please
I almost completed my first shopping cart with Codeigniter(PHP/MySQL).
I want to connect to payment systems. I've never developed a shopping cart before. I do not have any intention to develop my own ...
5
votes
3answers
2k views
Advice on a Canadian SMS Gateway provider [closed]
I am curious as how to how much trouble / money it would be for me to be able to accept incoming text messages to a number, which I would then pass to a server side application in PHP. I'd ultimately ...
