Sadly, that is what is going to happen to cabal rider. I hope it wont hurt anyone here! To all those who don’t know what is Cabalrider, then you are in for a treat. CR (cabalrider) is a botting and farming software for the game cabal online, a popular MMORPG and it is easy to use and the best thing about CR is it is free for some country! So if you are in one of those countries don’t forget to use it!
Vist cabalrider.net for more information.
- Published:
- September 30, 2010 – 3:35 am
- Author:
- By Suhail
- Categories:
-
- Comments:
Don’t forget to follow this crazy ass comedy using just awesome sounds! Check out his videos
- Published:
- September 30, 2010 – 3:28 am
- Author:
- By Suhail
- Categories:
-
- Comments:
There has been some major problems in Thailand and the Government has blocked access to Mr. Thaksin’s twitter page http://www.twitter.com/thaksinlive . But they have not blocked http://mobile.twitter.com/thaksinlive . I would like the government to look into this loophole as well if you are trying to block access to these sites. And unfortunately this applies to all websites even accessing p**rnhub.com is also available through its mobile version of the site. Hope these all ends soon and may we rest in peace.
This is the same problem with Mr. Thaksin website aswell. There is a block to http://www.thaksinlive.com but you can still access it if you first enter and it will give you an error message from the government. Then re enter the URL and you can now visit the site.
This clearly shows that a government cannot block public from accessing information through the internet unless complete internet connection is cut. May internet prevail
and online gaming.
Tagged: access thaksin twitter, red shirt, Thailand, thaksinlive blocked, twitter
- Published:
- May 19, 2010 – 2:33 pm
- Author:
- By Suhail
- Categories:
-
- Comments:
The major fall for the UDD protestors was here. The red shirt general, a rough general named Seh Daeng. The government claiming that as the red shirts are not moving off, they will not go according to the RoadMap. The situation has turned to the worst. For best update on Thailand situation Twitter is your choice
Tagged: bangkok, red shirt, seh daeng shot, Thailand
- Published:
- May 17, 2010 – 4:00 am
- Author:
- By Suhail
- Categories:
-
- Comments:
Yes I came across another problem lately with magento and had a hard time finding the form.phtml file. The website wiki is truly a shit. Magento is a powerful tool that is very hard to use unless we know about it. All I wanted was to add some address and phone number about the contact form that automatically comes. I tried to get it by making a page and adding the contact form as a block and it also did not work.
Solution
- Login into your FTP and look find form.phtml at app/design/frontend/base/default/template/contacts
- Now open up that file and it is the block file for the contact form.
- You can edit everything in there as you want.
A quick example of where to put extra information if needed.
Look for this code and you can place any HTML , CSS code inside there.
<div id=”messages_product_view”><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
<div>
<h1><?php echo Mage::helper(‘contacts’)->__(‘Contact Us’) ?></h1>
<!–EXTRA INFORMATION CAN BE PLACED HERE–>
</div>
Tagged: contact form styling, magento contact form
- Published:
- May 15, 2010 – 7:45 am
- Author:
- By Suhail
- Categories:
-
- Comments:
I have been using magento and have not found a single website that has a good help for magento so many problems. To start off showcasing new products on homepage using magento commerce was a problem when I was doing a project for a client. Getting new products in the front page is a key help that can increase sales of our products. This is already available in Magento but not easy to use.
To get it working it is very simple.
Here is the code
<reference name=”content”>
<block type=”catalog/product_new” name=”home.catalog.product.new” alias=”product_homepage” template=”catalog/product/new.phtml”>
<action method=”setProductsCount”><count>8</count></action>
<action method=”addPriceBlockType”>
<type>bundle</type>
<block>bundle/catalog_product_price</block>
<template>bundle/catalog/product/price.phtml</template>
</action>
</block>
</reference>
OK where to put this in?
- Go to CMS > Pages > Home (this is your homepage it might be in a different name)
- Choose it and there will be 4 tabs on the left. Page Information, Content, Design and Meta Data. Choose Design
- Now paste it in Layout update XML
- Click Save page at the top right.

So will this put your items on the homepage yet? No!
- Go to Catalog > Manage Products and choose any product.
- In the General Tab on the right there will be 2 options at the bottom Set Product as New from Date & Set Product as New to Date
- Put in the desired timeline when your products are new. I would suggest 1 week if you update frequently and 1 month if you update rarely.

Tagged: homepage, magento, new products widget, Tutorial
- Published:
- May 13, 2010 – 2:56 am
- Author:
- By Suhail
- Categories:
-
- Comments: