Archive for the ‘php’ Category

The Parameter-File /templates/… …/params.ini is Unwritable!

Saturday, June 28th, 2008

I just tried to install a theme on a new joomla install. I got a error…

The Parameter-File /templates/siteground89/params.ini is Unwritable!

I looked around online and found out that the reason this error is coming because there is no params.ini file in the template folder. So i created a file params.ini from notepad and uploaded. Its important to change the rights on the file. So any FTP software your using should allow you to right click the file and change the rights to 777.

This worked for me and hopefully will work for you too. ;)

phpBB3 password reset

Wednesday, May 7th, 2008

Today i was going through on of our forums we are trying to setup. And i noticed i had forgotten my password. Got worried for a sec and then i realized everything is in MD5 encrypted format now a days so we just need to put new password. I still googled it up and found a very simple way to reset the password for admin or any user.

Simply open up your phpBB DB, go to user table.

Find the user you want to change password of.

Find the column by the name of “user_password”, and simply put…

e10adc3949ba59abbe56e057f20f883e

This will reset your password to “123456″, without the quotes.

Hope this little tip helps!

installing phpBB3 style

Thursday, May 1st, 2008

Other day i was trying to install phpBB3 style on one of our forums. I was facing so many problems that i thought of posting on blog about it. First thing first. Do not upload using your root user of the server, otherwise the phpbb3 wont be able to access it.

Be sure to upload the style template to location of the forum_root/style/*

When uploading the template, make sure there is a file called “style.cfg” and 3 folders. Imageset, theme, and template.

After making sure to do all those things, the new template style should show up in the phpbb3 admin. Any problems let us know.

ndARTS.CA team