Warning: session_start(): open(/var/lib/php/sessions/sess_ffpspj7pgg8l9lcm3un4rp7j3g, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
// WELCOME!! This is THE PROGRAM YOU ARE LOOKING FOR.
!7
!include early #1033540 // include GazelleHost early for flags like PingV3
sS windowTitle = "November Gazelle v1";
sS progIDForAutoUpdate = #1033525;
static GazelleHost host;
static GazelleV client;
!include early #1033526 // GazelleV
p {
loadableUtils.utils.__setJavaX(x30.class);
standaloneInit();
/*ping_v3_setPingSourceMaker(-> {
fail("Strict mode - make a ping source first!!");
});*/
ThreadPool threadPool = maxThreadPool();
threadPool.verbose = true;
PingSource ps = new(threadPool);
print("uhm.");
ps.do(-> {
System.out.println("Pinging");
ping();
System.out.println("Pinged");
programID = progIDForAutoUpdate;
host = new GazelleHost(threadPool, -> client = new GazelleV);
host.windowTitle = windowTitle;
host.run(args);
});
print("aha.");
}