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

Showing results 1 to 25 of 77
Search took 0.00 seconds.
Search: Posts Made By: TouchingVirus
Forum: Programming Articles 07-18-2004, 10:00 PM
Replies: 4
Views: 4,631
Posted By TouchingVirus
Collapse Tables by Default

Well, i just thought i would tell you all how to make things be collapsed by default because i didnt see anything relating to it on the forums.

In vB3, theres the handy feature to collapse items,...
Forum: vBulletin 3.0 Full Releases 07-07-2004, 06:29 PM
Replies: 438
Views: 84,806
Posted By TouchingVirus
here is my advice..revert....

here is my advice..revert....
Forum: Community Lounge 07-01-2004, 12:04 PM
Replies: 11
Views: 1,660
Posted By TouchingVirus
I would like to hear the answers from Logicians...

I would like to hear the answers from Logicians questions, especially the one about how this member knows it was vBulletin that was the thing that was exploited.

I think its outrageous to come...
Forum: Modification Requests/Questions (Unpaid) 04-21-2004, 05:07 PM
Replies: 2
Views: 758
Posted By TouchingVirus
Using if conditions in SHOWTHREAD template...

Using if conditions in SHOWTHREAD template enables this..

For example -


<if condition"$threadinfo['forumid'] != '6' || $threadinfo['forumid'] != '7'>

...show postcount code...

<else />
Forum: vB3 General Discussions 04-19-2004, 05:56 PM
Replies: 9
Views: 844
Posted By TouchingVirus
any ideas Assassingod

any ideas Assassingod
Forum: Modification Requests/Questions (Unpaid) 04-19-2004, 12:11 AM
Replies: 19
Views: 2,161
Posted By TouchingVirus
From vbulletintemplates.com ...using search...

From vbulletintemplates.com ...using search "Opacity" in all forums..and did a little quick writeup..


<if condition="$onlinestatus==0">
<if condition="$show['avatar']"><td class="alt2"><a...
Forum: vB3 General Discussions 04-18-2004, 11:24 PM
Replies: 13
Views: 1,180
Posted By TouchingVirus
The styles didnt work because the style system...

The styles didnt work because the style system changed totally :P

I amnt sure, having not upgraded, but wouldn't added/altered tables pose a problem?
Forum: vBulletin 3.0 Full Releases 04-18-2004, 10:00 PM
Replies: 8
Views: 3,263
Posted By TouchingVirus
vBindex Last Members Hack

Major thanks to assassingod for giving me the key to this hack, and to my other ones that were in the DEV stage because i didnt know i had to loop :)

Find this in vbindex.php

...
Forum: Modification Requests/Questions (Unpaid) 04-18-2004, 07:05 PM
Replies: 12
Views: 1,046
Posted By TouchingVirus
* TouchingVirus pays Boofo damnit, i will...

* TouchingVirus pays Boofo

damnit, i will get you again :D
Forum: vB3 General Discussions 04-18-2004, 05:51 PM
Replies: 13
Views: 1,180
Posted By TouchingVirus
Yes there was such a tool @ vb.com, written by...

Yes there was such a tool @ vb.com, written by Steve methinks, but it didnt work too good :D
Forum: vB3 General Discussions 04-18-2004, 04:44 PM
Replies: 9
Views: 844
Posted By TouchingVirus
I changed it to use one..now code is as follows ...

I changed it to use one..now code is as follows


// Query for getting visitor countrycode
if (isset($_POST[submit]))
{
$cc = $_POST['country'];
$query = $DB_site->query("SELECT * FROM...
Forum: vB3 General Discussions 04-18-2004, 04:27 PM
Replies: 9
Views: 844
Posted By TouchingVirus
Ok, heres another one that hinged on that...

Ok, heres another one that hinged on that problem...i thought that the above would have sorted it out..but it didnt :(

I have the IP-to-country database.. i have a page with a country-dropdown...
Forum: Modification Requests/Questions (Unpaid) 04-18-2004, 04:18 PM
Replies: 8
Views: 1,070
Posted By TouchingVirus
By the way, change $lastlimit = 7; to whatever...

By the way, change $lastlimit = 7; to whatever you want it to show :)
Forum: Modification Requests/Questions (Unpaid) 04-18-2004, 04:16 PM
Replies: 8
Views: 1,070
Posted By TouchingVirus
Major thanks to assassingod for giving me the key...

Major thanks to assassingod for giving me the key to this hack, and to my other ones that were in the DEV stage because i didnt know i had to loop :)

Find this in vbindex.php

...
Forum: vB3 General Discussions 04-18-2004, 04:10 PM
Replies: 9
Views: 844
Posted By TouchingVirus
Works like a charm (not that i doubted :D) Thanks...

Works like a charm (not that i doubted :D) Thanks so much assassingod ;)
Forum: vB3 General Discussions 04-18-2004, 04:08 PM
Replies: 9
Views: 844
Posted By TouchingVirus
Quick response, thanks for that Assassingod, i...

Quick response, thanks for that Assassingod, i will try it straight away!
Forum: vB3 General Discussions 04-18-2004, 03:56 PM
Replies: 9
Views: 844
Posted By TouchingVirus
Another one..

Here is another one that has me half-stumped!

In vbulletin, especially, when i do custom queries, i usually get multiple rows of results..

Rather like this little snippet..


$user =...
Forum: vB3 General Discussions 04-18-2004, 03:48 PM
Replies: 4
Views: 853
Posted By TouchingVirus
thanks for the advice dean :)

thanks for the advice dean :)
Forum: Modification Requests/Questions (Unpaid) 04-18-2004, 02:54 PM
Replies: 8
Views: 1,070
Posted By TouchingVirus
let me get vbindex and sort it out myself and...

let me get vbindex and sort it out myself and then i will post how to do it :)
Forum: Modification Requests/Questions (Unpaid) 04-18-2004, 02:50 PM
Replies: 8
Views: 1,070
Posted By TouchingVirus
You added that code into a template? You mad...

You added that code into a template?

You mad thing, thats a php page in itself :D
Forum: Modification Requests/Questions (Unpaid) 04-18-2004, 02:07 PM
Replies: 5
Views: 1,314
Posted By TouchingVirus
Indeed, it works like a charm Alex, nice one ;)

Indeed, it works like a charm Alex, nice one ;)
Forum: Modification Requests/Questions (Unpaid) 04-18-2004, 02:02 PM
Replies: 8
Views: 1,070
Posted By TouchingVirus
// ### Get vBulletin Backend ### ...

// ### Get vBulletin Backend ###

require_once('./global.php');

// ### Run Query ###

$last5 = $DB_site->query("SELECT username FROM `user` ORDER BY joindate DESC LIMIT 5");

// ### Output...
Forum: Modification Requests/Questions (Unpaid) 04-18-2004, 01:08 PM
Replies: 12
Views: 1,046
Posted By TouchingVirus
Indeed, say who won :P:P

Indeed, say who won :P:P
Forum: vB3 General Discussions 04-17-2004, 10:41 PM
Replies: 4
Views: 853
Posted By TouchingVirus
Ok, thanks for that assassingod.. What about...

Ok, thanks for that assassingod..

What about 3 and 4 and 5..


"/(<\/?)(\w+)([^>]*>)/e",
"'\\1'.strtoupper('\\2').'\\3'"

Like what is all that...that is what confuses me :D
Forum: vBulletin 3.0 Full Releases 04-17-2004, 10:01 PM
Replies: 11
Views: 4,400
Posted By TouchingVirus
Yes, but consider the information it retreives...

Yes, but consider the information it retreives along with the amount of post's per page..(a usual 15)..it adds about a second to load times :)
Showing results 1 to 25 of 77

 
Forum Jump

All times are GMT. The time now is 02:54 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.01795 seconds
  • Memory Usage 2,040KB
  • 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
  • (17)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