UCP - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: UCP (
/showthread.php?tid=480667)
UCP -
OnY - 12.12.2013
Hello...I have GREX UCP [
https://sampforum.blast.hk/showthread.php?tid=146292 ]..
I want to put this ucp on my site but i don`t know how..
I don`t know how i can put at this :
Код:
?>
config.php
<?php
// Set the directory of the SAMP folder // Geben Sie den Pfad des Servers an
$GameDir = "C:\server\SAMP";
// Set the directory where the logfiles from the UCP will be save // Geben Sie den Pfad wo die Logfiles vom UCP gespeichert werden sollen an
$LogDir = "C:\log\samp";
//
?>
My server..My server is hosted and i don`t know how to make the connection with the host..
Код:
$GameDir = "C:\server\SAMP";
Re: UCP -
thefatshizms - 12.12.2013
You need a webhost in order to host the php file.
Re: UCP -
OnY - 12.12.2013
I have a webhost..what can i do now ? UCP is not for MYSQL ! My server don`t use Mysql..
Re: UCP -
batonsa - 12.12.2013
In addition to your webhost you need your server host's IP address or in case you are hosting it from your own computer you need specify your
external ip address and the path to the .ini files.
So it would be something like:
Код:
$GameDir = "193.40.254.126\server\SAMP";
The IP address and path is just an example set though, that's up to you to specify.