• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

To all DaoPay.com payment system users / acc. maker creators

Gesior.pl

Mega Noob&LOL 2012
Senator
Joined
Sep 18, 2007
Messages
2,967
Solutions
99
Reaction score
3,383
Location
Poland
GitHub
gesior
DaoPay.com mailed me and Talaturen about a change of links.
In buypoints.php change:
PHP:
https://daopay.com/svc/pay.svc?tidkey='.urlencode($offer['appcode']).'&subkey='.urlencode($offer['prodcode']).'">https://daopay.com/svc/pay.svc?tidkey='.$offer['appcode'].'&subkey='.$offer['prodcode'].'

To:
PHP:
http://daopay.com/payment/?appcode='.urlencode($offer['appcode']).'&prodcode='.urlencode($offer['prodcode']).'">http://daopay.com/payment/?appcode='.$offer['appcode'].'&prodcode='.$offer['prodcode'].'

You don't have to change anything in DaoPay itself. After making these changes use "testing PIN code", just to be sure it's working properly.
 
what does it actually do? what's difference?

well, it's new requirements of daopay, so basically difference is very huge... something like :
Old way : not working
New way : working

xD

p.s. thanks gesior :D just checked my email, I got their mail too xD
 
DaoPay.com mailed me and Talaturen about a change of links. ~= DaoPay.com ONLY mailed me and Talaturen about a change of links.
 
They mailed me few times because maaany users used my test codes and old buypoints script :>
 
They mailed me few times because maaany users used my test codes and old buypoints script :>

8ADF1CC6-C44F-0914-D81B3CAD0561295F_1.jpg
 
Kill me but I can't find anything about test pin :|
Where it is?
In old version when you login on your admin account (daopay.com) and visit daopay.com donation link you can get code without call/sms. I do not use daopay.com and do not know how to get code now, but every payment service offer admin 'test codes' to test auto (php/other language) scripts.

Wow, 'Daopay Customer Service' registered on otland to send msg to users. In last 3 months unknown users sent me 350 euro via sms/phone call (I don't have ANY ots with daopay script [from over 9 months], random users install acc. maker and don't check buypoints page config). Please update your acc. maker!
Priv. message from someone (daopay service?):
agadao said:
Yesterday, 11:16
I have contacted you via email, regarding your daopay integration.
Please have a look at your emails([email protected]) and respond as soon as possible.
Thank you.
mail text [my mail box] (I did not answer):
Hi,

As you can see I got your email from otlanduser.
I want to talk to you regarding the daopay integration of your layout.
You are using our old version and further I have some suggestions to improve
the payment process and simplify support communication with the respective
websites using your layout.
Please answer as soon as possible.
Thank you.

Kind regards,
Daopay Customer Service
Josef Florian

mailto: [email protected]
daopay.com
---- Forwarded message ----
Subject: Re: [#ENI-93255-868] otland.net
From: otlanduser <[email protected]>
Date: Thu, 24 Sep 2009 12:54:11 +0200
To: Daopay Customer Service <[email protected]>

Hello,

You can try to reach him at: [email protected] or perhaps with a
private message on the forum to Gesior.pl (requires forum
registration, but it's quick, no mail verification required). I have
sent him another private message and told him to update the payment
link as well.

Kind regards,
otlanduser.

On Thu, Sep 24, 2009 at 11:53 AM, Daopay Customer Service
<[email protected]> wrote:
>
> Hi,
>
> The problem is that the payment link has been changed too.
> For example:
> Quera - Buy Points
>
> Old one:
> https://daopay.com/svc/pay.svc?tidkey=52931&subkey=5POINTS
> New one:
> Daopay - The way to pay
>
> So that means the payment links have to be changed too.
>
> Further I would like to talk to the programmer regarding, the pincheck
request.
> We recommend to implement a automatic product delivery, so the customer
will not have to enter the pincode again....
> We would like to assist in this matter.
>
> Kind regards,
> Daopay Customer Service
> Josef Florian
>
> mailto: [email protected]
> daopay.com
>
> On Wed, 23 Sep 2009 18:40:13 +0200, otlanduser
<[email protected]> wrote:
>> Hello again,
>>
>> I got a reply, he said that the DaoPay implementation in his website
>> application is already up to date and looks just like your example. It
>> is more likely that they are running an outdated version of the
>> website application, so you should tell them to update it to the
>> latest version
(http://otland.net/f118/unnamed-acc-maker-0-3-2-beta-forgotten-server-12954/).
>>
>> This is what he told me:
>> "My newest acc. maker daopay check:
>> PHP Code:
>> $handle =
fopen("https://daopay.com/svc/pincheck?appcode=".$appcode."&prodcode=".$prodcode."&pin=".$pin,
>> 'r');
>> if ($handle)
>> {
>> $status = fgets($handle, 128);
>> fclose($handle);
>> if($status[0] == 'o' && $status[1] == 'k')
>> $return = 1;
>> else
>> $return = 2;
>> }
>> else
>> $return = 3;
>>
>> daopay php code example:
>> PHP Code:
>> $handle =
fopen("http://daopay.com/svc/pincheck?appcode=".$appcode."&prodcode=".$prodcode."&pin=".$pin,
>> "r");
>> if ($handle) {
>> $reply = fgets($handle);
>> if (substr($reply,0,2) == "ok") {
>> echo "Payment successfully completed!";
>> }
>> else {
>> // PIN code invalid/expired
>> echo "PIN code invalid/expired";
>> }
>> }
>> I think it's not a problem with my acc. maker. Users download oooold
>> versions from other forums and try to use it"
>>
>> Kind regards,
>> otlanduser.
>>
>> On Wed, Sep 23, 2009 at 12:04 PM, Daopay Customer Service
>> <[email protected]> wrote:
>> >
>> > Hi,
>> >
>> > At most of these websites at the bottom i found the following:
>> >
>> > Account maker by Gesior. Layout by CipSoft GmbH.
>> >
>> >
>> > Some examples:
>> >
>> > Quera - Buy Points
>> > Viphera - Buy Points
>> >
>> > You may take a google search with *** "Account maker by
Gesior. Layout by CipSoft GmbH." + daopay *** to get more examples.
>> >
>> > Thank you very much for your cooperation.
>> >
>> > Kind regards,
>> > Daopay Customer Service
>> > Josef Florian
>> >
>> > mailto: [email protected]
>> > daopay.com
>> >
>> > On Tue, 22 Sep 2009 17:20:23 +0200, otlanduser
<[email protected]> wrote:
>> >> Hello,
>> >>
>> >> I'm the owner of the website, that's correct. But I'm not
the only
>> >> website application developer, if you could please provide
the name of
>> >> this software it would help a lot, then I can try to forward
this mail
>> >> to the author.
>> >>
>> >> Kind regards,
>> >> otlanduser.
>> >>
>> >> On Tue, Sep 22, 2009 at 11:29 AM, Daopay Customer Service
>> >> <[email protected]> wrote:
>> >> >
>> >> > Hi,
>> >> >
>> >> > Since some months we noticed many websites, which are
all using the same layout.
>> >> > It seems they are able to get this layout from
otland.net, since we found a description how to setup daopay at the respective
forums.
>> >> >
>> >> > Our payment system has been improved and we did many
changes, but the Daopay integration of these layouts are still the old one.
>> >> > Further some of the entries of your forum are not
correct or as already mentioned very old.
>> >> >
>> >> > We ask you to update the software to the new daopay
payment screen, since the old one will expire within the next months.
>> >> > I hope you are the right person to talk to in this
matter.
>> >> > If not please redirect this email to the responsible
person so we could
>> >> >
>> >> > Please answer as soon as possible.
>> >> >
>> >> > Kind regards,
>> >> > Daopay Customer Service
>> >> > Josef Florian
>> >> >
>> >> > mailto: [email protected]
>> >> > daopay.com
>> >> >
>> >
>> >
>
>
 
Last edited:
Back
Top