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

Showing results 1 to 25 of 110
Search took 0.01 seconds.
Search: Posts Made By: fury
Forum: vBulletin 3.6 Add-ons 11-06-2007, 07:33 PM
Replies: 340
Statistics Modifications - Dream's Forum Statistics
Views: 77,674
Posted By fury
Can anyone suggest some table indexes for me to...

Can anyone suggest some table indexes for me to add to make this stuff go faster? I notice a long loading time on my board, and anticipate if the statistics page ever gets crawled by a search engine...
Forum: vB3 General Discussions 04-01-2006, 11:38 PM
Replies: 1
Views: 829
Posted By fury
Hi guys. Long time no vB code, how do I get up to date on how to mod 3.5.x?

It's been a while since I farted around with modifying vBulletin. As in, 3.0.1.

So, as I'm fairly aware, 3.5 is almost totally different to code for. Is there a specific change log or anything...
Forum: Community Lounge 08-27-2003, 06:34 PM
Replies: 18
Views: 1,907
Posted By fury
Villian

Villian
Forum: vBulletin 2.x Full Releases 08-03-2003, 06:29 PM
Replies: 36
Views: 9,365
Posted By fury
Unfortunately I don't have a forum with 2 million...

Unfortunately I don't have a forum with 2 million posts to check it on. http://smilies.xibase.com/shrug.gif Why not index the visible column then? Since you have a multi-GB post table, what's an...
Forum: vBulletin 2.x Full Releases 08-03-2003, 04:26 PM
Replies: 36
Views: 9,365
Posted By fury
BTW, this (after you've applied the mod) ...

BTW, this (after you've applied the mod)
$postscount=$DB_site->query_first("SELECT replycount AS posts FROM thread WHERE threadid='$threadid'");
$postscount[posts]++;...
Forum: vBulletin 2.x Full Releases 08-03-2003, 04:18 PM
Replies: 36
Views: 9,365
Posted By fury
Why not just change this line... $postids.=...

Why not just change this line...

$postids.= "post.threadid='$threadid'";

to this:

$postids.= "post.threadid='$threadid' AND post.visible='1'";

It might slow it down a tiny bit more but...
Forum: Community Reviews 06-24-2003, 09:25 PM
Replies: 6
Views: 1,238
Posted By fury
Too blue... get some brighter colors in there...

Too blue... get some brighter colors in there (and NOT just brighter shades of blue :p)
Forum: vBulletin.org Site Feedback 06-23-2003, 06:07 PM
Replies: 1
Views: 933
Posted By fury
Private messages get marked as read by the receiver of the message?

I sent someone a message and looked in my sent items box to read it over again so I could send them an email with the contents as well in case they were not notified of the PM... well, I went back to...
Forum: vBulletin 2.x Full Releases 06-22-2003, 07:20 PM
Replies: 539
Views: 142,820
Posted By fury
That would be me :) Unfortunately, vB.org does...

That would be me :) Unfortunately, vB.org does not allow the release of vB3 hacks. Stay tuned for more info, I am in the process of asking TWT for permission to rerelease the hack. I would guess that...
Forum: vBulletin 2.x Full Releases 05-24-2003, 09:02 PM
Replies: 47
Views: 7,504
Posted By fury
dennx: It should phenom: Show me your line...

dennx: It should

phenom: Show me your line 39, if you don't mind
Forum: vBulletin 2.x Full Releases 04-29-2003, 04:18 PM
Replies: 45
Views: 5,634
Posted By fury
I think I'll edit the original post with the...

I think I'll edit the original post with the explanation and a link to the forumhome optimization hack, in case people who have already installed that happen upon this thread. ;)
Forum: vBulletin 2.x Full Releases 04-29-2003, 12:02 AM
Replies: 45
Views: 5,634
Posted By fury
OK, thanks for the correction. :) Makes this...

OK, thanks for the correction. :)

Makes this thread kinda useless huh? :D
Forum: vBulletin 2.x Full Releases 04-28-2003, 11:04 AM
Replies: 45
Views: 5,634
Posted By fury
Unless I'm mistaken, the forumhome hack does not...

Unless I'm mistaken, the forumhome hack does not incorporate this feature; thus it will not be redundant to install them both.
Forum: vBulletin 2.x Beta Releases 03-30-2003, 03:26 PM
Replies: 97
Views: 14,894
Posted By fury
Awesome hack. *install* I'm using...

Awesome hack. *install*

I'm using LoveShack's version because a lot of people use Mozilla on my site.
Forum: Community Lounge 03-23-2003, 07:50 PM
Replies: 55
Views: 5,435
Posted By fury
<-- Proudly the 3rd retro vB member!...

<-- Proudly the 3rd retro vB member! https://vborg.vbsupport.ru/
Forum: vBulletin 2.x Beta Releases 03-06-2003, 03:18 PM
Replies: 32
Views: 9,648
Posted By fury
Without the original author of the hack, I...

Without the original author of the hack, I wouldn't know where to start. I don't know YaBB SE. Sorry, but it looks like everyone is stuck until ssc sees this thread. :(
Forum: vBulletin 2.x Beta Releases 03-06-2003, 01:24 PM
Replies: 32
Views: 9,648
Posted By fury
2.2.9 and 2.3.0 are fairly similar - there are...

2.2.9 and 2.3.0 are fairly similar - there are some new functions, templates and XSS fixes in 2.3.0 that aren't in 2.2.9, but the database schema for members, posts, threads is unchanged, in other...
Forum: vBulletin 2.x Beta Releases 03-06-2003, 12:06 PM
Replies: 32
Views: 9,648
Posted By fury
Try replacing it with this line: ...

Try replacing it with this line:

mail("$member[1]","'$username': '$password'"," Your temporary password:\n $password");

It appears $member[1] is the index that is assigned to the user's email,...
Forum: vBulletin 2.x Full Releases 01-29-2003, 01:31 AM
Replies: 830
Views: 105,825
Posted By fury
I fixed him by running the botloader.php on my...

I fixed him by running the botloader.php on my localhost and then dumping the patterns and templates tables, then importing those.

But he was causing so much server load that I had to turn him off...
Forum: vBulletin 2.x Full Releases 01-28-2003, 03:35 PM
Replies: 830
Views: 105,825
Posted By fury
Hmm, it deletes all current rows resulting from...

Hmm, it deletes all current rows resulting from the aiml imports? That would probably explain why it only has 3000 some categories.
Forum: vBulletin 2.x Full Releases 01-27-2003, 11:58 PM
Replies: 830
Views: 105,825
Posted By fury
OK, WTF, now my templates table has 0 records in...

OK, WTF, now my templates table has 0 records in it (used to have 31000)

Which would probably explain why it doesn't answer... :confused:
Forum: vBulletin 2.x Full Releases 01-27-2003, 04:05 PM
Replies: 830
Views: 105,825
Posted By fury
There's also the much faster method of...

There's also the much faster method of str_replace('<br />' , '', $string );
Forum: vBulletin 2.x Full Releases 01-27-2003, 03:21 PM
Replies: 830
Views: 105,825
Posted By fury
Nope, the bot ID was wrong but I changed that and...

Nope, the bot ID was wrong but I changed that and no effect.
Forum: vBulletin 2.x Full Releases 01-27-2003, 01:49 PM
Replies: 830
Views: 105,825
Posted By fury
The bot used to answer most of my questions but...

The bot used to answer most of my questions but now unless it's something like "Hello, Tux." (Tux is the name of my bot), all it replies with is a smilie.
...
Forum: Member Archives 01-08-2003, 12:45 AM
Replies: 30
Views: 3,739
Posted By fury
Wouldn't that ruin the purpose of him selling the...

Wouldn't that ruin the purpose of him selling the button sets? people could just crop the buttons...
Showing results 1 to 25 of 110

 
Forum Jump

All times are GMT. The time now is 04:44 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.03584 seconds
  • Memory Usage 2,036KB
  • 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
  • (65)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