Member Download Area
-
- User
- Posts: 68
- Joined: Sat Jun 19, 2004 3:34 am
- Location: USA
- Contact:
Member Download Area
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
Thank You,
Dark Mars Software
Pong Master:Open Source Pong - 40% Complete
-
- User
- Posts: 68
- Joined: Sat Jun 19, 2004 3:34 am
- Location: USA
- Contact:
I want the script itself so people have to register their infomation before they can download my game.
Pong Master:Open Source Pong - 40% Complete
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
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.
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.
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.
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.
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
You could also try Ruby on Rails...
Such a system shouldn't take too long to write in that.
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
https://reportcomplete.com <- School end of term reports system
-
- User
- Posts: 68
- Joined: Sat Jun 19, 2004 3:34 am
- Location: USA
- Contact:
Its not that easy, especially when you need to write code to verify the order first before granting access.
Pong Master:Open Source Pong - 40% Complete
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).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.
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.
-
- User
- Posts: 68
- Joined: Sat Jun 19, 2004 3:34 am
- Location: USA
- Contact:
Which is why i am asking for the script itself and not how to create one.
Pong Master:Open Source Pong - 40% Complete
ahhh didnt you just said what i said? and even contradict yourself?Trond wrote: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).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.
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.
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

Here you can find many scripts (PHP & MySql) that does that. Some are free and some not.
http://www.hotscripts.com/search/13916272.html
http://www.hotscripts.com/search/13916272.html