Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.

googletrax download?

Ajax, Hijax, Microformats, RDF, Markup, HTML, PHP, CSS, MySQL, htaccess, robots.txt, CGI, Java, Javascript usw.
Neues Thema Antworten
fusilaeh
PostRank 1
PostRank 1
Beiträge: 15
Registriert: 09.07.2003, 23:17

Beitrag von fusilaeh » 09.07.2003, 23:18

hi!

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

danke und gruss:)
fusi

Anzeige von ABAKUS

von Anzeige von ABAKUS »

SEO Consulting bei ABAKUS Internet Marketing
Erfahrung seit 2002
  • persönliche Betreuung
  • individuelle Beratung
  • kompetente Umsetzung

Jetzt anfragen: 0511 / 300325-0.


UweT
PostRank 10
PostRank 10
Beiträge: 5601
Registriert: 03.01.2003, 00:07

Beitrag von UweT » 10.07.2003, 06:02

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

fusilaeh
PostRank 1
PostRank 1
Beiträge: 15
Registriert: 09.07.2003, 23:17

Beitrag von fusilaeh » 10.07.2003, 09:21

ich hab noch ne frage dazu: wird das auch mit einer genukten seite funktionieren?

Webby
Administrator
Administrator
Beiträge: 5420
Registriert: 17.10.2001, 01:00

Beitrag von Webby » 10.07.2003, 10:39

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.
ABAKUS Internet Marketing
Professionelle Suchmaschinenoptimierung und Suchmaschinenmarketing

fusilaeh
PostRank 1
PostRank 1
Beiträge: 15
Registriert: 09.07.2003, 23:17

Beitrag von fusilaeh » 10.07.2003, 10:41

"Edit your .htaccess file and insert:

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

fusi

fusilaeh
PostRank 1
PostRank 1
Beiträge: 15
Registriert: 09.07.2003, 23:17

Beitrag von fusilaeh » 10.07.2003, 10:48

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?

Webby
Administrator
Administrator
Beiträge: 5420
Registriert: 17.10.2001, 01:00

Beitrag von Webby » 10.07.2003, 10:54

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
ABAKUS Internet Marketing
Professionelle Suchmaschinenoptimierung und Suchmaschinenmarketing

fusilaeh
PostRank 1
PostRank 1
Beiträge: 15
Registriert: 09.07.2003, 23:17

Beitrag von fusilaeh » 10.07.2003, 11:32

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:

Webby
Administrator
Administrator
Beiträge: 5420
Registriert: 17.10.2001, 01:00

Beitrag von Webby » 10.07.2003, 11:44

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
ABAKUS Internet Marketing
Professionelle Suchmaschinenoptimierung und Suchmaschinenmarketing

viggen
PostRank 10
PostRank 10
Beiträge: 6249
Registriert: 12.05.2003, 14:44

Beitrag von viggen » 10.07.2003, 12:30

was jetzt?

englisch oder deutsch! lol

fusilaeh
PostRank 1
PostRank 1
Beiträge: 15
Registriert: 09.07.2003, 23:17

Beitrag von fusilaeh » 10.07.2003, 12:32

is mir egal - as long as my problem will be solved!:)

Webby
Administrator
Administrator
Beiträge: 5420
Registriert: 17.10.2001, 01:00

Beitrag von Webby » 10.07.2003, 14:11

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.
ABAKUS Internet Marketing
Professionelle Suchmaschinenoptimierung und Suchmaschinenmarketing

Antworten
  • Vergleichbare Themen
    Antworten
    Zugriffe
    Letzter Beitrag