Previous Thread
Next Thread
Print Thread
Rate Thread
#37623 05/22/2000 2:59 PM
Joined: Jan 2000
Posts: 60
Member
Member
Offline
Joined: Jan 2000
Posts: 60
Hey, version 1.2 is here! MORE SERCURITY AND MORE FUNTIONAL!!!


- Separate Styles file
- *Footer / Header (not fully working 'till version 1.3)
- Cookies (can turn on/off)
- More SERCURED!!!
- Redirect Logon (can turn on/off)
- Better look!
- much more...

DEMO: http://www.behindweb.com/freescripts/logonsystem/1.2/logon.cgi


[05-24-00]
NOW COME WITH README.TXT: http://www.vietmart.net/forums/logonsystem/1.2/README.TXT


You must sign up and login to download the script!!!

You must sign up at: http://www.vietmart.net


<FONT COLOR="blue">
Free UBB Instalation

Contact on AIM: vmnweb
</FONT c>
Sponsored Links
#37624 05/23/2000 1:56 AM
Joined: Jul 2000
Posts: 10
Net Offline
Junior Member
Junior Member
Offline
Joined: Jul 2000
Posts: 10
Killerz,
check
  • you need check #!/usr/bin/perl or #!/usr/local/bin/perl at login.cgi
  • you need edit path for $LOGON_STYLES at login.cgi
  • Open LogonStyles.file: you need edit path for $ULTBB_SETUP, $UBB_LIBRARY, $PROTECTED_FILE, and $UBB_URL

#37625 05/23/2000 5:35 AM
Joined: May 2000
Posts: 118
Member
Member
Offline
Joined: May 2000
Posts: 118
This just keeps getting better and better! [Linked Image]

#37626 05/23/2000 8:38 AM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Now the logon system 1.2 work for me...
but when i log on i can't see my board... i just see a gray page.

and why the logon.cgi don't get the cookie? i have to type my name and my pass each time...

another thing... it is possible to link directly to Ultimate.cgi (and previously added a couple of line) for make a verification of login... i mean Ultimate.cgi verify if i pass by the logon.cgi if yes ok, if not goto the logon.cgi...

do you understand me? (sorry i speak french)

i saw a site that has that...
so i know it's possible but it don't work for me...
this is the line the guy gave to me...
to insert right under &ReadParse;

&ReadParse;
&get_cookie;

if ((($cookie{UserCheck} ne "yes") && ($in{'action'} eq "intro")) | | (($cookie{UserCheck} ne "yes") && (@in == 0))) {
print "Location: $CGIURL/logon.cginn";
exit;
}

if ($in{'action'} eq "Redirect") {
print "Location: $in{'GoTo'}nn";
exit;
} #end Redirect check

the lines added are in green
and he told me to remove the other &get_cookie;
there was 2
what do you think about this?

#37627 05/24/2000 8:58 AM
Joined: Jan 2000
Posts: 60
Member
Member
Offline
Joined: Jan 2000
Posts: 60
What's going to be in VERSION 1.3, you ask?

In version 1.3, nothing will be change but i'll add the Control Panel for it. Sound great? [Linked Image]

By the way, anyone in here good at javascript? Ok, i have been using a little javascript code to get the Username and Password into my Logon script, but it ain't work. Here is my code:

Code
code:

HELP ME WITH IT. THANKZ!


<FONT COLOR="blue">
Free UBB Instalation

Contact on AIM: vmnweb
</FONT c>
Sponsored Links
#37628 05/29/2000 5:18 AM
Joined: May 2000
Posts: 6
Junior Member
Junior Member
Offline
Joined: May 2000
Posts: 6
Any progress on this one? I'm too new to this stuff to really help out w/ the coding but if perhaps you need some customized graphics for this or something, I can perhaps help on that.

I'm really looking forward to the future versions of this and have been checking continously to see if an updated version has been released. [Linked Image]

#37629 06/04/2000 9:36 PM
Joined: Mar 2000
Posts: 445
Member
Member
Offline
Joined: Mar 2000
Posts: 445
Slick - I agree.
Maybe on the next versin you kind make the logon version on the Ultiamte.cgi, not on a seperate page, makes it look more like VBulletin, more convienient to users.
Sorry for the spelling.

#37630 06/05/2000 8:16 AM
Joined: May 2000
Posts: 6
Junior Member
Junior Member
Offline
Joined: May 2000
Posts: 6
Pyros--

I think the hope for this though is that someone would have to logon before they could get to Ultimate.cgi. If they tried to load Ultimate.cgi directly, it should toss them back to Logon.cgi. This script would be (hopefully) for making private boards.

- Pfred

#37631 06/06/2000 3:48 PM
Joined: Jan 2000
Posts: 11
Junior Member
Junior Member
Offline
Joined: Jan 2000
Posts: 11
Can I make some comments about v1.2? [Linked Image]

  • I have an idea to make the logon system like it will detect if the cookie is exsit in the browser, or else it will give them 2 options, register or logon.
  • Is there possible to detect cookie so that user can auto-logon (Have an option in the logon page)
  • IF possible. I can help out with PHP/MySQL so make logon system more security by creating a .htaccess/.htpasswd file so it will protect the page more security. Idea is like this...
    When first install. It will query all members data and insert in MySQL entry. By using PHP to create a .htpasswd file and protect the ubb directory.
    When a user updated their password. Originally it will re-write the member file but not it will re-write both, members file and MySQL database.


Just my comments, since I like this system very much and hopefully can help out with the v1.3 [Linked Image]

Take care everyone...

#37632 06/08/2000 6:57 AM
Joined: Jun 2000
Posts: 1
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 1
Hi Guys,

Sorry for bothering but i cant figure out how to install this logon system.
(i did manage to install the who's online hack though [Linked Image]

I downloaded the logon system 1.2 and read all the files, readme.txt etc. but cant figure out what to do.

Could one of you discribe me how to install
the logon system (step 1 to ...) or point me in the direction for some help.

I'm wondering if i need to edit any files, Ultimate.cgi for example.


Hope you can help me,

Thanks,

Reload.

Sponsored Links
#37633 06/10/2000 7:18 AM
Joined: May 2000
Posts: 6
Junior Member
Junior Member
Offline
Joined: May 2000
Posts: 6
That would be fantastic if this could be tied into an .htpasswd file to protect the directories. I want my boards to be private but am going to manually have to do the .htacess/.htpasswd files until this is ready which hopefully would be soon. [Linked Image]

I think some of the original thinking would be to use javascript to redirect people to the logon screen if they manually enter a URL but that wouldn't work because they could just hit stop before they are transferred (or turn off javascript). Tying this into .htpasswd seems MUCH better...

#37634 06/12/2000 1:17 PM
Joined: May 2000
Posts: 1,168
Member
Member
Offline
Joined: May 2000
Posts: 1,168
Ok, I've built a version that improves upon this one, but there is just one thing I need before I release it. I need a subroutine that does nothing more than check for the existance of a cookie (by this app.) If one exists, then a certain url is loaded. Othewise another url is loaded. Anyone have this?

#37635 06/12/2000 1:52 PM
Joined: May 2000
Posts: 6
Junior Member
Junior Member
Offline
Joined: May 2000
Posts: 6
Digital Boy--

Even with the code, will this work with the static html pages? I'm figuring it wouldn't be very secure if people could just type in the URLs directly and bypass the cgi files. They would be able to see everything then and it wouldn't be private. [Linked Image] Is there a way to tie a script like this together with .htpasswd which does block html files?

- Pfred

#37636 06/12/2000 3:51 PM
Joined: Jun 2000
Posts: 9
Member
Member
Offline
Joined: Jun 2000
Posts: 9
OK, I'm not a CGI guru, can someone now please explain me how to run this stuff, as the author included just a quarter of the needed instructions for a newbie like me? [Linked Image]
Thank you anyway...


------------------
Cr4z33
===================
Pizza r000000x! laugh


Cr4z33
===================
Pizza r000000x! laugh
#37637 06/14/2000 12:22 PM
Joined: Jun 2000
Posts: 3
Dim Offline
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 3
Could someone please explain how to install this logon system exactly?
I've tried every kind of way i could think of so far.. nothing works..
what to do after you modify the given scripts?


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)