Inno Setup – creating an installer as downloader

For the Simlock Remote Server software I needed to create a good installer that downloaded files based on installer components selected by the user and then installed the downloaded files. There are some commercial solutions for creating installers however there is also a very good and free one called ‘Inno Setup‘.
I was completely new to [...]

AwayDaddy debacle

In case you haven’t heard this yet (I was a bit late also) in the US of ridiculous they are trying to push a new act called ‘SOPA’, basically this means no more privacy, no more right for all internet users. Many many people and also companies are against it and support petitions and actions [...]

Mysql 2 Search PHP class made public

I decided to release a search class which I use for several of my website to the public to use. The collection of 2 classes use 3 techniques to search a mysql database which are:

Full text search (for MyISAM or InnoDB with Mysql version 5.6)
Like search (simplest method, not recommended)
Sphinx search (needs Sphinx installation, recommended)

The [...]

Paypal payment received emails problem

So since a few days I barely can’t open any Paypal payment received emails  any more because my Outlook 2007 stops responding and I have to wait like a couple minutes for it to clear. I started looking for a solution tried a lot of fixes I found using google but all did not work. [...]

PHP: Mysql to Excel and Excel to Mysql

For the back-end of all my websites I use a self made CMS  / eCommerce system (called ICS), in this system I have build a module for website translations using Mysql for all site content. With that I created a Excel import and export function to be able to send all the text files to [...]

[PHP] Recursive array search with multiple results

Ok, so for UnlockSamsungOnline.com I needed a function to search in a multidimensional array with an unknown dept for values and returning the base keys. So first I started at php.net and I searched google. It was easy to find such a function when it just presented one result or just a ‘yes, the value [...]

Google +1 good for SEO good for customers

For one of my websites I just added the Google +1 button. As you probably already know it is very similar to the Facebook ‘Like’ or ‘Recommend’ button and it can help your SEO for organic search and of course also the social aspect of people vouching for your website helps you get more visitors.

So [...]

Style (path) Constants in phpBB3

Hey,
I was just searching for couple hours where I could find some constants used in phpBB code. The ‘PHPBB_ROOT_PATH’ was pretty easy as that is found in index.php however some others took me bit longer but (in the end) are pretty logical located also. I was searching for constants like ‘T_THEME_PATH’, ‘T_TEMPLATE_PATH’ etc. Well for [...]

phpBB3 CompleteBan mod

I just finished my first modification for phpBB3 forum. I wrote this mod for SamsungUniverse.com because it got annoying banning spammers 3 times on their email, IP and username. This small mod will ban a spammer (bot) on all 3 just with one click. It can also delete all user’s posts and full ban the [...]

Android Java course

Currently I’m going an online Android Java course to refresh my JAVA knowledge and get myself ready for making apps on Android mobile phones. I’m doing this course via edumobile.org, now it is not very expensive so I can’t expect to much but the quality of the different courses I get is far from high [...]

Page 1 of 212