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

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Hossie
Forum: vBulletin 3.7 Styles 05-18-2008, 08:38 AM
Replies: 37
Views: 17,651
Posted By Hossie
Thanks, nice skin. Btw, your email is...

Thanks, nice skin.

Btw, your email is plaintext in the footer. Do you like spam so much? :)
Forum: vBulletin 3.6 Styles 05-02-2008, 11:17 AM
Replies: 454
Views: 137,089
Posted By Hossie
What about a 3.7 version? :)

What about a 3.7 version? :)
Forum: vBulletin 3.6 Styles 04-23-2008, 07:15 PM
Replies: 454
Views: 137,089
Posted By Hossie
Did someone "port" this style to 3.6.9/3.6.10?...

Did someone "port" this style to 3.6.9/3.6.10? The template changes are not too small, and sometimes I don't know what parts are changed by Jelsoft and what parts are part of your customizations. Any...
Forum: vB3 General Discussions 12-18-2007, 02:23 AM
Replies: 3
Views: 809
Posted By Hossie
It's under Settings-General. It's called...

It's under Settings-General. It's called vBulletin 2 Postbits.
Forum: vB3 General Discussions 12-18-2007, 01:42 AM
Replies: 15
Views: 1,536
Posted By Hossie
Under "Cookies and HTTP-headers" you can choose...

Under "Cookies and HTTP-headers" you can choose to compress your ouput. This will also save bandwidth, but increase cpu load.
Forum: vB3 General Discussions 12-18-2007, 01:37 AM
Replies: 6
Views: 691
Posted By Hossie
cd /to/main/dir/below/forums mkdir testvb cp...

cd /to/main/dir/below/forums
mkdir testvb
cp -pR forums/* testvb/
Forum: vB3 Programming Discussions 11-29-2007, 01:08 PM
Replies: 7
Views: 948
Posted By Hossie
So why don't you just use some hash algorithm? ...

So why don't you just use some hash algorithm?

<?php
function randomstr($length){
return substr(md5(time()*rand(1, 100)), 0, $length);
}
echo randomstr(16);
?>
Forum: vB3 Programming Discussions 11-29-2007, 12:39 PM
Replies: 7
Views: 948
Posted By Hossie
Is the link a joke? 2 lines are enough: ...

Is the link a joke? 2 lines are enough:

<?php
function randomstr($length){
for($i=0; $i<$length; $i++)$str[$i]=chr(rand(97, 122));
return implode("", $str);
}
echo randomstr(16);
?>
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT. The time now is 08:09 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.01285 seconds
  • Memory Usage 1,918KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (8)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (11)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete