Archive for August, 2008

PictureMe Plans

Friday, August 29th, 2008

PictureMe is being Beta tested right now. We are looking for all the bugs that need to be fixed. At the moment everything is looking pretty good. I’ve added a few more features to the script that should hopefully make it more secure.

Future Features
I have a few ideas already about what I want to added to the script. I plan to add the ability to put videos on there and buy now buttons for people that want to sell their work.

Code Revamp!?
It will be a pain but worth it. Since I’ve created the Broken Framework I want to redo the script so that it uses the framework’s library of functions.  I want to do this for a few reasons. First it will be less cluttered. Second it will allow me to use the different features that framework has. Thirdly I will be able to work on some of the parts of the code that I think need it. This won’t happen for a while I’m just thinking ahead to what will need to be done.

Whats Left?
Well we need to finish beta testing the script. I still want to do some changes to the default skin to make it look nicer. That’s really all that needs to be done to the script itself. Then I need to figure out the price of the script, create the PayPal page and make it so that once I approve the PayPal submission you will be able to download it.

IPB 3.0 Social Submit Buttons

Thursday, August 28th, 2008

I’m planning to build a plugin that allows the admin to add social bookmarking site buttons to the bottom of their posts. It will be made so that the admin will select the forums that they want it enabled on and it will then display that on all the posts in that category. It may be a while before its don’t for a few reasons. First IPB 3.0 hasn’t been released yet so obviously I can’t start. Second I will have to learn the ins and outs of the new plugin system. Then I just have to code it. I also have a few plans along the same lines as this but used a little differently but Its very similar to what I’ve already described.

I am really excited for IPB 3.0 because of all the new stuff that will be introduced to it. I can’t wait to get my hands on it and start playing around.

Broken Framework Modules

Thursday, August 28th, 2008

I’ve made a few new modules for The Broken Framework that may be released with it.

Crawler
I have programed a crawler that allows you to crawl sites for its links, images, basic text, title and the metas. You are able to request the information and then do with it what you please. You can write it to a file or add it to a database. Also you can crawl a number of sites at once.

New MySQL Query Builder
I am currently in the process of building a new MySQL query builder. It uses arrays and keywords to set everything up for you and then runs the query. It will also come with a log file that you can enable in the setup so that if there is an error it won’t display it to the public but will add it to the error log file. It is easy to enable and disable you just have to use the setup function that looks like this:

$broken__db->setup(true);
(More setup options available.)

You use that in one of your files that will be included on all your pages so that it applies to all $broken__db functions.

Ah, Can’t find what I want.

Thursday, August 28th, 2008

So I decided I’d try to find a plugin for the social bookmarking sites but I just can’t find what I want. I looked through a bunch but they are either not the style I want or the links are broken if you click them. Talk about annoying. I just want something simple that shows up after I post something. I don’t want something you have to rollover so that it drops down then you can click one of the buttons. I just want them to be listed there. I guess I’ll keep looking for one and if I can’t maybe I’ll make my own.

Welcome

Thursday, August 28th, 2008

Well I thought that I should do something with Decade Creations so here I go. I have decided to make it into my personal blog where I talk about anything that comes up.