Member Download Area

Just starting out? Need help? Post your questions and find answers here.
Dark Mars Software
User
User
Posts: 68
Joined: Sat Jun 19, 2004 3:34 am
Location: USA
Contact:

Member Download Area

Post 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
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

I think it's home-made.
Pantcho!!
Enthusiast
Enthusiast
Posts: 538
Joined: Tue Feb 24, 2004 3:43 am
Location: Israel
Contact:

Post by Pantcho!! »

Ahhh what do u exactly mean?

You want to access your account?
OR
you want to know how to make account manager?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post 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.
Dark Mars Software
User
User
Posts: 68
Joined: Sat Jun 19, 2004 3:34 am
Location: USA
Contact:

Post by Dark Mars Software »

I want the script itself so people have to register their infomation before they can download my game.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post 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.
oh... and have a nice day.
Pantcho!!
Enthusiast
Enthusiast
Posts: 538
Joined: Tue Feb 24, 2004 3:43 am
Location: Israel
Contact:

Post 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.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

You could also try Ruby on Rails...

Such a system shouldn't take too long to write in that.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Dark Mars Software
User
User
Posts: 68
Joined: Sat Jun 19, 2004 3:34 am
Location: USA
Contact:

Post by Dark Mars Software »

Its not that easy, especially when you need to write code to verify the order first before granting access.
Pantcho!!
Enthusiast
Enthusiast
Posts: 538
Joined: Tue Feb 24, 2004 3:43 am
Location: Israel
Contact:

Post 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.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post 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.
Dark Mars Software
User
User
Posts: 68
Joined: Sat Jun 19, 2004 3:34 am
Location: USA
Contact:

Post by Dark Mars Software »

Which is why i am asking for the script itself and not how to create one.
Pantcho!!
Enthusiast
Enthusiast
Posts: 538
Joined: Tue Feb 24, 2004 3:43 am
Location: Israel
Contact:

Post 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 :!:.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post 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
Post Reply