Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 08:44 AM.


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