Quote from: https://krillinsworld.com/vsp/docs/License.phpYou may not:
[snip][snip]
- Modify or remove any copyright notices, links, or labels on the Software
on each page and in the header/footer of each script source file.
This was found in your /PUB/CONFIG/CFG-DEFAULT.CFG
$cfg['display']['server_title'] = <<<END_OF_SERVER_TITLE
<a href="[LICENSE VIOLATION]"><img src="{$cfg['display']['v_hcenter_logo']}" onmouseover="this.src='{$cfg['display']['v_hchover_logo']}';" onmouseout="this.src='{$cfg['display']['v_hcenter_logo']}';" /></a>
END_OF_SERVER_TITLE;
// Game settings \\
//
$cfg['game']['name'] = "q3a"; /* ►► make sure this is set correctly! Read below! ◄◄ */
// Themes ■ MAY ■ use the following variables to do special processing for a particular game,mod,type
$cfg['game']['mod'] = "default"; // not used
$cfg['game']['type'] = "default"; // not used
// The theme author decides how to use these variables.
// Check the documentation for the theme that you are using
// Default method for tracking, works with all games/mods. If unsure, use this.
$cfg['parser']['trackID'] = 'playerName';
// Server info \\
//
// This server info is displayed at the top of the main VSP™ page
$cfg['display']['server_title'] = <<<END_OF_SERVER_TITLE
<a href="https://krillinsworld.com/vsp"><img src="{$cfg['display']['v_hcenter_logo']}" onmouseover="this.src='{$cfg['display']['v_hchover_logo']}';" onmouseout="this.src='{$cfg['display']['v_hcenter_logo']}';" /></a>
END_OF_SERVER_TITLE;
$cfg['display']['server_info'] = <<<END_OF_SERVER_INFO
<table style="border-width:0;">
<tr>
<td style="border-width:0;padding:3px;text-align:right;color:Lavender">Website:</td>
<td style="border-width:0;padding:3px;text-align:left;color:DarkOrange" >vsp.servegame.com</td>
</tr>
<tr>
<td style="border-width:0;padding:3px;text-align:right;color:Lavender">Server IP:</td>
<td style="border-width:0;padding:3px;text-align:left;color:DarkOrange" >vsp.servegame.com:27960</td>
</tr>
<tr>
<td style="border-width:0;padding:3px;text-align:right;color:Lavender">Game:</td>
<td style="border-width:0;padding:3px;text-align:left;color:DarkOrange">Excessive Plus 24/7</td>
</tr>
<tr>
<td style="border-width:0;padding:3px;text-align:right;color:Lavender">Owner Contact:</td>
<td style="border-width:0;padding:3px;text-align:left;color:DarkOrange">bobl1961 [at] yahoo [DOT] com</td>
</tr>
<tr>
<td style="border-width:0;padding:3px;text-align:right;color:Lavender">Quote:</td>
<td style="border-width:0;padding:3px;text-align:left;color:DarkOrange">" Frag ON! "</td>
</tr>
</table>
END_OF_SERVER_INFO;
Quote from: cfg-default.cfg// Error Reporting
// For Debugging. Recommended when you set up vsp for the first time.
//error_reporting(E_ALL ^ E_NOTICE);
// Recommended for regular use after ensuring proper run of vsp.
//error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
// For Debugging. Enable this if you are having a hard time getting vsp running.
error_reporting(E_ALL);
Quote from: Krillin on November 26, 2024, 10:57:28 AMJust know when you run the new VSP™ version, you do not have the option to run with the switch -l q3a-xp.
And in the config/default-cfg.php you would just set the Game Option;
$cfg['game']['name'] = "q3a";
-Krillin
[Mon Dec 16 11:31:08.291527 2024] [php:warn] [pid 5624:tid 1936] [client xx.xx.xx.xx:xxxxx]
PHP Warning: Attempt to read property "fields" on bool in \\themes\\bismarck\\awardstat.php on line 171, referer: /themes/bismarck/index.php?config=cfg-default.php&sort=skill&start_from=0
[Mon Dec 16 11:31:08.291527 2024] [php:error] [pid 5624:tid 1936] [client xx.xx.xx.xx:xxxxx]
PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in \\themes\\bismarck\\awardstat.php:171\nStack trace:\n#0 \\themes\\bismarck\\awardstat.php(262): drawAwardList()\n#1 {main}\n thrown in \\themes\\bismarck\\awardstat.php on line 171, referer: /themes/bismarck/index.php?config=cfg-default.php&sort=skill&start_from=0
PHP Warning: Undefined array key "xp_version" in \vsp-q3a.php on line 168
PHP Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in \vsp-q3a.php on line 170
PHP Deprecated: strtr(): Passing null to parameter #1 ($string) of type string is deprecated in \vsp-q3a.php on line 177
PHP Warning: Uninitialized string offset 0 in \vsp-q3a.php on line 178
PHP Notice: Only variables should be passed by reference in \vsp-q3a.php on line 536
Generate Awards: Generating Awards...
Award Definitions not found.
←—— pub/games/q3a/awardsets/default/default-awards.php
Quote from: Fragenstein on September 28, 2024, 07:17:50 PMI was able to get PHP 8.2.16 installed on the XAMPP server. I deleted all files and re-uploaded them (vsp-core_v1.0.51) to the server. I dropped all the tables in the database and let vsp recreate them. Still getting the same errors. I'm running vsp from a .bat file...C:\xampp\php\php.exe -f "C:\xampp\htdocs\vsp.servegame.com\vsp.php" -- -l q3a-xp -p savestate 1 "D:\Quake III Arena\excessiveplus\logs\server_mp.log"
I'm running OEM Q3A with Excessive plus MOD. I've attached game log file. (ATTACHMENT REMOVED - JIC - Krillin)
Page created in 4.240 seconds with 14 queries.