Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: mt_100
Forum: vBulletin 2.x Beta Releases 08-26-2003, 05:54 PM
Replies: 101
Views: 41,024
Posted By mt_100
Right now the code for an incorrect user name and...

Right now the code for an incorrect user name and password is in the section that starts on line 95 inside that else statement.

All you would have to do is chage that table in the else to a header...
Forum: vBulletin 2.x Full Releases 08-12-2003, 11:41 AM
Replies: 31
Views: 5,738
Posted By mt_100
Make sure you have sessions turned on in your PHP...

Make sure you have sessions turned on in your PHP file as well as register globals and I think you may need short tags to unless you change them.

That could be why you can't display the user info....
Forum: vBulletin 2.x Full Releases 08-11-2003, 12:14 PM
Replies: 31
Views: 5,738
Posted By mt_100
Here is my logout file.

Here is my logout file.
Forum: vBulletin 2.x Beta Releases 03-20-2003, 11:38 AM
Replies: 101
Views: 41,024
Posted By mt_100
Well, my hack is session based so if you close...

Well, my hack is session based so if you close the browser it will kill the session.

Otherwise check you php.ini file for the session length and see what is set to, I keep mine set to zero.

I...
Forum: vBulletin 2.x Full Releases 03-13-2003, 10:28 PM
Replies: 31
Views: 5,738
Posted By mt_100
That is odd that is is going to the wrong page....

That is odd that is is going to the wrong page. Let me run through a few things and see what I can come up with.

Hey, thatnks for the additions, glad to know my code is liked and I appreciate the...
Forum: vBulletin 2.x Full Releases 02-04-2003, 11:28 AM
Replies: 31
Views: 5,738
Posted By mt_100
The database is selected in line 41 of the file,...

The database is selected in line 41 of the file, so that shouldn't be the issue.
Forum: vBulletin 2.x Full Releases 02-03-2003, 11:24 AM
Replies: 31
Views: 5,738
Posted By mt_100
Take a look at my post just before yours and make...

Take a look at my post just before yours and make sure those items are satisfied. It looks like you don't have a connection to the DB so be sure to check your connect.php.
Forum: vBulletin 2.x Full Releases 01-27-2003, 11:43 AM
Replies: 31
Views: 5,738
Posted By mt_100
That is the correct code to work, so no problem...

That is the correct code to work, so no problem there.

What version oh PHP are you using?

Also, is the register_globals setting turned on in the php.ini file?

Try to rename the file you are...
Forum: vBulletin 2.x Beta Releases 01-13-2003, 11:17 AM
Replies: 101
Views: 41,024
Posted By mt_100
Thank you for the comments, and the tips. I...

Thank you for the comments, and the tips.

I forgot to note that the new version includes an added feature. I added a column to the user table in the vBulletin database called lastlogin as a date...
Forum: Member Archives 01-07-2003, 07:13 PM
Replies: 7
Views: 1,338
Posted By mt_100
How are you calling the function from the search...

How are you calling the function from the search form? I can't seem to get it right, can I have a copy of your search form?
Forum: Member Archives 01-07-2003, 02:38 PM
Replies: 4
Views: 1,248
Posted By mt_100
Not sure if those do but this one does. ...

Not sure if those do but this one does.

https://vborg.vbsupport.ru/showthread.php?s=&threadid=41833
Forum: vBulletin 2.x Full Releases 01-02-2003, 06:02 PM
Replies: 31
Views: 5,738
Posted By mt_100
Here is the new version, should work for you.

Here is the new version, should work for you.
Forum: vBulletin 2.x Full Releases 01-02-2003, 06:01 PM
Replies: 31
Views: 5,738
Posted By mt_100
Yes there is a problem for some. The solution is...

Yes there is a problem for some. The solution is to change all the lines that read ECHO that are HTML to just HTML and put the stop PHP and Start PHP parkers before and after them. I will send the...
Forum: vB3 General Discussions 11-22-2002, 01:52 PM
Replies: 8
Views: 1,071
Posted By mt_100
I was thinking about that but I didn't want the...

I was thinking about that but I didn't want the field to get erased everytime the tables were changed in new upgrades.
Forum: vB3 General Discussions 11-22-2002, 11:54 AM
Replies: 8
Views: 1,071
Posted By mt_100
Strange, I got a reply on the vBulletin.com board...

Strange, I got a reply on the vBulletin.com board and the guy from the vBulletin team says last activity controls the icons.

I have no idea what to think now...??
Forum: vB3 General Discussions 11-22-2002, 11:46 AM
Replies: 8
Views: 1,071
Posted By mt_100
What about the last activity field, any ideas...

What about the last activity field, any ideas about what it does?
Forum: vB3 General Discussions 11-21-2002, 07:00 PM
Replies: 8
Views: 1,071
Posted By mt_100
Quick question

I currently have a hack that gives me security on my whole site using the vBulletin user table.

However, unless they enter the forums area non of the last visit or last login items are changed in...
Forum: vBulletin 2.x Full Releases 10-04-2002, 03:19 PM
Replies: 31
Views: 5,738
Posted By mt_100
This hack is server independant, I use it on my...

This hack is server independant, I use it on my IIS and Apache servers and it works fine.
Forum: vBulletin 2.x Full Releases 08-08-2002, 01:21 PM
Replies: 31
Views: 5,738
Posted By mt_100
Well, to install it. 1. Create a file called...

Well, to install it.

1. Create a file called connect.php and define the connection variables. Here is an example:

<?
// Variables that are used are the following
// $DB_SERVER : Name of...
Forum: vBulletin 2.x Full Releases 08-02-2002, 06:38 PM
Replies: 31
Views: 5,738
Posted By mt_100
I doubt it is cleaner, I'm certainly not a pro,...

I doubt it is cleaner, I'm certainly not a pro, but it works.

I saw a great hack for Apache on Unix/Linux with .htaccess that did the same thing and loved it, use it on one of my servers.

I...
Forum: vBulletin 2.x Full Releases 08-01-2002, 10:00 PM
Replies: 31
Views: 5,738
Posted By mt_100
Add security to non VB pages and block user groups

OK, my first "hack"!

I created this because I want to have security and logins for my sites non VB pages but don't want two logins, one for the site and one for the forums.

There are other...
Forum: vB3 General Discussions 04-02-2002, 05:28 PM
Replies: 2
Views: 1,061
Posted By mt_100
I figured it out. Change line seven from: ...

I figured it out.

Change line seven from:

if (!$HTTP_COOKIE_VARS["bbuserid"]) {

to:

if (empty($HTTP_COOKIE_VARS["bbuserid"])) {
Forum: vB3 General Discussions 04-02-2002, 02:27 PM
Replies: 2
Views: 1,061
Posted By mt_100
Anyone...please?

Anyone...please?
Forum: vB3 General Discussions 04-01-2002, 07:30 PM
Replies: 2
Views: 1,061
Posted By mt_100
Need help badly.

I have a site running that uses the vBulletin security for access to non VB pges.

I have a file in the vBulletin directory with the following code in it that I got from a hack here.


<?php
...
Forum: Modification Requests/Questions (Unpaid) 04-01-2002, 03:13 PM
Replies: 3
Views: 1,205
Posted By mt_100
Sleepbirdcyp! Hey that works great except...

Sleepbirdcyp!

Hey that works great except for one thing.

When I go to the page that is protected I see the login boxes and I'm able to log in using them, but there is an error just about them...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT. The time now is 06:15 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01931 seconds
  • Memory Usage 2,028KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (45)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete