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 15
1
2
3
11
>
Last
»
Showing results 1 to 25 of 354
Search took
0.01
seconds.
Search:
Posts Made By:
EquinoxWorld
Forum:
vB4 Programming Discussions
08-24-2013, 11:27 PM
Replies:
3
Database query help
Views:
543
Posted By
EquinoxWorld
That worked perfectly thanks kh99. :)
That worked perfectly thanks kh99. :)
Forum:
vB4 Programming Discussions
08-24-2013, 05:16 PM
Replies:
3
Database query help
Views:
543
Posted By
EquinoxWorld
Database query help
Hello everyone,
It's been a while since I coded anything and I was wondering what's wrong with this code snippet. I'm trying to insert a username of a member into a certain column in a table in...
Forum:
vB4 Programming Discussions
09-10-2011, 02:25 PM
Replies:
1
Navbar Forum and Home Paths with Custom Vb Page
Views:
416
Posted By
EquinoxWorld
Navbar Forum and Home Paths with Custom Vb Page
Hello everyone, I was wondering if anyone has any ideas as to how to fix the "Home" and "Forum" links in the navigation bar when creating a page and not placing it within forum root. Allow me to...
Forum:
vBulletin 4.x Add-ons
09-02-2011, 12:53 PM
Replies:
141
Add-On Releases -
AME'fy - Videos on your profile pages
Views:
31,919
Posted By
EquinoxWorld
I don't know if this has happen to anyone else...
I don't know if this has happen to anyone else but I had a couple of members profiles get destroid after they took off their favorite videos link. We have had this mod since 4.1.1 working good then...
Forum:
vB4 General Discussions
08-27-2011, 10:11 PM
Replies:
6
Question about software license to use in a modification
Views:
520
Posted By
EquinoxWorld
Thanks :) . I have been doing some research on it...
Thanks :) . I have been doing some research on it and have a solid idea as to what I would need and where. Thanks again for the help.
Forum:
vB4 General Discussions
08-27-2011, 06:50 PM
Replies:
6
Question about software license to use in a modification
Views:
520
Posted By
EquinoxWorld
Thank you very much for your reply BSMedia. It is...
Thank you very much for your reply BSMedia. It is much more clear now what I have to do. I really appreciate the help. One more thing; I do apologize for the noobian question beforehand but where...
Forum:
vB4 General Discussions
08-27-2011, 05:22 PM
Replies:
6
Question about software license to use in a modification
Views:
520
Posted By
EquinoxWorld
Thanks for your reply Jim. Actually I did explain...
Thanks for your reply Jim. Actually I did explain to them that I was going to sell my software with their slider included and asked if this was ok. This was their response:
Seems like a very...
Forum:
vB4 General Discussions
08-27-2011, 04:04 PM
Replies:
6
Question about software license to use in a modification
Views:
520
Posted By
EquinoxWorld
Question about software license to use in a modification
Hello everyone, I was wondering if anyone had any information that might be useful regarding my concern; I am almost done with the last touches to my first modification to be released here at vb.org....
Forum:
Modification Graveyard
08-26-2011, 02:24 PM
Replies:
138
Add-On Releases -
Live Topic vB4!!! (AJAX Threads)
Views:
22,415
Posted By
EquinoxWorld
Just my two cents. Whatever "loops and hurdles"...
Just my two cents. Whatever "loops and hurdles" everyone is talking about remember folks this is still a "free" mod which btw so far works for me on a clean vb 4.1.5 pl1 install, no other mods...
Forum:
Modification Graveyard
08-24-2011, 05:57 PM
Replies:
138
Add-On Releases -
Live Topic vB4!!! (AJAX Threads)
Views:
22,415
Posted By
EquinoxWorld
Works perfect for me Lancerforhire . vBulletin...
Works perfect for me Lancerforhire . vBulletin 4.1.5 pl1 - Clean Install. Very good work. :up:
P.S.: Only suggestion; make a icon of some sorts to show up in SHOWTHREAD when a thread is "live" so...
Forum:
vB4 Programming Discussions
08-19-2011, 06:21 PM
Replies:
2
phpStatic page error after 4.1.5 update
Views:
455
Posted By
EquinoxWorld
Just my 2 cents here but shouldn't this: ...
Just my 2 cents here but shouldn't this:
$query = sprintf("SELECT * FROM ".TABLE_PREFIX."event WHERE visible = 1 AND calendarid = $calendarid AND (dateline_from > '%d' || ( dateline_from > '%d'...
Forum:
vB4 Programming Discussions
08-18-2011, 06:58 PM
Replies:
5
When does "nextrun" field update from SQL table cron?
Views:
734
Posted By
EquinoxWorld
Thanks for your reply guys. What I'm going to...
Thanks for your reply guys. What I'm going to have to do is what nhawk suggested; I have the task (vb task yes) setup to run tonight at midnight. I'm going to add my code in there and use "nextrun"...
Forum:
vB4 Programming Discussions
08-18-2011, 06:09 PM
Replies:
5
When does "nextrun" field update from SQL table cron?
Views:
734
Posted By
EquinoxWorld
Thanks for your reply nhawk. I realize that the...
Thanks for your reply nhawk. I realize that the cron task updates itself but my question is if I wanted to call that field (nextrun) from within the cron that's being executed to use as a time to set...
Forum:
vB4 Programming Discussions
08-18-2011, 05:46 PM
Replies:
5
When does "nextrun" field update from SQL table cron?
Views:
734
Posted By
EquinoxWorld
When does "nextrun" field update from SQL table cron?
Hello everyone, I was wondering if anyone knew when is the field "nextrun" in the SQL table cron updated? Here's my situation:
I have a SQL update query that I runs in a cron file that I setup to...
Forum:
vB4 Programming Discussions
08-17-2011, 12:45 PM
Replies:
4
Where are calendars created?
Views:
769
Posted By
EquinoxWorld
Thanks for your reply, understood sensei :). I...
Thanks for your reply, understood sensei :). I knew that I couldn't assign an id because that field is auto-increment but I wasn't sure about the permissions. I tried what you said and duplicated the...
Forum:
vB4 Programming Discussions
08-17-2011, 11:49 AM
Replies:
4
Where are calendars created?
Views:
769
Posted By
EquinoxWorld
Thanks for your reply nhawk. That's exactly where...
Thanks for your reply nhawk. That's exactly where I was looking at yesterday but at 1 am your mind can't grasp things as best as it can. :) I was looking particualrly at this bit of code:
if...
Forum:
vB4 Programming Discussions
08-17-2011, 02:16 AM
Replies:
4
Where are calendars created?
Views:
769
Posted By
EquinoxWorld
Where are calendars created?
Hello everyone, I was wondering if anyone knew by any chance where i could find how calendars are created (after saving through admin panel), I ask because I have successfully created a new calendar...
Forum:
vB4 Programming Discussions
08-16-2011, 01:38 PM
Replies:
1
Help! My user reputation display is gone!
Views:
584
Posted By
EquinoxWorld
Sounds like you probably have a custom...
Sounds like you probably have a custom theme/style that is not compatible with the vBulletin version you upgraded to. If you check the "default" (vBulletin default) theme I bet everything is in it's...
Forum:
vB4 Programming Discussions
08-16-2011, 11:23 AM
Replies:
14
How can I check a custom option before saving?
Views:
1,023
Posted By
EquinoxWorld
Thanks nhawk. I'll keep that in mind. I will...
Thanks nhawk. I'll keep that in mind. I will actually implement that next when I try add some options for moderators outside of the admin panel. Should be interesting ;)
Forum:
vB4 Programming Discussions
08-16-2011, 03:15 AM
Replies:
14
How can I check a custom option before saving?
Views:
1,023
Posted By
EquinoxWorld
We all put in to get this one resolved I think....
We all put in to get this one resolved I think. nhawk has been also helping me out for some time now, he knows my gratitude is immense. Hope it helps someone else at some point, really glad to be a...
Forum:
vB4 Programming Discussions
08-16-2011, 02:53 AM
Replies:
14
How can I check a custom option before saving?
Views:
1,023
Posted By
EquinoxWorld
Thank you so much for your reply! I did just what...
Thank you so much for your reply! I did just what you suggested and it all works PERFECT. If the user set the first option to "yes" then the following three are required to be entered if the user...
Forum:
vB4 Programming Discussions
08-15-2011, 11:17 PM
Replies:
6
opening a php ...
Views:
537
Posted By
EquinoxWorld
If you mean you want to show the output of that...
If you mean you want to show the output of that php file in your FORUMHOME template then just read this article here: >https://vborg.vbsupport.ru/showthread.php?t=242454 It's rather easy, just a few...
Forum:
vB4 Programming Discussions
08-15-2011, 11:11 PM
Replies:
14
How can I check a custom option before saving?
Views:
1,023
Posted By
EquinoxWorld
Hey nhawk, thanks for your reply. I tried...
Hey nhawk, thanks for your reply. I tried something like what you suggested;
if ($settings['cotw_sotw_pay_credits'] == 1) {
if (empty($settings['cotw_sotw_first_place_prize'])) {...
Forum:
vB4 Programming Discussions
08-15-2011, 03:11 PM
Replies:
14
How can I check a custom option before saving?
Views:
1,023
Posted By
EquinoxWorld
xD Thanks kh99, it's ok. Please let me know if...
xD Thanks kh99, it's ok. Please let me know if you find an answer when you have a chance, you know where to find me :) .
Forum:
vB4 Programming Discussions
08-15-2011, 02:43 PM
Replies:
14
How can I check a custom option before saving?
Views:
1,023
Posted By
EquinoxWorld
I was talking about the options (custom options)...
I was talking about the options (custom options) you can create when in debug mode from the admin panel under "Settings".
Showing results 1 to 25 of 354
Page 1 of 15
1
2
3
11
>
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
12:33 AM
.
-- 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.02349 seconds
Memory Usage
2,091KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(21)
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.0059
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi