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:
kill_emma
Forum:
Community Reviews
06-18-2004, 12:44 PM
Replies:
36
ArtOrg.v4
Views:
4,127
Posted By
kill_emma
I must say that however nice this style looks, I...
I must say that however nice this style looks, I miss the Autumn style. Can't wait to see the white though.
Forum:
Community Reviews
06-17-2004, 03:44 PM
Replies:
36
ArtOrg.v4
Views:
4,127
Posted By
kill_emma
Hey! I ported all the old articals! Technically...
Hey! I ported all the old articals! Technically it says that I posted them, so I posted lotsa artricals :P.
Forum:
Community Reviews
06-17-2004, 03:08 PM
Replies:
36
ArtOrg.v4
Views:
4,127
Posted By
kill_emma
Aye, I wasn't too big a fan of the Darkest style...
Aye, I wasn't too big a fan of the Darkest style to begin, but I do believe it turned out quite nicely. Off to my articals now ;)
Forum:
Community Lounge
12-30-2003, 11:10 PM
Replies:
8
Halodex
Views:
1,363
Posted By
kill_emma
it's a shame :( any chance of you giving me some...
it's a shame :( any chance of you giving me some suggestions as where to find new e-mail with hivemail?
Forum:
Community Lounge
12-30-2003, 10:59 PM
Replies:
8
Halodex
Views:
1,363
Posted By
kill_emma
Halodex
Anyone know what happened to it? O_O; Been gone for awhile now...
Forum:
Community Lounge
12-04-2003, 11:52 PM
Replies:
15
Vbulletin.com Version 3.0 Gamma Style
Views:
2,130
Posted By
kill_emma
hate the new design >_< i switched to vB Classic...
hate the new design >_< i switched to vB Classic on the forums, and i also do not like the javascript dependancy. i think it deffenetly could be done better
Forum:
vBulletin 3 Articles
12-02-2003, 10:21 PM
Replies:
521
Tutorial: How to run vBulletin onto your PC
Views:
149,009
Posted By
kill_emma
w00t! i've done both :P ask Steve
w00t! i've done both :P ask Steve
Forum:
vBulletin 3 Articles
11-30-2003, 11:06 PM
Replies:
521
Tutorial: How to run vBulletin onto your PC
Views:
149,009
Posted By
kill_emma
you know you use your localhost too much when...
you know you use your localhost too much when you:
#1 Reason - You see someone talking about the root account on a thread and believe that they are reffering to you.
:P
Forum:
vBulletin 3 Articles
11-17-2003, 07:32 PM
Replies:
521
Tutorial: How to run vBulletin onto your PC
Views:
149,009
Posted By
kill_emma
my goddess have we heard enough? this thread is...
my goddess have we heard enough? this thread is NOT and advertizment thread, it is STRICTLY for support, not to go telling people to use phptriad or phpdev or whatever the hell you want to use.
...
Forum:
vBulletin 3 Articles
10-29-2003, 09:03 PM
Replies:
521
Tutorial: How to run vBulletin onto your PC
Views:
149,009
Posted By
kill_emma
i would just uninstall triad, not only because...
i would just uninstall triad, not only because you use the old version, but because installing it yourself helps you learn, which means that it will be easier for you to troubleshoot, instead of...
Forum:
vBulletin 3 Articles
10-23-2003, 08:30 PM
Replies:
521
Tutorial: How to run vBulletin onto your PC
Views:
149,009
Posted By
kill_emma
make sure you check dbmysql.php on the specified...
make sure you check dbmysql.php on the specified lines, so that you get an idea of why you are getting the errors. if you cant find it from there, then make sure that your mysql is running, or...
Forum:
vB3 Programming Discussions
10-17-2003, 09:35 PM
Replies:
16
How to connect to a vB database & sessions
Views:
2,534
Posted By
kill_emma
w00t, now it works. 2 things then i'm done!...
w00t, now it works.
2 things then i'm done!
1: everything will work except for the users online... why?
2: how would i display a user's info from the getinfo template (ie...
Forum:
vB3 Programming Discussions
10-17-2003, 06:19 PM
Replies:
16
How to connect to a vB database & sessions
Views:
2,534
Posted By
kill_emma
still getting the same message
still getting the same message
Forum:
vB3 Programming Discussions
10-17-2003, 01:52 AM
Replies:
16
How to connect to a vB database & sessions
Views:
2,534
Posted By
kill_emma
Warning: main(./includes/init.php): failed to...
Warning: main(./includes/init.php): failed to open stream: No such file or directory in C:\network\Apache2\htdocs\forum\global.php on line 18
Fatal error: main(): Failed opening required...
Forum:
vB3 Programming Discussions
10-16-2003, 06:09 PM
Replies:
16
How to connect to a vB database & sessions
Views:
2,534
Posted By
kill_emma
how are they done if i may ask :P
how are they done if i may ask :P
Forum:
vB3 Programming Discussions
10-15-2003, 09:19 PM
Replies:
16
How to connect to a vB database & sessions
Views:
2,534
Posted By
kill_emma
why wont it work? :(
why wont it work? :(
Forum:
vB3 Programming Discussions
10-15-2003, 09:02 PM
Replies:
16
How to connect to a vB database & sessions
Views:
2,534
Posted By
kill_emma
ok, so now i'm using: <?php ...
ok, so now i'm using:
<?php
chdir('forum');
require_once('./global.php');
echo "members: $numbermembers<br>" .
"threads: $totalthreads<br>" .
"posts: $totalposts<br>" .
...
Forum:
vB3 Programming Discussions
10-15-2003, 06:45 PM
Replies:
16
How to connect to a vB database & sessions
Views:
2,534
Posted By
kill_emma
chdir('./forum'); ...
chdir('./forum');
require_once('./global.php');
$db = mysql_connect ('localhost','root','');
mysql_select_db ('general',$db);
i'm using that and it aint workin.
Forum:
vB3 Programming Discussions
10-14-2003, 10:30 PM
Replies:
16
How to connect to a vB database & sessions
Views:
2,534
Posted By
kill_emma
How to connect to a vB database & sessions
Right, here's what i'm trying to do, i'm on vB3 Beta 7, and i'm trying to connect to the database and use the vB permisions and the whois online thinger, but i dont know how. Let me plug in this info...
Forum:
News and Announcements
10-14-2003, 06:44 PM
Replies:
54
Welcome on board amykhar
Views:
12,784
Posted By
kill_emma
/me is confuzzled
/me is confuzzled
Forum:
vBulletin.org Site Feedback
10-13-2003, 07:32 PM
Replies:
7
unlicensed
Views:
1,218
Posted By
kill_emma
welcome :)
welcome :)
Forum:
vBulletin.org Site Feedback
10-13-2003, 07:19 PM
Replies:
7
unlicensed
Views:
1,218
Posted By
kill_emma
try entering the addy in all three slots.
try entering the addy in all three slots.
Forum:
News and Announcements
10-13-2003, 07:14 PM
Replies:
54
Welcome on board amykhar
Views:
12,784
Posted By
kill_emma
*raises left eyebrow*
*raises left eyebrow*
Forum:
News and Announcements
10-13-2003, 06:05 PM
Replies:
54
Welcome on board amykhar
Views:
12,784
Posted By
kill_emma
it flys? really? where!?!
it flys? really? where!?!
Forum:
vBulletin.org Site Feedback
10-13-2003, 06:01 PM
Replies:
6
[SOLVED] "forum" button in vb.org purple style
Views:
1,250
Posted By
kill_emma
i'm a bit confuzzled here o_O;
i'm a bit confuzzled here o_O;
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
12:54 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.02115 seconds
Memory Usage
2,022KB
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
(51)
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.0009
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(7, 0, 1,''); -> cached fperms for forum 7
(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(7, 0, 1,''); -> cached fperms for forum 7
(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(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
FULLTEXT Search
php_sapi_name(): fpm-fcgi