Hum.. I tried that too john, doesnt work..
feel free to log in and test it.
Analyze That Host
click login
use "Justin" and "pass"
after you login, hover over "member actions" (where login was), and click edit host profile
and then just edit whatever
here is the code
PHP Code:
$newprofile = mysql_real_escape_string($newprofile);
$query="UPDATE webmasters SET hostemail='$newhostemail', hosttitle='$newhosttitle', hosturl='$newurl', profile='$newprofile', OS='$newOS', PHP='$PHP', ASP='$ASP', java='$java', python='$python', JDK='$JDK', flash='$flash', ruby='$ruby', tomcat='$tomcat', SSI='$SSI', CGI='$CGI', cpanel='$cpanel', SQL='$SQL', emails='$emails', subdomains='$subdomains', SSH='$SSH', sitebuilder='$sitebuilder', lastupdated='$date', WHERE id='$id'";
mysql_query($query) or die('Error in query: '.$query.' : '.mysql_error($connection));
$noticetitle = "Success";
$noticedata = "Your Profile Has Been Updated";
$refresh = "index.php?action=viewhost&hostid=$id";
include("notice.php");
EDIT: The sql type is set as "text", is that ok?