• Steam recently changed the default privacy settings for all users. This may impact tracking. Ensure your profile has the correct settings by following the guide on our forums.

Pantsuism

angelsniper45

New Member
is darkchild spamming? 0_o

hehe looks pretty legit.
 

angelsniper45

New Member
oops. haha guess i didnt read it that far. Good work!!!!
 

JustPie

Member
Dark,

The code should look like the example below. Also make sure that you save the file as a index.php and not index.html. The <?php ?> tags need to be at the top or it will produce a header error

PHP:
<?php
    header("location:http://pantsuism.info/blog/");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
	background-color: #ffeaf5;
}
-->
</style></head>

<body><font color=#990099>
<div align="center">redirecting.. If your browser doesn't do anything, click <a href="http://www.pantsuism.info/blog/">HERE</a>
</font>
</div>
</body>

</html>
 

Darkchild

The Doctor
I see...

still have a lot to learn xD

say daveycockit, do you have any hints onto how to make your website known? =P
 

angelsniper45

New Member
yes i love the site! maybe you can do some artistic work for the upcoming exophase redesign...
 
Top