-
Notifications
You must be signed in to change notification settings - Fork 38
Creating a Parser
sydlawrence edited this page Apr 6, 2013
·
2 revisions
MAKE SURE TURN OFF AUTO UPDATING updater.php line 4 - set to false
Take a look at the other parsers, copy it. including icon.png
test.php - modify $type to be "name" if you parser is NameParser
updateall.php - add the name to the array
Create a new Script Filter
$query = "{query}";
$type = "<name>";
require_once('search.php');
Connect the Script Filter to an appropriate
Simples :)