Jump to content
  • 0

pomoc Slider + Server status


CS-Montage

Dotaz

Zdravím, inspiroval jsem se tohoto označeného slideru + server statusu .

3dc2a2ba9a6ec313228d65f9114a9b9d44b5e5ba

 

c1b0c5f83ad47f6d3adc891d0daf45b3d5116675

A chtěl bych nějaký tokovej na svůj web tedy na http://cs-montage.clan.sk/

Dal jsem si tam slider a chci aby vedle něj byl takovej server status jako je na http://epic-game.eu/news.php

Takže chci tedy poradit jak dám na mé stránce vedlé mého slideru ten server status nebo úplně odznova udělat slider a server status jako to je na epic-game.eu

 

Za každou radu děkuji, a když mi to bude chtít někdo uděla tak přes teamviewer a platim:

 

SMS

PayPal

Banka -!-

Link to comment
Share on other sites

11 odpovědí na tuto otázku

Recommended Posts

  • 0
  • Globální moderátor

však použi svoje schopnosti nie? však si chcel doučovať ....

Link to comment
Share on other sites

  • 0
  • Globální moderátor

Ano ale slider a server status nezvládam :-/

Neumim programování java

nechcel si povedať javascript? :facepalm:

Link to comment
Share on other sites

  • 0

K čemu na tohle potřebuješ Javu? Jasně jenom javascript na Slider, ale to je vše. Zbytek děláš v HTML a CSS. Prostě zmenšíš velikost slideru a vedle dáš server status.

Link to comment
Share on other sites

  • 0

A neznáš nějaký podobný server status co je na epic-game.eu ?


Už mám

 

od Kámoše a co mam dělat už mam fusion :)


Ale koukej mam http://phpfusion-skmods.eu/downloads.php?page_id=311

 

Ale pořád mi to v modifikaci píše Table 'web_10548.fusion_status_server' doesn't exist

 

Screen:

 

http://ctrlv.cz/iHPF

 

infusions.php

<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: infusions.php
| Author: Polk077
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { die("Access Denied"); }
if (file_exists(INFUSIONS."status_server_panel/locale/".$settings['locale'].".php")) { include INFUSIONS."status_server_panel/locale/".$settings['locale'].".php"; } 
else { include INFUSIONS."status_server_panel/locale/Czech.php"; }

// Infusion general information
$inf_title = "Status Serverů";
$inf_description = $locale['status_popis'];
$inf_version = "1.0";
$inf_developer = "Polk077";
$inf_email = "[email protected]";
$inf_weburl = "http://www.phpfusion.cz/";

$inf_folder = "status_server_panel"; 


define("DB_STATUS_SERVER", DB_PREFIX."status_server");
 $inf_newtable[1] = DB_STATUS_SERVER." (
`server_id` smallint(5) unsigned NOT NULL auto_increment,
`server_nazev` varchar(255) NOT NULL default '',
`server_ipadresa` varchar(255) NOT NULL default '',
`server_port` varchar(255) NOT NULL default '',
`server_typ` varchar(255) NOT NULL default '',
`server_obrazek` varchar(255) NOT NULL default '',
`server_order` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`server_id`)
)  ENGINE=MyISAM;";

// Administrace
$inf_adminpanel[1] = array(
	"title" => "Status Serverů",
	"rights" => "SSA",
	"image" => "",					// Administrace - Obrázek
	"panel" => "status_server_admin.php",
  "page" => "4"
);

$inf_droptable_[1] = DB_STATUS_SERVER;
?>
Link to comment
Share on other sites

  • 0

:rofl: Ses inspiroval trochu více, než jen tím sliderem :d

 

:d

 

A neznáš nějaký podobný server status co je na epic-game.eu ?

Už mám

 

od Kámoše a co mam dělat už mam fusion :)

Ale koukej mam http://phpfusion-skmods.eu/downloads.php?page_id=311

 

Ale pořád mi to v modifikaci píše Table 'web_10548.fusion_status_server' doesn't exist

 

Screen:

 

http://ctrlv.cz/iHPF

 

infusions.php

<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: infusions.php
| Author: Polk077
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { die("Access Denied"); }
if (file_exists(INFUSIONS."status_server_panel/locale/".$settings['locale'].".php")) { include INFUSIONS."status_server_panel/locale/".$settings['locale'].".php"; } 
else { include INFUSIONS."status_server_panel/locale/Czech.php"; }

// Infusion general information
$inf_title = "Status Serverů";
$inf_description = $locale['status_popis'];
$inf_version = "1.0";
$inf_developer = "Polk077";
$inf_email = "[email protected]";
$inf_weburl = "http://www.phpfusion.cz/";

$inf_folder = "status_server_panel"; 


define("DB_STATUS_SERVER", DB_PREFIX."status_server");
 $inf_newtable[1] = DB_STATUS_SERVER." (
`server_id` smallint(5) unsigned NOT NULL auto_increment,
`server_nazev` varchar(255) NOT NULL default '',
`server_ipadresa` varchar(255) NOT NULL default '',
`server_port` varchar(255) NOT NULL default '',
`server_typ` varchar(255) NOT NULL default '',
`server_obrazek` varchar(255) NOT NULL default '',
`server_order` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`server_id`)
)  ENGINE=MyISAM;";

// Administrace
$inf_adminpanel[1] = array(
	"title" => "Status Serverů",
	"rights" => "SSA",
	"image" => "",					// Administrace - Obrázek
	"panel" => "status_server_admin.php",
  "page" => "4"
);

$inf_droptable_[1] = DB_STATUS_SERVER;
?>

Pravděpodobně je tahle verze zrovna ta špatná, ale jde jednoduše opravit. Musíš to udělat v MySQL nejlépe přes PhpMyAdmin. V databázi máš tabulku s názvem server-status nebo tak nějak a tu musíš přejmenovat na web_10548.fusion_status_server

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...