Search Keyword:

This .htaccess rule is to remove the index.php file in CodeIgniter URLS.There is an example on how to remove this on the CodeIgniter User Guide but unfortunately it somehow doesn’t work.Anyway, here’s how to do it:

Put this code on your .htaccess file,changing “directory_on_where_is_your_CI” in which your CodeIgniter application resides.
If your CI application is in the root, just remove “directory_on_where_is_your_CI/” .

RewriteEngine On
RewriteBase /directory_on_where_is_your_CI/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /directory_on_where_is_your_CI/index.php/$1 [L]

Put the .htaccess file on the root if your CodeIgniter application,where the system/ folder resides.To test if it is working try removing the index.php file in the URL.

example.com/index.php/news/article/my_article

can be

example.com/news/article/my_article

but produces the same output.

27Oct

How to hack PSP Brite 3000 tutorial

Posted by admin as Others


This tutorial explains on how to hack your PSP 3000 (Brite) in a step by step procedure.This tutorial is based on my personal experience and I’m sure it will work for you as well.Let’s Go!

Step 1: Check if your firmware version is 5.03

Check your system software version is 5.03 by navigating into
Settings > System Settings > System information.

If your software version is 5.03 then skip the next step,else proceed Step 3.

Step 2: Update your firmware version to 5.03

Download the firmware version by clicking here.
Follow the steps from playstation.com in updating your firmware version by clicking here.

Note:If you update your firmware version above 5.03,it will make your PSP not hackable.And it will cannot be reverted back to older firmware version.

Step 3: Download and install chickHEN R2

Download chickHEN R2(requires firmware version 5.03) by clicking here.
Copy whole ChickHEN folder (which contains 4 gif files ChickHENa-d and slim.tiff) to your PICTURE folder.
Then copy the h.bin file into your root directory.Root directory is where you will see the PICTURE,MUSIC and VIDEO folders.
Restore your PSP’s Default settings in SYstem Settings > Restore Default Settings.
In your PSP, go to Photo > Memory Stick.
Don’t do anything.Allow the photos to be loaded and it should show some colors flash and it will restart itself.
If it does not restart and just turned off, go into PHOTO > Memory Stick again.
After it has restarted,check your sytem version.If it reads “5.03 ChickHEN R2″,then ChickHEN is successfully installed.

Step 4: Download and install Custom Firmware 5.03 GEN-B

Download Custom Firmware 5.03 GEN-B here.
Extract the 5.03 GEN-B files to your computer.
Copy the 5.03GEN-B folder (the extracted file) in your PSP (PSP > GAME).
Disconnect the PSP from the Computer.
Run the 5.03 GEN-B Updater in Game > Memory Stick
Follow the process in updating,last command will be to press X.PSP will reboot.
Check your System Information ,system software must be “5.03 GEN-B(Full)”.

–After these steps,do not let your PSP completely lost its battery power or perform complete shutdown.Standby Power down is ok.Complete shutdown means you push slide the on/off button longer than just a little slide to turn it off.If battery has been drained or your PSP performs complete shutdown,then you will perfom these steps again(except for step 1 and 2).If you will load the 5.03 GEN-B for another time (for example, your PSP battery has drained or has forced shutdown),hold the ā€œLā€ button when running again the updater.

How to put downloaded games in your PSP

Create a folder named “ISO” in your PSP root directory.Root directory is where you will see the PICTURE, MUSIC and VIDEO folders.
Put your .iso or .cso in that folder.You can download PSP games from different websites.A quick search in Google will do you good.
In your PSP, go to GAME > Memory Stick.
Choose your game and ride on.


DISCLAIMER: I had made this simple tutorial based on my personal experience.If you had installed the wrong custom firmware on models that are still not hackable,it will result in a brick.This tutorial is only a guide and neither I,nor anyone else in the credits,will be responsible for your actions.

Credits: dl.qj.net and exophase.com for the download links,Davee for the ChickHEN, Xenogears and Becus25 for CFWENabler 3.60,ultimakillz and brucetan for their post and and quickguides.

This Wordpress plugin detects visitors of your blog that are using Internet Explorer 6 or even older versions of IE and displays a message that tells and encourages them to download a better browser,or at least upgrade to a new version of IE.

Make the web a better place by banishing Internet Explorer 6 users from your blog by this cool plugin by Earl Grey and Valmar.Click here to go to the plugin page.

Sponsored Links


Categories





Recent Comments

  • Musta: Very good tutorial for beginners who want to get an idea of the ajax implemtation via jquery. Thanx
  • admin: Hello Mous, Kindly look at this link: http://www.ryantetek.com/2009/ 10/how-to-hack-psp-brite-30...
  • mous: Sir pls help.. i have a psp 3000 with firmware 5.02 i tried the instructions above and it wont work on me.. it...
  • milo: i think the quick solution is to have the pagination in ajax otherwise it wont work as expected im not sure...
  • admin: Hello Milo, I haven’t tried it with pagination before.Maybe I’ll take a look at it and post some...