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

Showing results 1 to 25 of 113
Search took 0.00 seconds.
Search: Posts Made By: Bolas
Forum: vBulletin 3.6 Add-ons 04-24-2007, 12:36 PM
Replies: 10
Views: 4,631
Posted By Bolas
Does vb.org need a section <em>ad hoc</em> for...

Does vb.org need a section <em>ad hoc</em> for user function or libraries..?
Forum: vBulletin 3.6 Add-ons 01-06-2007, 11:21 PM
Replies: 35
Views: 11,092
Posted By Bolas
very intersting, I like it.

very intersting, I like it.
Forum: vBulletin 3.6 Add-ons 12-26-2006, 09:29 PM
Replies: 122
Statistics Modifications - vB Weekly Stats
Views: 27,851
Posted By Bolas
--> Put it in the CRON directory, not in the root...

--> Put it in the CRON directory, not in the root of your forum.

I just patched the cron and the product itself (adding a simple plugin in it) to use the text/html as Content-Type.

If U got...
Forum: vBulletin 3.6 Add-ons 12-26-2006, 03:50 PM
Replies: 122
Statistics Modifications - vB Weekly Stats
Views: 27,851
Posted By Bolas
Ok, pay attention here. I patched it using: ...

Ok, pay attention here.

I patched it using:

- vb method to send mail
- hooks change on-the-fly the Content-Type

Attached U will find:

new /includes/cron/weeklystats.php
Forum: vBulletin 3.6 Add-ons 12-26-2006, 02:34 PM
Replies: 122
Statistics Modifications - vB Weekly Stats
Views: 27,851
Posted By Bolas
Me too. I'm receiving mail throught GMAIL. -.-'...

Me too.
I'm receiving mail throught GMAIL. -.-'



I see U are using mail($email_to, $vbulletin->options['weasub'], $message, $headers); to send mail. I think that are available some vb method...
Forum: vBulletin 3.5 Add-ons 04-08-2006, 08:34 AM
Replies: 19
Views: 3,987
Posted By Bolas
Ok, I will specify that in the thread in huge...

Ok, I will specify that in the thread in huge chars. Thanx rrr
Forum: vBulletin 3.5 Add-ons 04-07-2006, 06:24 PM
Replies: 19
Views: 3,987
Posted By Bolas
Edit the xml you have downloaded from this...

Edit the xml you have downloaded from this thread.

In the first post you can find a long list of variables. In xml you can replace old variables with the items of the lists. The list contains all...
Forum: vBulletin 3.5 Add-ons 04-05-2006, 11:07 PM
Replies: 19
Views: 3,987
Posted By Bolas
Read my first post: you can found links for the...

Read my first post: you can found links for the same thread in my forum with different styles. This is the live demo.
Forum: vBulletin 3.5 Add-ons 04-05-2006, 11:01 PM
Replies: 19
Views: 3,987
Posted By Bolas
it's the same, using replacement or a plugin. I...

it's the same, using replacement or a plugin.
I decided to use plugin because this is my first one and it's only an exercise for me. Just an easy script to test how vbulletin plugins works.
...
Forum: vBulletin 3.5 Add-ons 04-04-2006, 10:00 PM
Replies: 19
Views: 3,987
Posted By Bolas
BLS - Google Adsense Color for Multiple Styles

Hi Ya!

What appens if you got lot of styles and you need to put a Google Adsense banner with specified color/background-color for each else?
You have to put the code in every style, with the...
Forum: vBulletin 3.0 Full Releases 10-03-2005, 10:44 AM
Replies: 16
Views: 4,812
Posted By Bolas
Sorry guys, in this time I'm full of work and I...

Sorry guys, in this time I'm full of work and I didn't studied new 3.5 system yet!
So if anyone of you want to modify it is free to do it using my code as a base to built it!
Forum: vBulletin 3.0 Full Releases 05-01-2005, 04:24 PM
Replies: 47
Views: 15,336
Posted By Bolas
I know, but I wasn't able to recreate the same...

I know, but I wasn't able to recreate the same error on my testing board, so I can assume that it depends by a custom config of you board.
Tonight I will install a clean 3.07 on my testing server,...
Forum: vBulletin 3.0 Full Releases 05-01-2005, 01:05 AM
Replies: 47
Views: 15,336
Posted By Bolas
Uhm.. let me try on it. I will reply to you in...

Uhm.. let me try on it.
I will reply to you in a few days.
Forum: vBulletin 3.0 Full Releases 04-17-2005, 02:37 PM
Replies: 21
Views: 22,624
Posted By Bolas
Ok, RELEASE 1.02: Now this addon will store...

Ok, RELEASE 1.02:

Now this addon will store agreements on cookie for Unregisterd/Not logged in users
Forum: vBulletin 3.0 Full Releases 04-16-2005, 02:31 PM
Replies: 21
Views: 22,624
Posted By Bolas
Of course, original UAE hack can't be applied...

Of course, original UAE hack can't be applied for guest because the hack needs a profile (a registered user) to save the agreement!

Infact UAE hack was only appliable to newthread.php, and so in...
Forum: Modification Requests/Questions (Unpaid) 04-16-2005, 01:08 AM
Replies: 5
Views: 1,044
Posted By Bolas
* go to forum.php find // ###...

*

go to forum.php

find

// ### LOGGED IN USERS #################################################


Here's the chunk of code you're searching for.
Forum: Modification Requests/Questions (Unpaid) 04-15-2005, 09:42 PM
Replies: 5
Views: 1,044
Posted By Bolas
chdir("path/to/forum/dir"); ...

chdir("path/to/forum/dir");
include("global.php");
chdir("retur/to/old/path");


At the begin of the php file. Maybe ;)
Forum: Modification Requests/Questions (Unpaid) 04-15-2005, 02:21 PM
Replies: 4
Views: 1,022
Posted By Bolas
try doing some experiment with $url variable in...

try doing some experiment with $url variable in login.php
or..
try searching for template names that appears in login.php.
Then search for html o javascript redirect in these templates.
Forum: vBulletin 3.0 Full Releases 04-15-2005, 09:34 AM
Replies: 21
Views: 22,624
Posted By Bolas
:D I'm happy ther's someone who reads...

:D I'm happy ther's someone who reads instructions using brain! ;)

________________________

edited:
ok, thank for your alert! ;) I modified the TXT file replacing newpost.php with newreply.php...
Forum: vBulletin 3.0 Full Releases 04-14-2005, 10:14 PM
Replies: 21
Views: 22,624
Posted By Bolas
Maybe you are testing it on old agreed ruled...

Maybe you are testing it on old agreed ruled forum.

Try creating a new (and temp, of course) "lol" rules on a selected forum.
Select ALL USERGROUP (just to test it) and save it.

Try opening...
Forum: vBulletin 3.0 Full Releases 04-13-2005, 10:15 PM
Replies: 21
Views: 22,624
Posted By Bolas
2 different points of view. 1) people can...

2 different points of view.

1) people can read content without restrictions, but if they want to partecipate they must agree to rules.
A rules should be like: "..and you wont post anything...
Forum: vBulletin 3.0 Full Releases 04-13-2005, 09:42 PM
Replies: 21
Views: 22,624
Posted By Bolas
original hack applies rules only during the...

original hack applies rules only during the creation of a new thread (newthread.php)
So people can browse the forum, show thread or.. read post BEFORE checking agree on the rule (forumdisplay.php,...
Forum: vBulletin 3.0 Full Releases 04-13-2005, 09:29 PM
Replies: 21
Views: 22,624
Posted By Bolas
@DanJKroll: I'm releasing your request. Just 5...

@DanJKroll: I'm releasing your request. Just 5 mins ;)
edit -> go there https://vborg.vbsupport.ru/showthread.php?t=79892 (BLS - addon to RULES AND USER AGREEMENT HACK: rules to child forum)
...
Forum: vBulletin 3.0 Full Releases 04-12-2005, 10:00 PM
Replies: 0
Views: 10,538
Posted By Bolas
BLS - addon to RULES AND USER AGREEMENT HACK: rules to child forum

Original Hack by WWW.UAEWEB.COM (http://www.uaeweb.com/) (UAE):
https://vborg.vbsupport.ru/showthread.php?t=77666

modification requested by DanJKroll...
Forum: vBulletin 3.0 Full Releases 04-12-2005, 12:21 AM
Replies: 79
Views: 28,473
Posted By Bolas
2 addon released rules on selected forum...

2 addon released

rules on selected forum (showthread, forumdisplay, showpost, etc..):
https://vborg.vbsupport.ru/showthread.php?t=79798

rules applied on child forum:...
Showing results 1 to 25 of 113

 
Forum Jump

All times are GMT. The time now is 09:30 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.01838 seconds
  • Memory Usage 2,048KB
  • 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
  • (56)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