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...
Showing results 1 to 20 of 20
Search took
0.00
seconds.
Search:
Posts Made By:
Eander
Forum:
Modification Requests/Questions (Unpaid)
10-20-2002, 02:27 PM
Replies:
15
Another kool addon for the store. Please Read
Views:
1,859
Posted By
Eander
I've released it in the new version of the hack....
I've released it in the new version of the hack. Look in https://vborg.vbsupport.ru/showthread.php?s=&threadid=44597&perpage=15&display=&pagenumber=1 for downloading instructions.
Forum:
vBulletin 2.x Full Releases
10-19-2002, 05:46 PM
Replies:
32
Paycheck Hack for Lesane's Store!
Views:
7,207
Posted By
Eander
I have. It'll tell you who all has been sent the...
I have. It'll tell you who all has been sent the pm when you pay them.
Forum:
Modification Requests/Questions (Unpaid)
10-16-2002, 10:15 PM
Replies:
8
Easy Image Gallery
Views:
1,482
Posted By
Eander
GD isn't actually resizing it. All it's doing is...
GD isn't actually resizing it. All it's doing is getting the sizes by the getimagesize() command, then adding a width="xxx" height="xxx" parameter to the <img> tag. It's all IE doing the resizing,...
Forum:
vBulletin 2.x Full Releases
10-15-2002, 11:03 PM
Replies:
32
Paycheck Hack for Lesane's Store!
Views:
7,207
Posted By
Eander
I've updated the hack to include the PM and...
I've updated the hack to include the PM and individual usergroup features. Automatic sending will take a bit more to get going. I should have it done by the end of the weekend.
Forum:
Modification Requests/Questions (Unpaid)
10-15-2002, 10:22 PM
Replies:
8
Easy Image Gallery
Views:
1,482
Posted By
Eander
Yeah, the only thing that I could see for it not...
Yeah, the only thing that I could see for it not to be working would be that you don't have GD installed. As you can see in the php, if $sizes isn't defined it won't declare the $imagethumb variable...
Forum:
Modification Requests/Questions (Unpaid)
10-15-2002, 10:15 PM
Replies:
17
Avatar Listing as text.....
Views:
1,461
Posted By
Eander
The only thing I can think of is it having...
The only thing I can think of is it having problems with the select not being ended, though it worked on my server. Try this instead:
$avatarcount = 0;
$avatarlist.="<tr><td...
Forum:
vBulletin 2.x Full Releases
10-15-2002, 01:46 PM
Replies:
32
Paycheck Hack for Lesane's Store!
Views:
7,207
Posted By
Eander
Thanks. I intend on working on the hack right now...
Thanks. I intend on working on the hack right now to try and get some of the new stuff put in. If you all have any new ideas just post them up and I'll try to see what I can do.
Forum:
vBulletin 2.x Full Releases
10-14-2002, 07:38 PM
Replies:
32
Paycheck Hack for Lesane's Store!
Views:
7,207
Posted By
Eander
Doing it automatically is possible, sure. As of...
Doing it automatically is possible, sure. As of now you have to do it manually. It could come down to just hitting a tick box saying "Do this automatically on this date" or whatever.
Forum:
vBulletin 2.x Full Releases
10-14-2002, 01:50 PM
Replies:
32
Paycheck Hack for Lesane's Store!
Views:
7,207
Posted By
Eander
Can you all think of anything else that needs to...
Can you all think of anything else that needs to be added to it? I'm planning on trying to make it so it can pay the specific usergroups different amounts. I'm also thinking of having it so the...
Forum:
Modification Requests/Questions (Unpaid)
10-14-2002, 01:48 PM
Replies:
2
FanArt
Views:
919
Posted By
Eander
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?postid=309598#post309598" target="_blank">https://vborg.vbsupport.ru/showt...598#post309598</a>
This might be what you're looking for. It detects...
Forum:
Modification Requests/Questions (Unpaid)
10-14-2002, 01:45 PM
Replies:
3
Ignoring of Admins and MODs plus making entire thread vanish
Views:
865
Posted By
Eander
It's the last thing in user and registration...
It's the last thing in user and registration options.
Forum:
Modification Requests/Questions (Unpaid)
10-14-2002, 01:42 PM
Replies:
15
Another kool addon for the store. Please Read
Views:
1,859
Posted By
Eander
Yeah, I plan on working more on it to provide...
Yeah, I plan on working more on it to provide stuff like that come this weekend. If I don't have much to do tonight after school I might get some of it done. If you install, I can send an update when...
Forum:
Modification Requests/Questions (Unpaid)
10-14-2002, 12:21 AM
Replies:
8
Easy Image Gallery
Views:
1,482
Posted By
Eander
Nah, you wouldn't need that stuff. I'll work on...
Nah, you wouldn't need that stuff. I'll work on this and post something up.
Ok so I lied. You will need GD. However, most versions of PHP nowadays come with it already. If you don't have it, beg...
Forum:
Modification Requests/Questions (Unpaid)
10-13-2002, 10:24 PM
Replies:
17
Avatar Listing as text.....
Views:
1,461
Posted By
Eander
Hmm, I'm familiar with the UBB avatar bit where...
Hmm, I'm familiar with the UBB avatar bit where it just has a dropdown box that changes the image via javascript. I'll see what I can do
Ok.. here's the original from member.php:
...
Forum:
vBulletin 2.x Full Releases
10-13-2002, 10:00 PM
Replies:
32
Paycheck Hack for Lesane's Store!
Views:
7,207
Posted By
Eander
Paycheck Hack for Lesane's Store!
In response to a request, here you go. Pretty simple. Took about 30 minutes. A few people said they'd enjoy having this, so here you go.
What it does:
Gives a specified amount of store points...
Forum:
Modification Requests/Questions (Unpaid)
10-13-2002, 09:58 PM
Replies:
15
Another kool addon for the store. Please Read
Views:
1,859
Posted By
Eander
Ok... I've got it. Find this in...
Ok... I've got it.
Find this in /admin/index.php :
makenavoption("View/Modify Actions","storeadmin.php?action=modify");
makenavselect("Store Options");
And change it to look like this:
...
Forum:
Modification Requests/Questions (Unpaid)
10-09-2002, 08:51 PM
Replies:
4
Oracle & VBulletin
Views:
823
Posted By
Eander
If I knew anything at all about Oracle I'd try. :P
If I knew anything at all about Oracle I'd try. :P
Forum:
Modification Requests/Questions (Unpaid)
10-09-2002, 12:47 AM
Replies:
4
Italics for threads with new posts
Views:
996
Posted By
Eander
This is pretty easy. First thing you want to do...
This is pretty easy. First thing you want to do is open up forumdisplay.php and look towards the end of the file (for me it was around line 633) for
eval("\$forumdisplaybits .=...
Forum:
Modification Requests/Questions (Unpaid)
10-09-2002, 12:05 AM
Replies:
6
Change logo's by forum?
Views:
1,290
Posted By
Eander
Or the variable may need to be declared as...
Or the variable may need to be declared as global. The forumdisplay.php file may not be able to get to it. I had this problem when doing the users browsing this forum hack on index.php
Forum:
Modification Requests/Questions (Unpaid)
10-09-2002, 12:01 AM
Replies:
7
Flash Signatures
Views:
1,611
Posted By
Eander
I think you can manage this just by adding a...
I think you can manage this just by adding a custom VB code. You'd have to get the HTML for the flash file to show up in IE, and just put {param} where it asks for the URL in the HTML.
Just...
Showing results 1 to 20 of 20
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
04:48 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.04069 seconds
Memory Usage
1,995KB
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
(20)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(28)
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
Messages:
time to check permissions: 0.0007
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi