The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 25 of 122
Search took
0.01
seconds.
Search:
Posts Made By:
aussiev8
Forum:
vBulletin 4.x Add-ons
01-24-2012, 12:53 PM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
58,317
Posted By
aussiev8
it didn't float the by line, title and time...
it didn't float the by line, title and time correctly.
Forum:
vB4 Programming Discussions
10-01-2011, 08:12 AM
Replies:
3
how to convert vbulletin templates to files
Views:
725
Posted By
aussiev8
So, nobody on the whole wide internet can help.....
So, nobody on the whole wide internet can help.. I've built something in ruby that pulls templates out for a given style, and drops it to the filesystem.
I'm now writing another ruby script to...
Forum:
vB4 Programming Discussions
09-30-2011, 07:56 AM
Replies:
3
how to convert vbulletin templates to files
Views:
725
Posted By
aussiev8
how to convert vbulletin templates to files
Hey guys is there a way yet to convert vbulletin templates into files? I really just want to do this during template development.
Has anyone worked out a way to do this yet?
Forum:
vB4 Programming Discussions
11-02-2010, 08:57 AM
Replies:
2
I created an app Ruby on Rails -> Vbulletin
Views:
1,549
Posted By
aussiev8
I created an app Ruby on Rails -> Vbulletin
Any rails devs on here think its worth me pulling the source that connects the two systems and create a gem out of it?
At the moment it can:
- Authenticate users
- single login (session...
Forum:
vB4 Programming Discussions
11-01-2010, 11:35 AM
Replies:
0
trying to log in via a rails app - faking session
Views:
473
Posted By
aussiev8
trying to log in via a rails app - faking session
Hey Guys,
I'm trying to fake a session in vbulletin to integrate a rails app I've built.
I've managed to get all the cookies set exactly the same way as vbulletin, and I even update/insert...
Forum:
vB4 Programming Discussions
11-01-2010, 11:32 AM
Replies:
5
Help with vBulletin Integration and Autologin
Views:
1,252
Posted By
aussiev8
what did you do to solve this? I've been trying...
what did you do to solve this? I've been trying to fake a session all day, and although my cookie's and db are set fine.. vb just creates a new session... its driving me crazy
Forum:
vB3 General Discussions
10-31-2010, 08:54 AM
Replies:
8
sessionhash and idhash
Views:
4,314
Posted By
aussiev8
They made it much easier now function...
They made it much easier now
function fetch_sessionhash()
{
return md5(uniqid(microtime(), true));
}
Forum:
vB4 Programming Discussions
07-10-2010, 10:33 PM
Replies:
3
Jquery in vB4
Views:
996
Posted By
aussiev8
you have given us no error, no html and no...
you have given us no error, no html and no confidence you've attempted to work through any possible solution. You haven't told us what the expected result is, and what the actual result is.
"this...
Forum:
vB4 Programming Discussions
07-10-2010, 01:25 PM
Replies:
3
CakePHP integration working
Views:
766
Posted By
aussiev8
Hey, I'm interested! I was about to create...
Hey, I'm interested!
I was about to create a connector for ruby on rails, but this might be much easier to roll out sister applications for my board.
Forum:
vB3 General Discussions
05-17-2009, 01:02 AM
Replies:
6
Vbulletin Rails integration
Views:
2,997
Posted By
aussiev8
I'm keen to write a connector, something that'll...
I'm keen to write a connector, something that'll pass the view variables from rails to something in php that'll bring up the view, while at the same time being able to pass the core bits and pieces...
Forum:
vB3 Programming Discussions
03-29-2009, 04:03 AM
Replies:
2
does anyone know how to move templates into files?
Views:
779
Posted By
aussiev8
maybe a feature in a future release. thanks...
maybe a feature in a future release.
thanks for your reply
Forum:
vB3 Programming Discussions
03-28-2009, 11:28 PM
Replies:
2
does anyone know how to move templates into files?
Views:
779
Posted By
aussiev8
does anyone know how to move templates into files?
Hey guys..
I'm doing a lot of template modifications at the moment, building new functionality, etc. and its a pain the butt to have to copy my template from an IDE, paste into the template...
Forum:
Community Lounge
03-28-2009, 11:22 PM
Replies:
67
What is your Bounce Rate?
Views:
15,568
Posted By
aussiev8
i'm at about 8%
i'm at about 8%
Forum:
Programming Articles
06-28-2008, 01:43 PM
Replies:
11
Upload images using the datamanager.
Views:
8,058
Posted By
aussiev8
I know this is really old.. but to change the...
I know this is really old.. but to change the filename you can simply
$vbulletin->GPC['upload']['name'] = "blah";
This could cause unexpected bugs..
best thing to do is attempt to separate the...
Forum:
vB3 Programming Discussions
06-08-2008, 02:54 AM
Replies:
2
Symfony Framework & vBulletin
Views:
1,720
Posted By
aussiev8
I don't get how this would be difficult? I've got...
I don't get how this would be difficult? I've got ruby on rails integrated..
Forum:
Programming Articles
06-07-2008, 10:00 PM
Replies:
2
[How To] Send emails as HTML instead of plain text
Views:
4,117
Posted By
aussiev8
[How To] Send emails as HTML instead of plain text
In the includes/class_mail.php on line 256 theres a line
$headers .= 'Content-Type: text/plain' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
Change it to
$headers .=...
Forum:
vBulletin 3.5 Add-ons
03-18-2008, 10:37 AM
Replies:
152
vBulletin SOAP API
Views:
53,672
Posted By
aussiev8
bah this sucks.. it doesn't work! uninstalled.. ...
bah this sucks.. it doesn't work! uninstalled..
requests time back
Forum:
vBulletin 3.5 Add-ons
02-27-2008, 10:10 AM
Replies:
152
vBulletin SOAP API
Views:
53,672
Posted By
aussiev8
This is awsome, I haven't written a php app in a...
This is awsome, I haven't written a php app in a few months! Its all ruby on rails for me, I was hoping something like this came out! I'm going to start doing some really funky ror shit on my board!!!
Forum:
vB3 Programming Discussions
02-03-2008, 05:06 AM
Replies:
1
images in vbulletin
Views:
706
Posted By
aussiev8
images in vbulletin
Hey guys,
I was wondering, does VB have any cool image functions, to pass images to the header..
e.g. pass_to_header($file/$pointer);
or should I write one myself?
Forum:
Modification Requests/Questions (Unpaid)
05-17-2006, 01:44 AM
Replies:
18
A better garage system
Views:
1,896
Posted By
aussiev8
try vbpicgallery, its by noppid. its amazing,...
try vbpicgallery, its by noppid. its amazing, looks a lot like phpbb one,
check it out,
http://www.aussiev8.com.au/vbpicgallery.php
Forum:
Modification Requests/Questions (Unpaid)
05-17-2006, 12:12 AM
Replies:
5
Auto update forumdisplay with AJAX
Views:
1,022
Posted By
aussiev8
maybe only have certain forums auto update.
maybe only have certain forums auto update.
Forum:
Modification Requests/Questions (Unpaid)
05-17-2006, 12:11 AM
Replies:
2
i've made an encyclopedia
Views:
890
Posted By
aussiev8
i've made an encyclopedia
Does anyone want it, theres no administor backend. and theres no installer script. but if anyone wants to improve it by adding these features and a few others then i'll post you the code.
check it...
Forum:
vB3 General Discussions
05-16-2006, 11:35 AM
Replies:
8
help with query
Views:
1,109
Posted By
aussiev8
$db->query_read did the trick... thanks.. i...
$db->query_read did the trick... thanks..
i can't log into the API, it keeps throwing errors, then takes ages to load... bit of a pitty. but thanks to everyone who helped
Forum:
vB3 General Discussions
05-16-2006, 10:31 AM
Replies:
8
help with query
Views:
1,109
Posted By
aussiev8
nah it didn't work either. and version 3.5 ...
nah it didn't work either.
and version 3.5
below is a snippet of code, its going to be an encyclopedia that i'm going to share here. It was working on 3.0 and i'm rewriting it for 3.5 (now i...
Forum:
vB3 General Discussions
05-16-2006, 10:17 AM
Replies:
8
help with query
Views:
1,109
Posted By
aussiev8
thanks, but neither worked, even with the globals.
thanks, but neither worked, even with the globals.
Showing results 1 to 25 of 122
Page 1 of 5
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
02:45 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.01960 seconds
Memory Usage
2,044KB
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
(16)
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
Messages:
time to check permissions: 0.0023
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi