Seite 1 von 1

googletrax download?

Verfasst: 09.07.2003, 23:18
von fusilaeh
hi!

wo gibts dieses googletrax zum dl? ich kann das nicht finden... :o

danke und gruss:)
fusi

Verfasst:
von

Verfasst: 10.07.2003, 06:02
von UweT
heisst jetzt spydertrax und bekommt man hier: https://www.darrinward.com/spydertrax.zip

mehr Infos dazu unter:
https://www.abakus-internet-marketing.d ... t-122.html

Verfasst: 10.07.2003, 09:21
von fusilaeh
ich hab noch ne frage dazu: wird das auch mit einer genukten seite funktionieren?

Verfasst: 10.07.2003, 10:39
von Webby
Mann muss eigentlich die möglichkeit haben server side includes (SSI) zu nutzen. Das heist normalerweise muss eine seite shtml sein oder durch .htaccess erlauben .html/php seiten ssi zum parsen(?)

Also auf englisch lol

"Edit your .htaccess file and insert:

AddHandler server-parsed .html .htm .shtml .php php3"

Beispiel ergebnissen
https://www.abakus-internet-marketing.d ... istbot=all

Ich hab die ssi include nur auf home page aber wie man sieht funktioniert es gut.

Verfasst: 10.07.2003, 10:41
von fusilaeh
"Edit your .htaccess file and insert:

AddHandler server-parsed .html .htm .shtml .php php3"
hey webby tnx, i'll check that out!

fusi

Verfasst: 10.07.2003, 10:48
von fusilaeh
hi!

i edited my htacces and it looks this way then:

Code: Alles auswählen

ErrorDocument 404 /error404.html

AddHandler server-parsed .html .htm .shtml .php php3
when putting the 2nd line in i get the following "error":

Code: Alles auswählen

StartPage(); $output->Text('Failed to load module ' . $module); $output->EndPage(); $output->PrintPage(); exit; } // Run the function $return = pnModFunc($loadedmod, $type, $func); if (function_exists('session_write_close')) { session_write_close(); } // Sort out return of function. Can be // true - finished // false - need to redirect to module's // main page // text - return information if ((empty($return)) || ($return == false)) { // Redirect pnRedirect(pnModURL($module, $type)); } elseif (strlen($return) > 1) { // Text $output = new pnHTML(); $output->StartPage(); $output->SetInputMode(_PNH_VERBATIMINPUT); $output->Text($return); $output->SetInputMode(_PNH_PARSEINPUT); $output->EndPage(); $output->PrintPage(); } exit; } else { // Old stuff // Old-old style of loading modules include 'includes/legacy.php'; switch ($op) { case 'modload': define("LOADED_AS_MODULE","1"); // eugenio themeover 20020413 // pnThemeLoad(); include 'modules/' . pnVarPrepForOS($name) . '/' . pnVarPrepForOS($file) . '.php'; break; default: die ("Sorry, you can't access this file directly..."); break; } if (function_exists('session_write_close')) { session_write_close(); } else { // Hack for old versions of PHP with bad session save $sessvars = ''; foreach ($GLOBALS as $k => $v) { if ((preg_match('/^PNSV/', $k)) && (isset($v))) { $sessvars .= "$k|" . serialize($v); } } pnSessionWrite(session_id(), $sessvars); } } ?>
:o :(

any idea?

Verfasst: 10.07.2003, 10:54
von Webby
Apropos,
Vielleicht besser passend weil nuke eigentlich eine php sach eist könnte Googlestats das richtige sein. Es it sehr ähnlich als Spydertrax aber wird wahscheinlich besser passend.

https://www.googlestats.com/english/

Beispiel: https://www.abakus-internet-marketing.de/googlestats/

Alan

Verfasst: 10.07.2003, 11:32
von fusilaeh
ok ich hab jetzt mal google stats installiert...alles laeuft einwandfrei nur scheint er nichts zu tracken!? der testbot liefert keine hits...hilfe!? das gibts doch nicht! :evil:

Verfasst: 10.07.2003, 11:44
von Webby
Hmm,
There should be no reason for errors to occur. All you are doinbg is telling your server to pass those file types as they would a shtml page.

As you clearly speak good enlgish I would suggest you have a good read through this thread which discuss specifically installing spydertrax.

https://www.seochat.com/showthread.php? ... spydertrax

Alan



AddHandler server-parsed .html .htm .shtml .php php3

Verfasst: 10.07.2003, 12:30
von viggen
was jetzt?

englisch oder deutsch! lol

Verfasst: 10.07.2003, 12:32
von fusilaeh
is mir egal - as long as my problem will be solved!:)

Verfasst: 10.07.2003, 14:11
von Webby
Pleased to see you got it partly solved anyway (SEOchat thread).

You might want to ask Darrinward at SEOchat as he built it and is very helpful if someone asks politely for assistance.