#37624
05/23/2000 1:56 AM
|
Joined: Jul 2000
Posts: 10
Junior Member
|
Junior Member
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
Joined: May 2000
Posts: 118 |
This just keeps getting better and better! ![[Linked Image]](http://ubbcodehacking.com/ubb/smile.gif)
|
|
|
#37626
05/23/2000 8:38 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
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
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]](http://ubbcodehacking.com/ubb/smile.gif) 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: HELP ME WITH IT. THANKZ!
<FONT COLOR="blue"> Free UBB Instalation
Contact on AIM: vmnweb </FONT c>
|
|
|
#37628
05/29/2000 5:18 AM
|
Joined: May 2000
Posts: 6
Junior Member
|
Junior Member
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]](http://ubbcodehacking.com/ubb/smile.gif)
|
|
|
#37629
06/04/2000 9:36 PM
|
Joined: Mar 2000
Posts: 445
Member
|
Member
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
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
Joined: Jan 2000
Posts: 11 |
Can I make some comments about v1.2? ![[Linked Image]](http://ubbcodehacking.com/ubb/smile.gif) - 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]](http://ubbcodehacking.com/ubb/smile.gif) Take care everyone...
|
|
|
#37632
06/08/2000 6:57 AM
|
Joined: Jun 2000
Posts: 1
Junior Member
|
Junior Member
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]](http://ubbcodehacking.com/ubb/smile.gif) 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.
|
|
|
#37633
06/10/2000 7:18 AM
|
Joined: May 2000
Posts: 6
Junior Member
|
Junior Member
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]](http://ubbcodehacking.com/ubb/smile.gif) 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
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
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]](http://ubbcodehacking.com/ubb/frown.gif) 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
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]](http://ubbcodehacking.com/ubb/biggrin.gif) Thank you anyway... ------------------ Cr4z33 =================== Pizza r000000x! 
Cr4z33 =================== Pizza r000000x!
|
|
|
#37637
06/14/2000 12:22 PM
|
Joined: Jun 2000
Posts: 3
Junior Member
|
Junior Member
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?
|
|
|
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.
|
|
badfrog
somewhere on the coast of Maine
Posts: 94
Joined: March 2007
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|