PDA

View Full Version : webpost again !


[SAC]Peperoni
05-12-2003, 02:34 AM
hello Gryphon,

i have a little (i hope is it little) with your webpost Teamspeak script....

1. I have installed the script on a root linux server in directory /home/www/public_html/ts
(Apache is root to /home/www/public_html/)
TS is installed in /home/ts/ts2/

What are now my WEBPOST URL ? http://213.133.xxx.xxx/ts/webpost.php ?

When i have the webposturl in the server ini must i make the same on the webinterface from Teamspeak ?

My SQL Database is empty (after 4 days)

what make i wrong please help me i would like this script but is doesnīt work on my server

Ghryphen
05-12-2003, 10:45 AM
You need to set the webpost url to http://213.133.xxx.xxx/ts/webpost.php in the server.ini. It takes about 5 to 10 minutes before it shows up.

What is the address for you script?

[SAC]Peperoni
05-12-2003, 10:55 AM
i have the webpost url in the server ini !

SCRIPTURL = http://213.133.108.11/ts/

[debug]
MessageTypes=LMTALL
MessageDepths=LMDALL

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

[WebPost]
AdminEmail=na
ISPLinkURL=na
ISPName=Private
ISPCountry=Earth
Enabled=1
PostUrl=http://213.133.108.11/ts/webpost.php
ListPublic=1

[ISP]
GFX URL=

[log]
access=1



this is my Server ini

i have a new Database create:

DBNAME: webpost2
DBUSER: webpost2
DBPASS: XXXXXXXX
DBHOST: localhost

and then i have make the webpost2.sql in import in the databse

what is wrong ?

my buddy have a LINUX server local and the script works fine...
why not on my server ?

Ghryphen
05-12-2003, 06:59 PM
You need to have register_globals = On in you php settings. The next version of webpost should fix this, but until then, this is the only way to run it.

[SAC]Peperoni
05-13-2003, 06:18 AM
Itīs running !!!

YEEEEAAAHHHHHH !!!!!!


In my php.ini was "register_globals" off

Now running webpost fine....

many many thx Gryphon


A another Question:

Can i change the Server update time from 5 minutes to 1 minutes ?

YES ? in what for a file ?

this script is very fine !!!

Ghryphen
05-13-2003, 03:05 PM
The updates are coded into the TS2 application. I think they will add the ability to change the update rate in the future, unfortunately, you can't right now :(