473,385 Members | 1,486 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Can you suggest An Authentication Script ?

Hello,
I would like to re-write my Authentication Script and make a bit more OO as
well as more Admin Friendly...

Before I start developing my own... I was wondering if there is already out
there something that has been tested and proved good, simple to integrate it
in other scripts.

Ofcourse it has to be secure. The problem is that anything that I had a look
at is full of bells and whistles...
I don't want paypal payment... and staff like that...

Any suggestions will be happily accepted ;-)

Thanks.

Nov 22 '05 #1
12 1642
Angelos wrote:
Hello,
I would like to re-write my Authentication Script and make a bit more OO
as well as more Admin Friendly...

Before I start developing my own... I was wondering if there is already
out there something that has been tested and proved good, simple to
integrate it in other scripts.

Ofcourse it has to be secure. The problem is that anything that I had a
look at is full of bells and whistles...
I don't want paypal payment... and staff like that...

Any suggestions will be happily accepted ;-)

Thanks.


your posting has arrived (three times).
Now wait for an answer.
;-)

Regards,
Erwin Moller
Nov 22 '05 #2
> your posting has arrived (three times).
Now wait for an answer.
;-)

Regards,
Erwin Moller


I am really really sorry for the multiple posts ... I saw othe posts appear
.... but not mine....

Is there any better NewsReader... than outlook express ?
Nov 22 '05 #3
Angelos wrote:
your posting has arrived (three times).
Now wait for an answer.
;-)

Regards,
Erwin Moller
I am really really sorry for the multiple posts ... I saw othe posts
appear ... but not mine....


No problem. :-)
(I just wanted to warn you.)

Is there any better NewsReader... than outlook express ?


Yes, all newsreaders are better than outlook express. ;-)
However, maybe your provider is not relaying newsgroups as fast as you would
want. In that case changing newreader won't help a lot.

But if you are looking for another reader:
http://www.newsreaders.com/win/clients.html

When on Windows I used FreeAgent by Forte.
You can find it on the above page.

Good luck.

Regards,
Erwin Moller
Nov 22 '05 #4
Angelos wrote:
your posting has arrived (three times).
Now wait for an answer.
;-)

Regards,
Erwin Moller


I am really really sorry for the multiple posts ... I saw othe posts
appear ... but not mine....

Is there any better NewsReader... than outlook express ?


I prefer Thunderbird...
--
Everything should be made as simple as possible, but no simpler.
Nov 22 '05 #5

Angelos wrote:
Hello,
I would like to re-write my Authentication Script and make a bit more OO as
well as more Admin Friendly...

Before I start developing my own... I was wondering if there is already out
there something that has been tested and proved good, simple to integrate it
in other scripts.

Ofcourse it has to be secure. The problem is that anything that I had a look
at is full of bells and whistles...
I don't want paypal payment... and staff like that...


I've been looking into:
http://www.phpsecurepages.com/readme.php
http://oss.codepoet.no/phpsecuresite/

--
j

Nov 22 '05 #6
An****@DeFaria.com says...

I am really really sorry for the multiple posts ... I saw othe posts
appear ... but not mine....

Is there any better NewsReader... than outlook express ?


I prefer Thunderbird...


Whilst I am an absolute devotee of Thunderbird for mail, I strongly prefer
MicroPlanet (Super)Gravity for nntp.

Geoff M
Nov 22 '05 #7
about auth scripts
I use PEAR's AUTH
really easy to use

don't know how much secure it is though

Meião

Nov 23 '05 #8
Geoff Muldoon wrote:
An****@DeFaria.com says...
I am really really sorry for the multiple posts ... I saw othe posts
appear ... but not mine....

Is there any better NewsReader... than outlook express ?


I prefer Thunderbird...


Whilst I am an absolute devotee of Thunderbird for mail, I strongly
prefer MicroPlanet (Super)Gravity for nntp.


Forgive me for being curious but what does MicroPlanet (Super)Gravity
give you that TB doesn't?

Nov 23 '05 #9
An****@DeFaria.com says...
Whilst I am an absolute devotee of Thunderbird for mail, I strongly
prefer MicroPlanet (Super)Gravity for nntp.


Forgive me for being curious but what does MicroPlanet (Super)Gravity
give you that TB doesn't?


It's more a case of personal preferences. I prefer the way Gravity
handles killfiles, its binary decode previewer, and probably most
importantly its hotkey navigation.

That and the fact that I like to keep my apps independent for their
specific function, not a lover of "bundled" software.

Geoff M
Nov 23 '05 #10
A suggestion
http://phpgacl.sourceforge.net

Regards,

AD7six

Nov 23 '05 #11
Thanks For all that I am going to keep a good look to every sugestion...

Angelos ;-)
Nov 23 '05 #12
Geoff Muldoon wrote:
An****@DeFaria.com says...
Whilst I am an absolute devotee of Thunderbird for mail, I strongly
prefer MicroPlanet (Super)Gravity for nntp.


Forgive me for being curious but what does MicroPlanet (Super)Gravity
give you that TB doesn't?


It's more a case of personal preferences. I prefer the way Gravity
handles killfiles, its binary decode previewer, and probably most
importantly its hotkey navigation.

That and the fact that I like to keep my apps independent for their
specific function, not a lover of "bundled" software.


Oh granted it usually is a matter of personal preference - I know. The
other arguments in favor you present are pretty typical - killfiles,
handling binarys. Hotkeys are a new one to me. I find TB's hotkeys just
fine for my tastes. As for binaries - there are much better ways to get
binaries than newsgroups, IMHO.

As for keeping apps independent, I agree with you that monolithic
programs are sometimes bad. Then again, I don't see NNTP as really that
much different than SMTP therefore I not bothered by the fact that I use
TB to do both. In fact I also use TB to do RSS too. One can easily just
view SMTP, NNTP and RSS as communications with others (though RSS is a
bit of stretch).

Anyways, all opinions I know. Thanks for explaining yours.
--
If people from Poland are called Poles, why aren't people from Holland
called Holes?

Nov 23 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Stephen Poley | last post by:
I'm trying to understand sessions and authentication. I gathered that the only way of preserving data across script invocations was to use a session. However I note that $_SERVER and $_SERVER...
0
by: Christian Luszick | last post by:
hi, I am concerned about the following statement in php doc on http://www.php.net/manual/en/features.http-auth.php ----- sschippp ----- As of PHP 4.3.0, in order to prevent someone from...
7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
4
by: Scott Klein | last post by:
Firstly, I'm running IIS 6.0 on Windows SErver 2003 that is also a DC. I have an asp page (default.asp) I am trying to access as my hom page for my site. I am trying to use Windows...
8
by: Bob Everland | last post by:
I have an application that is ISAPI and the only way to secure it is through NT permissions. I need to have a way to login to windows authentication so that when I get to the ISAPI application no...
6
by: Daniel Walzenbach | last post by:
Hi, I have an application using "Forms authentication". Everything works perfectly well except when I try to open a new page with java script like the following: <script...
0
by: Angelos | last post by:
Hello, I would like to re-write my Authentication Script and make a bit more OO as well as more Admin Friendly... Before I start developing my own... I was wondering if there is already out...
3
by: Nahrin | last post by:
I implimented ASP.NET 2.0 Client callback script (ICallbackEventHandler) to get the result back from server without postback the page. Problem is when seesion expires or authentication times out,...
2
by: Darrel | last post by:
I'd like to use the jquery datepicker. I have a asp.net 1.1 application set up with forms authentication protecting an admin directory: <location path="admin"> <system.web> <authorization>...
0
by: embeddedbob | last post by:
Hi there, I appreciate any help on the following issue. I can't seem to find any other similar topic. (CS4, ActionScript 3.0, Flash 10) I have a SWF embedded within a page that is protected by...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.