Coisidence ?

For everything that's not in any way related to PureBasic. General chat etc...
mbecerra
User
User
Posts: 15
Joined: Mon Feb 28, 2005 4:59 am

Coisidence ?

Post by mbecerra »

I remember a long time ago asking about the purebasic members login scripts and how i could obtain a copy, to be told that i would have to make my own. However i have found a site which uses the same scipt as the one on the purebasic site. Is it pure coisidence that they are using the same scripts i was turned down for or is it my imagination? Heres a link:
https://puregdk.com/index.php?f=account-login

Sincerely,

PurePong
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Re: Coisidence ?

Post by tinman »

How do you know they are using the same script without having seen the scripts? The PB site posts to "DoLogin.php" whereas the PureGDK site posts to "auth.php?t=validate", so at the very least there will be some differences in the parameter handling.
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

We have written the PB scripts from scratch, so PureGDK probably did the same..
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Fred wrote:We have written the PB scripts from scratch, so PureGDK probably did the same..
Yeah, kinda silly thread this one, just because a login-form might look/feel the same doesn't mean it's the same code behind it.

mbecerra, if you want to create a login script in php then look for some tutorials:
http://www.google.no/search?q=php+login+form+tutorial
I like logic, hence I dislike humans but love computers.
mbecerra
User
User
Posts: 15
Joined: Mon Feb 28, 2005 4:59 am

Post by mbecerra »

So how did you both manage to get paypal and the script the validate the transaction?
Lykaestria
User
User
Posts: 76
Joined: Wed Sep 17, 2008 3:10 am
Location: New Zealand

Post by Lykaestria »

I'm guessing Fred doesn't want to give his script away lest people try using it to obtain free licenses of PureBasic :P
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I copied the 'look' of the PureBasic site because it was simple. Everything was coded from scratch.

I'm surprised you made the comparison since they're not exactly the same.
mbecerra wrote:So how did you both manage to get paypal and the script the validate the transaction?
PayPal offers a free API for making transactions. I considered using Google checkout but I was already familiar with PayPal so I used that. Pure coincidence that PureBasic uses the same (or similar) API. :)

When I was developing this site I considered making an indie web template product that incorporated a beta site with bug reports and logs and a live site with a shopping cart and account handling solution. But I decided that it was too niche of a product and most people would write their own or develop their own solution.

As it stands I have no intention of publicly releasing the code I use for handling transactions for security reasons.

With a good book and a little time you can write one yourself.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Joakim Christiansen wrote:Yeah, kinda silly thread this one
+1 :wink:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Post Reply