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

Showing results 1 to 25 of 84
Search took 0.00 seconds.
Search: Posts Made By: Raz
Forum: vBulletin 2.x Full Releases 01-17-2004, 09:51 AM
Replies: 98
Views: 15,955
Posted By Raz
Looks more like table corruption. Run myisamchk

Looks more like table corruption. Run myisamchk
Forum: vBulletin 2.x Full Releases 06-23-2003, 06:40 PM
Replies: 50
Views: 8,013
Posted By Raz
There is a security issue with this hack. I won't...

There is a security issue with this hack. I won't release the detail just yet, but here is what mine currently looks like:if ($bbuserinfo['userid'] > 0 and $_GET['styleid'] > 0) {
...
Forum: vBulletin 2.x Full Releases 06-09-2003, 08:39 AM
Replies: 36
Views: 11,185
Posted By Raz
I don't know of a freely available database that...

I don't know of a freely available database that does this.

For larger ISPs it would probably be wrong, as it would just show the HQ of the ISP (who the IPs are registered to).
Forum: vBulletin 2.x Full Releases 06-07-2003, 11:47 AM
Replies: 36
Views: 11,185
Posted By Raz
Here are my stats: Data 1,448 KB Index...

Here are my stats:

Data 1,448 KB
Index 699,392 Bytes
Total 2,131 KB

Rows 56,576
Row length ø 26
Row size ø 39 Bytes
Forum: vBulletin 2.x Full Releases 06-07-2003, 10:37 AM
Replies: 36
Views: 11,185
Posted By Raz
I've added a link to the split table in the first...

I've added a link to the split table in the first post.
Forum: vBulletin 2.x Full Releases 06-06-2003, 08:11 PM
Replies: 36
Views: 11,185
Posted By Raz
Feel free to do it yourself.

Feel free to do it yourself.
Forum: vBulletin 2.x Full Releases 06-06-2003, 07:50 PM
Replies: 36
Views: 11,185
Posted By Raz
From the site (link posted in first post):

From the site (link posted in first post):
Forum: vBulletin 2.x Full Releases 06-06-2003, 07:30 PM
Replies: 36
Views: 11,185
Posted By Raz
Have you tried importing it from phpMyAdmin? It...

Have you tried importing it from phpMyAdmin? It may be large, but its not impossible.
Forum: vBulletin 2.x Full Releases 06-06-2003, 07:07 PM
Replies: 36
Views: 11,185
Posted By Raz
Apologies. There are many modifications on my...

Apologies. There are many modifications on my boards, which is why it isn't working on others.

I've installed a vanilla version, and modified the instructions to reflect normal installations. So...
Forum: vBulletin 2.x Full Releases 06-05-2003, 10:00 PM
Replies: 36
Views: 11,185
Posted By Raz
Auto-Detect User Location At Registration

Simple hack making use of the Directi Ip-to-Country Database (http://www.directi.com/?site=ip-to-country) (included).

What it does
Auto-detects which country user is from and auto-fills the...
Forum: vBulletin 2.x Full Releases 05-26-2003, 12:39 PM
Replies: 32
Views: 6,363
Posted By Raz
I've changed my own code to use the NetPBM...

I've changed my own code to use the NetPBM package instead of PHP. Much better quality pictures, but unfortuneltly not ready for public release.
Forum: vBulletin 2.x Beta Releases 05-26-2003, 12:37 PM
Replies: 97
Views: 14,884
Posted By Raz
LoveShack, it would have been nice of you to let...

LoveShack, it would have been nice of you to let me know you were taking it on. Oh well...

rstark, I'm sure LoveShack will look into that problem for you.

cnczone, that means to you don't have...
Forum: vBulletin 2.x Beta Releases 03-02-2003, 01:37 PM
Replies: 97
Views: 14,884
Posted By Raz
LoveShack, You should have: a) Asked...

LoveShack,

You should have:

a) Asked for my permission before modifying and releasing the code.
b) Made a new thread as two versions can be confusing for people (as is evident)
Forum: vBulletin 2.x Full Releases 02-18-2003, 12:42 PM
Replies: 49
Views: 24,018
Posted By Raz
You might also want to "streamline" it into one...

You might also want to "streamline" it into one condition:if( ($bbuserinfo[posts] < $allowurl) and (stristr($message,'[url') or stristr($message,'www.') or stristr($message,'http://')) ) {with the...
Forum: vBulletin 2.x Full Releases 02-18-2003, 12:31 PM
Replies: 49
Views: 24,018
Posted By Raz
Nice hack. I would recommend you use the...

Nice hack.

I would recommend you use the stristr function instead of the strstr function.
Forum: vBulletin 2.x Beta Releases 11-03-2002, 08:28 PM
Replies: 97
Views: 14,884
Posted By Raz
I'm sorry but I don't have the time I used to, to...

I'm sorry but I don't have the time I used to, to work on this anymore. If anyone else is willing to continue this, feel free.

About the XSS issue, its not. Only [a-z] characters are parsed, so if...
Forum: vBulletin 2.x Beta Releases 11-02-2002, 06:45 PM
Replies: 97
Views: 14,884
Posted By Raz
Yep got some malformed output. But still can't...

Yep got some malformed output. But still can't understand how this can be exploited.

The reason its malformed is because it replaces all javascript references, including the ones the spellchecker...
Forum: vBulletin 2.x Beta Releases 11-02-2002, 06:37 PM
Replies: 97
Views: 14,884
Posted By Raz
This is the output I get:Seems harmless.

This is the output I get:Seems harmless.
Forum: vBulletin 2.x Beta Releases 11-02-2002, 06:28 PM
Replies: 97
Views: 14,884
Posted By Raz
Can you give an example? I can't seem to...

Can you give an example?

I can't seem to reproduce what you're saying.

The line "$outtext = htmlentities(stripslashes($checktext));" should prevent what you are experiencing.
Forum: vBulletin 2.x Beta Releases 11-02-2002, 06:27 PM
Replies: 97
Views: 14,884
Posted By Raz
Sorry about that, been busy with other stuff. ...

Sorry about that, been busy with other stuff.

The error message means you don't have pspell compiled into PHP.
Forum: vBulletin 2.x Beta Releases 07-20-2002, 06:44 PM
Replies: 97
Views: 14,884
Posted By Raz
Adding support for that will be pretty difficult....

Adding support for that will be pretty difficult.

The easiest way to do that would be to create two spellchecking buttons - one that checks the title, and the other that checks the message body.
Forum: vBulletin 2.x Beta Releases 07-20-2002, 06:42 PM
Replies: 97
Views: 14,884
Posted By Raz
Hmm....did they not even bother to read the...

Hmm....did they not even bother to read the documentation???
Forum: vBulletin 2.x Beta Releases 07-20-2002, 06:40 PM
Replies: 97
Views: 14,884
Posted By Raz
Why do you have two --with-pspell directives?

Why do you have two --with-pspell directives?
Forum: vBulletin 2.x Beta Releases 07-19-2002, 01:29 PM
Replies: 97
Views: 14,884
Posted By Raz
The prerequistes of pspell are that aspell are...

The prerequistes of pspell are that aspell are installed (usually are on linux).

Tell your host to install pspell in the aspell dir so it can use its words list.
Forum: vBulletin 2.x Full Releases 07-16-2002, 06:54 PM
Replies: 36
Views: 6,188
Posted By Raz
I (and most others) always update the first post...

I (and most others) always update the first post with the latest code changes :)
Showing results 1 to 25 of 84

 
Forum Jump

All times are GMT. The time now is 01:13 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.02181 seconds
  • Memory Usage 2,037KB
  • 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
  • (75)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