RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Premium accounts not being set up correctly

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
Hansen



Joined: 07 Nov 2010
Posts: 8

PostPosted: Nov 12, 2010 8:17 pm    Post subject: Premium accounts not being set up correctly Reply with quote

Hello

A friend from me buy on my site a Premium Account but he get not his day where i paid for he is a normal user after paid !

Where is the problem can you help me ?
Back to top
View user's profile Send private message
PowerChaos



Joined: 19 Dec 2009
Posts: 440
Location: belguim

PostPosted: Nov 13, 2010 4:59 pm    Post subject: Reply with quote

be sure you put the callback from paypal to your site

in my case it is pointed to my billing system but because the website is on the same server does it works to (paypal puts a callback to ip , and all sites on that server/ip will work)

so go to paypal , check that the callback is pointing to your site and it should work

Greetings From PowerChaos
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Hansen



Joined: 07 Nov 2010
Posts: 8

PostPosted: Nov 13, 2010 5:52 pm    Post subject: Reply with quote

now i have make a callback

and now stand in my ipn_log

Sat Nov 13 18:20:55 2010 : Error HTTP

and my friend get not the premium days where his for payed

and


Your payment have not verified yet.
Please refresh this page in 1-3 minutes
Back to top
View user's profile Send private message
PowerChaos



Joined: 19 Dec 2009
Posts: 440
Location: belguim

PostPosted: Nov 13, 2010 6:06 pm    Post subject: Reply with quote

well , this are the settings i have and this is my log (in case you wont belive me that you do something wrong)

IPN Settings wrote:

Current settings
Notification URL http://cp.powerchaos.com
Message delivery Enabled

IPN Log wrote:

Message ID
0DG99303VN674952C
Date/time created
13/11/2010 11:02 GMT+01:00
Original/Resent
Original
Latest delivery attempt date/time
13/11/2010 11:02 GMT+01:00
Notification URL
http://www.boosterking.com/cgi-bin/ipn.cgi
HTTP response code
200
Delivery status
Sent
No. of retries
0
Transaction ID
[hidden because no1 need to know]
IPN type
Transaction made


as you can see , IPN is pointing to powerchaos.com , and it got it recrived on boosterking.com

because it is on same webserver

check your settings and point it to the right site , your error is saying that it coulnd even get to the url you provided and then wondering why it keeps failing ??

Greetings From PowerChaos
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Hansen



Joined: 07 Nov 2010
Posts: 8

PostPosted: Nov 14, 2010 12:33 am    Post subject: Reply with quote

i dont find that in my cgi files

pls help me wher i can find that
Back to top
View user's profile Send private message
PowerChaos



Joined: 19 Dec 2009
Posts: 440
Location: belguim

PostPosted: Nov 14, 2010 1:07 am    Post subject: Reply with quote

as i am to lazy to copy past and filter a lot of things out of the text , so here is the site where you need to take a look at

it will explain how to setup IPN

http://designertuts.com/paypal-ipn-receiving-instant-payments-in-your-web-application/

be sure to read and understand it before you start messing around with it

ps: the code i provided was from paypal ..

Greetings From PowerChaos
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Hansen



Joined: 07 Nov 2010
Posts: 8

PostPosted: Nov 14, 2010 2:52 am    Post subject: Reply with quote

i have make it and have the same problem

Sun Nov 14 03:29:07 2010 : Prepared POST data: $VAR1 = {
'payer_id' => '***********',
'verify_sign' => '**************',
'residence_country' => 'DE',
'custom' => '3189310343',
'txn_id' => '**************',
'payment_gross' => '',
'receiver_id' => 'VR86VLANH48F4',
'last_name' => **********',
'receiver_email' => '*************',
'item_number' => '',
'payment_type' => 'instant',
'business' => '*************',
'shipping' => '0.00',
'payment_status' => 'Completed',
'payer_email' => '******',
'transaction_subject' => '3189310343',
'quantity' => '1',
'txn_type' => 'web_accept',
'charset' => 'windows-1252',
'payment_fee' => '',
'tax' => '0.00',
'item_name' => 'Premium',
'notify_version' => '3.0',
'mc_gross' => '3.00',
'payment_date' => '18:28:39 Nov 13, 2010 PST',
'handling_amount' => '0.00',
'mc_fee' => '0.41',
'protection_eligibility' => 'Ineligible',
'payer_status' => 'verified',
'first_name' => '*********',
'mc_currency' => 'EUR'
};

Sun Nov 14 03:29:07 2010 : Got answer: LWP will support https URLs if either Crypt::SSLeay or IO::Socket::SSL
is installed. More information at
<http://search.cpan.org/dist/libwww-perl/README.SSL>.

Sun Nov 14 03:29:07 2010 : Error HTTP
Back to top
View user's profile Send private message
PowerChaos



Joined: 19 Dec 2009
Posts: 440
Location: belguim

PostPosted: Nov 14, 2010 3:42 am    Post subject: Reply with quote

*edit*
you can put this setting on to , so your script got api acces , not sure if needed

https://www.paypal.com/be/cgi-bin/webscr?cmd=_profile-api-ec-noncredentialed-payments

*end of edit*

as you see my post above

go to https://www.paypal.com/be/cgi-bin/webscr?cmd=_profile-ipn-notify and put your website adress in it and put email messages on (like you in my quote above)

then go to https://www.paypal.com/be/cgi-bin/webscr?cmd=_display-ipns-history and you see last payments that are done

click on a message id so you see this
message id wrote:

Message ID
xxx
Date/time created
13/11/2010 11:02 GMT+01:00
Original/Resent
Original
Latest delivery attempt date/time
13/11/2010 11:02 GMT+01:00
Notification URL
http://www.boosterking.com/cgi-bin/ipn.cgi
HTTP response code
200
Delivery status
Sent
No. of retries
0
Transaction ID
xxx
IPN type
Transaction made
IPN Message (lot of text here)


if you got that info then it should be working
if that url gives a error , check back to step 1 as your url is invalid


be sure that your paypal adress is filled in inside the setup page on your script

then a other question , what version are you using ??

and then last question

if it still refuse to work and you allow me acces to your paypal (is a security risk , and i understand if you refuse)
then send me a message to webmaster@powerchaos.com (put as title something that i know that it is you ) with your paypal information (username/pass) and your website and your script admin login (username/pass) then i can manual setup and test it for you

as those settings should work as long it give you a verification back

please note , if you are using a free account then it wont work (if i am not wrong) , use a business/premium account for it ( i got business account , verified )

else contact paypal about it if you are 100% sure that the settings are right , as it is a paypal problem them that they do not send the callback to the script

there is nothing else that can be wrong , as long the callback is pointed to the script should it work

check to if you got the latest version of the script ( V 1.8 )

hopely this helps ?
because the info you posted ?? dont know where you got that from but it isnt the information that have something to do with it
as you first need to see the above information to know if it is sended to the right place or not

Greetings From PowerChaos
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Hansen



Joined: 07 Nov 2010
Posts: 8

PostPosted: Nov 14, 2010 6:01 am    Post subject: Reply with quote

Nachrichten-ID ****

Datum/Uhrzeit der Erstellung 14.11.2010 06:46 MEZ

Original/Erneut gesendet Original

Letzter Zustellversuch (Datum/Uhrzeit)14.11.2010 06:46 MEZ

Benachrichtigungs-URL http://******/cgi-bin/ipn.cgi

HTTP-Rückmeldungscode 200

Zustellstatusgesendet

Anz. der erneuten Versuche 0

Transaktionscode *****

IPN-TypTransaktion durchgeführt

its on my Paypal


i have all make what you say but it dont work


i get the money bute the user dont get the premium acces
Back to top
View user's profile Send private message
PowerChaos



Joined: 19 Dec 2009
Posts: 440
Location: belguim

PostPosted: Nov 14, 2010 6:09 am    Post subject: Reply with quote

hmm,
if paypal sends the verification back then the rest is to the script

do you got the cronjob running ?? (like it need to be )

as i got the cronjob running for every min

but if paypal sends the conformation back then it is the script that doesnt continue or that cant verifie it

but paypal get a response back that it is verified so it should work then


sorry , but i can not help anymore with this as i got no solution

you should wait until the admin reply , as it probaly is just a small error that we are overlooking at (small errors are hard to find )

Greetings From PowerChaos
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Hansen



Joined: 07 Nov 2010
Posts: 8

PostPosted: Nov 14, 2010 4:01 pm    Post subject: Reply with quote

okay thx for all


nd now admin pls help me
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 22 Mar 2006
Posts: 1287

PostPosted: Nov 15, 2010 1:34 pm    Post subject: Reply with quote

Code:

Sun Nov 14 03:29:07 2010 : Got answer: LWP will support https URLs if either Crypt::SSLeay or IO::Socket::SSL
is installed. More information at
<http://search.cpan.org/dist/libwww-perl/README.SSL>.


This is telling you that you should install Crypt::SSLeay perl module on your server.
Back to top
View user's profile Send private message Send e-mail
Hansen



Joined: 07 Nov 2010
Posts: 8

PostPosted: Nov 16, 2010 1:28 am    Post subject: Reply with quote

niw its installed and it works fine THX
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group