hJack: Difference between revisions
Bilel Hawari (talk | contribs) (New page: <entry-title>hJack</entry-title> == Introduction == We often waste a lot of time to seek a solution for a bug or looking for a driver for an old machine ... In most cases, log-files or Hi...) |
(No difference)
|
Revision as of 23:04, 20 June 2011
<entry-title>hJack</entry-title>
Introduction
We often waste a lot of time to seek a solution for a bug or looking for a driver for an old machine ... In most cases, log-files or Hijackthis reports can cause confusion on Search engine results.
Author
- Bilel Hawari (bilelhawari@gmail.com)
Examples of desired behaviors
Log-files and bug reports could be attached with a specific extension (.log .run) that could be ignored by search engine robots. Or that could be blocked by robots.txt rules.
Robot Exclusion is a nice Microformat project published by Peter Janes to to solve such problem.
But, what if we want to search in these reports data ? The best way is to add a specific microformats for these reports.
Different actual behaviours
Some forums like Techspot avoid such spammy behaviour by obliging members to post log-files as an attachment. See their rules
Implementation
<div class="hjack">
...
Running processes:
C:\WINDOWS\System32\smss.exe
C:\WINDOWS\system32\winlogon.exe
C:\WINDOWS\system32\services.exe
...
</div>
Tools and resources
Scan software like Hijackthis or RunScanner could adopt this project by providing specific headers or tags. Forum administrators could add a custom bbCode to enable hJack implemantation.
Some of forum software allow us easily to add custom bbCode tags.
The list below can encourage many forum administrators to adopt microformats and show better search-friendly forum topics :
phpBB : See the tutorial vBulletin : See the tutorial SMF : Custom bbCode Mod for SMF PunBB : Custom bbCode Mod for PunBB for
Tag properties :
[hijack]{TEXT}[/hijack]
HTML replacement :
<div class="hjack">{TEXT}</div>