Hey David207 here lulz. Releasing a code to stop clonning. it's small and not a big deal, and I know anyone can code this, but this is for the noobs. This was pretty simple to make, I used the phpretro one and changed it so it's compatible with uberCms. Anyways enjoy.
HOW TO INSTALL: Just add the following code on the top page of page-register.tpl
Code:<?php $sql = mysql_query("SELECT * FROM users WHERE ip_last='$_SERVER[REMOTE_ADDR]'"); if(mysql_num_rows($sql) > 0) { echo '<script type="text/javascript"> <!-- alert ("You can only create 1 account per IP!") // --> </script>'; echo '<meta http-equiv="refresh" content="1 url=index.php"> '; die; } ?>
Don't post anything if you have nothing nice to say.





