more on portfolio









August 2008
M T W T F S S
« May «-»  
 123
45678910
11121314151617
18192021222324
25262728293031






 

How to: Hide file extension using Mod Rewrite

Log entry of May 2nd 2008 05:21:00 am
Filed under: .HTAccess, Codes Related, How To, Snippets
Mod Rewrite is one of the few solutions which we use to avoid spammers and SQL injection from taken place. And today, I’m going to share with you a few tips and tricks on it. Credits goes to Roshan for an awesome tutorial on his website.

What do we need for Mod Rewrite to work? Mod_rewrite module loaded on the Apache server. A .htaccess file created on your server root.
To check …

How to: Show only Map for FeedJit

Log entry of April 25th 2008 10:33:18 am
Filed under: Codes Related, How To
If you notice something different about the FeedJit incoming indicator on our sidebar. It’s missing a header and footer.

FeedJit services are great, there’s no doubt about it. The script they provides can easily blend in with most type of layout… well almost all layouts.

The only customization Feedjit short of is for us to adjust it’s width accordingly.

That is when I have no other choice but to do some research on …

How to: PHP Sort folders in order

Log entry of April 6th 2008 03:33:07 pm
Filed under: Codes Related, How To
A few days back, someone from Yahoo! Answers is having a problems with sorting folders in order. What she said is that the folder won’t list out in order. She’d tried rename the folders to numeric, using date formats from DD-MM-YYYY to MM-DD-YYYY and the recent one which I suggested, YYYY-MM-DD. But it still fails to sort accordingly. I don’t see why on her end, it don’t work, cause I’ve …

How to: Remove the Updates Nags in phpBB2 (again?)

Log entry of March 25th 2008 03:01:25 am
Filed under: Codes Related, How To, MODs Tip, PHPbb
Sorry folks, today’s entries which was suppose to be disabling WordPress update notification was overwritten by something which I forgotten to include yesterday.

Alright… what was taught was correct, but I’ve forgotten that phpBB has a language file too.

So what you need to do is open “languages/lang_english/lang_admin.php” and remove this: // // Version Check // $lang['Version_up_to_date'] = ‘Your installation is up to date, no updates are available for your version of phpBB.’; $lang['Version_not_up_to_date'] = ‘Your installation …

How to: Remove the Updates Nags in phpBB2

Log entry of March 24th 2008 01:43:10 pm
Filed under: Codes Related, How To, MODs Tip, PHPbb
I’m not really sure if this information is really useful though.

Let us takes into this scenario… if you are using a heavily modded phpbb2 forum, it’s most likely you won’t be able to update your phpbb into a newer version. One possible reason might be that the main coding are altered.

When that happens, then why do you still have the message “Your phpBB is not up to date” in the …


« Older Entries