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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 128
Search took
0.00
seconds.
Search:
Posts Made By:
Come2Daddy
Forum:
vB4 Programming Discussions
08-16-2010, 01:18 AM
Replies:
7
How Do I Validate Input Data, In Custome Fields
Views:
934
Posted By
Come2Daddy
I thought you're fooling around with me, because...
I thought you're fooling around with me, because I was writing to you via my mobile phone, but when I get home back I checked my admincp & I found the pattern input field
Thanks a lot
Forum:
vB4 Programming Discussions
08-15-2010, 11:16 PM
Replies:
7
How Do I Validate Input Data, In Custome Fields
Views:
934
Posted By
Come2Daddy
Are you serious, I can put any validation pattern...
Are you serious, I can put any validation pattern in the custom field setup??? How?
Forum:
vB4 Programming Discussions
08-15-2010, 10:02 PM
Replies:
7
How Do I Validate Input Data, In Custome Fields
Views:
934
Posted By
Come2Daddy
This is exactly what I'm looking for, I don't...
This is exactly what I'm looking for, I don't know how to use the regular expression function within an integrated script,
where to use it??
where should I write my validation code?? in template??...
Forum:
vB4 Programming Discussions
08-15-2010, 09:27 PM
Replies:
7
How Do I Validate Input Data, In Custome Fields
Views:
934
Posted By
Come2Daddy
How Do I Validate Input Data, In Custome Fields
Hi there,
I'm trying to add some custom fields the profile fields & I want to validate it's inputs, so for instance, let's say I want to add a mobile phone number field, & I want to ensure that...
Forum:
vBulletin 4 Articles
08-11-2010, 05:47 PM
Replies:
440
vB4 Template Conditionals List
Views:
132,007
Posted By
Come2Daddy
Beautiful :)
Beautiful :)
Forum:
vBulletin 3.6 Add-ons
03-07-2010, 09:53 AM
Replies:
488
Administrative and Maintenance Tools -
Read PMs
Views:
244,324
Posted By
Come2Daddy
works on 4.0.2 patch level 1 :D
works on 4.0.2 patch level 1 :D
Forum:
vBulletin 4.x Add-ons
01-20-2010, 11:16 AM
Replies:
288
Major Additions -
AdiInviter Pro Contacts Importer | Invite people to your website from Gmail, Yahoo...
Views:
71,098
Posted By
Come2Daddy
If this works perfectly, then it would be a dream...
If this works perfectly, then it would be a dream coming true for me
I'll test in the next few days and tell you about my experience with it :)
Forum:
vBulletin 4.x Add-ons
12-26-2009, 07:13 PM
Replies:
316
Forum Display Enhancements -
Separate Sticky and Normal Threads
Views:
111,881
Posted By
Come2Daddy
thanks
thanks
Forum:
Modification Graveyard
12-26-2009, 08:55 AM
Replies:
690
Forum Home Enhancements -
Members who have visited today.
Views:
159,043
Posted By
Come2Daddy
Beautiful, I liked the simplicity of its ACP,...
Beautiful, I liked the simplicity of its ACP, it's so efficient.
I just wish if there is a counter for all visitors during the day
thanks
Forum:
Modification Requests/Questions (Unpaid)
11-14-2009, 05:14 PM
Replies:
0
Hack's Information In vb.org Mods Section [or similar]
Views:
533
Posted By
Come2Daddy
Hack's Information In vb.org Mods Section [or similar]
Hello there
I'm looking for the modification here mods section so the thread starter redirected after posting his thread into a form to fill it with some information about his thread, just like...
Forum:
vBulletin 3 Articles
09-09-2009, 06:43 AM
Replies:
3
Datamanagers: Objects as Data and Methods
Views:
7,266
Posted By
Come2Daddy
Thanks Antivirus your answer added a lot to...
Thanks Antivirus
your answer added a lot to knowledge, now the picture is clearer
thanks a gain
Forum:
vB3 Programming Discussions
09-06-2009, 04:16 AM
Replies:
11
How 2 Insert Data Into Forum's Database Via A Form
Views:
1,365
Posted By
Come2Daddy
Actually I replaced my write query with yours,...
Actually I replaced my write query with yours, but the script started giving me database error
so I surrounded the value by single quot, so it became like this:
('" ....
Forum:
vB3 Programming Discussions
09-06-2009, 02:20 AM
Replies:
11
How 2 Insert Data Into Forum's Database Via A Form
Views:
1,365
Posted By
Come2Daddy
thanks for your care, but did you notice that I...
thanks for your care, but did you notice that I used this function:
$vbulletin->input->clean_array_gpc()
so the input becomes:
$vbulletin->GPC['testform']
instead of:
Forum:
vB3 Programming Discussions
09-05-2009, 11:21 PM
Replies:
11
How 2 Insert Data Into Forum's Database Via A Form
Views:
1,365
Posted By
Come2Daddy
beautiful, Lynne data has been inserted now ...
beautiful, Lynne data has been inserted now
after changing this:
VALUES (" . $vbulletin->GPC['testform'] . ")
by this
VALUES ('" . $vbulletin->GPC['testform'] . "')
Forum:
vB3 Programming Discussions
09-05-2009, 06:55 PM
Replies:
11
How 2 Insert Data Into Forum's Database Via A Form
Views:
1,365
Posted By
Come2Daddy
Well I think of making a template that tells the...
Well I think of making a template that tells the user that his input has been inserted into the database
so let's say this template has the name test_user_message
then after query insert...
Forum:
vB3 Programming Discussions
09-05-2009, 05:09 AM
Replies:
11
How 2 Insert Data Into Forum's Database Via A Form
Views:
1,365
Posted By
Come2Daddy
well, I'm not concerned about any injections...
well, I'm not concerned about any injections threats right now, so let us concentrate on the simple inserting process only
I wonder how can I bring the form template into my custom page without...
Forum:
vBulletin 3 Articles
09-04-2009, 06:34 PM
Replies:
3
Datamanagers: Objects as Data and Methods
Views:
7,266
Posted By
Come2Daddy
Thanks for sharing actually I'm not professional...
Thanks for sharing actually I'm not professional OOP, but I know about it as a philosophy I studied it & passed it in college but I don't have the skills to program in OOP style
so I'm not sure of...
Forum:
vB3 Programming Discussions
09-04-2009, 04:52 PM
Replies:
11
How 2 Insert Data Into Forum's Database Via A Form
Views:
1,365
Posted By
Come2Daddy
Is my question this much difficult or is it...
Is my question this much difficult or is it constructed wrong or in inappropriate forum??
any way is it related to the data manger?? so data can't be inserted without datamanger techniques??? any...
Forum:
vB3 Programming Discussions
08-30-2009, 06:17 PM
Replies:
11
How 2 Insert Data Into Forum's Database Via A Form
Views:
1,365
Posted By
Come2Daddy
How 2 Insert Data Into Forum's Database Via A Form
Hello there
Actually I've been trying to code some modification, which requires member to fill a form in a vbulletin powered page, this form collects data & inserts it in the database.
However...
Forum:
Modification Graveyard
08-29-2009, 01:56 AM
Replies:
263
Miscellaneous Hacks -
[3.8.x] Staff Application
Views:
41,058
Posted By
Come2Daddy
actually it's a great idea I've always think of...
actually it's a great idea I've always think of it, however there are some remarks make it inconvenient:
1st: it doesn't deal well with right to left languages (so yes is no, & no is yes)
2nd:...
Forum:
vBulletin 3.8 Add-ons
08-21-2009, 03:06 PM
Replies:
78
Show Thread Enhancements -
[AJAX] Threads Rating
Views:
17,165
Posted By
Come2Daddy
what is 10 point system?? and how can we enable...
what is 10 point system??
and how can we enable 10 points system??
Forum:
vB3 General Discussions
08-20-2009, 10:04 AM
Replies:
2
How To Convert The Database Encoding Into Utf-8 Through Ssh Commands
Views:
1,351
Posted By
Come2Daddy
Thank you very much for this great article
Thank you very much for this great article
Forum:
vB3 General Discussions
08-19-2009, 11:56 AM
Replies:
0
Which Charset Type Should We Use After Changing The Database Encoding
Views:
734
Posted By
Come2Daddy
Which Charset Type Should We Use After Changing The Database Encoding
Which Charset Type Should We Use After Changing The Database Encoding
Hello there
I have an Arabic forum, & I've changed my database into utf-8, but after doing the conversion I found instead...
Forum:
vB3 General Discussions
08-18-2009, 09:41 AM
Replies:
2
How To Convert The Database Encoding Into Utf-8 Through Ssh Commands
Views:
1,351
Posted By
Come2Daddy
How To Convert The Database Encoding Into Utf-8 Through Ssh Commands
How To Convert The Database Encoding Into Utf-8 Through Ssh Commands
Hello there
Actually I'm trying to convert my database encoding from Latin1 into utf-8
so I followed many tutorials, but...
Forum:
Programming Articles
08-12-2009, 12:39 PM
Replies:
6
INSERT INTO database
Views:
6,101
Posted By
Come2Daddy
Do we have to use the user and password to...
Do we have to use the user and password to connect to the database
this is not vbulletin style of connecting to database
I've seen lots of hacks don't use the user and password
otherwise how...
Showing results 1 to 25 of 128
Page 1 of 6
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
08:44 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.01831 seconds
Memory Usage
2,058KB
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
(35)
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.0023
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(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(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
FULLTEXT Search
php_sapi_name(): fpm-fcgi