Page 1 of 1

Ip net being pulled and sent

Posted: Tue Feb 11, 2014 3:16 pm
by hawk009
Hi, I am searching and have been searching for a solid week now for the solution to a php/mysql issue? I am trying to integrate dolphin community with idevaffiliate.
I was given code to place in specific places within the dolphin php script which gets the AMOUNT and TRANSACTION ID along with the visitors IP address and sends this information to idevaffiliate. A commission is then created.

The problem is that idev affiliate receives the call but places the commission as a NON COMMISSIONED SALE.
The transaction ID and amount are received but the users UIP is not being sent - It is however being input into MYSQL database. BUT.... The IP being sent to idev is the SERVER IP and not the Users. (in all cases/order tests)

idev asked me to ask dophin to examine the code to see what could be causing this. They say the code is fine. idev techs have no idea why the ip isnt being sent.
My host doesnt know? and I have installed and tested on 2 different servers/locations.

Any help or advice to solve this would be appreciated.

My thoughts are were that the server security measures are stopping the call. My host as therefor disabled mod_security and that makes no difference. All parties involved, idev and dolphin say the code looks fine?

IN SHORT: What could be stopping the script from grabbing the IP from the database (IPs are recorded correctly in the database)
Thanks for any advice

PS, im not a coder or programmer and only understand the very basics of the basics so and reply please speak in laymans terms. Thanks.