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 48
Search took
0.00
seconds.
Search:
Posts Made By:
hidjra
Forum:
vBulletin 4.x Add-ons
05-05-2010, 12:51 PM
Replies:
512
Forum Home Enhancements -
New Latest Album Pictures - Forum Home
Views:
119,771
Posted By
hidjra
i would like to know this too
i would like to know this too
Forum:
vBulletin 4.x Add-ons
05-05-2010, 12:50 PM
Replies:
512
Forum Home Enhancements -
New Latest Album Pictures - Forum Home
Views:
119,771
Posted By
hidjra
is it also possible to display user/avatar photos
is it also possible to display user/avatar photos
Forum:
vBulletin 4.x Template Modifications
02-15-2010, 11:42 AM
Replies:
4
Mini Mods -
Memberinfo Recent visitors [usergroup title with unknown the pic]
Views:
2,171
Posted By
hidjra
can you post that too ??
can you post that too ??
Forum:
vB3 General Discussions
05-16-2006, 06:49 PM
Replies:
12
cookies AND session on nonvb site without including global.php
Views:
1,395
Posted By
hidjra
i wrote this code to do exactly what i stated...
i wrote this code to do exactly what i stated above. I'm just not sure this is the best way for doing this. Could some one have a look at this?
// copied from vb3.5 gold
function fetch_alt_ip()...
Forum:
vBulletin 3.5 Add-ons
05-15-2006, 02:34 PM
Replies:
425
vBExternal v1.6
Views:
92,066
Posted By
hidjra
Is there a way to display the logged-in user, os...
Is there a way to display the logged-in user, os show a login form when there's no one logged in?
Grtz,
Hidjra
Forum:
Modification Requests/Questions (Unpaid)
04-18-2006, 07:43 PM
Replies:
3
Guests viewing avatars....
Views:
1,225
Posted By
hidjra
I'm also interrested in this mod, but is there a...
I'm also interrested in this mod, but is there a way to also limit the querying of the avatar from the database for guests. Cause this template-mod only disables the displaying of the avatar (which...
Forum:
vB3 General Discussions
04-04-2006, 08:43 AM
Replies:
12
cookies AND session on nonvb site without including global.php
Views:
1,395
Posted By
hidjra
Yes, that's what i mean. The cookie domain is...
Yes, that's what i mean. The cookie domain is .domain.com
The cookies are all working without any problems.
Grtz,
Hidjra
Forum:
Big Board Discussions
03-29-2006, 04:59 PM
Replies:
23
Multiple server Nic cards-public and private
Views:
9,088
Posted By
hidjra
This sounds interresting. How did you accomplish...
This sounds interresting. How did you accomplish this?
Grtz,
Hidjra :bunny:
Forum:
vBulletin 3.5 Add-ons
03-16-2006, 10:00 PM
Replies:
17
gzip your CSS
Views:
6,912
Posted By
hidjra
gzip your CSS
Step 1
Create a new file, call it 'gzip-css.php' copy the following snippet and upload to the 'vbulletin_css' folder:
<?php
ob_start('ob_gzhandler');
header('Content-type: text/css; charset:...
Forum:
vB3 General Discussions
03-10-2006, 11:53 AM
Replies:
2
Flash Logo & Navigation
Views:
1,113
Posted By
hidjra
You can do this by using the conditions in...
You can do this by using the conditions in templates en passing flashvars to your flashobject. We have something similair on our forum with no probs, just make sure you also pass the sessions (if...
Forum:
vB3 General Discussions
03-10-2006, 11:43 AM
Replies:
12
cookies AND session on nonvb site without including global.php
Views:
1,395
Posted By
hidjra
No one any ideas?
No one any ideas?
Forum:
vB3 General Discussions
03-07-2006, 09:24 PM
Replies:
12
cookies AND session on nonvb site without including global.php
Views:
1,395
Posted By
hidjra
We have different websites on the same domain,...
We have different websites on the same domain, and because our forum has over 90.000 members we want members to be able to browse all the websites by using there vb username and password.
So...
Forum:
vB3 General Discussions
03-07-2006, 09:06 PM
Replies:
8
How do you update cookie/session?
Views:
1,630
Posted By
hidjra
There's some changes in init.php regarding the...
There's some changes in init.php regarding the NOSHUTDOWNFUNC. Take a look in init.php. Look for this around line 202.
if (PHP_VERSION < '5' OR ((SAPI_NAME == 'cgi' OR SAPI_NAME == 'cgi-fcgi') AND...
Forum:
vB3 General Discussions
03-07-2006, 08:21 PM
Replies:
12
cookies AND session on nonvb site without including global.php
Views:
1,395
Posted By
hidjra
I'm not an advanced coder so i don't even know...
I'm not an advanced coder so i don't even know where to start. Has anyone done this before or maybe an existing hack that has some similarity?
Grtz,
Hidjra
Forum:
vB3 General Discussions
03-03-2006, 02:48 PM
Replies:
12
cookies AND session on nonvb site without including global.php
Views:
1,395
Posted By
hidjra
cookies AND session on nonvb site without including global.php
Hi,
I don't if this is the right forum. If it's not, i apologize and please move to the right/apropriate forum.
Im setting up a website (on the same domain [subdomain]) outside the forum...
Forum:
vB3 General Discussions
03-03-2006, 12:38 PM
Replies:
10
How do you check if a user is already login (API)?
Views:
1,242
Posted By
hidjra
try this $my_header = implode("",...
try this
$my_header = implode("", file("../header_top.php"));
echo $my_header;
Forum:
vBulletin 3.0 Full Releases
10-05-2005, 04:42 PM
Replies:
189
Compress Forum Templates (Speed up your Forums & Save Bandwidth)
Views:
30,406
Posted By
hidjra
This won't work. You'll need to change the...
This won't work. You'll need to change the queries to:
if it's a select/read querie:
from '$DB_site->query' to '$db->query_read'
if it's a update/write querie:
from '$DB_site->query' to...
Forum:
vBulletin 2.x Full Releases
03-27-2003, 05:55 PM
Replies:
173
Oak?s vGallery 1.0
Views:
16,182
Posted By
hidjra
Oh, im sorry. Adding the "addslashes()"...
Oh, im sorry.
Adding the "addslashes()" function to the insert query makes shure it doesn't give you an error when using single quote's (') in (sub)category title's and descriptions.
Hidjra
Forum:
vBulletin 2.x Full Releases
03-27-2003, 04:46 PM
Replies:
173
Oak?s vGallery 1.0
Views:
16,182
Posted By
hidjra
in create_category.php and create_subcategory.php...
in create_category.php and create_subcategory.php use this code chunck instead of the one in tha zip
// add category to database
$vars = "sName";
$values = "'" . addslashes($name) . "'";
if...
Forum:
vB3 Programming Discussions
12-11-2002, 08:19 AM
Replies:
4
checkbox
Views:
999
Posted By
hidjra
nobody?? hello guys :speechless: help needed :D ...
nobody?? hello guys :speechless: help needed :D
Hidjra
Forum:
vB3 Programming Discussions
12-10-2002, 09:10 AM
Replies:
4
checkbox
Views:
999
Posted By
hidjra
ok, i gave the checkboxes a unique name, and i...
ok, i gave the checkboxes a unique name, and i succeeded in writing the value to the table, seperated with a space
<input type="checkbox\" name=\"genre[]\" value=\"1\" $genre1>
<input...
Forum:
vB3 Programming Discussions
12-07-2002, 12:46 PM
Replies:
4
checkbox
Views:
999
Posted By
hidjra
i tried this, but this only works when a user...
i tried this, but this only works when a user checks just one of the checkboxes :knockedout:
$haalartiest = mysql_query("select artiestid,naam,synoniem,land,genre from club_artiest WHERE...
Forum:
vB3 Programming Discussions
12-07-2002, 12:41 PM
Replies:
4
checkbox
Views:
999
Posted By
hidjra
checkbox
hi guys,
can anyone help me with this, it has nothing to do with vbulletin.
i want to write/pull some info to/from the database, and show the values in checkboxes, for example;
when a user...
Forum:
vBulletin 2.x Full Releases
10-26-2002, 02:54 AM
Replies:
74
vBQuiz Add-on v1.2
Views:
12,256
Posted By
hidjra
hi, does anyone know how many queries this...
hi,
does anyone know how many queries this will add to forumhome?
and how many queries will it add if we also add the addon kira suggested?
:banana:
hidjra
Forum:
vB3 Programming Discussions
10-23-2002, 10:20 AM
Replies:
1
include problem
Views:
838
Posted By
hidjra
no one?? :(
no one?? :(
Showing results 1 to 25 of 48
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
04:52 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.02432 seconds
Memory Usage
2,039KB
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
(40)
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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi