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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 131
Search took
0.00
seconds.
Search:
Posts Made By:
58sniper
Forum:
vBulletin 3.0 Full Releases
10-08-2004, 12:55 AM
Replies:
533
NEW Modified RSS News Feed Hack
Views:
131,367
Posted By
58sniper
It needs a timestamp so that it can tell if it...
It needs a timestamp so that it can tell if it was released since the last time it checked. Sure, the script could query the database and see if it's already there, but why introduce more overhead?...
Forum:
vBulletin 3.0 Full Releases
10-07-2004, 06:04 PM
Replies:
533
NEW Modified RSS News Feed Hack
Views:
131,367
Posted By
58sniper
If you read this entire thread, you'd know it's...
If you read this entire thread, you'd know it's because without a pubDate field, the script doesn't know when it was released, and, thus, if it's new or not. Perhaps if PC Computing got off their @ss...
Forum:
vBulletin 3.0 Full Releases
10-07-2004, 11:13 AM
Replies:
533
NEW Modified RSS News Feed Hack
Views:
131,367
Posted By
58sniper
They don't have a pubDate field in their feeds....
They don't have a pubDate field in their feeds. See https://vborg.vbsupport.ru/showpost.php?p=557388&postcount=431
Forum:
vBulletin 3.0 Template Modifications
10-03-2004, 10:40 PM
Replies:
51
Translate Your Pages Via Google
Views:
15,800
Posted By
58sniper
Okay - seems there was a missing closing quote in...
Okay - seems there was a missing closing quote in the code I posted (which is interesting, because in the code I have in my forums, it's there).
Anyways, I updated the code above.
Forum:
Community Lounge
10-03-2004, 10:12 PM
Replies:
40
which php editors do you guys used ?
Views:
4,068
Posted By
58sniper
Ditto about UltraEdit - for many years. It's...
Ditto about UltraEdit - for many years. It's worth it.
Forum:
vBulletin 3.0 Template Modifications
10-03-2004, 02:06 PM
Replies:
51
Translate Your Pages Via Google
Views:
15,800
Posted By
58sniper
tomshawk - I looked at yours, and the code...
tomshawk -
I looked at yours, and the code is correct, but I notice that right after the code is another </form>.
When I copied just the code for this hack to a new document, it worked fine....
Forum:
vBulletin 3.0 Template Modifications
10-03-2004, 02:01 PM
Replies:
51
Translate Your Pages Via Google
Views:
15,800
Posted By
58sniper
Okay - are the errors on the resulting Google...
Okay - are the errors on the resulting Google page? If so, go to YOUR site, get the source code for the page, and post the resulting code for this hack and we'll take a look (or gimme a link). It...
Forum:
vBulletin 3.0 Template Modifications
10-02-2004, 10:25 PM
Replies:
51
Translate Your Pages Via Google
Views:
15,800
Posted By
58sniper
Do you get the error when the page with the code...
Do you get the error when the page with the code loads, or when you attempt to submit it?
I just checked my code again, and it worked fine. Let me know, and we'll see if we can't work it out.
Forum:
vBulletin 3.0 Full Releases
10-02-2004, 10:15 PM
Replies:
533
NEW Modified RSS News Feed Hack
Views:
131,367
Posted By
58sniper
Because their feeds are RSS 0.91 feeds, and you...
Because their feeds are RSS 0.91 feeds, and you typically don't see pubDate in 0.91 feeds.
Nothing you can do about it other than complain to MoreOver.
Forum:
vBulletin 3.0 Template Modifications
10-02-2004, 02:16 PM
Replies:
51
Translate Your Pages Via Google
Views:
15,800
Posted By
58sniper
I'll make this even easier.... ...
I'll make this even easier....
$translationurl = $_SERVER['REQUEST_URI'];
Will get you everything. And, change
<input type="hidden"name="u" value="http://www.yoursite.com$translationurl">...
Forum:
vBulletin 3.0 Full Releases
10-02-2004, 12:31 AM
Replies:
71
Custom error-handler based on vBulletin templates
Views:
12,599
Posted By
58sniper
Here's an update. I added info to the email...
Here's an update.
I added info to the email sent to the admin. It now indicates the style number for the user that generated the error. Why? Because one of the things that you'll need to know is...
Forum:
vBulletin 3.0 Full Releases
10-01-2004, 01:01 AM
Replies:
25
RSS autodiscovery
Views:
6,144
Posted By
58sniper
Just a follow up note: By the way, KW802...
Just a follow up note:
By the way, KW802 posted a modified external.php file that adds some feature and standards compliance. Check it out at
FPS_EXTERNAL.PHP -- New options added & RSS...
Forum:
vBulletin 3.0 Full Releases
10-01-2004, 12:57 AM
Replies:
376
QuoteIt! Quote Management System v1.2
Views:
67,830
Posted By
58sniper
You can always edit the template to display it...
You can always edit the template to display it however you want it. The first thing I did was rip out the table in the middle of the template and move things around a little. But the fact that it's...
Forum:
vBulletin 3.0 Full Releases
09-30-2004, 01:15 PM
Replies:
533
NEW Modified RSS News Feed Hack
Views:
131,367
Posted By
58sniper
The suggestion by Slapyo appears to have resolved...
The suggestion by Slapyo appears to have resolved my problem. Your best bet is to view the actual feed in your browser and see if there is a pubDate field.
Examples:
Broken:...
Forum:
vBulletin 3.0 Full Releases
09-29-2004, 10:51 PM
Replies:
376
QuoteIt! Quote Management System v1.2
Views:
67,830
Posted By
58sniper
I have about 35 entered so far.
I have about 35 entered so far.
Forum:
vBulletin 3.0 Beta Releases
09-29-2004, 12:44 PM
Replies:
37
Spider Friendly URL hack
Views:
8,496
Posted By
58sniper
mod_rewrite is how we pulled it off at...
mod_rewrite is how we pulled it off at http://www.gurusnetwork.com/discussion/
Keep in mind that you'll be touching a LOT of templates to complete it.
Forum:
Modification Requests/Questions (Unpaid)
09-29-2004, 12:43 PM
Replies:
6
desktop launch icon
Views:
1,125
Posted By
58sniper
I doubt you'll be able to pull that off. I...
I doubt you'll be able to pull that off.
I think the closest you'll get is a shortcut (favorite) that uses the favicon.ico format. But I don't think you'll be able to circumvent the arrow issue....
Forum:
vBulletin 3.0 Full Releases
09-29-2004, 11:06 AM
Replies:
533
NEW Modified RSS News Feed Hack
Views:
131,367
Posted By
58sniper
That looks to be the problem. ...
That looks to be the problem.
http://www.defensereview.com/backend.php is my feed.
I'll test with some other feeds and let ya know. Thanks for the clue.
Forum:
vBulletin 3.0 Full Releases
09-29-2004, 02:38 AM
Replies:
376
QuoteIt! Quote Management System v1.2
Views:
67,830
Posted By
58sniper
Okay, I seem to have hit a snag. Seems that the...
Okay, I seem to have hit a snag. Seems that the quotes aren't very random for me. I get the same quote each time. If I delete that quote, I'll get a new quote, but then that same new quote each time....
Forum:
vBulletin 3.0 Full Releases
09-29-2004, 02:36 AM
Replies:
533
NEW Modified RSS News Feed Hack
Views:
131,367
Posted By
58sniper
Okay, I seem to be having an issue with this. I...
Okay, I seem to be having an issue with this. I got it installed without a problem. I added a feed, added it as a cron job, and then manually ran the cron job. It promptly added 10 posts without a...
Forum:
Modification Requests/Questions (Unpaid)
09-28-2004, 11:20 AM
Replies:
8
Zip Code Distance
Views:
1,453
Posted By
58sniper
I have one already in the works. It will tie in...
I have one already in the works. It will tie in with another app I'm developing that allows you to look up sex offenders in your zip code and in surrounding zip codes. I should have it up soon.
Forum:
vBulletin 3.0 Full Releases
09-28-2004, 01:50 AM
Replies:
376
QuoteIt! Quote Management System v1.2
Views:
67,830
Posted By
58sniper
Ah - what I mean was that was the only line that...
Ah - what I mean was that was the only line that *I* changed that made it work. I did replace the code per your instructions. When THAT didn't work, I changed the one line I mentioned. Sorry I wasn't...
Forum:
vBulletin 3.0 Full Releases
09-27-2004, 11:08 PM
Replies:
376
QuoteIt! Quote Management System v1.2
Views:
67,830
Posted By
58sniper
Just the first line. I can moderate, delete, etc...
Just the first line. I can moderate, delete, etc with that same account. No problem.
Forum:
vBulletin 3.0 Full Releases
09-27-2004, 09:50 PM
Replies:
376
QuoteIt! Quote Management System v1.2
Views:
67,830
Posted By
58sniper
Okay, that didn't work either. But what did work...
Okay, that didn't work either. But what did work was changing
if ($bbuserinfo['usergroupid'] == 6)
to this
if ($bbuserinfo['usergroupid'] == 6 || $bbuserinfo['usergroupid'] == 9)
Since 9 is the...
Forum:
vBulletin 3.0 Full Releases
09-27-2004, 08:10 PM
Replies:
376
QuoteIt! Quote Management System v1.2
Views:
67,830
Posted By
58sniper
Hmmm... that didn't seem to do it for me. No...
Hmmm... that didn't seem to do it for me. No noticeable change. Entries by the admin (me) still are stuck in the moderate queue.
I haven't looked into this much, but.....
BTW - My account is a...
Showing results 1 to 25 of 131
Page 1 of 6
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
11:35 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.01709 seconds
Memory Usage
2,051KB
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
(69)
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.0020
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(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(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
FULLTEXT Search
php_sapi_name(): fpm-fcgi