• About Me
  • Anthony Johnson
  • Projects and Websites
  • Social Networking
  • Archives
  • Categories
  • Archive for the ‘PHP’ Category

    Maintaining vBulletin 3.8.4


    2010 - 01.20

    I’ve been hesitant on posting this… because once I do, that makes it “final” and I’ve been secretly hoping that something would change, but it hasn’t…

    If you follow me on Twitter, you’ll probably have seen my recent tweet about FFCC’s vBulletin License expiring.

    This post is going to expand on that.

    I’ll not be renewing or upgrading to vBulletin 4 on this particular license. I have no reason too. The vBulletin 4 product is not up to par with the standards I’m requiring to be run on that site, and I simply do not have the time to learn everything about it. Therefore, I had to sit and make a decision on what I’m going to do about FFCC’s Forum.

    (more…)

    Maintaining vBulletin 3.8.4

    Crystal Core – Crystal Network – The Future


    2009 - 12.11

    As many of you may know, I run a multitude of sites. All ranging from this blog to my Final Fantasy site, as well as running the Technical aspect of The Glass Prison.

    Let’s go back a ways. When I made my second coming to the internet world, I stated I was here to stay… and so far I’ve accomplished that (obviously… or I wouldn’t be typing this). And I’ve made my biggest mark to date, in the two short years I’ve been back.

    Since my return I’ve started FFCC, started Evolution-X Productions (now deceased), became an Administrator (again) at The Glass Prison, became a developer for Imperial Bulletin Board, and have purchased domains for several other sites ranging from General Chat to TV and Movies.

    I decided, a while ago, that I needed a way cumulatively manage all of these sites (minus Imperial… maybe <_<). I also wanted to network the sites, so that each one can promote the other.

    Thus, Crystal Core is born. Crystal Core is an application framework that will be used to power the main website of every site I personally manage, and will provide a way for each site to interface with each other.

    Crystal Core will have to capability to manage all types of content, ranging from Game Content and News Articles for FFCC, to Blogging for ryanashbrook.com, and everything in between.

    On top of its content management capabilities, it will also feature the ability to integrate with vBulletin -and- Imperial Bulletin Board. All from the same framework, using the same code.

    The code for Crystal Core is derived from what was going to be the Final Fantasy Crystal Cosmo site (hence the name “Crystal Core”).

    However, with Crystal Core being built, I also wanted a way to network the sites so that, not only could they all promote each other, but they could integrate and share data with each other.

    Thus, The Crystal Network is born. I have big plans for the core TCN website and how it will play into the rest of my sites. I also have plans for TCN to have it’s own unique content available. Along with plans for websites, outside of my jurisdiction, that wish to join the network.

    So yeah… I’m fucking excited for the future. =D

    Crystal Core – Crystal Network – The Future

    I need to leave new versions of PHP alone…


    2009 - 07.16

    So here is the story as to why my local server was down for a week.

    (more…)

    I need to leave new versions of PHP alone…

    The new FFCC website.


    2009 - 03.19

    I was working on the FFCC website for a little bit today, and decided I’m gonna add support for a shit-ton of stuff…

    So far I’ve got classes prepped for Twitter, Akismet, ReCAPTCHA, and Last.fm. I’m also planning to add support for Facebook (possibly, if I can find a use for it) and Flickr. As well as support for my new Network, which will be elaborated on some other time. The database will use MySQLi (of course) and I’m thinking of looking into XCache or APC for Opcode caching. I’m also going to build a template engine based off of Audentio’s, which Mike coded.

    But, for now I’ve started on Twitter and ReCAPTCHA. Both of which, are bugged, and I have no idea why. Lol.

    Twitter won’t submit status updates, and that’s the only thing it’s supposed to do, so that means the Twitter support does not work at all.

    ReCAPTCHA works partially, I can get the Captcha to display, but when I submit I’m always getting a failure… at least I think I am anyway, I haven’t exactly learned ReCAPTCHA’s response codes yet… or I just did something wrong in the submit method… which is highly likely.

    There’s also support for ReCAPTCHA’s mailhide module, but that doesn’t work because this server doesn’t have the mcrypt PHP module installed, so I gotta poke James sometime and see if he can install that for me.

    And, of course, integration with the forums is implemented.

    The original plan for FFCC was to use the Zend Framework as the backend but it would have taken more time to set that up than it would have to just code my own backend.

    Oh yeah, gotta go with pretty URL’s, since I’m actually getting relatively good at mod_rewrite.

    I’m also reconsidering the design of the site… I love the design but it’s not very versatile. So we’ll just have to see if someone wants to do a new design for me.

    You can see the new site here: http://www.ffcrystalcosmo.com/dev/

    Comments are welcome, of course, but one thing to keep in mind is the fact that the backend comes first… so NONE of the pages are done yet.

    The new FFCC website.