Can you help me
I want a spider can work auto index without having to re-index admin
with the auto update function is great for spiders
My example
http://www.example.com/admin/spider.php?all=1
Here we have to update / re-index the manual
I want to add on a website to do auto update
<?php
/*******************************************
* Sphider Version 1.3.*
* This program is licensed under the GNU GPL.
* By Ando Saabas ando(a t)cs.ioc.ee
*
* Thanks to Antoine Bajolet for ideas and
* several code pieces
********************************************/
set_time_limit (0);
$include_dir = "../include";
// include "auth.php"; (I delete it so that everyone can update)
require_once ("$include_dir/commonfuncs.php"

;
$all = 0;
extract (getHttpVars());
$settings_dir = "../settings";
require_once ("$settings_dir/conf.php"

;
include "messages.php";
include "spiderfuncs.php";
error_reporting (E_ALL ^ E_NOTICE ^ E_WARNING);
but out error.
Access denied for user 'root'@'localhost' (using password: NO)
Can you help me understand still learning