Page 1 of 1
Member Download Area
Posted: Sun Jan 28, 2007 6:25 pm
by Dark Mars Software
I would like to know where i can download the script used to allow paid users of PureBASIC(aka Registered Users Area/PureBasic user account) found
here to download the full version. Also the script is also used
here. I am interested in using it for my own application.
Thank You,
Dark Mars Software
Posted: Sun Jan 28, 2007 7:18 pm
by Trond
I think it's home-made.
Posted: Sun Jan 28, 2007 8:27 pm
by Pantcho!!
Ahhh what do u exactly mean?
You want to access your account?
OR
you want to know how to make account manager?
Posted: Sun Jan 28, 2007 10:00 pm
by Trond
Pantcho!! wrote:Ahhh what do u exactly mean?
You want to access your account?
OR
you want to know how to make account manager?
Neither, he wants the account manager.
Posted: Mon Jan 29, 2007 2:40 am
by Dark Mars Software
I want the script itself so people have to register their infomation before they can download my game.
Posted: Mon Jan 29, 2007 1:16 pm
by Kaeru Gaman
there should be other recources where you could get such a script
or where you can learn how to code such a script...
If I had a download-area for some commercial product I'm earning money with,
I wouldn't give you my own script (for heavens sake) to make it easier for you to break my security,
I would just provide tips where to get some.
Posted: Mon Jan 29, 2007 11:01 pm
by Pantcho!!
Create your own, should not be that hard.
use PHP it is a great platform.
if you know SQL u can integrate MySQL with PHP with an easy super way.
all you need to do is to create an SQL table with the details of the client
login | pass | reg-date | expiry-date | etc ...
and use PHP to add new users to delete and various stuff.
you should search for also how to use PHP sessions and cookies.
2 days of reading information sources and your set to write your own script, should not be that hard.
good luck.
Posted: Tue Jan 30, 2007 12:53 am
by DoubleDutch
You could also try Ruby on Rails...
Such a system shouldn't take too long to write in that.
Posted: Tue Jan 30, 2007 3:41 am
by Dark Mars Software
Its not that easy, especially when you need to write code to verify the order first before granting access.
Posted: Tue Jan 30, 2007 10:46 pm
by Pantcho!!
Verifying an order first is not a related task for what you ask.
its a 3rd party service which you know if it was done by passing parameters like paypal or so.
so still should not be that hard, and if you never try your gonna look like your avatar in the end.
Posted: Tue Jan 30, 2007 11:23 pm
by Trond
Pantcho!! wrote:Verifying an order first is not a related task for what you ask.
its a 3rd party service which you know if it was done by passing parameters like paypal or so.
so still should not be that hard, and if you never try your gonna look like your avatar in the end.
No, the system used by PB does verify if the order was done correctly (unless Fred has to confirm every order manually, which I doubt since some people get their passwords after 5 minutes).
That means your script have to receive a notification from paypal, check if the notification is genuine by asking paypals server and then check if the correct amount of money was transferred for the correct product.
Posted: Wed Jan 31, 2007 5:04 am
by Dark Mars Software
Which is why i am asking for the script itself and not how to create one.
Posted: Wed Jan 31, 2007 7:26 am
by Pantcho!!
Trond wrote:Pantcho!! wrote:Verifying an order first is not a related task for what you ask.
its a 3rd party service which you know if it was done by passing parameters like paypal or so.
so still should not be that hard, and if you never try your gonna look like your avatar in the end.
No, the system used by PB does verify if the order was done correctly (unless Fred has to confirm every order manually, which I doubt since some people get their passwords after 5 minutes).
That means your script have to receive a notification from paypal, check if the notification is genuine by asking paypals server and then check if the correct amount of money was transferred for the correct product.
ahhh didnt you just said what i said? and even contradict yourself?
I said that the script is NOT actually doing the order process but yet gets an info if it was successfully done.
and many companies such as paypal offer this (exactly what i said).
so basicly you just said what i said and also saying i was wrong.
maybe my english sucks but i am sure it can be interpreted reasonably

.
Posted: Wed Jan 31, 2007 3:53 pm
by ricardo
Here you can find many scripts (PHP & MySql) that does that. Some are free and some not.
http://www.hotscripts.com/search/13916272.html