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 72
Search took
0.00
seconds.
Search:
Posts Made By:
khaleejy
Forum:
vB3 General Discussions
07-25-2003, 02:30 PM
Replies:
5
how to get the templates??
Views:
1,229
Posted By
khaleejy
ok.. how can i modify the template??
ok.. how can i modify the template??
Forum:
vB3 General Discussions
07-24-2003, 04:19 PM
Replies:
5
how to get the templates??
Views:
1,229
Posted By
khaleejy
how to get the templates??
hi
wheres the templates list in admin cp?? i cant see any link for it
anyone know how can i show ALL the templates in one page (like the old version)??
Forum:
vB3 General Discussions
07-24-2003, 12:26 PM
Replies:
9
cant use arabic usernames
Views:
1,363
Posted By
khaleejy
"I tried recreating this on your forum with...
"I tried recreating this on your forum with several different character encodings in the browser. My guess is that it is caused by double byte fonts used by certain languages like Japanese. However I...
Forum:
vB3 General Discussions
07-24-2003, 10:41 AM
Replies:
9
cant use arabic usernames
Views:
1,363
Posted By
khaleejy
i think that i got the key guys but i need a...
i think that i got the key guys but i need a little help
admin cp /Censorship Options/Blank ASCII Character Stripper:
If there are certain raw ASCII characters you would like to strip from...
Forum:
vB3 General Discussions
07-24-2003, 10:31 AM
Replies:
9
cant use arabic usernames
Views:
1,363
Posted By
khaleejy
come on guys im still waiting :confused:
come on guys im still waiting :confused:
Forum:
vB3 General Discussions
07-08-2003, 11:19 PM
Replies:
9
cant use arabic usernames
Views:
1,363
Posted By
khaleejy
well you right.. about the nickname.. its ÌÇãÚí ...
well you right.. about the nickname.. its ÌÇãÚí
i hope that u can read it
Forum:
vB3 General Discussions
07-07-2003, 10:26 PM
Replies:
9
cant use arabic usernames
Views:
1,363
Posted By
khaleejy
anyone??? please
anyone??? please
Forum:
vB3 General Discussions
07-06-2003, 10:39 AM
Replies:
9
cant use arabic usernames
Views:
1,363
Posted By
khaleejy
cant use arabic usernames
hi there
anyone know why the last version doesnt allow to change the options of arabic usernames
when i try to change some option of an arabic username i get this:
Sorry, the username entered...
Forum:
vB3 General Discussions
04-11-2003, 08:35 PM
Replies:
1
change forum's thread counter
Views:
739
Posted By
khaleejy
change forum's thread counter
hi
i want to change some forum threads, posts counter
i mean its showing now that theres xxx1 threads and xxx2 posts in forum1
how can i change xxx1 and xxx2?
Forum:
vB3 General Discussions
02-05-2003, 07:00 PM
Replies:
1
profile field, country, flag
Views:
741
Posted By
khaleejy
profile field, country, flag
hi
im not so good in mysql, but good enough in php. so i need some help to know whats the user country to set a small flag that apear in his post, in postbit template. i want to do something looks...
Forum:
vB3 General Discussions
01-28-2003, 08:17 PM
Replies:
9
how can i change my userid??
Views:
1,293
Posted By
khaleejy
even i :ermm:
even i :ermm:
Forum:
vB3 General Discussions
01-28-2003, 08:06 PM
Replies:
9
how can i change my userid??
Views:
1,293
Posted By
khaleejy
it works great :) thanks to xenon and martin ...
it works great :) thanks to xenon and martin
by the way, any one know if vbulletin 3.0 changes will include some changes in the database tables??
Forum:
vB3 General Discussions
01-28-2003, 06:00 PM
Replies:
9
how can i change my userid??
Views:
1,293
Posted By
khaleejy
xenon is that right? UPDATE access SET...
xenon
is that right?
UPDATE access SET userid=2 WHERE userid=*
UPDATE adminlog SET userid=2 WHERE userid=*
UPDATE announcement SET userid=2 WHERE userid=*
UPDATE attachment SET userid=2...
Forum:
vB3 General Discussions
01-28-2003, 05:05 PM
Replies:
9
how can i change my userid??
Views:
1,293
Posted By
khaleejy
thank you xenon (think i've forgotten some...
thank you xenon
(think i've forgotten some have i?) well if you did then tell me what is it please.. i cant do any thing until im sure of what it will do?
Forum:
vB3 General Discussions
01-28-2003, 03:28 PM
Replies:
9
how can i change my userid??
Views:
1,293
Posted By
khaleejy
how can i change my userid??
hi
lets say that the user of id 2 is banned, so userid 2 return to null
my user id is * and i want to take 2 as my userid
in another words: how can i change my userid from * to some emtpy id??...
Forum:
vB3 General Discussions
01-12-2003, 01:48 PM
Replies:
4
need user details from thread table
Views:
1,004
Posted By
khaleejy
thanks alot :)
thanks alot :)
Forum:
vB3 General Discussions
01-11-2003, 02:52 PM
Replies:
4
need user details from thread table
Views:
1,004
Posted By
khaleejy
theres nothing wronge with it.. its working fine
theres nothing wronge with it.. its working fine
Forum:
vB3 General Discussions
01-11-2003, 06:34 AM
Replies:
4
need user details from thread table
Views:
1,004
Posted By
khaleejy
need user details from thread table
hi
$topts=$DB_site->query("SELECT COUNT(threadid) AS threads, username, postuserid FROM thread LEFT JOIN user ON(user.userid=thread.postuserid) GROUP BY thread.postuserid ORDER BY threads DESC...
Forum:
vB3 General Discussions
01-02-2003, 06:27 PM
Replies:
12
top thread starters
Views:
1,119
Posted By
khaleejy
maybe some one wants to know the final code: ...
maybe some one wants to know the final code:
* open index.php and find this:
if (!empty($iforumperms)) {
$iforumperms = 'AND forumid=' . implode(' OR forumid=', $iforumperms);
}
*...
Forum:
vB3 General Discussions
01-02-2003, 05:53 PM
Replies:
12
top thread starters
Views:
1,119
Posted By
khaleejy
sorry.. i thought that you made a type mistake...
sorry.. i thought that you made a type mistake when u wrote "topt" i thought that u missed the "s".. ignore post #9 anyway its working GREAT right now.. thank you very much :)
Forum:
vB3 General Discussions
01-02-2003, 05:48 PM
Replies:
12
top thread starters
Views:
1,119
Posted By
khaleejy
do uthink that i have to include: (( WHERE...
do uthink that i have to include: (( WHERE open='1' AND open<>10 )) in the query?
Forum:
vB3 General Discussions
01-02-2003, 05:46 PM
Replies:
12
top thread starters
Views:
1,119
Posted By
khaleejy
ive reached here: // top thread starter ...
ive reached here:
// top thread starter
$topts=$DB_site->query("SELECT COUNT(threadid) AS threads, username FROM thread LEFT JOIN user ON(user.userid=thread.postuserid) GROUP BY...
Forum:
vB3 General Discussions
01-02-2003, 05:25 PM
Replies:
12
top thread starters
Views:
1,119
Posted By
khaleejy
one more thing please im not so good in php &...
one more thing please
im not so good in php & mysql so could u help me with this:
$topts=$DB_site->query("SELECT COUNT(threadid) AS threads, username LEFT JOIN user...
Forum:
vB3 General Discussions
01-02-2003, 04:42 PM
Replies:
12
top thread starters
Views:
1,119
Posted By
khaleejy
top thread starters
hi
ive searched here for this script but i find this:
1) some script called top 10 thread starters but it doesnt order the users by their threads number.. it order by the posts number.. and that...
Forum:
vB3 General Discussions
12-10-2002, 04:05 PM
Replies:
4
cant logout!!
Views:
1,064
Posted By
khaleejy
well actioly i have edit many templates and php...
well actioly i have edit many templates and php files.. but i didnt even touch the cookies setting..
what should i do?? i mean what should i look for??
by the way who knows when vbulletin 3.0...
Showing results 1 to 25 of 72
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
06:06 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.01768 seconds
Memory Usage
2,033KB
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
(12)
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.0011
(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi