Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Universal Login for Snitz 3.4.03
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 13

CarKnee
Junior Member

USA
297 Posts

Posted - 22 August 2002 :  10:08:52  Show Profile  Visit CarKnee's Homepage
I made a change to the file. Please let me know if there is a better way...

If you are using this file outside of your forum directry you need to use the strForumURL variable in the FORM Action attribute and the INPUT SRC attribute. Correct?

Example:
<form action=""" & STRFORUMURL & "login.asp"" method=""post"" id=""Form1"" name=""Form1"">

AND

<input src=""" & STRFORUMURL & strImageUrl & "button_login.gif"" type=""image"" border=""0"" value=""Login"" id=""submit1"" name=""submit1"" tabindex=""3""></font>

[EDIT]
As well as all A HREF= Tags

Thanks
CarKnee


Edited by - CarKnee on 22 August 2002 10:13:16
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 22 August 2002 :  12:00:50  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
That's correct, strForumURL or hard code it. It just needs to be there or the form action outside your forum will be less than satisfactory.

@tomic

SportsBettingAcumen.com
Go to Top of Page

joatham
Junior Member

United Kingdom
169 Posts

Posted - 22 August 2002 :  15:17:03  Show Profile  Visit joatham's Homepage
quote:
Originally posted by @tomic

No problem. I also made some custom login/out buttons I will package it with in case anyone wants something a bit different.

@tomic


I've got a Windows XP "Silver" Theme login and logout button (with highlighted versions for Javascript rollovers), would you like me to send them to you to package with it?

John
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 22 August 2002 :  15:46:58  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Sure, that's a cool idea. If anyone wants I can add them in.

@tomic

SportsBettingAcumen.com
Go to Top of Page

joatham
Junior Member

United Kingdom
169 Posts

Posted - 22 August 2002 :  17:44:12  Show Profile  Visit joatham's Homepage
I've posted the login buttons here so anyone can download them, you're free to package them into your mod release though!

John
Go to Top of Page

skyhawks
Junior Member

USA
125 Posts

Posted - 22 August 2002 :  19:24:52  Show Profile  Visit skyhawks's Homepage
Kewl Joatham, WinXP silver theme are the best. thats how i have my OS setup as.... and thanks for the files too.

@tomic, hows the file going so far??

sky

----------------------------------------

Website: http://www.johnlophotography.com
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 22 August 2002 :  20:03:27  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
I keep getting distracted by the color config pages.

@tomic

SportsBettingAcumen.com
Go to Top of Page

ssnapier
Junior Member

USA
126 Posts

Posted - 22 August 2002 :  21:58:43  Show Profile  Visit ssnapier's Homepage  Send ssnapier an AOL message  Send ssnapier an ICQ Message  Send ssnapier a Yahoo! Message
ok, I think I already know the answer to this, but I am asking anyway....

I run a free email service as well as a forum, the email is being provided by everyone.net and they have their own little login script (on my front page) is it possible to use this mod and make it login in to the mail (and go to the users inbox) while in the background setting up a login to the forum so that when they are ready they can just bounce back and forth??


If freedom were shareware, soldiers are the ones who pay for it.
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 24 August 2002 :  00:48:04  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Just to let you know I am working on this and it's just about done but I will wait to make sure it works with 3.4.1 which is but hours a way!

@tomic

SportsBettingAcumen.com
Go to Top of Page

skyhawks
Junior Member

USA
125 Posts

Posted - 24 August 2002 :  12:30:33  Show Profile  Visit skyhawks's Homepage
Kool Thanks @tomic. Unless I am looking at the wrong place.. you havent upload the files for download yet??? Because the link on the original post (up top) is still the file you revised 8/20/2004. Let me know. and thanks again for your time. =)

----------------------------------------

Website: http://www.johnlophotography.com
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 24 August 2002 :  14:25:32  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Correct. I was just teasing with the screen shots because I want to make sure it works with 3.4.01 so everyone gets something that will do the job they want it to. Just give me a few more hours to chewck it all out. Waking up here.....yaaaaawn!

@tomic

SportsBettingAcumen.com
Go to Top of Page

skyhawks
Junior Member

USA
125 Posts

Posted - 24 August 2002 :  20:50:13  Show Profile  Visit skyhawks's Homepage
Thank you @tomic.. I'm going to install it tomorrow and try it out. Thanks again!

----------------------------------------

Website: http://www.johnlophotography.com
Go to Top of Page

skyhawks
Junior Member

USA
125 Posts

Posted - 25 August 2002 :  11:24:09  Show Profile  Visit skyhawks's Homepage
i'm trying to run this and test it out. a few things doesnt seem to be working.

1) Logout... when i press Logout.. it doesnt do anything...

2) if I am using "fname = chkString(Request.QueryString("Name"),"SQLString")" with the use of <!--#INCLUDE File="inc_func_common.asp"-->.. it give me an error as follows:

Microsoft VBScript runtime error '800a01a8'
Object required: 'my_Conn'
inc_func_common.asp, line 882

And If I'm using the inc_header.asp or inc_header_short.asp it seem ok.. but I would have to edit out all the top stuff.. and it seem like I am getting error message for the footer....

----------------------------------------

Website: http://www.johnlophotography.com

Edited by - skyhawks on 25 August 2002 11:25:21
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 25 August 2002 :  14:01:24  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
quote:
And If I'm using the inc_header.asp or inc_header_short.asp it seem ok.. but I would have to edit out all the top stuff.. and it seem like I am getting error message for the footer....


This MOD was written to be used with inc_header_short.asp or inc_header.asp because I couldn't think of how this MOD would be useful without one of those 2 files.

@tomic

SportsBettingAcumen.com
Go to Top of Page

skyhawks
Junior Member

USA
125 Posts

Posted - 25 August 2002 :  14:04:54  Show Profile  Visit skyhawks's Homepage
actually i am using inc_header_short.asp. I know what the error of the footer were.. i fix that. But I am still having problem Logout. When I press it... it doesnt do anything.

----------------------------------------

Website: http://www.johnlophotography.com
Go to Top of Page
Page: of 13 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07