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

Showing results 1 to 25 of 134
Search took 0.01 seconds.
Search: Posts Made By: SDB
Forum: vB3 General Discussions 06-28-2008, 09:52 AM
Replies: 3
Views: 717
Posted By SDB
Hi Dismounted Thank you for your reply. ...

Hi Dismounted

Thank you for your reply.

Yes, exactly that. I've posted your exact code above, and then edited the post to copy and paste the resulting code here, and this is what it becomes...
Forum: vB3 General Discussions 06-28-2008, 01:22 AM
Replies: 3
Views: 717
Posted By SDB
problem with IMG inside URL tag

On my forum, if I add an IMG tag inside a URL tag, in order to make the image clickable, when submitted, the URL address is substituted for the url of the image itself, not the URL specified in the...
Forum: vB3 General Discussions 06-13-2008, 09:48 AM
Replies: 1
Views: 716
Posted By SDB
Email Contacts Inviter ?

Hi all

Does anyone know of a solid email contacts inviter that ALSO scans the user's inbox for email addresses, not just their contacts list? Similar to facebook?

I've installed ...
Forum: vB3 General Discussions 04-08-2008, 09:10 AM
Replies: 0
Views: 649
Posted By SDB
SPHYNX search not picking up words within URLs - Please help

Hi All

Due to the huge size of our database, and trying everything else, we've had to move to Sphynx search to stop our board grinding to a halt whenever someone searches (which happens...
Forum: vB3 General Discussions 03-13-2008, 06:14 PM
Replies: 0
Views: 1,266
Posted By SDB
Which file / hook : Send Thread Reply Email Notification?

Hi

Which file contains the code which decides to send email notification to members who have subscribed to a thread?

Also, the same question but for PM notifications please?

Cheers

Simon
Forum: vB3 General Discussions 03-13-2008, 01:23 PM
Replies: 0
Views: 648
Posted By SDB
Catch specific types of email being sent

Hi

I'd like to know the hook to use, and what variables to check in order to catch the following emails being sent :

- Subscribed thread notifications
I'd like to grab the userid its being...
Forum: vB3 General Discussions 10-11-2007, 10:25 AM
Replies: 5
Views: 1,005
Posted By SDB
Thank you sir

Thank you sir
Forum: vB3 General Discussions 10-11-2007, 10:07 AM
Replies: 5
Views: 1,005
Posted By SDB
Thanks for the reply on that. I assume, that...

Thanks for the reply on that.

I assume, that if I purchased the branding free option, that would no longer apply?
Forum: vB3 General Discussions 10-11-2007, 08:06 AM
Replies: 5
Views: 1,005
Posted By SDB
Using vBulletin as base for non-forum product

Hi All

I'm after some advice.

I am an experience developer, but very new to PHP. I have written a few mods for vBulletin, and am just starting to write a very large social networking project...
Forum: vB3 General Discussions 09-17-2007, 09:50 AM
Replies: 0
Views: 739
Posted By SDB
htaccess - password all except one page

I would like to password protect an entire domain, apart from one single script which I would like to leave open access to all.

Is this possible?
Forum: vB3 General Discussions 09-12-2007, 11:04 AM
Replies: 1
Views: 869
Posted By SDB
Images : Upload, Create Thumbnail, Manipulate

I want to write a function to allow the user to upload images, create a number of different thumbnails of various sizes, and to manipulate the thumbnails (putting rounded corners on them, watermarks,...
Forum: vB3 General Discussions 09-09-2007, 01:30 AM
Replies: 1
Views: 755
Posted By SDB
eval template from within a function?

I have a batch of standard templates that I eval at global_start.

I have a function within an included file, which needs to use these templates.

Is there an easy way to make them available to...
Forum: vB3 General Discussions 09-08-2007, 09:24 AM
Replies: 18
Views: 1,829
Posted By SDB
Hi Matthew We do not run intellitxt (out of...

Hi Matthew

We do not run intellitxt (out of interest how is that working out for you?), but we do run adsense.

We were running a number of others, who we've now removed from the site, and I've...
Forum: vB3 Programming Discussions 09-06-2007, 04:24 PM
Replies: 0
Views: 704
Posted By SDB
.png images not aligning properly in tables?

Ignore! Sorry, was being an idiot! :D
Forum: vB3 General Discussions 09-06-2007, 12:05 PM
Replies: 0
Views: 785
Posted By SDB
AJAX help please - submit on select

Hi

I have some ajax code that i have used many times, and call from within an <a href.

I am now trying to use it from within the onChange event of a Select, and want to POST the contents of the...
Forum: vB3 General Discussions 09-05-2007, 03:22 PM
Replies: 13
Views: 1,355
Posted By SDB
SirAdrian Thank you very much indeed, that...

SirAdrian

Thank you very much indeed, that article makes it much clearer.

Simon
Forum: vB3 General Discussions 09-01-2007, 09:07 AM
Replies: 13
Views: 1,355
Posted By SDB
Thanks for clarifying Paul. I had this way...

Thanks for clarifying Paul.

I had this way of thinking because of this article :
https://vborg.vbsupport.ru/showthread.php?t=119372

which states :



-
Forum: vB3 General Discussions 08-31-2007, 04:50 PM
Replies: 13
Views: 1,355
Posted By SDB
aah, great. I'll use TYPE_STR If i use the...

aah, great. I'll use TYPE_STR

If i use the bbcode parser, and set everything to false, does it do any parsing at all?

I already have the parser instatiated, so it would be nice to use that,...
Forum: vB3 General Discussions 08-31-2007, 02:23 PM
Replies: 13
Views: 1,355
Posted By SDB
OK.. I'm with you now, thank you. If...

OK..

I'm with you now, thank you.

If the user enteres some text, and I want to store it in the db, and then later display it..

A safe procedure that will protect me from malicious use of...
Forum: vB3 General Discussions 08-31-2007, 01:13 PM
Replies: 13
Views: 1,355
Posted By SDB
So are you saying there is no need to clean data...

So are you saying there is no need to clean data that is going to be inserted into the db?

I thought one of the main pureposes of the cleaner was to protect against XSS and malicious db inserts,...
Forum: vB3 General Discussions 08-31-2007, 10:25 AM
Replies: 13
Views: 1,355
Posted By SDB
OK.. eg : ...

OK.. eg :



$vbulletin->input->clean_array_gpc('p', array(
'firstname' => TYPE_NOHTML,
'surname' => TYPE_NOHTML
));

$db->query_write("INSERT into foo (firstname, surname) values...
Forum: vB3 General Discussions 08-31-2007, 09:09 AM
Replies: 13
Views: 1,355
Posted By SDB
GPC cleaner.. safe procedure..

Hi

OK, I'm using the input cleaner to protect from sql inserts, etc.

But I'm clearly missing something.

I am using NOHTML to clean a text area input through $_POST.

But if i were to enter...
Forum: vB3 Programming Discussions 08-30-2007, 01:39 PM
Replies: 3
Views: 726
Posted By SDB
hmmm.. ok, option a) thank you, that's what I...

hmmm.. ok, option a) thank you, that's what I have now.

option b) isn't quite what I meant..

What i meant is...

if I already have a query such as :

SELECT threadid from specialtable ....
Forum: vB3 Programming Discussions 08-29-2007, 12:31 PM
Replies: 3
Views: 726
Posted By SDB
efficient query help please.

a) If i have a threadid, what is the most efficient way to find out if a specific userid has posted in that thread?

b) if i have a query which returns a list of threadids, what is the most...
Forum: vB3 General Discussions 08-28-2007, 02:14 PM
Replies: 3
Views: 759
Posted By SDB
Thank you Dismounted (again!:)) EnIg ...

Thank you Dismounted (again!:))

EnIg

The problem with that method is that it doesn't include the userfields, etc.
Showing results 1 to 25 of 134

 
Forum Jump

All times are GMT. The time now is 09:25 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.01709 seconds
  • Memory Usage 2,048KB
  • 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
  • (16)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