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

Showing results 1 to 25 of 292
Search took 0.01 seconds.
Search: Posts Made By: AnhTuanCool
Forum: vBulletin 3.5 Add-ons 06-10-2006, 06:53 PM
Replies: 2,436
Views: 548,138
Posted By AnhTuanCool
Sometimes user's vcash get to some crazy @ss...

Sometimes user's vcash get to some crazy @ss number
http://img80.imageshack.us/img80/9430/untitled12hw.jpg

Please show me the way to fix this.
Forum: vBulletin 3.5 Add-ons 06-07-2006, 05:39 PM
Replies: 2,436
Views: 548,138
Posted By AnhTuanCool
Go into your Usergroup manager and set permission...

Go into your Usergroup manager and set permission for your usergroup to be able to post vbookie event.
Forum: vB3 General Discussions 05-29-2006, 02:42 PM
Replies: 4
Views: 872
Posted By AnhTuanCool
Disable a plugin called Title_Replace. Walrus...

Disable a plugin called Title_Replace. Walrus gave me his password so I could find out the hole...anyway, the board is ok now. Enjoy! :D
Forum: vBulletin 3.5 Add-ons 02-13-2006, 02:03 AM
Replies: 998
Views: 190,977
Posted By AnhTuanCool
Add the patch in my #485 post BEFORE: ...

Add the patch in my #485 post BEFORE:


$act = 1;


and that should be it!
Forum: vBulletin 3.5 Add-ons 02-12-2006, 07:14 PM
Replies: 998
Views: 190,977
Posted By AnhTuanCool
@dai-kun - Did you delete this line in the hook? ...

@dai-kun - Did you delete this line in the hook?
$post_thanks_cashe = $db->query("SELECT " . TABLE_PREFIX . "post_thanks.* FROM " . TABLE_PREFIX . "post_thanks, " . TABLE_PREFIX . "post WHERE "...
Forum: vBulletin 3.5 Add-ons 02-12-2006, 02:53 AM
Replies: 998
Views: 190,977
Posted By AnhTuanCool
Ahhhhh, I think I've made a terrible mistake...

Ahhhhh, I think I've made a terrible mistake here.

I figured out what the problem is that the mixing query I suggested awhile ago actually makes the hack's query time worse. When using multiple...
Forum: vBulletin 3.5 Add-ons 02-12-2006, 02:16 AM
Replies: 998
Views: 190,977
Posted By AnhTuanCool
Hey Abe1, Although the showthread page uses...

Hey Abe1,

Although the showthread page uses only ONE query, the load seems yet to loose.

I've attached the query exp of one normal thread on my forum. One post got thanked 13 times and it took...
Forum: vB3 General Discussions 01-15-2006, 07:51 PM
Replies: 2
Views: 870
Posted By AnhTuanCool
Thanks SirAdrian, could you also give me an...

Thanks SirAdrian, could you also give me an example code (within vbulletin default) where the function is used?
Forum: vB3 General Discussions 01-15-2006, 07:29 PM
Replies: 2
Views: 870
Posted By AnhTuanCool
Caching Data

Hello all,
I'd like to know a general idea how the caching system work in vBulletin (eg. cache post, thread...). The thing is I wrote a hack and it basically calls up something from database as the...
Forum: vBulletin 3.5 Add-ons 12-21-2005, 03:20 PM
Replies: 998
Views: 190,977
Posted By AnhTuanCool
materros - Replace this line in that same plugin...

materros - Replace this line in that same plugin (Post Thank You Hack at postbit_display_start hook location)


$post_thanks_cashe = $db->query("SELECT post_thanks.* FROM " . TABLE_PREFIX ....
Forum: vBulletin 3.5 Add-ons 12-19-2005, 05:26 PM
Replies: 998
Views: 190,977
Posted By AnhTuanCool
Hey, nice hack there you made Abe1. /me clicked...

Hey, nice hack there you made Abe1. /me clicked installed.

I made a modification to optimize the querying part of the hack as follow:
In plugin Post Thank You Hack at postbit_display_start, I'd...
Forum: vBulletin 3.0 Full Releases 05-30-2005, 01:53 PM
Replies: 83
Views: 19,339
Posted By AnhTuanCool
Make changes in either postbit or postbit_legacy...

Make changes in either postbit or postbit_legacy template (which you use).
Forum: vBulletin 3.0 Full Releases 03-23-2005, 01:00 PM
Replies: 83
Views: 19,339
Posted By AnhTuanCool
It's in the vbulletin option.

It's in the vbulletin option.
Forum: vBulletin 3.0 Full Releases 02-17-2005, 08:25 PM
Replies: 161
Views: 30,706
Posted By AnhTuanCool
In the code that you inserted in global.php or...

In the code that you inserted in global.php or simple open up global.php and look for THIS:

}
// End banner


Add ABOVE
$footer .= $banner2;
Save
Forum: vBulletin 3.0 Full Releases 02-15-2005, 08:06 PM
Replies: 161
Views: 30,706
Posted By AnhTuanCool
@Stangsta - Read The Post #48...

@Stangsta - Read The Post #48 (https://vborg.vbsupport.ru/showpost.php?p=605648&postcount=48)

@oldfan - Nop, I've never written an add-on for this mod though if you're talking about the submit...
Forum: Community Lounge 02-13-2005, 02:10 AM
Replies: 51
Views: 5,885
Posted By AnhTuanCool
Would your domain be stricted by US laws if the...

Would your domain be stricted by US laws if the server is not in US?
Forum: vBulletin 3.0 Full Releases 02-12-2005, 03:48 AM
Replies: 161
Views: 30,706
Posted By AnhTuanCool
Your navbar template might be varied from mine so...

Your navbar template might be varied from mine so try to just put the $banner at the end of your navbar template see what happen and you'll figure out.
Forum: vB3 Programming Discussions 02-10-2005, 11:50 PM
Replies: 2
Views: 787
Posted By AnhTuanCool
OK, I figured it out now, Thank you filburt1 ;)

OK, I figured it out now, Thank you filburt1 ;)
Forum: vB3 Programming Discussions 02-10-2005, 10:26 PM
Replies: 2
Views: 787
Posted By AnhTuanCool
Strip excessed characters

Hi all,
I'm looking for a PHP function that can strip off excessed characters. Like I limited $mystring is only 10 characters and if someone enter the value for $mystring over 10 characters, then...
Forum: vBulletin 3.0 Full Releases 02-01-2005, 08:05 PM
Replies: 161
Views: 30,706
Posted By AnhTuanCool
I get what you say, here is how you Add New...

I get what you say, here is how you Add New Template

Get in your AdminCP > Style Manager > Click on the drop-down menu next to the style title and cho Add New Template (see attachment for detail)...
Forum: vB3 Programming Discussions 02-01-2005, 04:48 AM
Replies: 5
Views: 1,108
Posted By AnhTuanCool
https://vborg.vbsupport.ru/showthread.php?t=74170...

https://vborg.vbsupport.ru/showthread.php?t=74170
The link above leads to the support thread of this hack, as you might want to ask the author :)
Forum: vB3 Programming Discussions 01-31-2005, 11:42 PM
Replies: 5
Views: 1,108
Posted By AnhTuanCool
It's in forumroot/includes/init.php ;)

It's in forumroot/includes/init.php ;)
Forum: vBulletin 3.0 Full Releases 01-31-2005, 08:53 PM
Replies: 65
Views: 17,399
Posted By AnhTuanCool
Make a new custom profile field with...

Make a new custom profile field with Single-Selection Radio Buttons as field type.
It will display an option in Edit Option section in UserCP(take a look at the attachment) and $post[field5](5 as...
Forum: vBulletin 3.0 Full Releases 01-31-2005, 08:20 PM
Replies: 161
Views: 30,706
Posted By AnhTuanCool
@PAWS - you're welcome ;) @Rastus - I looked...

@PAWS - you're welcome ;)

@Rastus - I looked your forum source code and I figured out that you want the banners to be centered. So you changed the default banner template a bit but you somehow...
Forum: vBulletin 3.0 Full Releases 01-31-2005, 03:33 AM
Replies: 161
Views: 30,706
Posted By AnhTuanCool
Ok, sorry for the inconvenience, please do this, ...

Ok, sorry for the inconvenience, please do this,
Select the whole thing you've added, REPLACE by this

// Start banner rotating by Anhtuancool
if ($vboptions['enbanners'])
{
// select random...
Showing results 1 to 25 of 292

 
Forum Jump

All times are GMT. The time now is 01:04 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.02698 seconds
  • Memory Usage 2,065KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (54)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