exit.php beim VTS
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
i think i just have one free line more than you.
installing this mod you have to enter your data in this file. so i did. everything works fine (frontend, backend, vts logging etc.) except for outgoing links
btw:
i write links like this
and they are shown like that
installing this mod you have to enter your data in this file. so i did. everything works fine (frontend, backend, vts logging etc.) except for outgoing links
btw:
i write links like this
Code: Select all
[EXT http://www.google.com/]google[/EXT]
Code: Select all
http://www.website.com/exit.php?url=www.google.com%2F
error on exit.php
Hi everybody,
I have similar problems like CodexX has on outgoing links. Everything else work fine. I get the following error msgs:
Any idea how to solve this? I'm using Release: 1.1-RC4A 27-08-2004 and the provider provides MySql 4.0.15-Max.
I have similar problems like CodexX has on outgoing links. Everything else work fine. I get the following error msgs:
Code: Select all
Warning: session_register(): Cannot send session cookie - headers already sent by (output started at /srv/www/htdocs/123/html/include/inc_ext/phpOpenTracker/phpOpenTracker/Parser.php:344) in /srv/www/htdocs/123/html/include/inc_ext/phpOpenTracker/phpOpenTracker/Container.php on line 133
Warning: session_register(): Cannot send session cache limiter - headers already sent (output started at /srv/www/htdocs/123/html/include/inc_ext/phpOpenTracker/phpOpenTracker/Parser.php:344) in /srv/www/htdocs/123/html/include/inc_ext/phpOpenTracker/phpOpenTracker/Container.php on line 133
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/123/html/include/inc_ext/phpOpenTracker/phpOpenTracker/Parser.php:344) in /srv/www/htdocs/123/html/exit.php on line 53
i am also getting an error. this didnt happen when i first installed the VTS mod, but has started just a few days ago..
Code: Select all
Warning: session_register(): Cannot send session cache limiter - headers already sent (output started at /home/loud1633/public_html/include/inc_ext/phpOpenTracker/phpOpenTracker/conf/phpOpenTracker.php:213) in /home/loud1633/public_html/include/inc_ext/phpOpenTracker/phpOpenTracker/Container.php on line 67
Warning: Cannot modify header information - headers already sent by (output started at /home/loud1633/public_html/include/inc_ext/phpOpenTracker/phpOpenTracker/conf/phpOpenTracker.php:213) in /home/loud1633/public_html/exit.php on line 53
hello again,
i installed the vts too, and got the same problems like Quarks. all patches are installed (which solved the problems on the main pages).
btw: for what function do i need the exit.php? only to get the exit-page entry?
-----------
schon wieder ich,
ich habe auch das vts installiert, und bekomme die gleichen fehlermeldungen wie quarks. ich habe alle patches installiert (was die fehler auf den hauptseiten behoben hat).
btw: welche funktion stellt die exit.php zur verfügung? nur die eintrage der exit-pages?
Release 1.1-RC4 27-08-2004
i installed the vts too, and got the same problems like Quarks. all patches are installed (which solved the problems on the main pages).
btw: for what function do i need the exit.php? only to get the exit-page entry?
-----------
schon wieder ich,
ich habe auch das vts installiert, und bekomme die gleichen fehlermeldungen wie quarks. ich habe alle patches installiert (was die fehler auf den hauptseiten behoben hat).
btw: welche funktion stellt die exit.php zur verfügung? nur die eintrage der exit-pages?
Release 1.1-RC4 27-08-2004
exit.php is the only file that will listen all links u are doing outside yor side.joscha wrote:btw: for what function do i need the exit.php? only to get the exit-page entry?
-----------
btw: welche funktion stellt die exit.php zur verfügung? nur die eintrage der exit-pages?
exit.php zählt doch erst die externen links. ohne diese datei geht es doch garnicht.