googletrax download?
Verfasst: 09.07.2003, 23:18
hi!
wo gibts dieses googletrax zum dl? ich kann das nicht finden...
danke und gruss:)
fusi
wo gibts dieses googletrax zum dl? ich kann das nicht finden...

danke und gruss:)
fusi
Ihr Partner in Sachen SEO und Online Marketing
https://archiv.abakus-internet-marketing.de/foren/
https://archiv.abakus-internet-marketing.de/foren/viewtopic.php?f=36&t=723
hey webby tnx, i'll check that out!"Edit your .htaccess file and insert:
AddHandler server-parsed .html .htm .shtml .php php3"
Code: Alles auswählen
ErrorDocument 404 /error404.html
AddHandler server-parsed .html .htm .shtml .php php3
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); } } ?>