The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 2
1
2
>
Showing results 1 to 25 of 31
Search took
0.00
seconds.
Search:
Posts Made By:
JohnM
Forum:
vBulletin 2.x Full Releases
09-26-2001, 01:53 PM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
right.
right.
Forum:
vBulletin 2.x Full Releases
08-29-2001, 07:19 PM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
I don't know about rankings, but it does import...
I don't know about rankings, but it does import their postcounts, so at most you'd have to re-enter the rank names
Forum:
vBulletin 2.x Full Releases
08-27-2001, 01:26 PM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
Why don't you start a new thread for this and ask...
Why don't you start a new thread for this and ask the mods to close this one? since it's gotten to be so long people have to read through it to get to the file...
Forum:
vBulletin 2.x Full Releases
08-16-2001, 05:29 PM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
I'd send new passwords. Just works better with...
I'd send new passwords. Just works better with forgot password and such.
Forum:
vBulletin 2.x Full Releases
08-08-2001, 10:36 AM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
:p It isn't that hard to do categories... put...
:p
It isn't that hard to do categories... put them in as forums, store the new forumid in an array, and use that to find the parentID.
Forum:
vBulletin 2.x Full Releases
07-20-2001, 03:47 AM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
I wondered why you didn't use vB's functions ;)
I wondered why you didn't use vB's functions ;)
Forum:
vBulletin 2.x Full Releases
07-20-2001, 01:12 AM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
It was "done", but Nebula's rewriting it to work...
It was "done", but Nebula's rewriting it to work better and use vB's built in bbimport system. It imports forums, users, and everything from phpBB.
Forum:
vBulletin 2.x Full Releases
07-20-2001, 01:10 AM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
Maybe the vB developers'll even put it in the...
Maybe the vB developers'll even put it in the members area if you use their format :)
Forum:
vBulletin 2.x Full Releases
07-05-2001, 03:50 PM
Replies:
7
Release: news-section including comments
Views:
3,273
Posted By
JohnM
$title = mysql_result($result,$i,"title"); ...
$title = mysql_result($result,$i,"title");
$theid = mysql_result($result,$i,"threadid");
$name = mysql_result($result,$i,"postusername");
$time = mysql_result($result,$i,"dateline");
$a =...
Forum:
vBulletin 2.x Full Releases
07-05-2001, 03:44 PM
Replies:
7
Release: news-section including comments
Views:
3,273
Posted By
JohnM
lol $story =...
lol
$story = mysql_result(mysql_query("SELECT pagetext FROM post where threadid = $theid order by dateline limit 0,1"),"pagetext");
$post = mysql_result(mysql_query("SELECT postid FROM post...
Forum:
vB3 General Discussions
06-26-2001, 06:50 PM
Replies:
27
Hacking Tool
Views:
4,723
Posted By
JohnM
of course not. this is just a program that...
of course not.
this is just a program that both creates .mhk files (hack instructions) and runs them (does the hacking for you :))
Forum:
vBulletin 2.x Full Releases
06-25-2001, 06:00 PM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
when you get back, you might want to click on the...
when you get back, you might want to click on the very long link :) hehe (http://www.vbulletin.com/forum/showthread.php?s=&threadid=18121&pagenumber=2)
Forum:
vBulletin 2.x Full Releases
06-24-2001, 01:55 AM
Replies:
196
phpBB Importer Ready!
Views:
31,512
Posted By
JohnM
Nice :)
Nice :)
Forum:
vB3 General Discussions
06-23-2001, 05:22 PM
Replies:
10
How can I restrict access by usergroup?
Views:
1,770
Posted By
JohnM
<?php include("./global.php"); if...
<?php
include("./global.php");
if (!$bbuserinfo[userid] || $bbuserinfo[usergroupid]==1 || $bbuserinfo[usergroupid]==3) {
show_nopermission();
}...
Forum:
vB3 General Discussions
06-21-2001, 04:00 AM
Replies:
10
How can I restrict access by usergroup?
Views:
1,770
Posted By
JohnM
include("./global.php"); if...
include("./global.php");
if (!$bbuserinfo[userid] || $bbuserinfo[usergroupid]==1 || $bbuserinfo[usergroupid]==3) {
show_nopermission();
}
eval("dooutput(\"".gettemplate("chat")."\");");
Forum:
vBulletin 2.x Full Releases
06-03-2001, 03:38 AM
Replies:
6
File Not Found
Views:
3,378
Posted By
JohnM
note that this will only work on apache servers ...
note that this will only work on apache servers
you might be able to get your webhost to set the php script to be the 404 error page on other servers.
Forum:
vBulletin 2.x Full Releases
06-01-2001, 10:51 PM
Replies:
43
Report post to moderator -> PM or e-mail
Views:
7,369
Posted By
JohnM
"Look at the private message"? Demolition:...
"Look at the private message"?
Demolition: it shouldn't be doing that. are you sure you have more than one moderator? ;)
Forum:
vBulletin 2.x Full Releases
05-29-2001, 04:32 PM
Replies:
43
Report post to moderator -> PM or e-mail
Views:
7,369
Posted By
JohnM
it should send it to all of them... I don't see...
it should send it to all of them... I don't see why it wouldn't... PM me your while loop part of report.php
Forum:
vBulletin 2.x Full Releases
05-29-2001, 04:29 PM
Replies:
43
Report post to moderator -> PM or e-mail
Views:
7,369
Posted By
JohnM
First of all, it's against the license to post...
First of all, it's against the license to post files. Please remove it.
for your question, your tags were a bit messed up :p
your while() loop part should be:
while...
Forum:
vBulletin 2.x Full Releases
05-28-2001, 11:37 PM
Replies:
43
Report post to moderator -> PM or e-mail
Views:
7,369
Posted By
JohnM
demolition: change: ...
demolition:
change:
$moderators=$DB_site->query("SELECT DISTINCT userid, user.email FROM moderator,user WHERE user.userid=moderator.userid AND moderator.forumid IN ($foruminfo[parentlist])");
...
Forum:
vBulletin 2.x Full Releases
05-28-2001, 02:55 PM
Replies:
43
Report post to moderator -> PM or e-mail
Views:
7,369
Posted By
JohnM
Err, forgot to attach it :O
Err, forgot to attach it :O
Forum:
vBulletin 2.x Full Releases
05-28-2001, 02:48 PM
Replies:
43
Report post to moderator -> PM or e-mail
Views:
7,369
Posted By
JohnM
If you're using PHP3 use the attached script...
If you're using PHP3 use the attached script instead and do the following:
Database update complete.
You must now find the following code in <b>report.php</b>:
//check usergroup of user to...
Forum:
vBulletin 2.x Full Releases
05-28-2001, 02:39 PM
Replies:
43
Report post to moderator -> PM or e-mail
Views:
7,369
Posted By
JohnM
not in admin, just your normal directory ...
not in admin, just your normal directory
works for me :-(
Forum:
vB3 General Discussions
05-28-2001, 02:32 PM
Replies:
23
phpBB Import...
Views:
3,615
Posted By
JohnM
a friend of mine is a good portion done with this...
a friend of mine is a good portion done with this already...
Forum:
vBulletin 2.x Full Releases
05-26-2001, 10:00 PM
Replies:
43
Report post to moderator -> PM or e-mail
Views:
7,369
Posted By
JohnM
This hack allows you to select the method of...
This hack allows you to select the method of delivery for the report to moderator message.
Rename the attached script to JohnMinstall.php and run it. It will make the necessary database...
Showing results 1 to 25 of 31
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
10:13 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.04266 seconds
Memory Usage
2,026KB
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
(64)
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
Messages:
time to check permissions: 0.0007
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi