Navigacija

Vartotojų tinkle

Prisijungusių svečių: 669
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,955
Naujausias narys: Johny

Naujausi straipsniai

Paskutiniai nariai

Johny12:06:19
Reikalas 3 savaitės
Jaunelis 9 savaitės
lanis10 savaitės
And2s11 savaitės
Memento Mori15 savaitės
ozzWANTED16 savaitės
Quwqkibor18 savaitės
asirija22 savaitės
tomeem24 savaitės
weberiz27 savaitės
mRokass30 savaitės
kartoonas31 savaitės
iaescortsmap31 savaitės
grunskiz33 savaitės
Bruksnys34 savaitės
illusion34 savaitės
ordo35 savaitės
Jurgaila36 savaitės
originalcs1636 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 18.219.34.62
Naujienų: 529
Straipsnių: 235
Temų: 52,588
Postų: 522,530
Postų pask. parą: 2
Shout'ų pask. parą: 0
P.S.C. pask. parą: 2
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

Jaunelis
2024 Lie. 25 11:07:43
Oho vis dar veikia svetainė akinanti šypsen Šimtas metų, matau Šaukykloje nuostalgija. Smagu panaršyt po forumą ir pažiūrėt senas temas šypsosi

And2s
2024 Lie. 17 19:07:04
2008 pirmą kart čia patekau, man buvo 10m ir čia pramokau programavimo.. smagu skaityti senas žinutes, tokia nostalgija akinanti šypsen ačiū Ozz kad saugoji šitą kultūrinį reliktą šypsosi

ozzWANTED
2024 Sau. 17 01:01:00
Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės. šypsosi

Majakas
2023 Gru. 10 19:12:39
Negaliu patikėti jog žinutės/pranešimai visi yra nuo 2008 m akinanti šypsen

Žmogus
2023 Rugs. 7 21:09:14
O gal BloodKiller pasijungs?

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
Pagalbos su serveriais.
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: shit- Peržiūrų: 547      Spausdinti temą
2009 Sau. 25 16:01:32          1 žinutė iš 1
Spausdinti pranešimą
Noriu padaryti serverių sąrašą kuris yra sujungtas su mysql ir pinigų sistemą, bet ten rodo ping ir t.t. yra vip serveriai, o aš noriu ji padaryti be pinigų sistemos ir mysql, kad mechaniškai kelčiau serverius, kur koreguoti kodą reikėtu?

Kodas:
<html>
<head>
<title> Counter Strike serveriu sarasas</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="stilius.css" />
</head>

<body bgcolor="#000000" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" text="#FFFFFF">












<center><table cellpadding='0' cellspacing='0' width='980' class='virsus' align='center'><tr><td>

</td></tr></table></center>




   <table align='center' width='980' cellspacing='0' cellpadding='0' border='0'><tr><td width='0' nowrap='nowrap' ></td><td><table  align='center' width='980' cellspacing='0' cellpadding='0' >
    <table align='center' width='980' height='243' background='images/theme/header.jpg' border='0' cellspacing='0' cellpadding='0'>
      <tr><td></td>
      </tr>
      <tr></tr>
    </table>





<table cellspacing='0' cellpadding='0' class='menu'><tr><td align='center'>

<a class='meniu' href=''>Pagrindinis</a>
<a class='meniu' href=''><b>Forumas</b></a>
<a class='meniu' href=''>Įdėti serverį</a>
</td></tr></table>








<?php
$starttime = microtime();
$startarray = explode(" ", $starttime);
$starttime = $startarray[1] + $startarray[0];
?>
<?php
include "configas.php";
error_log(0);
function show_server($ip, $port, $big, $blod){
   include "locale.php";
   $maxlongname       = 70;
   $maxlongnamesmall    = 40;
   if($server = @fsockopen("udp://".$ip,$port,$errno,$errstr)){
      
         $write = "\xFF\xFF\xFF\xFFTSource Engine Query\x00";
         socket_set_timeout($server,1);
         $time_in       = microtime_float();
         fwrite($server, $write);
           $server_response    = fread($server,4096);
                 $time_out       = microtime_float();
         if ($server_response) {
   $server_ping       = (int)(($time_out-$time_in)*1000);
   $server_response    = substr($server_response, 5);
   $server_address    = get_value_string($server_response);
    $server_host_name    = get_value_string($server_response);
    $map             = get_value_string($server_response);
   $gamedir          = get_value_string($server_response);
    $gamename          = get_value_string($server_response);
    $count_players       = get_value_byte($server_response);
   $maxplayers       = get_value_byte($server_response);
   $netver          = get_value_byte($server_response);
   $dedicated          = get_value_byte($server_response);
   $os             = get_value_byte($server_response);
   $pass             = get_value_byte($server_response);
   $skip            = get_value_byte($server_response);
   $skip            = get_value_string($server_response);
   $skip            = get_value_string($server_response);
   $skip            = get_value_string($server_response);
   $skip            = get_value_lint($server_response);
   $skip            = get_value_lint($server_response);
   $skip            = get_value_byte($server_response);
   $skip            = get_value_byte($server_response);
   $secure          = get_value_byte($server_response);
   $bots             = get_value_byte($server_response);
   
   $players          = "$count_players / $maxplayers";
   if($big == 1){
   if (file_exists("images/".$map.".jpg")){$map_image = "<img src='images/".$map.".jpg' class='img2'>";}else{$map_image = "<img src='images/nera.jpg'  class='img2'>";}
   echo "<br>\n";
   echo "<table class='bgbigo' cellpadding='0' cellspacing='0' width='980' align='center'>\n<tr>\n<td>\n";
   
   echo "<table width='100%' align='center' border='0'>\n";
   echo "<tr>\n";
   echo "<td rowspan='7' width='160'>\n";
   echo $map_image."\n";
   echo "</td>\n";
   echo "</tr>\n";
   
   echo "<tr>\n";
   echo "<td>\n";
   echo $locale[pavadinimas];
   echo "</td>\n";
   echo "<td>\n";
   if (strlen($server_host_name) > $maxlongname){
   $server_host_namesmall = substr($server_host_name, 0, $maxlongname - 3) . "...";
   }else{
      $server_host_namesmall = $server_host_name;
   }
   echo $server_host_namesmall."\n";
   echo "</td>\n";
   echo "</tr>\n";
   
   echo "<tr>\n";
   echo "<td >";
   echo $locale[adresas];
   echo "</td>\n";
   echo "<td>\n";
   echo htmlspecialchars($ip).":".htmlspecialchars($port)."\n";
   echo "</td>\n";
   echo "</tr>\n";
   
   echo "<tr>\n";
   echo "<td>\n";
   echo $locale[zaidejai];
   echo "</td\n>";
   echo "<td>\n";
   echo htmlspecialchars($players)."\n";
   echo "</td>\n";
   echo "</tr>\n";      
   
   echo "<tr>\n";
   echo "<td>\n";
   echo $locale[zemelapis];
   echo "</td>\n";
   echo "<td >\n";
   echo htmlspecialchars($map)."\n";
   echo "</td>\n";
   echo "</tr>\n";

   echo "<tr>\n";
   echo "<td>\n";
   echo $locale[pingas];
   echo "</td>\n";
   echo "<td>\n";
   echo htmlspecialchars($server_ping)."\n";
   echo "</td>\n";
   echo "</tr>\n";   
   
   echo "<tr>\n";
   echo "<td>\n";
   echo $locale[protokolas];
   echo "</td>\n";
   echo "<td>\n";
   echo htmlspecialchars($netver)."\n";
   echo "</td>\n";
   echo "</tr>\n";   
   
   
   echo "</table>\n";
   
   echo "</td>\n</tr>\n</table>\n<br>\n";
   }
   
   if($big == 0){
      
   if (strlen($server_host_name) > $maxlongnamesmall){
   $server_host_namesmall = substr($server_host_name, 0, $maxlongnamesmall - 3) . "...";
   }else{
      $server_host_namesmall = $server_host_name;
   }
   echo "<tr>\n";      
   echo "<td class='list_row1'>\n";
   echo "<center><img src='images/theme/cstrike.gif'></center>\n";
   echo "</td>\n";
   echo "<td class='list_row1'>\n";
   blodopen($blod);
   echo htmlspecialchars($server_host_namesmall)."\n";
   blodclose($blod);
   echo "</td>";
   echo "<td class='list_row1'>\n";
   blodopen($blod);
   echo htmlspecialchars($ip).":".htmlspecialchars($port)."\n";
   blodclose($blod);
   echo "</td>\n";
   echo "<td class='list_row1'>\n";
   blodopen($blod);
   echo htmlspecialchars($map)."\n";
   blodclose($blod);
   echo "</td>\n";   
   echo "<td class='list_row1'>\n";
   blodopen($blod);
   echo "<center>".htmlspecialchars($players)."</center>\n";
   blodclose($blod);
   echo "</td>\n";
   echo "<td class='list_row1'>\n";
   blodopen($blod);
   echo "<center>".htmlspecialchars($server_ping)."</center>\n";
   blodclose($blod);
   echo "</td>\n";
   echo "<tr>\n";


   }
   
}

      }
      
      
      
      
}

   function get_value_byte(&$data){
   $temp = $data[0];
   $data = substr($data, 1);
   return ord($temp);
}

function get_value_string(&$data){
   $temp = '';
   $i = 0;
   while (ord($data[$i]) != 0){
       $temp .= $data[$i];
       $i++;
   }
   $data = substr($data, $i+1);
   return $temp;
}

function get_value_sint(&$data){
   $temp = substr($data, 0, 2);
   $data = substr($data, 2);
   $array = @unpack('Sshort', $temp);
   return $array['short'];            
}

function get_value_lint(&$data){
   $temp = substr($data, 0, 4);
   $data = substr($data, 4);
   $array = @unpack('Lint', $temp);
   return $array['int'];
}

function get_value_float(&$data){
   $temp = substr($data, 0, 4);
   $data = substr($data, 4);
   $array = @unpack('ffloat', $temp);
   return $array['float'];
}
            
function microtime_float() {
   list($usec, $sec) = explode(" ", microtime());
   return ((float)$usec + (float)$sec);
}

   function blodopen($blod){
   if($blod == "1"){
      echo "<font color='#CC0000'><b>";
   }}
   
   
function blodclose($blod){
if($blod == "1"){
      echo "</font></b>";
   }}

//Gaunam serveriu duomenis is msql ir bandom juos isvesti xD

function dbarray($query) {
   $result = @mysql_fetch_assoc($query);
   if (!$result) {
      echo mysql_error();
      return false;
   } else {
      return $result;
   }
}


function dbcount($field,$table,$conditions="") {
   $cond = ($conditions ? " WHERE ".$conditions : "");
   $result = @mysql_query("SELECT Count".$field." FROM ".DB_PREFIX.$table.$cond);
   if (!$result) {
      echo mysql_error();
      return false;
   } else {
      $rows = mysql_result($result, 0);
      return $rows;
   }
}

$db = mysql_connect($hostas, $useris, $passas) or die("<center><b>Laikinos serverio problemos 1</b></center>") or die("<center><b>Laikinos serverio problemos</b></center>");
mysql_select_db($dbas) or die("<center><b>Laikinos serverio problemos 2</b></center>");
$snddata = mktime(date("H"),date("i"),date("s"),date("m"),date("d"),date("Y"));

$goas = mysql_query("DELETE FROM ".$fusionoprefixas."money_servers WHERE `galiojaiki` < '".$snddata."'");

$serveriai1 = mysql_query("SELECT * FROM ".$fusionoprefixas."money_servers WHERE `tipas` = 1 and `galiojaiki` > ".$snddata." ORDER BY galiojaiki DESC");
if(!$serveriai1)
{
   
}else{
while($serverio1 = dbarray($serveriai1))
{
   show_server($serverio1[serverip], $serverio1[serveroprt], "1", "0");
}
}
echo "<table cellpadding='0' cellspacing='0' class='list_table' width='980' align='center'>\n";
echo "<tr>\n<td class='list_row1'> </td>\n<td class='list_row1'><center>Serverio pavadinimas:</center></td>\n<td class='list_row1'><center>Serverio Ip :</center></td>\n<td class='list_row1'><center>Zemelapis :</center></td>\n<td class='list_row1'><center>Zaidejai :</center></td>\n<td class='list_row1'><center>Pingas :</center></td>\n</tr>\n";

$serveriai = mysql_query("SELECT * FROM ".$fusionoprefixas."money_servers WHERE `tipas` = '0' and `galiojaiki` > ".$snddata." ORDER BY galiojaiki DESC") or die("<center><b>Laikinos serverio problemos</b</center>");

while($serverio = dbarray($serveriai))
{
   show_server($serverio[serverip], $serverio[serveroprt], "0", "0");
}

mysql_close($db);
echo "</table>";
?>
<?php
$endtime = microtime();
$endarray = explode(" ", $endtime);
$endtime = $endarray[1] + $endarray[0];
$totaltime = $endtime - $starttime;
$totaltime = round($totaltime,0);
?>



</body>
</html>




Peršokti į forumą: