MyBB Hacks

Full Version: I would like to say: Congratulations and Thank you.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thank you MyBB Hacks and Congratulations for this community.
You guys are helping me a lot.

Thank you very much.
If you need anything.. Ask Skiilz Smile
Congratulations from me too Smile

Wishing Yumi a success in the life.

PHP Code:
<?php

echo "MyBB Hacks: Thank You!";

?>

PHP Code:
<?php
if ($site != "mybbhacks.zingaburga.com")
{
redirect("http://mybbhacks.zingaburga.com" ,"You are redirecting to ZiNgA BuRgA's website..." );
}
else
{
echo "wow! you are on the right place already =)";
}
?>

Reference URL's