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...
Showing results 1 to 23 of 23
Search took
0.01
seconds.
Search:
Posts Made By:
Mink_
Forum:
vB3 Programming Discussions
05-25-2005, 12:22 AM
Replies:
0
Ajax
Views:
868
Posted By
Mink_
Ajax
As I'm sure some of you may know, vBulletin 3.5 will have a feature involving something called Ajax. Basically, all Ajax is is a method to update the data on your page without actually refreshing,...
Forum:
vB3 General Discussions
04-30-2005, 05:09 PM
Replies:
0
Change Post Cutoff (All Forums) ?
Views:
670
Posted By
Mink_
Change Post Cutoff (All Forums) ?
My webhost went down for a full month, and when I finally managed to restore my database, all of the posts were from before the cutoff, so none of them showed... however, I have something along the...
Forum:
vBulletin 3.0 Beta Releases
02-19-2005, 05:02 PM
Replies:
46
vbSpamBuster v0.2
Views:
11,068
Posted By
Mink_
To get that working in the ACP, I suggest you...
To get that working in the ACP, I suggest you just make a new database table and call the values into an array with mysql_fetch_array().
Also, I suggest you use the similar_text() function and...
Forum:
Community Lounge
02-16-2005, 03:32 AM
Replies:
14
English spelling question...
Views:
1,549
Posted By
Mink_
Does this domain amuse anyone but me?...
Does this domain amuse anyone but me? "http://english-zone.com/"
Forum:
vB3 Programming Discussions
02-16-2005, 02:21 AM
Replies:
6
Call Array Value From Outside Function?
Views:
1,142
Posted By
Mink_
Thanks alot. :) You rule. This will help me...
Thanks alot. :)
You rule. This will help me infinitely. As the English say, cheers! :D
Forum:
vB3 Programming Discussions
02-16-2005, 02:06 AM
Replies:
6
Call Array Value From Outside Function?
Views:
1,142
Posted By
Mink_
I'm having trouble passing the variables out. oO;...
I'm having trouble passing the variables out. oO;
for instance,
function test() {
$var = "val";
}
test();
echo $var;
doesn't work. :(
Forum:
vB3 Programming Discussions
02-16-2005, 01:22 AM
Replies:
6
Call Array Value From Outside Function?
Views:
1,142
Posted By
Mink_
The reason I wanted to do this with arrays is...
The reason I wanted to do this with arrays is that I need to have something like 100 global variables for my software, and setting them up individually would be a pain. They're taken directly from...
Forum:
vB3 Programming Discussions
02-16-2005, 01:08 AM
Replies:
6
Call Array Value From Outside Function?
Views:
1,142
Posted By
Mink_
Call Array Value From Outside Function?
I'm working on a web-RPG, and need a little help with my database queries, as I need to be setting up globals using unfctions.
I'm using this simple code that I came up with after a few minutes of...
Forum:
vB3 General Discussions
01-31-2005, 01:42 AM
Replies:
11
Reading database in editpost.php
Views:
1,056
Posted By
Mink_
You could just make a simple SQL query based on...
You could just make a simple SQL query based on that value... Just go into phpyAdmin or whatever you use and look at the database format... the rest should be pretty simple.
And about that option...
Forum:
vB3 General Discussions
01-31-2005, 01:27 AM
Replies:
11
Reading database in editpost.php
Views:
1,056
Posted By
Mink_
Can't you track edits in the admin cp?
Can't you track edits in the admin cp?
Forum:
vB3 General Discussions
01-31-2005, 12:25 AM
Replies:
0
Scaling Images
Views:
746
Posted By
Mink_
Scaling Images
Well, last night I made this image scaling script, and then forgot what it was for... and then it dawned on me - it could be used for fixing the problem with some fixed skins where images that are...
Forum:
vB3 General Discussions
01-12-2005, 12:31 AM
Replies:
8
Colour Code Experts, Can you help me with these?
Views:
1,051
Posted By
Mink_
You could also view the page source. That hass...
You could also view the page source. That hass the CSS in it ;)
Forum:
Modification Graveyard
01-12-2005, 12:28 AM
Replies:
93
Major Additions -
RPG Inferno Lite
Views:
42,259
Posted By
Mink_
Here's just a tip to all people using this hack....
Here's just a tip to all people using this hack. You will get MySQL errors when you try to include 's in the names of... anything. For instance, if you call a monster Mike's Monster, it will not...
Forum:
vB3 General Discussions
01-12-2005, 12:18 AM
Replies:
4
google spiders etc
Views:
977
Posted By
Mink_
Well, that was a shameless plug...
Well, that was a shameless plug...
Forum:
vB3 General Discussions
01-10-2005, 12:25 AM
Replies:
5
make terms page submit button count down
Views:
1,256
Posted By
Mink_
If I'm not mistaken, it should go in the...
If I'm not mistaken, it should go in the registration section your html templates.
Forum:
vB3 General Discussions
01-10-2005, 12:22 AM
Replies:
6
profile..parse error?
Views:
781
Posted By
Mink_
You missed these guys: {} ...
You missed these guys: {}
switch($userinfo['activity'])
// Album user online Mod
{ case 'album':
$userinfo['action'] = 'Browsing album';
$userinfo['where'] = "<a...
Forum:
vB3 General Discussions
01-10-2005, 12:17 AM
Replies:
9
ho ware languages handled? its for a mod...
Views:
1,040
Posted By
Mink_
Disregare SVTBlackLight01's post. He didn't read...
Disregare SVTBlackLight01's post. He didn't read the thread. I suspect you would do it here.
Forum:
vB3 General Discussions
01-09-2005, 11:27 PM
Replies:
9
ho ware languages handled? its for a mod...
Views:
1,040
Posted By
Mink_
Language File. You can export it, and then put it...
Language File. You can export it, and then put it up for people to download :)
Forum:
vB3 General Discussions
01-09-2005, 10:32 PM
Replies:
9
ho ware languages handled? its for a mod...
Views:
1,040
Posted By
Mink_
It's in the admin CP. Just keep scrolling down...
It's in the admin CP. Just keep scrolling down the navigation menu until you find it ;)
Forum:
vB3 General Discussions
01-09-2005, 09:22 PM
Replies:
5
PHP Functions in postbit?
Views:
908
Posted By
Mink_
EDIT: I managed to do it, after... spending the...
EDIT: I managed to do it, after... spending the whole day messing around. But, on the bright side, now I know how to do that sort of thing :devious:
Thanks alot for your help guys. If anyone...
Forum:
vB3 General Discussions
01-09-2005, 07:22 PM
Replies:
5
PHP Functions in postbit?
Views:
908
Posted By
Mink_
Well, I'm pretty sure functions.php is included...
Well, I'm pretty sure functions.php is included globally. To test that, I stuck echo"test"; in there, and then until I removed it, it showed the text "test" on every page in my forum. I feel kind of...
Forum:
vB3 General Discussions
01-09-2005, 06:16 PM
Replies:
5
PHP Functions in postbit?
Views:
908
Posted By
Mink_
PHP Functions in postbit?
Alright, this question might have been answered before, or it might be obvious... either way, go easy on me. I'm a bit new to this.
How might one go about running a php function inside of the...
Forum:
Modification Graveyard
01-09-2005, 03:10 PM
Replies:
93
Major Additions -
RPG Inferno Lite
Views:
42,259
Posted By
Mink_
@ SupremeWeapon: I don't know where you got your...
@ SupremeWeapon: I don't know where you got your information, but almost everything you stated in that post was wrong. First of all, you don't "get things copyrighted". Anything that anyone ever...
Showing results 1 to 23 of 23
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:53 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.03357 seconds
Memory Usage
2,014KB
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)
post_thanks_navbar_search
(1)
search_results
(23)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(15)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0088
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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(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
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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
(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
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
FULLTEXT Search
php_sapi_name(): fpm-fcgi