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

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: StephenKay
Forum: vBulletin 3.7 Add-ons 03-09-2011, 03:51 AM
Replies: 334
Miscellaneous Hacks - Stop the Registration Bots
Views: 266,973
Posted By StephenKay
Thanks for this link! This is exactly what I have...

Thanks for this link! This is exactly what I have been looking for as I am continuously being bombarded with hacker-bots attacking my register.php script, leading my ISP to threaten to close down my...
Forum: vBulletin 3.8 Add-ons 02-27-2011, 10:03 PM
Replies: 469
Anti-Spam Options - Is Bot: Registration Time Check
Views: 162,817
Posted By StephenKay
Hi, I'm having problems with spambots...

Hi,
I'm having problems with spambots submitting multiple requests to register.php?do=addmember; thousands per day.

Of course, since I use the human verification option with graphics etc., they...
Forum: vBulletin 3.7 Add-ons 08-30-2008, 09:55 PM
Replies: 305
Miscellaneous Hacks - NoSpam! for vBulletin 3.7
Views: 134,496
Posted By StephenKay
Excellent Mod! Installed and activated with no...

Excellent Mod! Installed and activated with no issues whatsoever. Nice.
Forum: vB3 General Discussions 07-23-2008, 03:05 PM
Replies: 11
Views: 1,718
Posted By StephenKay
Hey, that actually works - sort of. ;) If I...

Hey, that actually works - sort of. ;)

If I change one of the color titles to #FFFF66, then the square is indeed a lighter yellow, and selecting it puts {color=#"FFFF99"} tags into the text...
Forum: vB3 General Discussions 07-23-2008, 01:59 AM
Replies: 11
Views: 1,718
Posted By StephenKay
It seems one problem is that this doesn't work...

It seems one problem is that this doesn't work the way people seem to think it does.

I was able to achieve some response to a change by editing one of the color *names* to some other web-standard...
Forum: vB3 General Discussions 07-22-2008, 08:02 PM
Replies: 11
Views: 1,718
Posted By StephenKay
Bump. I sure would like to get this to work. It...

Bump. I sure would like to get this to work. It must be possible to put your own color variations into the drop down menus of the WYSIWYG Editors.
Forum: vB3 General Discussions 07-14-2008, 12:11 AM
Replies: 2
Views: 843
Posted By StephenKay
Thank you - that was my problem - I wasn't aware...

Thank you - that was my problem - I wasn't aware that when you added a new phrase it went into a group and it just went into the first group by default. I recreated it in the email body group and now...
Forum: vB3 General Discussions 07-13-2008, 10:09 PM
Replies: 2
Views: 843
Posted By StephenKay
Cannot access custom phrases with some code

Should the function 'fetch_email_phrases' be able to get a custom phrase?

I have defined a custom phrase named 'digestpostprefix'. In functions_digest.php, I am attempting to call it according to...
Forum: vBulletin 3.7 Add-ons 07-13-2008, 06:13 PM
Replies: 357
Views: 89,802
Posted By StephenKay
This mod looks very interesting, but I have a...

This mod looks very interesting, but I have a question:

Does this do any checking to verify someone posting a new thread or reply is a verified member? Or can any spammer who gets a hold of one of...
Forum: vB3 General Discussions 07-11-2008, 01:02 AM
Replies: 11
Views: 1,718
Posted By StephenKay
Bump. I cannot get this to work. I edited the .js...

Bump. I cannot get this to work. I edited the .js file. I changed the yellow color, but the forum shows no change. I cleared my cache. Can anyone test this and see if it works for them? Thanks!
Forum: vB3 General Discussions 07-08-2008, 10:54 PM
Replies: 4
Views: 954
Posted By StephenKay
Thank you! worked great. :)

Thank you! worked great. :)
Forum: vB3 General Discussions 07-08-2008, 03:56 PM
Replies: 11
Views: 1,718
Posted By StephenKay
Thanks, I tried that - it still doesn't work... ...

Thanks, I tried that - it still doesn't work...

Do I have to compile the .js or something? I know next to nothing about .js.
Forum: vB3 General Discussions 07-08-2008, 01:56 AM
Replies: 11
Views: 1,718
Posted By StephenKay
Thank you, but what is the URL for this file? I...

Thank you, but what is the URL for this file? I cannot find it on vBulletin.com. The Downloads area seems to only have versions of vBulletin....


Edit: nevermind, I found uncompressed JavaScript...
Forum: vB3 General Discussions 07-07-2008, 09:43 PM
Replies: 4
Views: 954
Posted By StephenKay
Uhmmm... thanks, but for example, say that I want...

Uhmmm... thanks, but for example, say that I want to add a variable to the string:

showthread.php?goto=newpost&t=XXXXX

such that it would be:
...
Forum: vB3 General Discussions 07-07-2008, 09:39 PM
Replies: 11
Views: 1,718
Posted By StephenKay
bump...anybody?

bump...anybody?
Forum: vB3 General Discussions 07-07-2008, 09:19 PM
Replies: 4
Views: 954
Posted By StephenKay
where is the $vbulletin->GPC[] array set up?

I want to add my own additional HTML query variable to some of the regular query strings, and I gather that this is how the queries are handled in vBulletin: somewhere, they are put into an array...
Forum: vB3 General Discussions 07-03-2008, 01:41 AM
Replies: 11
Views: 1,718
Posted By StephenKay
How to edit the colors that appear in the WYSIWYG colors dropdown?

How/where would I go to edit precisely the shades of the colors that appear in the dropdown?

Or another way of saying it is: if a color has been specified as "yellow" in a bunch of threads, can I...
Forum: vB3 Programming Discussions 06-23-2008, 08:06 AM
Replies: 6
Views: 790
Posted By StephenKay
Thank you for you reply, but again (sadly), it...

Thank you for you reply, but again (sadly), it did not work. Same result. Very strange, I agree. I also believe an eval() is needed, but so far, it is not working....
Forum: vB3 Programming Discussions 06-23-2008, 03:53 AM
Replies: 6
Views: 790
Posted By StephenKay
Thanks for the reply - but I tried it and it...

Thanks for the reply - but I tried it and it doesn't get any different result. The php is still not executing. Here is a slightly simplified version of the kl_templates/header.php file:

<div...
Forum: vB3 Programming Discussions 06-23-2008, 01:11 AM
Replies: 6
Views: 790
Posted By StephenKay
Need help with including php files using image vars

I have studied the tutorial section on how to included php files.

I want to include my header template as a file on my server, instead of pasting it into the area in the style manager.

So I...
Forum: vB3 Programming Discussions 05-25-2008, 01:46 AM
Replies: 3
Views: 853
Posted By StephenKay
Thanks, I have experimented with that and it does...

Thanks, I have experimented with that and it does seem to work (at least in some preliminary testing). But looking inside global.php, it seems there is a whole bunch of initialization etc. going on....
Forum: vB3 Programming Discussions 05-24-2008, 05:12 PM
Replies: 3
Views: 853
Posted By StephenKay
How to put an external php function in VB's "scope"?

What I'm trying to do is this:

Call an external .php module with a click on a button, and somehow have access to variables declared in a plug-in (inside vB's scope).

In other words, a plug-in...
Forum: vB3 Programming Discussions 05-24-2008, 05:08 AM
Replies: 2
Views: 894
Posted By StephenKay
Actually, I did get this to work: Called...

Actually, I did get this to work:

Called from plug-in one:
global $my_variable;
$my_variable = 5;
echo "set my_variable to " . $my_variable . "<br>";


Called from plug-in two:
global...
Forum: vB3 Programming Discussions 05-24-2008, 02:05 AM
Replies: 2
Views: 894
Posted By StephenKay
How to share custom variables between plug-ins?

I want to declare a global variable in one plug-in, set the value, and then access it in another plug-in that is called after it somewhere else.

Is this possible?

So far, I've been unable to...
Forum: vB3 Programming Discussions 05-23-2008, 07:59 PM
Replies: 0
Views: 691
Posted By StephenKay
How do you make a custom variable available to other templates?

I have a plug-in attached to the global_complete hook, and it is fetching a custom template and filling it with data, i.e.:

eval('$myvariable .= "' . fetch_template('mytemplate') . '";');

If I...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT. The time now is 11:16 PM.


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.03852 seconds
  • Memory Usage 2,049KB
  • 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
  • (28)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