edit the psd.Is it possible to set your own Background in any way?
Nice Script ! Can u add TIme and Date?
Warning: require_once(C:\Users\ciaosamuelriod\Desktop\banner\htdocs\dynamic-banner-1.0.3\vendor\autoload.php): failed to open stream: No such file or directory in C:\Users\ciaosamuelriod\Desktop\banner\htdocs\dynamic-banner-1.0.3\bootstrap.php on line 2
Fatal error: require_once(): Failed opening required 'C:\Users\ciaosamuelriod\Desktop\banner\htdocs\dynamic-banner-1.0.3\vendor\autoload.php' (include_path='C:\Users\ciaosamuelriod\Desktop\banner\php\PEAR') in C:\Users\ciaosamuelriod\Desktop\banner\htdocs\dynamic-banner-1.0.3\bootstrap.php on line 2
this is how all bots work to generate banners, you can try to use my old banner (https://ciphers.pw/threads/fyfywkabanner.4162/#post-39922) that uses cache and does not spam in the logsI have a little trouble with this, probably my fault ^^
I have it installed on an apache2 server in a virtualhost, however it just keeps spamjoining the server and i don't think that is intended ^^
I have everything on the newest version.
View attachment 2735
This seems like a nice Bot, but I can't use it like this ^^
Any solutions?
Regards
<?php
namespace Tivet\Banner;
use Dflydev\DotAccessData\Data;
class Template
{
private static $templateName;
/**
* @var Data
*/
private static $templateConfig;
const BACKGROUND = 'background.png' ;
const CONFIG = 'config.php';
public function __construct(string $templateName)
{
if (!static::$templateName) {
static::$templateName = $templateName;
}
if (!static::$templateConfig) {
static::$templateConfig = new Data((include BASE_DIR . "/resources/template/{$templateName}/" . self::CONFIG));
}
}
/**
* @return string
*/
public function getBackgroundLocation()
{
return BASE_DIR . "/resources/template/" . static::$templateName . "/" . self::BACKGROUND;
}
/**
* @param string $notation
* @return array|mixed|null
*/
public function getConfig(string $notation = null)
{
if ($notation === null) {
return static::$templateConfig->export();
}
return static::$templateConfig->get($notation);
}
}
I'm sorry I couldn't explainIn ts3 server change the hostbanner GXF interval to 60.