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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 175
Search took
0.01
seconds.
Search:
Posts Made By:
Takara
Forum:
vB3 Programming Discussions
08-29-2003, 02:38 PM
Replies:
9
Would like to learn how to Run a SQL Query
Views:
1,057
Posted By
Takara
I would like to kindly ask bowhunt, or a...
I would like to kindly ask bowhunt, or a moderator of the forum to please remove my email address from the first post. I make an effort to not have it posted online, thus making it harder for spam...
Forum:
vBulletin 2.x Full Releases
08-13-2003, 09:34 PM
Replies:
17
Ignore List prevents users from posting in threads
Views:
16,313
Posted By
Takara
wouldn't mind an updated version either.
wouldn't mind an updated version either.
Forum:
vB3 Programming Discussions
08-09-2003, 07:48 AM
Replies:
4
Combining 3 queries
Views:
1,167
Posted By
Takara
It ended up that bootvis was making a log file...
It ended up that bootvis was making a log file that just kept growing :/ I had no diskspace left, and that was causing the problem. But other than that the ); following the actual query shouldn't...
Forum:
vB3 Programming Discussions
08-08-2003, 10:50 AM
Replies:
4
Combining 3 queries
Views:
1,167
Posted By
Takara
I'll let you know when I fix this new issue... ...
I'll let you know when I fix this new issue...
[warn] getsockname
*sigh*, tried re-installing but apache still hates me. Can't load any pages *shrug*.. just get that error. But thanks for your...
Forum:
vB3 Programming Discussions
08-08-2003, 03:26 AM
Replies:
4
Combining 3 queries
Views:
1,167
Posted By
Takara
Combining 3 queries
I have 3 queries that are pretty much the same, each one just gets the total amount of rows that match a certin criteria. But I'm wondering if there is a way to merge the 3 queries into 1, this is...
Forum:
vBulletin 2.x Full Releases
11-26-2002, 07:39 AM
Replies:
157
Proxy Hack v1.0
Views:
45,740
Posted By
Takara
Its dependant on the proxy and such. Normal ISP...
Its dependant on the proxy and such. Normal ISP proxys and non anon proxys give your IP, but not all. So the code is not beta.
Forum:
Member Archives
11-23-2002, 04:27 AM
Replies:
14
Avatars link instead of database!
Views:
2,703
Posted By
Takara
Aswell the avatar won't show up in PMs, in your...
Aswell the avatar won't show up in PMs, in your Profile or other places. The right way to do this would be simply to change the uploading of the image and plop the url into the sql table.
geforce...
Forum:
vBulletin 2.x Full Releases
11-12-2002, 09:44 PM
Replies:
157
Proxy Hack v1.0
Views:
45,740
Posted By
Takara
I updated the post on the main page. I'm not much...
I updated the post on the main page. I'm not much with words. If someone wants to put some words in my mouth (reformat the opening post) feel free to type it up for me.
Thanks again to Stadler...
Forum:
vBulletin 2.x Full Releases
11-10-2002, 05:18 PM
Replies:
157
Proxy Hack v1.0
Views:
45,740
Posted By
Takara
Feel free, I'll update the link on the first post...
Feel free, I'll update the link on the first post to direct to yours.
Forum:
vB3 General Discussions
10-29-2002, 04:57 AM
Replies:
2
Detecting if user can accept gzip?
Views:
927
Posted By
Takara
if (eregi("gzip", $HTTP_ACCEPT_ENCODING)) { ...
if (eregi("gzip", $HTTP_ACCEPT_ENCODING)) {
echo "WAI! gzip is on~";
}
$HTTP_ACCEPT_ENCODING is an environmental variable.. so, if you have register_globals on then I think you'll have to...
Forum:
vB3 General Discussions
10-23-2002, 04:28 AM
Replies:
1
Ignored users can't reply to theads.
Views:
975
Posted By
Takara
Ignored users can't reply to theads.
I'm curious if anyone alredy developed this hack before I go ahead and do it.
Users that are on someone's ignore list cannot reply to threads posted by that person. I've had a few people mention...
Forum:
Community Lounge
10-23-2002, 04:12 AM
Replies:
5
I Really Dont Want To Die Now
Views:
1,281
Posted By
Takara
Yea, for example he'll call the number back that...
Yea, for example he'll call the number back that he called before like the police want. That has to be the dumbest trick the police could try..
"Umm, we didn't hear you the first time. Call back...
Forum:
vB3 Programming Discussions
10-15-2002, 12:46 AM
Replies:
5
would it be possible...
Views:
991
Posted By
Takara
I don't think its possible since javascript is...
I don't think its possible since javascript is parsed after, by the browser. But what you could do is something like
<script language="JavaScript">
function pass() { ...
Forum:
vB3 Programming Discussions
10-12-2002, 09:39 AM
Replies:
4
parsing /n/r with random text
Views:
1,087
Posted By
Takara
I ended up doing this for lack of a better option...
I ended up doing this for lack of a better option
<?php
$quotes = file('imagequotes.txt');
$quote = rand(0, sizeof($quotes)-1);
$quotes[$quote] = str_replace('\n\r', "
",...
Forum:
vB3 Programming Discussions
10-12-2002, 09:14 AM
Replies:
4
parsing /n/r with random text
Views:
1,087
Posted By
Takara
Well, its outputted to an image... so, it would...
Well, its outputted to an image... so, it would just put <br /> in there since gifs don't parse html last I checked ~_^
right?
Forum:
vB3 Programming Discussions
10-12-2002, 02:15 AM
Replies:
4
parsing /n/r with random text
Views:
1,087
Posted By
Takara
parsing /n/r with random text
Hai there, I'm using a little script to output random text to an image (PNG). But the problem is that it doesnt parse /n/r inside it, to make the new lines.
It just, displays them. Here is the...
Forum:
Community Lounge
10-04-2002, 02:06 AM
Replies:
5
Weird [:] Square in my cpanel ?
Views:
989
Posted By
Takara
Spy on us? ~_^
Spy on us? ~_^
Forum:
vBulletin 2.x Full Releases
09-10-2002, 05:01 AM
Replies:
78
Hunt out Inactive Users
Views:
14,364
Posted By
Takara
Thats because I had a testing forum where posts...
Thats because I had a testing forum where posts don't increase post count. red hadn't posted anywhere else but that forum. Sorry about that confusion
Forum:
vBulletin 2.x Full Releases
09-10-2002, 04:53 AM
Replies:
78
Hunt out Inactive Users
Views:
14,364
Posted By
Takara
Unfortunatly not. This little thing is just a...
Unfortunatly not. This little thing is just a bunch of sloppy code by me. I didn't think people would actually ever use it. If anyone has a moded version I'll put it in the original thread.
...
Forum:
vBulletin 2.x Full Releases
08-07-2002, 06:57 AM
Replies:
25
IRC post bot - No eggdrop
Views:
10,454
Posted By
Takara
*unlurks for a moment* I believe you are...
*unlurks for a moment*
I believe you are slightly mistaken about the way DDE works. DDE is basically a set of API function built into mirc, not a server. There would be no way for a php script, on...
Forum:
vBulletin 2.x Full Releases
07-29-2002, 04:20 PM
Replies:
43
Custom HTTP Error Documents
Views:
6,406
Posted By
Takara
Just a note, in the instructions it says ...
Just a note, in the instructions it says
If you just add the path, and leave out your domain the error document will take the place of the URL.. soo.. by going to dasdsa.php it leaves the url...
Forum:
vB3 General Discussions
06-28-2002, 11:27 AM
Replies:
6
Timeout for Cookie?
Views:
1,172
Posted By
Takara
lol, okie ^_^ Thanks for the help as always :)
lol, okie ^_^
Thanks for the help as always :)
Forum:
vB3 General Discussions
06-28-2002, 11:10 AM
Replies:
6
Timeout for Cookie?
Views:
1,172
Posted By
Takara
I was looking at this post firefly: ...
I was looking at this post firefly:
https://vborg.vbsupport.ru/showthread.php?postid=226579#post226579
Forum:
vB3 General Discussions
06-28-2002, 10:52 AM
Replies:
6
Timeout for Cookie?
Views:
1,172
Posted By
Takara
Ahhh, so its for the whole forum, not just the...
Ahhh, so its for the whole forum, not just the specific post. I get it now, sorry <^_^;
Forum:
vB3 General Discussions
06-28-2002, 10:43 AM
Replies:
9
The wonderful remove feature - Where is the feature to remove that???
Views:
1,185
Posted By
Takara
well, for the usergroup part, wouldnt you want to...
well, for the usergroup part, wouldnt you want to be doing
"If userid isnt 1 and userid isnt 3 or usergroupid is 1"
hmm, it might not be $user[usergroupid] that you want to use.. I dunno
/me...
Showing results 1 to 25 of 175
Page 1 of 7
1
2
3
>
Last
»
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
06:58 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.02397 seconds
Memory Usage
2,051KB
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
(25)
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.0040
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(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(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi