Hi all,
I am in the process of writing a vbulletin -> Xenforo subscription processor.
I have managed to get the whole paypal side done including a new gateway to pass the paypal to either the vbulletin subs or the xenforo subs.
I am a little stuck with the end time and the start time.
I thought the table `xf_user_upgrade_active` was basic . TIMENOW. unixstamps, but upon further investigation they seem different?
I did this to test them out.
I am getting 24-05-2021 from that date when echoed out in a test.php file.
BUT 1621865880 in the user account upgrade represents Oct 22, 2018
how are the dates calculated and inserted?
Very close to this working...
Thank you.
Mick
I am in the process of writing a vbulletin -> Xenforo subscription processor.
I have managed to get the whole paypal side done including a new gateway to pass the paypal to either the vbulletin subs or the xenforo subs.
I am a little stuck with the end time and the start time.
I thought the table `xf_user_upgrade_active` was basic . TIMENOW. unixstamps, but upon further investigation they seem different?
I did this to test them out.
PHP:
echo date('d-m-Y', 1621865880);
I am getting 24-05-2021 from that date when echoed out in a test.php file.
BUT 1621865880 in the user account upgrade represents Oct 22, 2018
how are the dates calculated and inserted?
Very close to this working...
Thank you.
Mick
Last edited: