php forum
php mysql forum
php mysql smarty
 
Page 4 of 4 < 1 2 3 4
Topic Options
#39324 - 01/18/01 02:33 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
TyRaN Offline
Member

Registered: 07/27/00
Posts: 286
Loc: Canada
Hi! i made a little change to this hack to make it look like your board when processing missing login, invalid login, etc...

find:

require "UltBB.setup";
require "ubb_library.pl";
require "Date.pl";
require "perl-cookie.lib"; # special cookie library for perl - IMPORTANT
};

and add after:

#adjust bgcolor variables
if ($BGColor ne ""){
$BGColor = qq(bgcolor="$BGColor");
}
if ($AltColumnColor1 ne ""){
$AltColumnColor1 = qq(bgcolor="$AltColumnColor1");
}
if ($AltColumnColor2 ne ""){
$AltColumnColor2 = qq(bgcolor="$AltColumnColor2");
}
if ($CategoryStripColor ne ""){
$CategoryStripColor = qq(bgcolor="$CategoryStripColor");
}
if ($TableColorStrip ne ""){
$TableColorStrip = qq(bgcolor="$TableColorStrip");
}
if ($PageBackground ne ""){
$PageBackground = qq(background="$NonCGIURL/$PageBackground");
}

find:

<body bgcolor="#000000" link="#ffffce" vlink="#ffffce" alink="#ffffce">

and replace with:

<BODY $BGColor $PageBackground text="$TextColor" link="$LinkColor" alink="$ActiveLinkColor" vlink="$VisitedLinkColor">

find and remove: (right under the <body> )

color="#ffffce"

do it twice

that's all...

what do you think?

this is my first "hack" in a hack...

------------------
TyRaN = tyranausaure

<IMG SRC="http://tyran.ovh.org/tyran.gif" border=0>

<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by TyRaN on January 18, 2001 at 02:34 AM</font>
_________________________
Sorry for my english... i speak french.

email:tyranausaure@hotmail.com

Top
#39325 - 01/18/01 08:01 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
hate98 Offline
Member

Registered: 01/05/01
Posts: 280
Excellent. I will implement a form of that in the next release. I am waiting for UBB6 to come out and will release mine after that.

-Jim

------------------
From: Jim Goldbloom
UBB Code Hacker
http://www.accessdeniedbbs.net/downloads for latest hacks

Top
#39326 - 01/18/01 11:03 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
TyRaN Offline
Member

Registered: 07/27/00
Posts: 286
Loc: Canada
thanks... i apraciate the compliment...

------------------
TyRaN = tyranausaure

<IMG SRC="http://tyran.ovh.org/tyran.gif" border=0>
_________________________
Sorry for my english... i speak french.

email:tyranausaure@hotmail.com

Top
#39327 - 01/22/01 09:27 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
mmnatas Offline
Member

Registered: 08/11/00
Posts: 51
Loc: University of Minnesota, Morri...
Any new developments with beta 4?

------------------
Mike
------------------
Visit STCC: stcchat.com
_________________________
Mike

Lead technical admin: TiberiumSun.com Forums .

Top
#39328 - 01/22/01 09:31 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
hate98 Offline
Member

Registered: 01/05/01
Posts: 280
No beta 4 until UBB6 out which is end of this month according to the InfoPOP site. I am on hold until then.

------------------
From: Jim Goldbloom
UBB Code Hacker
http://www.accessdeniedbbs.net/downloads for latest hacks

Top
#39329 - 01/22/01 11:01 PM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
indoe Offline
Member

Registered: 11/25/00
Posts: 238
why your going to make me cry

------------------
<IMG SRC="http://www.geocities.com/indoe_420_602/SMB/indoe.jpg" border=0>
_________________________
Some men live for others and make their presence known
Some men live in seclusion and choose to live alone...
Some men live for justice and walk inside the law
But of these men, the group I'm in
are the men behind the wall...
- Gato Suertudo

Top
#39330 - 01/25/01 12:00 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
sliver Offline
Junior Member

Registered: 01/24/01
Posts: 5
<FONT face="Comic Sans MS">First, nice hack.... great instructions!!! A++++[br]but how can I stop the pages from breaking out of my frames... I have tried multiple attempts at editing the login.cgi but to no avail... Please anyone help...</FONT f>

------------------
Quote:
quote:
_________________________
Quote:
quote:

Top
#39331 - 01/25/01 12:08 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
hate98 Offline
Member

Registered: 01/05/01
Posts: 280
Are you referring to the SSI frames hack?

If not, the script does not set any targets so by default pages will load in _SELF which means the same page from which the script was called. I run frames on my page and everything works great. It's a fatal mistake to use crazy target names and not keep track of 'em. That has nothing to do with the script. Or, maybe you use a javascript routine which forces a breakout of the frames? Remove it, if so, but that's not performed in login.cgi, rather that's in your login page HTML (i.e. the demo login page included in the docs).

If you are referring to the SSI hack where a user visits a forum topic and gets redirected back in a frames setup, then you simply did not cut/paste the correct URL into the config of login.cgi. I use it on my site, and trust me, it works fine. No bug reports from anyone on this aspect of the script.

Hope this reply addresses your issue. If not, I need the URL of your site and an explanation of what I need to do to create the problem when I visit.

------------------
From: Jim Goldbloom
UBB Code Hacker
http://www.accessdeniedbbs.net/downloads for latest hacks

Top
#39332 - 01/25/01 02:16 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
sliver Offline
Junior Member

Registered: 01/24/01
Posts: 5
<FONT face="Comic Sans MS">thanks for replying so quickly... The base target in the sample was set to _top, when it should of been to main_scrren.... thanks for kicking the cob webs out... now I know it's time to get to bed...</FONT f>

------------------
Quote:
quote:
_________________________
Quote:
quote:

Top
#39333 - 01/31/01 08:04 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
spiffy Offline
Member

Registered: 03/28/00
Posts: 91
I use basic authentication on my site, is there any way to get the username and password from an NT session and pass it to the login script, thus bypassing the need to enter details twice?

Top
#39334 - 01/31/01 08:58 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
hate98 Offline
Member

Registered: 01/05/01
Posts: 280
Quote:
quote:


Sorry, the script was not designed to be used in conjunction with other auth methods, but rather to replace any existing method.

I suggest you do not use the script.


------------------
From: Jim Goldbloom
UBB Code Hacker
http://www.accessdeniedbbs.net/downloads for latest hacks

Top
#39335 - 02/01/01 07:14 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
spiffy Offline
Member

Registered: 03/28/00
Posts: 91
Thanks, Jim. I'll use the script because it's really impressive, I'll just implement the SSI part.

Another query please: I have a chat room on my site, is there a way I could use the cookie information from your login script to integrate into the chat script which requires a username/password to be inputtd before accessing, i.e. getting u/p from the cookie and filling in the appropriate text boxes?

Thanks, again.

Top
#39336 - 02/01/01 08:00 AM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
hate98 Offline
Member

Registered: 01/05/01
Posts: 280
On my web site I have user chat in the form of an applet. Instead of using HTML to display the applet and so forth, I made a perl script instead. If you know Perl, then I do not have to explain, you'll know what I mean and how to integrated variables into HTML (that's for advanced users only.)

The other way to do this is to write a javascript routine which loads cookies and fills in the username field automatically.

None of this has anything to do specifically with the login script, please note.

Visit my BBS http://www.accessdeniedbbs.net and go to my chat function and you'll see how I did it. I used the Perl method.

-jim

------------------
From: Jim Goldbloom
UBB Code Hacker
http://www.accessdeniedbbs.net/downloads for latest hacks

Top
#39337 - 02/02/01 02:27 PM Re: LOGIN.CGI Version 3.0 public available for download 1/6/01
hate98 Offline
Member

Registered: 01/05/01
Posts: 280
LOGIN.CGI - Version 3.5 [Public Release]
Supports versions 5.xx of UBB Licensed ONLY
By Jim Goldbloom sysop@accessdeniedbbs.net

Release date: 02/02/01 3pm

This is my final release for 5.xx series of UBB.
A new beta for UBB6 users will be available in a few weeks.

What is LOGIN.CGI?

So you're thinking why not just use .htaccess and be done with it? HA! I say, HA HA HA! ;-)

This version supports support for UBB styles (colors/fonts/etc.) plus a nifty new option to ban users who do not have posting enabled in their profile, if you wish. Other cosmetic fixes and it's an EXTREMELY stable version. I also updated the docs and perl-cookie.lib to help Windows users. This is a complete front end to tighten security on your UBB and allow a customized login screen complete with guest login support (optional), SSI redirects of forum topic pages requiring login first, IP ban checking, invalid/missing/illegal logins, and fixes problems with a few cookies. This is a powerful front end and I am sure you'll enjoy, it's highly customized and even includes custom redirect option you can use as you see fit.

Full features listing in this version:

* authenticates username/pass with UBB member files
* catches/logs ALL invalid/missing/illegal logins
* full support for IP ban list in CP
* Optionally force logout users who do NOT have
posting capability enabled but are registered.
* login username displayed in UBB; logout prompt hack
* full support for guest login mode
* support for registration screen (new members)
* support for lost password function in UBB
* when posting, username/pass fields *always*
filled in automatically even if other cookies expire
* guests are restricted from posting - full control
* custom entry point login screen integration for
unique online experience for your users
* automated logging (creates browser viewable HTML)
including date/time/user/IP/hostname lookup
and ability to disable events as you wish
* optional SSI support for max. data protection
(such as accessing UBB HTML topics/forums) with
registered user auto-redirect after login
* forced/manual login/logout, integrated into UBB
* allow custom private forum/screen redirect to
expand functionality of your UBB
* demo screens included in release archive
* full documentation and examples in archive
for UBB hacks, login screen demo, SSI setup
* friendly login-setup.txt - new and improved
* very streamlined UBB hacks, easy to install
* redirects have sensible timing delays
* colors and fonts are pulled from UBB styles
settings so clean, integrated interface for
any HTML generated by the script.

See it in action: http://www.accessdeniedbbs.net
(support forum in place on the BBS) - UBB6 with beta login script

Download the latest files/zip from: http://www.accessdeniedbbs.net/downloads

Enjoy, and feedback always appreciated.
If you wish to become a beta tester, send me email please! I need beta testers for 4.x run on the UBB6 platform!

DO NOT RESPOND TO THIS EMAIL
SEE THE NEW THREAD I POSTED.
THANK YOU.

Moderator - please kill this thread.

Top
Page 4 of 4 < 1 2 3 4



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks