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 27
Search took
0.01
seconds.
Search:
Posts Made By:
Hanoifishing
Forum:
vB3 Programming Discussions
07-01-2009, 02:20 AM
Replies:
0
unlock tables error when user com_connector.
Views:
958
Posted By
Hanoifishing
unlock tables error when user com_connector.
Hi all!
I'm using com_connector to integrate my cms with vbb. I have tested it with login, addUser. Login function is ok, but addUser is failed.
I have error in function.php:
Call to a...
Forum:
vBulletin 3.5 Add-ons
05-31-2009, 07:12 AM
Replies:
152
vBulletin SOAP API
Views:
53,330
Posted By
Hanoifishing
I have vbulletin 3.8.2 and install this products....
I have vbulletin 3.8.2 and install this products. but when I run it, I receipt this error. Call to undefined function vbsetcookie()
Please help me.
Thanks!
Forum:
vBulletin Pre-Sales Questions
05-08-2009, 10:18 AM
Replies:
3
How to convert YAF to VBB?
Views:
5,460
Posted By
Hanoifishing
Hi! I have YAF forum with mssql in utf-8...
Hi!
I have YAF forum with mssql in utf-8 chartset, When I use Impex to migrate to vbulletin. Charset's wrong. Please help me.
Thank in advance!
Forum:
vB3 Programming Discussions
12-25-2008, 05:51 AM
Replies:
10
Ask about the hook!
Views:
1,688
Posted By
Hanoifishing
Hi Lynne! I don't want to modify orginal vbb...
Hi Lynne!
I don't want to modify orginal vbb code. I want to add a hack mod to delete it. Is there another way? Can I use another hook to delete data without join with user table. Example in...
Forum:
vB3 Programming Discussions
12-24-2008, 04:05 PM
Replies:
10
Ask about the hook!
Views:
1,688
Posted By
Hanoifishing
Hi! I add new plugin at useradmin_prune hook...
Hi!
I add new plugin at useradmin_prune hook by add some code:
$db->query_write("DELETE FROM ".TABLE_PREFIX"usermarks WHERE userid in ($userids)
Now I go to my admincp then delete user but...
Forum:
vB3 Programming Discussions
12-24-2008, 03:10 PM
Replies:
10
Ask about the hook!
Views:
1,688
Posted By
Hanoifishing
Hi! usermarks is my table that I add it to...
Hi!
usermarks is my table that I add it to my db, I write new product work with it. Each member have some record in it, and I want to delete that records, I know that I must write plugin, please...
Forum:
vB3 Programming Discussions
12-24-2008, 04:42 AM
Replies:
10
Ask about the hook!
Views:
1,688
Posted By
Hanoifishing
Hi! Thank you for your help, I want to write...
Hi!
Thank you for your help, I want to write a plugin in my product to delete member's mark in usermarks table.
Now I have known hook name.
Thank in advance.
Forum:
vB3 Programming Discussions
12-23-2008, 05:32 AM
Replies:
10
Ask about the hook!
Views:
1,688
Posted By
Hanoifishing
Ask about the hook!
Hi All!
I have written a products that manage my mark's member. I have a question about the plugin to delete user's mark when delete user in admincp. What's hook can I use? Sorry for my english...
Forum:
vBulletin 3.6 Add-ons
12-18-2008, 07:27 AM
Replies:
644
Chat Modifications -
Cyb - ChatBox
Views:
154,312
Posted By
Hanoifishing
Hi. I want to filter censor word when chatting....
Hi.
I want to filter censor word when chatting. how can I do it? Please help me.
Thanks in Advance.
Forum:
vB3 Programming Discussions
12-10-2008, 01:27 PM
Replies:
3
Mods struct?
Views:
717
Posted By
Hanoifishing
Hi! I want to add a mark system. Each member...
Hi!
I want to add a mark system. Each member have some skills must pass.
Only member only see own's mark. Moderator not see.
Please help me.
Thanks!
Forum:
vB3 Programming Discussions
12-10-2008, 05:43 AM
Replies:
3
Mods struct?
Views:
717
Posted By
Hanoifishing
Mods struct?
Hi all!
My website needs a new function in usercp, I'm a php programmer, I have decived program it by write mods, please give a an advice.
I don't know about mods struct. Install code &...
Forum:
vBulletin 3.7 Add-ons
11-16-2008, 08:54 AM
Replies:
651
Statistics Modifications -
Cyb - Advanced Forum Statistics
Views:
245,573
Posted By
Hanoifishing
Thanks for your help, but I don't know, it in the...
Thanks for your help, but I don't know, it in the hack code, or option in cp?
Forum:
vBulletin 3.7 Add-ons
11-15-2008, 03:27 PM
Replies:
651
Statistics Modifications -
Cyb - Advanced Forum Statistics
Views:
245,573
Posted By
Hanoifishing
I want to make all moderators nick become bold...
I want to make all moderators nick become bold style, how to make it?
Thanks!
Forum:
vB3 General Discussions
11-03-2008, 01:17 PM
Replies:
0
Replace message in vbulletin.
Views:
598
Posted By
Hanoifishing
Replace message in vbulletin.
Hi All!
I have a problem when user post new thread or reply thread in my forum.
All forum always show a message when user post new thread or reply. Some user don't know that forum is approved so...
Forum:
Modification Graveyard
11-01-2008, 05:18 PM
Replies:
354
Forum Home Enhancements -
Members who have visited today.
Views:
104,299
Posted By
Hanoifishing
Hi! I install it, but it always is 204. Please...
Hi!
I install it, but it always is 204. Please help me to fix it.
My forum is http://www.hanofishing.com/forum
Thanks!
Forum:
vB3 Programming Discussions
10-27-2008, 04:14 AM
Replies:
1
Error when upgragrade to php5
Views:
708
Posted By
Hanoifishing
Error when upgragrade to php5
Hi all!
I'm trying to upgrade my php to version5. But my vbb is error when reply new post.
Fatal error: Using $this when not in object context in D:\***\forum\newreply.php(1066) : eval()'d code...
Forum:
vB3 General Discussions
10-26-2008, 04:45 PM
Replies:
1
Convert database from latin1 to utf8. Please Help.
Views:
582
Posted By
Hanoifishing
Convert database from latin1 to utf8. Please Help.
Hi All!
I want to convert all my database from latin1 charset to utf8 charset. Please help me to solve it.
Thanks in Advance!
Forum:
vB3 General Discussions
10-23-2008, 01:57 AM
Replies:
3
Error Maximum execution time of 30 seconds exceeded
Views:
1,624
Posted By
Hanoifishing
Error Maximum execution time of 30 seconds exceeded
Hi!
I'm running vbulletin forum at http://www.hanoifishing.com/forum. But Sometimes, I have received "PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\Inetpub\...
Forum:
vBulletin 3.6 Add-ons
07-18-2008, 08:49 AM
Replies:
247
Miscellaneous Hacks -
CartPlog: The Lite PayPal Shopping Cart
Views:
84,879
Posted By
Hanoifishing
My country haven't support to checkout on...
My country haven't support to checkout on internet yet. So that I want to replace the checkout function of this mod with a formmail. How can I do that?
Forum:
vBulletin 3.6 Add-ons
07-01-2008, 02:07 AM
Replies:
251
Major Additions -
vB Survey: Add a full-featured survey tool to your forum
Views:
73,667
Posted By
Hanoifishing
Now I have to calculate the results of my survey...
Now I have to calculate the results of my survey follow formula.
Example: There are 20 questions in my survey with 4 options in each question: A, B, C, D
After users finished this survey, how do I...
Forum:
vBulletin 3.6 Add-ons
06-24-2008, 08:21 AM
Replies:
251
Major Additions -
vB Survey: Add a full-featured survey tool to your forum
Views:
73,667
Posted By
Hanoifishing
This hack is good for VBB 3.7.1 patch 2! I've...
This hack is good for VBB 3.7.1 patch 2!
I've just installed it (with many many problems but then i was successful)
Thanks the owner of this topic!
You're very nice!
Forum:
vB3 General Discussions
06-23-2008, 01:36 AM
Replies:
3
Registering Upon Specific Email address
Views:
684
Posted By
Hanoifishing
Anybody give us a solution? i already had it...
Anybody give us a solution? i already had it before but now i couldn't find it out
Forum:
vBulletin 3.7 Add-ons
02-26-2008, 08:45 AM
Replies:
1,989
Major Additions -
PhotoPlog: The Lite Gallery
Views:
639,578
Posted By
Hanoifishing
I have it too, I've already read post from...
I have it too,
I've already read post from first page but i can't fix it. who can solve our problem?
Forum:
vBulletin 3.6 Add-ons
12-28-2007, 01:31 AM
Replies:
1,868
Major Additions -
vBCredits - Ultimate Points System
Views:
547,358
Posted By
Hanoifishing
Is this a shop online?
Is this a shop online?
Forum:
vB3 General Discussions
12-27-2007, 11:13 PM
Replies:
4
How do I limit registration based upon email address?
Views:
1,302
Posted By
Hanoifishing
I've done this and it run successfully. Thank...
I've done this and it run successfully.
Thank you very much.
Showing results 1 to 25 of 27
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
12:59 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.02805 seconds
Memory Usage
2,030KB
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.0009
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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