vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest... (https://vborg.vbsupport.ru/showthread.php?t=195884)

blackberry 01-13-2013 01:48 PM

Hi,

not able to embed facebook video's please help with definition

SBlueman 01-13-2013 04:08 PM

dailymotion, anyone? Please?

Digital Jedi 01-14-2013 04:34 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2384135)
The file was last updated in Sept 2011, so any changes since then have not been implemented.

Yeah, sorry about that. My life took on some new, unexpected challenges. But I haven't forgotten about this thread, or AME in general. Hopefully everyone can hang on just a little while longer.

Also, thanks BirdOPrey, for keeping the light on for everyone. :up:

Digital Jedi 01-22-2013 12:25 AM

I've run into a problem that I'm trying to sort out with my server that's holding further development up. I'm not able to save changes or import definitions on either my board, my test board or a client's board on my shared server. I'm working with them to try and rectify the issue, but if it turns out that it's an AME issue, this might delay things for the foreseeable future.

Digital Jedi 01-23-2013 05:41 PM

Okay, just to keep you guys apprised, we didn't really solve the problems with my server, but I've found a workaround that should work, and maybe any of you that were having a similar problem saving definitions can benefit from it. I'm having to put brackets around the http of the RegEx or encase the whole RegEx in (). No idea what that works, but at least I can save defs now. (Still can't delete any.) I'll try to have some updated ones for you sometime this week.

In addition to that, those of you having trouble with URLs that have been changed to https links, just do as BirdOfPrey recommended and add an s? to the RegEx. I'll post updated ones for those later.

Because of both the https issue and the fact that I'm using brackets, all definitions released from here on out will require the RegEx pattern to look like this:
Code:

[https://]*
Which, ironically, is the way The Geek used to format his default definitions in the first place before I started doing it differently. Maybe that's why. (Doh!)

I cannot open my board just yet to the public, but I'll try and set up something where you can continue to make definition requests. It won't be vB, so you won't be able to see my demos, but it will be something temporary anyway.


Quote:

Originally Posted by Tourmeister (Post 2342449)
Can't seem to get links to Google Maps to work:

Link to actual map here:

https://maps.google.com/maps?saddr=S...=1,2,3&t=m&z=6

In addition to the https, the colon was throwing the definition off. Just add both to the ReGex like so:

Code:

https?://maps\.google\.com[\w.]*/[maps]*\?[\w]*=[\w+&;:='%,.-]+


Quote:

Originally Posted by wcbryant (Post 2346832)
I've been poking around today trying to figure out if I can use AME to embed tweets using Twitter's oEmbed.

I've got this in Regular expression:
Code:

http[s]*://[www\.]*twitter\.com/[\w]+/status[es]*/([\d]+)
And this in Replacement:
Code:

<script type="text/javascript" src="https://api.twitter.com/1/statuses/oembed.json?id=$p1"></script>
And yet what happens is I end up with a blank post with no tweet/Twitter rendering when I post something like "https://twitter.com/twitterapi/statuses/133640144317198338".

Is the problem somehow trying to render by way of javascript in a post through AME? I concede I may well be barking up the wrong tree trying to do it this way. Wide open to any and all suggestions.

https://dev.twitter.com/docs/embedded-tweets
https://dev.twitter.com/docs/api/1/get/statuses/oembed

I was able to get this to work, but I used additional JavaScript which I picked up from another BBCode posted here. It has the same limitations that JavaScript has when posting via AJAX, but it works. JavaScript is not my language, so I don't know why it does. Possibly older code. Hopefully not deprecated.

Code:

<script type="text/javascript">
function loadx(data) {
  document.write(data.html);
}
</script>
<script type="text/javascript" src="https://api.twitter.com/1/statuses/oembed.json?id=$p1&callback=loadx"></script>
<div class="twitter" onLoad="loadx().html"/>



Quote:

Originally Posted by J4CKT (Post 2381439)
Hi guys,

Having a couple of issues.

I have downloaded the definitions pack and all the defs for locally stored media imported without a problem.

However the big list of external link definitions kept failing to load completely. So as advised in the faq I did a couple at a time. I am at a point now where I have added enough definitions in small groups that the whole list will work but there are some that won't work at all. All the youtube definitions for example won't upload regardless of if I do them one at a time or as part of the whole list.

Is that all the YouTube defs (Playlists, User Profiles) or just the default one? Did you get any error messages when you tried, or is simply nothing happening after import?


Quote:

Originally Posted by BirdOPrey5 (Post 2353380)
I can't get the second link to play any video... Maybe I will try again later.

The first site isn't ideal for linking via AME. I have attached a definition that works for this video but it may fail if the story title has numbers in it. Could't find any way around that.

Also understand if you use this if anyone tries to link to that site to a news story without a video (assuming they have any) it will also break.

Really i would avoid using AME unless linking to actual video sites (youtube, vimeo, and the like.)

I took a look at that first one, and it looks like it might be possible to make a def for just the videos section. That way they could avoid false embeds from the whole site. I'll put that on my list of things to do as well, presuming you don't beat me to it. :up: I'll also try and get all yours and the community's defs I may have missed included in the Master XML.

Digital Jedi 01-24-2013 05:05 AM

Quote:

Originally Posted by Nook_Neformat (Post 2342027)
Anyone can help to embed new divshare design?

If you can hook me up with some URLs and Embed Code, I'd be happy to take a look. DivShare comes up every now and again as a request, but I've yet to see what it's embed code looks like, since it's not a browse-able site. I decided to just join tonight and upload a video to see for myself, but for whatever reason, the embed code region for my video is blank.


Quote:

Originally Posted by J4CKT (Post 2381439)
Also does anyone have any experience or found the definitions with putlocker media links?

Here is an example to media I have up on putlocker:

URL link:
http://www.putlocker.com/file/9267704207230C2A#

Embed Link:
<iframe src="http://www.putlocker.com/embed/9267704207230C2A" width="600" height="360" frameborder="0" scrolling="no"></iframe>

Any help/suggestions would be greatly appreciated.

For some reason, I thought I had already released one for PutLocker and SockShare. I even remember testing them, but alas, I don't know what the heck happened there. If you can deal with the bajillion popups, it's actually pretty easy to make.

Digital Jedi 01-24-2013 06:16 AM

1 Attachment(s)
|[Friday Night Definitions]|
Yes, I know it's Thursday. No, I have no idea why I insist on calling it that. We've established I don't sleep much.

Here's a few definitions to hopefully get you through the weekend. New and updated, and collected a few from BirdOPrey. [s]Not yet added to the Master XML.[/s]

UPDATES
Mostly fixes for the https problem a lot of you were running into, and because some of the sites had updated their URL/Embed Codes.

Dailymotion
eBay
Facebook
Google Maps
Hulu
YouTube


NEW
A few requests, and a few defs made by BirdOPrey while I was away.

Alli Sports - It appears this site is making a gradual move to all YouTube hosted videos. Fortunately their URLS were distinct enough that I could add two more definitions to support that change.

WWLTV - I tweaked this one a bit to only embed videos from their videos section. Should help to prevent any conflicts with regular news pages.

NOLA - Embed using their permalinks from within the video, rather than their page URL.

Red Bull Signature Series - Another BOP-created def, tweaked a little bit, so I could save a copy on my durn server. Also expanded to include some additional video URLs.

Twitter - Requested in the Twitter BBCode thread, this one should work for everyone.

Putlocker and SockShare - Watch out for popups!

Digital Jedi 01-25-2013 04:14 AM

1 Attachment(s)
Oh yeah, I almost forgot that I wanted to replace MegaUpload badges with something. This isn't perfect, as you'll need to use the extended URL they provide with downloads that includes the name in the file. But file sharing sites are persnickety about what content they let you pull from their sites. This was the only way I could make it work. I give you:

MediaFire Badges

Please upload the attached image to your images/misc directory [s]or whatever misc directories are in each of your style folders[/s].

Attachment 143436

In addition to badges, I also made one for Direct Links to images hosted on RapidShare. No need for BBCode, and the image will be resized to no larger than 400px. It will also use your forums tborder class for some nice framing.


The Dude 01-25-2013 09:25 AM

Quote:

Originally Posted by Franciscus (Post 2392399)
Doing this, AME parses the https links but it shows the video twice, with some garbage code into the post... :erm:

I have the same issue. What did you do to sort it out? This actually happens to all embedded videos, not just from Youtube.

Example: http://www.ultimatecarpage.com/forum...ad.php?t=45563

Franciscus 01-25-2013 09:34 AM

100% OK with the last update of Digital Jedi ;)

Artes_Marciales 01-25-2013 09:39 AM

Quote:

Originally Posted by The Dude (Post 2399379)
I have the same issue. What did you do to sort it out? This actually happens to all embedded videos, not just from Youtube.

Example: http://www.ultimatecarpage.com/forum...ad.php?t=45563

same problem : S

The Dude 01-25-2013 09:44 AM

It actually started when I performed the last update. Would it help if I replace all definitions?

The Dude 01-25-2013 09:46 AM

That sorted it!

Franciscus 01-25-2013 09:51 AM

I think it's best to disable/erase the old definitions first

The Dude 01-25-2013 11:11 AM

I do still have problems with the youtu.be URL. Do I need to add a specific definition for those?

j-bo 01-25-2013 01:17 PM

Imported update. No issues here so far.

Thanks.

Digital Jedi 01-25-2013 01:26 PM

Quote:

Originally Posted by The Dude (Post 2399379)
I have the same issue. What did you do to sort it out? This actually happens to all embedded videos, not just from Youtube.

Example: http://www.ultimatecarpage.com/forum...ad.php?t=45563

Quote:

Originally Posted by Artes_Marciales (Post 2399382)
same problem : S

This is due to having duplicate definitions, usually due to not deleting existing definitions before importing the same ones (though AME 2.5 should be preventing that provided the keys match) or not deleting the YouTube/Amazon definitions that are recreated during an upgrade.

Digital Jedi 01-25-2013 01:34 PM

Quote:

Originally Posted by Franciscus (Post 2399385)
I think it's best to disable/erase the old definitions first

AME 2.5 should be forcing you to, if you import definitions with the same key. I try not to change keys when doing updates to existing Master definitions unless necessary. So you should be being stopped upon import from creating any duplications.

Quote:

Originally Posted by The Dude (Post 2399394)
I do still have problems with the youtu.be URL. Do I need to add a specific definition for those?

What trouble are you having, exactly?

Digital Jedi 01-25-2013 08:43 PM

I see what happened now. I did rename YouTube's key to youtube1 while trying to delete a duplicate definition created when I reinstalled AME here the other day. Totally my fault. Be sure to keep the youtube1 definition, delete the other one, and change the key back to youtube so you don't run into that problem again.

Digital Jedi 01-28-2013 06:16 AM

1 Attachment(s)
Anyone think they'd be interested in a definition that embeds the ten newest Pins on a Pinterest board?


ecurbh 02-02-2013 02:16 PM

I'm still having problems with the short youtu.be urls. I've installed all the latest updates, but urls such as http://youtu.be/nOGsB9dORBg simply won't embed.

Digital Jedi 02-02-2013 02:42 PM

Quote:

Originally Posted by ecurbh (Post 2401316)
I'm still having problems with the short youtu.be urls. I've installed all the latest updates, but urls such as http://youtu.be/nOGsB9dORBg simply won't embed.

Tested this on mine, and it embedded fine. Double check your YouTube (Short URL) definition. Make sure it's active and that nothing seems to be missing from the first RegEx field.

Digital Jedi 02-03-2013 03:46 AM

Catching up on some very old definition requests. (2010? :eek:) The up side is that quite a few of the requested websites have shut down since being requested. Okay, maybe that's good for me, and not them. Point is, I should have some more defs ready for you tonight or tomorrow. Sorry, I missed Friday Night again.

ecurbh 02-03-2013 01:01 PM

Quote:

Originally Posted by Digital Jedi (Post 2401322)
Tested this on mine, and it embedded fine. Double check your YouTube (Short URL) definition. Make sure it's active and that nothing seems to be missing from the first RegEx field.

Everything seems to be OK. And just to be sure, I even deleted the definition and reimported it. Odd.

Digital Jedi 02-03-2013 02:41 PM

Can you you point me to an example of where it's not embedding?

ecurbh 02-04-2013 01:38 AM

Quote:

Originally Posted by Digital Jedi (Post 2401601)
Can you you point me to an example of where it's not embedding?

http://www.baywindfarm.com/forum/showthread.php?t=26679

Digital Jedi 02-04-2013 02:12 AM

1 Attachment(s)
|[SUPERBOWL NIGHT UPDATES]|
That can be a thing, too. Right? [sigh]

Here's a few updates to try and make up for my formidable absence. "Sorry I've been away so long. I won't let you down again."


Updated

Amazon now uses the same formatting as eBay thumbs.


I think it looks a lot better, so switch up at your discretion. You might want to nudge your title character count up just a little. Also, be sure to put the following Amazon logo (at the bottom of this post) in your images/misc directory.

Facebook is updated for the new URL strings, and includes an Old definition to support your old embeds.

Hulu got a much needed update, but unfortunately there's no way to support the older embeds. They'll look a little funny. Not terrible, just funny. As long as you don't edit them, they should still work.

YouTube Videos, Short URLs & Playlists all have been updated to support the new https protocol. (Also corrected my misnamed youtube1 key name.) And there's a brand new Playlists definition, along with an Old def to maintain older embeds. (Profiles/Channels will have to wait for now. Not sure if it's being used much, anyway.)

zSHARE, RapidShare, MediaFire & CNET Badges all got some tweaks for page load performance and styling. They now all use a single image each, found in the image gallery below.

And now, for the good stuff...


NEW DEFINITIONS
Caught up with most of the list, and left comments in the request threads when I needed more info, or couldn't make a site work. You'll be able to see my replies once I soft open my forum later this month.

Audioboo - Yeah, I laughed at the name a little. Embed audio files using their JavaScript player. Remember, JavaScript doesn't show up for the poster when he posts a link via AJAX (Quick Reply/inline editing). But it's there, and will be there when he refreshes/reloads the page. There's a second Audioboo definition you can toggle if JavaScript is a problem for you, but it doesn't look or work quite as a good as the JavaScript one.

Bloomberg - More News!

ClipSyndicate - Aggregate News!

CNBC - Boring News!

Dockstock - Some documents will not embed, so they've been excluded from converting. I'll try to get you guys a more universal "no media" icon for when AME uses validation like this.

eHow - And how! That one took almost a day to make work. :mad:

FileHippo - Badges for FileHippo downloads. Background image available in the gallery below.

JigZone - Completely overlooked BirdOPrey's version of this back when he first posted it. This should embed all puzzles no matter the piece number picked from the website.

MLB - Yay! Baseba...zzzzzzzzz (Kidding.)

MovShare - Should work, but since I can't browse the site, I could only verify on a couple of MovShare links I happened to already know about. Also, it's MovShare. Get a popup blocker. A good one.

MyVido1 - That is how it's spelled. :confused:

NASCAR Yay! Racin...zzzzzzzzzzzzz... A second definition is there for the Short URL that comes up with the video player. But it's an odd one. Short URLs redirect to the video source URL. So, the only way to make it work results in a video that auto-plays. Use the second one at your own discretion. The main one works the best.

OpenFile - Video hosting service.

Picasa Web Albums Slideshow - Embeds a web album as a slideshow. Doesn't quite work well with videos in an album, but that's on Google's end, not mine.

Pinterest Boards & Pins - This one was kind of a big deal for me to make work. One def will embed a Pinterest Pin using your style's tboder class as a border. The other will embed the ten latest Pins from a Pinterest Board. Complete with image linking and everything. And yes, they can be used together. Be sure to grab the Pinterest icon from the image gallery below.


TED - Should work for all TED.com Talks, except where the video source is a YouTube video.

Veevr - One def for videos and another for channels should make everything on the site embeddable.

Vevo - I honestly don't know why I don't already have a definition for this site. Seems kinda obvious.

Zippyshare - Another downloads badge for another downloads website. Optimized to the new 2.0 badges! <--Note: That's not really a thing.

IMAGE GALLERY
Be sure to get the stuff for your stuff.


Digital Jedi 02-04-2013 02:24 AM

Quote:

Originally Posted by ecurbh (Post 2401708)

No immediate reason I can see why it's not embedding, except the most obvious, is if it's turned on. No other admin toggled it off by chance? If you PM me temp admin access, I can try to figure out what the issue is.

eJM 02-04-2013 03:11 AM

I'm sorry I'm not clear on this... I delete the existing definitions that I want to upgrade, then import the new updates. After that, do I need to Rebuild?

Thanks,

Jim

Digital Jedi 02-04-2013 03:57 AM

Quote:

Originally Posted by eJM (Post 2401718)
I'm sorry I'm not clear on this... I delete the existing definitions that I want to upgrade, then import the new updates. After that, do I need to Rebuild?

Thanks,

Jim

No, there should be no need to rebuild anything. Just delete the ones you want to replace before importing. Back up any if you think you need to before doing so. That's pretty much it.

Digital Jedi 02-04-2013 04:49 AM

For anyone interested in making definitions, I've updated my Resources post on the first page to include a link to a RegEx tester called Expresso. I've since stopped using The Regulator, mainly because it hasn't seen an update in a few years and would occasionally become corrupted if not shut down properly. Expresso is kept pretty current and more stable. And free!

In addition, don't be shy about sharing any defs you've made that are not in our Master list. I'll review everything before putting it out there, so no need to fear making anything wrong or incomplete. These defs got as big as they did in large part because of crowd sourcing them from the community.

Digital Jedi 02-04-2013 11:48 PM

Quote:

Originally Posted by ecurbh (Post 2401708)

I've looked at this and went so far as to even delete the definition, re-import it or recreate it manually. Even tried variations on the RegEx pattern. For whatever reason, AME is not recognizing the pattern, and that pattern only.

At this point I would try all troubleshooting methods. Re-upload the AME files and re-install the product as if you were doing an upgrade. (Be sure to delete the duplicate YouTube and Amazon definition that will create.) Test those links again. Disable each modification one at a time, then edit a test link with each one disabled. The only reason I could imagine just one definition will work and not other is because of a modification conflict.

ecurbh 02-04-2013 11:59 PM

OK, thanks for taking the time to check into it for me. It may be a few days before I have time to tackle it again, but I'll let you know what I find.

SBlueman 02-10-2013 02:38 AM

Does anyone have a definition that works with Daily Motion?

Digital Jedi 02-10-2013 08:46 PM

Quote:

Originally Posted by SBlueman (Post 2403245)
Does anyone have a definition that works with Daily Motion?

I updated Dailmotion a couple of weeks ago. Did you not get the notification I sent out?

EDIT: I guess not. You don't have this mod Marked as Installed.

SBlueman 02-11-2013 12:44 AM

Whoops, I must have clicked that by accident...

I deleted my previous DailyMotion definition, uploaded the newest one and still no dice:

http://gridironfans.com/forums/1533692-post2.html

Digital Jedi 02-11-2013 01:20 AM

Quote:

Originally Posted by SBlueman (Post 2403419)
Whoops, I must have clicked that by accident...

I deleted my previous DailyMotion definition, uploaded the newest one and still no dice:

http://gridironfans.com/forums/1533692-post2.html

I'm pretty sure I looked at your post for about ten minutes, before I remembered what I was there for.

Looks like it's parsing the URL, but not converting the HTML. I'm not sure why it would be doing this, but if you give me temp Admin CP access, I can try to take a look at it. Apparently, I still have an account with GIF from the last time I tried to troubleshoot something on your site.

Digital Jedi 02-12-2013 02:28 AM

Quote:

Originally Posted by SBlueman (Post 2403419)
Whoops, I must have clicked that by accident...

I deleted my previous DailyMotion definition, uploaded the newest one and still no dice:

http://gridironfans.com/forums/1533692-post2.html

This is the second time I've run into this issue the last couple of weeks. The RegEx is valid, but it's just not parsing. And I can only imagine something is specifically interfering with it. Which is odd if other definitions are working normally. I even tried "tricking" AME with a variable RegEx, and it hesitated for a second, then failed to parse it anyway. If you and ecurbh can compare notes; see how many modifications you're running that are the same or similar, and/or if turning certain ones off makes any difference when editing a post, then you might want to do so. I can't help but think there's a common denominator here, as I've never seen a single, random definition fail to parse a link, but continue to parse others. There's honestly no reason for it not to work, other than a mod conflict. Something that indiscriminately affects one definition, but not others.

SBlueman 02-13-2013 04:12 AM

Here's the rundown of what we are running:

Add Usergroup as Moderator 1.0.10
Admin Log In As User 3.10
Alternate Last Post 1.1.4
AME - The Automatic Media Embeder 2.5.6
Article Forum 1.9
Catagory Icons 1.0.1
Chiplove.9xpro - Thread Thumbnails 2.3.1
CinVin Forum Feed Listing 2.3.0
Cyb - Advanced Forum Statistics 6.6.2
Cyb - Advanced Permissions Based on Post Count 4.2
Cyb - Change vBForms Defaults 1.2
Cyb - PayPal Donate 4.7
Cyb - Sub-Forum Manager 2.5.1
Cyb - Visitors in Last X Hours 2.4
Display Unread Posts and Reputation Comments
DragonByte Tech: Advanced User Tagging (Pro)
DragonByte Tech: vBSlider (Pro) 3.0.0
Easy Forms 3.7
Enhanced Image Captcha 2.2b
Envolve Chat 2.0
EZ Bounce Management - by Antivirus 1.11
Favorite Smilies 1.0.6
Forum Runner 1.7.3
ibProArcade for vBulletin 2.7.2
IpInfo 1.5
Live Topic 1.08
Logician's WebTemplates 3.5.0.05
Miserable Users 3.8.001
Mobile Device Detection 1.0.0b
Mobile Style Options 1.0.0
Moderation Auto-PM 2.0.1
Move to Recycle Bin 1.0.2
Multiple Login Detector 1.03
nCode Image Resizer 1.0.1
New Thread on Banning by BOP5 1.3
One-touch Ban & Spam Cleanup 1.2b
Opt-Out Forums from Get New Posts 1.0.3
Photo Popup 3.5
PhotoPlog Pro 2.1.4.8
Post Icons Forum Permissions 1.1.1
Prevent PostCount-Reduction 1.0
Quick Reply Add On. 3.6.x
Report Bad PM 1.0.5
Same Window For Local Links 1.0.3
Separate Sticky and Normal Threads 3.0.0
Sidebar Column 3.8.002
Smilies in Quickreply 3.6.x
Tapatalk 3.7.1
Thread Stencil 1.3
Top Nav Bar 1.0
Usergroup Allow HTML 3.5.0
Username Request 1.0.9
vBCode table 0.1.7.1
vBCredits with ibProArcade 1.2
vBSEO 3.6.1
vBSEO :: Conditional Signatures 1.4.2
vBSEO :: Sitemap Generator 2.5
vBulletin Tweet Poster 1.0.6
vB_Cement 1.0
Yay! Another Facebook Bridge 5.0.4b
Yet Another Mass Private Message System 1.0.1
Zoints Thread Tags 1.2.2
Zoints Thread Tags RSS 1.0.0
Zoints Threads Modifications 1.0.0
[ForumOps] My Active Threads 0.9.1

Digital Jedi 02-13-2013 03:30 PM

Only one that really jumps out at me is Alternate Last Post. Try disabling that and editing/reposting a Dailymostion URL and see if there's any change.


All times are GMT. The time now is 10:55 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.02907 seconds
  • Memory Usage 1,912KB
  • 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
  • (5)bbcode_code_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete