PDA

View Full Version : WebPost_LinkURL=


phase66
01-04-2003, 20:06
Probably a silly question, but I can't seem to get this working. The old RC1 version used to have a way to specify WebPost_LinkURL= and that would link the server name back to your website. I can't seem to make this work with RC2 tho.

I've seen OSG do this, so I know it's possible. An example is here (http://phase66.kicks-ass.net/webpost/). Here's my server.ini...

[Main Config]
ExternalIPDectection=1
HTTPServer Port=xxxxx
HTTPServer Enabled=1
DateTimeFormat=dd-mm-yyyy hh:nn:ss
TCPQueryPort=xxxxx
BoundToIp=

[WebPost]
AdminEmail=ts@phase66.kicks-ass.net
ISPLinkURL=http://phase66.kicks-ass.net
ISPName=FAZE
ISPCountry=USA
Enabled=1
PostURL=http://phase66.kicks-ass.net/webpost/webpost.php
ListPublic=1
WebPost_LinkURL=http://phase66.kicks-ass.net

[ISP]
GFX URL=

[log]
access=1

mister
01-04-2003, 23:54
WebPost]
AdminEmail=ts@phase66.kicks-ass.net
ISPLinkURL=http://phase66.kicks-ass.net
ISPName=FAZE
ISPCountry=USA
Enabled=1
PostURL=http://phase66.kicks-ass.net/webpost/webpost.php
ListPublic=1
That line doesent exist in RC2----> WebPost_LinkURL=http://phase66.kicks-ass.net

Just logg in to your web admin interface and there you find the setting for your WebPost_LinkURL

Look for
Server WebPost URL: http://yourpage.com :D

Dunno if you need to restart the server or not but do it anyway ...

phase66
02-04-2003, 00:49
Duh.

I was under the impression that " Server WebPost URL" in the Webadmin was another way to actually set the posting url. Now I see that's just for the link. The posting url is only set in the server.ini.

Thanks for pointing me in the right direction.