Make it sense?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Tycon
Posts: 10
Joined: Wed 20. Oct 2004, 22:47

Make it sense?

Post by Tycon »

I put the Replacement Tag

Code: Select all

{NAV_TABLE_COLUMN}
for navigation.
While I was reading the generated code I stumble over:
<script language='javascript' src='http://127.0.0.1:1029/js.cgi?a&r=29358'></script>
Make it sense to use the url of an external server to load the script?
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

The Adress 127.0.0.1 is not a external Adress, its your Local-Host
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Tycon
Posts: 10
Joined: Wed 20. Oct 2004, 22:47

I thought so...

Post by Tycon »

but I have a static IP and this is not the one
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

every Networking Computer has normaly a 'Local Host' this declared by the Rules of TCP/IP and this Adress is fixed to 127.0.0.1. This has nothing to do with your IP from extern (fixed or temporally) .
This means that the Script is called and parsed at the Host where it is called.

see here
http://rfc.net/rfc2606.html

German
Localhost - Bezeichnung des lokalen Computers als Server.

Die IP des Localhosts lautet immer 127.0.0.1.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Tycon
Posts: 10
Joined: Wed 20. Oct 2004, 22:47

Post by Tycon »

I understand. It seems that I have to deal with subject intensely. :shock:

Thank you for your answer


Gruß Dirk
Post Reply