Initial commit
This commit is contained in:
8
lotgd-web/lotgd/lib/user/user_lasthit.php
Executable file
8
lotgd-web/lotgd/lib/user/user_lasthit.php
Executable file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$output="";
|
||||
$sql = "SELECT output FROM " . db_prefix("accounts_output") . " WHERE acctid='$userid'";
|
||||
$result = db_query($sql);
|
||||
$row = db_fetch_assoc($result);
|
||||
echo str_replace(".focus();",".blur();",str_replace("<iframe src=","<iframe Xsrc=",$row['output']));
|
||||
exit();
|
||||
?>
|
Reference in New Issue
Block a user