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 3
1
2
3
>
Showing results 1 to 25 of 51
Search took
0.00
seconds.
Search:
Posts Made By:
rylin
Forum:
vBulletin 2.x Full Releases
12-07-2002, 11:44 PM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
yeah, http://vbulletin.com/forum/admincp ;) ...
yeah, http://vbulletin.com/forum/admincp ;)
jokes aside - no, only logon :)
Forum:
vBulletin 2.x Full Releases
11-29-2002, 01:27 PM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
I don't mind at all :)
I don't mind at all :)
Forum:
vBulletin 2.x Full Releases
11-28-2002, 11:08 AM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
https://vborg.vbsupport.ru/attachment.php?s=&posti...
https://vborg.vbsupport.ru/attachment.php?s=&postid=325989
Forum:
vBulletin 2.x Full Releases
11-28-2002, 09:49 AM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
I'm going to re-work it slightly to use the same...
I'm going to re-work it slightly to use the same include for admin & mod, stripped down css etc for tonight..
Expect a updated zip in some 12 hours (or less, if i get bored :p :p :p)
Forum:
vBulletin 2.x Full Releases
11-28-2002, 09:16 AM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
Look for the line that says (in vb3login.php) ...
Look for the line that says (in vb3login.php)
<td><input type="text" name="loginusername" value="" size="40" accesskey="u" /></td>
and change it to
<td><input type="text"...
Forum:
vBulletin 2.x Full Releases
11-27-2002, 09:32 PM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
I can't agree more :p But hey, it's a two...
I can't agree more :p
But hey, it's a two minute job that makes you waste^H^H^H^H^Hspend 5 minutes of your time staring at the pretty screen instead of just logging in :D
Forum:
vBulletin 2.x Full Releases
11-27-2002, 08:59 PM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
yep, that did it for me. In other words, you...
yep, that did it for me.
In other words, you should have the permission-check section look like
if (!ismoderator() or !$permissions['canview']) {
include "vb3login.php";
cpfooter();
...
Forum:
vBulletin 2.x Full Releases
11-27-2002, 08:55 PM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
after a quick look, i believe it should be enough...
after a quick look, i believe it should be enough if you follow the above instructions but look for
if (!ismoderator() or !$permissions['canview']) {
instead
also, a few rows after this, you...
Forum:
vBulletin 2.x Full Releases
11-27-2002, 04:47 PM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
did he use the zip file, or did he use the...
did he use the zip file, or did he use the original instructions?
might wanna try the zip
Forum:
vBulletin 2.x Full Releases
11-27-2002, 01:54 PM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
the login page was ripped straight off,...
the login page was ripped straight off, path-names to images & css changed, form-fields changed.
global.php was hacked to simply include() the page
Forum:
vBulletin 2.x Full Releases
11-27-2002, 01:38 PM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
Hmm.. right, nice version coming up shortly :D
Hmm.. right, nice version coming up shortly :D
Forum:
vBulletin 2.x Full Releases
11-27-2002, 11:17 AM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
we're not allowed to release whole files though?...
we're not allowed to release whole files though? (eg. vbulletin files) :/
Forum:
vBulletin 2.x Full Releases
11-27-2002, 09:43 AM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
Now for the urls to stylesheets etc :p ...
Now for the urls to stylesheets etc :p
Stylesheet: http://vbulletin.com/forum/clientscript/controlpanel.css
save it as admin/cp2.css
vBulletin logo:...
Forum:
vBulletin 2.x Full Releases
11-27-2002, 09:29 AM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
Right, afterif ($bbuserinfo[userid]==0 and...
Right,
afterif ($bbuserinfo[userid]==0 and $checkpwd) {
it should look like
// cpheader("<title>Forums admin</title>");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum:
vBulletin 2.x Full Releases
11-26-2002, 10:00 PM
Replies:
62
VB3-Style admin-login
Views:
8,652
Posted By
rylin
VB3-Style admin-login
Right..
Just for fun (well, for the looks, really ;)) I took a few minutes to re-write the vb2.2.8 admin-login screen to look like the vb3 preview one.
Note: the code does use images that are...
Forum:
vBulletin.org Site Feedback
10-19-2002, 04:50 PM
Replies:
7
[Suggestion] Weekly digest?
Views:
1,279
Posted By
rylin
[Suggestion] Weekly digest?
Something i figure would be cool would be a [optional] weekly/monthly digest of recent hacks and their stats, as well as something to promote recent hot topics (either automatic by checking the...
Forum:
vBulletin 2.x Full Releases
07-28-2002, 08:48 PM
Replies:
66
Trap Banned Members: They cant logout.
Views:
15,055
Posted By
rylin
I seriously don't understand the people that...
I seriously don't understand the people that complain that "it isn't working, my users can get around it in a matter of minutes!"...
First of all, Logician has already stated (quite a few times,...
Forum:
News and Announcements
04-21-2002, 08:24 PM
Replies:
64
Posting by E-Mail!
Views:
12,053
Posted By
rylin
the thing most people don't seem to realize is...
the thing most people don't seem to realize is that this isn't a feature that all of you will be able to use on _your_ forums... in fact, i bet less than 5% of you could use it.
what you need to...
Forum:
vBulletin 2.x Full Releases
02-16-2002, 09:35 PM
Replies:
24
[Release v2.0.3] High Server Load: Deny Guests, Allow Members
Views:
6,070
Posted By
rylin
don't have too much time right now, sadly.. we'll...
don't have too much time right now, sadly.. we'll see if i get around to it eventually.. instructions should be possible to follow now as well, as long as you take them with a grain of salt
Forum:
vBulletin 2.x Full Releases
11-20-2001, 09:36 PM
Replies:
24
[Release v2.0.3] High Server Load: Deny Guests, Allow Members
Views:
6,070
Posted By
rylin
re-releasing it when 2.2.1 final is up..
re-releasing it when 2.2.1 final is up..
Forum:
Member Archives
10-29-2001, 12:43 PM
Replies:
25
How do I distribute my Forum on CD-ROM for viewing
Views:
1,865
Posted By
rylin
[QUOTE]Originally posted by marc_t so the only...
[QUOTE]Originally posted by marc_t
so the only solution would be to produce an offline searchfunction which searches the sourcetext.. hmm
oki thanks for your help to all!
marc
Forum:
Member Archives
10-29-2001, 12:36 PM
Replies:
25
How do I distribute my Forum on CD-ROM for viewing
Views:
1,865
Posted By
rylin
[QUOTE]Originally posted by marc_t I had a try...
[QUOTE]Originally posted by marc_t
I had a try with webzip. So far this is not bad, as I can set filters for paths I don?t wanna have, but the search engine doesn?t work anymore afterwards.
Do...
Forum:
vBulletin 2.x Full Releases
10-27-2001, 10:39 AM
Replies:
27
[Release v2.0.3] Mods & Admins online
Views:
4,145
Posted By
rylin
[QUOTE]Originally posted by drumsy Worked...
[QUOTE]Originally posted by drumsy
Worked without a hitch!
Is it possible to get a brief idea of what this updated version does?
Forum:
vBulletin 2.x Full Releases
10-27-2001, 10:38 AM
Replies:
27
[Release v2.0.3] Mods & Admins online
Views:
4,145
Posted By
rylin
If you want to separate with a space, just add a...
If you want to separate with a space, just add a space after </a> in forumhome_modsloggedin
If you want to separate with a comma, add the comma, and then, right before eval("\$modlogin .=...
Forum:
vBulletin 2.x Full Releases
10-27-2001, 10:34 AM
Replies:
27
[Release v2.0.3] Mods & Admins online
Views:
4,145
Posted By
rylin
[QUOTE]Originally posted by \/ash could u like...
[QUOTE]Originally posted by \/ash
could u like post the full code in one post because your instructions are dificult for me to understand.
Showing results 1 to 25 of 51
Page 1 of 3
1
2
3
>
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
04:44 PM
.
-- 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.02535 seconds
Memory Usage
2,035KB
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
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(72)
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.0010
(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(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(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(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(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi