- Made all hyperlinks use nofollow rel attribute.
- Renamed "hashover.php" to "comments.php" to ease transition to version 2.0.
- Moved all files under "hashover" to the root directory.
- Removed remaining hardcoded "/hashover" paths.
- Removed source code URL query.
-
These changes mean you need to use a new path in your script tags...
For example, change:
<script type="text/javascript" src="/hashover.php"></script>
To:
<script type="text/javascript" src="/hashover/comments.php"></script>
Everything else about how to use HashOver is the same.