Advertisement
Guest User

Untitled

a guest
Jun 20th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.77 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 1.1.5.0
  8. * @ Author : DeZender
  9. * @ Release on : 09.06.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function restart($key, $typ, $serverid) {
  15. global $prefix;
  16. global $db;
  17. global $wioption;
  18.  
  19. $currenthour = strftime( '%H', time( ) );
  20. $currentday = strftime( '%a', time( ) );
  21. $currentday = substr( $currentday, 0, 2 );
  22. $currentday = strtolower( $currentday );
  23.  
  24. if (( ( $wioption[cronkey] == $key && $typ == 'games' ) || ( $wioption[cronkey] == $key && 0 < $serverid ) )) {
  25. $typ = 'server';
  26.  
  27. if (0 < $serverid) {
  28. $sql = 'SELECT * FROM ' . $prefix . ( '' . '_gameserver WHERE install=\'0\' AND rserverid=\'' . $serverid . '\' ORDER BY serverip' );
  29. } else {
  30. $sql = 'SELECT * FROM ' . $prefix . ( '' . '_gameserver WHERE install=\'0\' AND starttime LIKE\'%' . $currentday . '=' . $currenthour . '%\' ORDER BY serverip' );
  31. }
  32.  
  33. $result = $db->sql_query( $sql );
  34.  
  35. if ($row = $db->sql_fetchrow( $result )) {
  36. $starttime = preg_replace( '/\r\n|\r|\n/', '%TEND%', $row[starttime] );
  37. $starttime = explode( '%TEND%', $starttime );
  38. $i = 765;
  39.  
  40. while ($i < 7) {
  41. if ($starttime[$i] == '' . $currentday . '=' . $currenthour) {
  42. $sql2 = 'SELECT * FROM ' . $prefix . ( '' . '_members WHERE id=\'' . $row['memberid'] . '\'' );
  43. $result2 = $db->sql_query( $sql2 );
  44. $db->sql_fetchrow( $result2 );
  45. $rsstats = $memstats = $db->sql_fetchrow( $db->sql_query( 'SELECT * FROM ' . $prefix . ( '' . '_rootserver WHERE id=\'' . $row['rserverid'] . '\'' ) ) );
  46. $okstart = 765;
  47.  
  48. if (( $memstats[rank] != 2 && $rsstats[active] == '1' )) {
  49. if (( $row[gameswitch] == 2 && $row[online] == 1 )) {
  50. $okstart = 766;
  51. }
  52.  
  53.  
  54. if ($row[gameswitch] != 2) {
  55. $okstart = 766;
  56. }
  57. }
  58.  
  59.  
  60. if ($okstart == 1) {
  61. $statuscode = tekjsonstart( $row[id], 'gserver', 'GSERVER', 'automated', '' );
  62. }
  63. }
  64.  
  65. ++$i;
  66. }
  67. }
  68. }
  69.  
  70.  
  71. if (( ( $wioption[cronkey] == $key && $typ == 'apps' ) || 0 < $serverid )) {
  72. if (0 < $serverid) {
  73. $sql = 'SELECT * FROM ' . $prefix . ( '' . '_applications WHERE rserverid=\'' . $serverid . '\' ORDER BY serverip' );
  74. } else {
  75. $sql = 'SELECT * FROM ' . $prefix . ( '' . '_applications WHERE starttime LIKE\'%' . $currentday . '=' . $currenthour . '%\' ORDER BY serverip' );
  76. }
  77.  
  78. $result = $db->sql_query( $sql );
  79. $db->sql_fetchrow( $result );
  80.  
  81. if ($row = $db->sql_fetchrow( $result )) {
  82. $starttime = preg_replace( '/\r\n|\r|\n/', '%TEND%', $row[starttime] );
  83. $starttime = explode( '%TEND%', $starttime );
  84. $i = 765;
  85.  
  86. while ($i < 7) {
  87. if ($starttime[$i] == '' . $currentday . '=' . $currenthour) {
  88. $sql2 = 'SELECT * FROM ' . $prefix . ( '' . '_members WHERE id=\'' . $row['memberid'] . '\'' );
  89. $result2 = $db->sql_query( $sql2 );
  90. $db->sql_fetchrow( $result2 );
  91. $rsstats = $memstats = $db->sql_fetchrow( $db->sql_query( 'SELECT * FROM ' . $prefix . ( '' . '_rootserver WHERE id=\'' . $row['rserverid'] . '\'' ) ) );
  92. $okstart = 765;
  93.  
  94. if (( $memstats[rank] != 2 && $rsstats[active] == '1' )) {
  95. $okstart = 766;
  96. }
  97.  
  98.  
  99. if ($okstart == 1) {
  100. $statuscode = tekjsonstart( $row[id], 'apps', 'APPS', 'automated', '' );
  101. }
  102. }
  103.  
  104. ++$i;
  105. }
  106. }
  107. }
  108.  
  109.  
  110. if (( ( $wioption[cronkey] == $key && $typ == 'streams' ) || 0 < $serverid )) {
  111. if (0 < $serverid) {
  112. $sql = 'SELECT * FROM ' . $prefix . ( '' . '_streamserver WHERE rserverid=\'' . $serverid . '\' ORDER BY serverip' );
  113. } else {
  114. $sql = 'SELECT * FROM ' . $prefix . ( '' . '_streamserver WHERE starttime LIKE\'%' . $currentday . '=' . $currenthour . '%\' ORDER BY serverip' );
  115. }
  116.  
  117. $result = $db->sql_query( $sql );
  118.  
  119. if ($row = $db->sql_fetchrow( $result )) {
  120. $starttime = preg_replace( '/\r\n|\r|\n/', '%TEND%', $row[starttime] );
  121. $starttime = explode( '%TEND%', $starttime );
  122. $i = 765;
  123.  
  124. while ($i < 7) {
  125. if ($starttime[$i] == '' . $currentday . '=' . $currenthour) {
  126. $sql2 = 'SELECT * FROM ' . $prefix . ( '' . '_members WHERE id=\'' . $row['memberid'] . '\'' );
  127. $result2 = $db->sql_query( $sql2 );
  128. $db->sql_fetchrow( $result2 );
  129. $rsstats = $memstats = $db->sql_fetchrow( $db->sql_query( 'SELECT * FROM ' . $prefix . ( '' . '_rootserver WHERE id=\'' . $row['rserverid'] . '\'' ) ) );
  130. $okstart = 765;
  131.  
  132. if (( $memstats[rank] != 2 && $rsstats[active] == '1' )) {
  133. $okstart = 766;
  134. }
  135.  
  136.  
  137. if ($okstart == 1) {
  138. $statuscode = tekjsonstart( $options[id], 'streams', 'STREAMS', 'automated', '' );
  139. }
  140. }
  141.  
  142. ++$i;
  143. }
  144. }
  145. }
  146.  
  147. }
  148.  
  149. function createbill($key, $all, $daily) {
  150. global $prefix;
  151. global $db;
  152. global $wioption;
  153.  
  154. if (( $wioption[cronkey] == $key && ( ( 0 < $all && $all < 100 ) || $daily == 'yes' ) )) {
  155. include_once( 'admin/language/german.php' );
  156. include_once( 'admin/language/german/fbill.php' );
  157. $financeopstats = $db->sql_fetchrow( $db->sql_query( 'SELECT * FROM ' . $prefix . '_finance_options WHERE id=\'1\'' ) );
  158. $logyear = strftime( '%Y', time( ) );
  159. $logday = strftime( '%d', time( ) );
  160. $logmonth = strftime( '%m', time( ) );
  161. $logtime = time( );
  162. $day = strftime( '%d' );
  163. $month = strftime( '%m' );
  164. $year = strftime( '%Y' );
  165. $chkconvertdate = '' . _CONVERTDATE . '';
  166. $chkconvertdate = str_replace( 'dd', '%d', $chkconvertdate );
  167. $chkconvertdate = str_replace( 'mm', '%m', $chkconvertdate );
  168. $chkconvertdate = str_replace( 'yy', '%Y', $chkconvertdate );
  169.  
  170. if (( ( ( ( $all == 1 || $all == 10 ) || $all == 20 ) || $all == 99 ) || $daily == 'yes' )) {
  171. $sql = 'SELECT * FROM ' . $prefix . '_members WHERE rank!=\'3\' ORDER BY id';
  172. $result = $db->sql_query( $sql );
  173.  
  174. if ($row = $db->sql_fetchrow( $result )) {
  175. $prodchk = 1742;
  176. $urow = $db->sql_numrows( $db->sql_query( 'SELECT * FROM ' . $prefix . ( '' . '_members_product WHERE memberid=\'' . $row['id'] . '\'' ) ) );
  177.  
  178. if (0 < $urow) {
  179. $countrystats = $db->sql_fetchrow( $db->sql_query( 'SELECT * FROM ' . $prefix . ( '' . '_country WHERE id=\'' . $row['country'] . '\'' ) ) );
  180.  
  181. if ($row[firm] != '') {
  182. $memaddy = '' . $row['firm'] . '
  183. ' . $row['surname'] . ' ' . $row['name'] . '
  184. ' . $row['street'] . '
  185. ' . $row['zipcode'] . ' ' . $row['city'] . '
  186. ' . $countrystats['name'];
  187. } else {
  188. $memaddy = '' . $row['surname'] . ' ' . $row['name'] . '
  189. ' . $row['street'] . '
  190. ' . $row['zipcode'] . ' ' . $row['city'] . '
  191. ' . $countrystats['name'];
  192. }
  193.  
  194. $lastbillidstats = $db->sql_fetchrow( $db->sql_query( 'SELECT * FROM ' . $prefix . '_finance_bill ORDER BY billid DESC LIMIT 1' ) );
  195.  
  196. if ($lastbillidstats[billid]) {
  197. $billidlength = strlen( $financeopstats[billid] );
  198. $lastbill = substr( $lastbillidstats[billid], $billidlength );
  199. $lastbill = $lastbill + 1;
  200. $lastbill = '' . $financeopstats[billid] . '' . $lastbill . '';
  201. } else {
  202. $lastbillyear = substr( $year, 2 );
  203. $lastbill = '' . $financeopstats[billid] . '1' . $lastbillyear . '00001';
  204. }
  205.  
  206. $result3 = $db->sql_query( 'SHOW TABLE STATUS LIKE "' . $prefix . '_finance_bill"' );
  207. $row3 = $db->sql_fetchrow( $result3 );
  208. $lastid = $row3[Auto_increment];
  209. $sql2 = 'SELECT * FROM ' . $prefix . ( '' . '_members_product WHERE memberid=\'' . $row['id'] . '\' ORDER BY id ASC' );
  210. $result2 = $db->sql_query( $sql2 );
  211.  
  212. if ($row2 = $db->sql_fetchrow( $result2 )) {
  213. if ($daily == 'yes') {
  214. $all = strftime( '%d', time( ) );
  215. }
  216.  
  217.  
  218. if (0 < $row2[nextbill]) {
  219. $newnextbill = $row2[nextbill];
  220. } else {
  221. $newnextbill = $row2[orderdate];
  222. }
  223.  
  224. $chancelchk = strtotime( '' . '+' . $row2['cycle'] . ' month', $newnextbill );
  225. $chancelchk = strtotime( '-3 days', $chancelchk );
  226. $chkday = strftime( '%d', $row2[orderdate] );
  227. $billrunday = 1742;
  228.  
  229. if (0 < $financeopstats[billdays]) {
  230. $billrunday = $financeopstats[billdays];
  231. }
  232.  
  233.  
  234. if (0 < $row2[billdays]) {
  235. $billrunday = $row2[billdays];
  236. }
  237.  
  238.  
  239. if (( ( ( ( ( ( $all == 1 && $chkday < 10 ) || ( ( $all == 10 && 9 < $chkday ) && $chkday < 20 ) ) || ( ( $all == 20 && 19 < $chkday ) && $chkday <= 31 ) ) || $all == 99 ) || ( $daily == 'yes' && $all == $chkday ) ) && ( $row2[chanceldate] == 0 || $chancelchk < $row2[chanceldate] ) )) {
  240. $billdate = time( );
  241. $billmonth = strftime( '%m', $billdate );
  242. $billmonthtwo = strftime( '%m', $billdate );
  243. $billyear = strftime( '%Y', $billdate );
  244. $billdaynext = strftime( '%d', $billdate );
  245.  
  246. if (0 < $billrunday) {
  247. $rownextbill = strtotime( '' . '-' . $billrunday . ' days', $newnextbill );
  248. } else {
  249. $rownextbill = $newnextbill;
  250. }
  251.  
  252. $cacheoneday = strftime( '%d', $newnextbill );
  253. $cacheonemonth = strftime( '%m', $newnextbill );
  254. $cacheoneyear = strftime( '%Y', $newnextbill );
  255.  
  256. if (0 < $billrunday) {
  257. $cachetwomonth = strftime( '%m', $rownextbill );
  258. $cachetwoyear = strftime( '%Y', $rownextbill );
  259.  
  260. if ($billyear == $cacheoneyear) {
  261. if (( $billmonth < $cacheonemonth && $cachetwomonth == $billmonth )) {
  262. $billmonth = $billmonth + 1;
  263. }
  264. }
  265.  
  266.  
  267. if (( $billyear < $cacheoneyear && $billyear == $cachetwoyear )) {
  268. if (( $cacheonemonth < $billmonth && $cachetwomonth == $billmonth )) {
  269. $billmonth = 1743;
  270. $billyear = $billyear + 1;
  271. }
  272. }
  273. }
  274.  
  275. $billdayold = strftime( '%d', $row2[orderdate] );
  276. $billdatecache = '' . $billyear . '-' . $billmonth . '-' . $billdayold;
  277. $billdatecache = strtotime( $billdatecache );
  278. $billdateold = $billdatecache;
  279. $billdaycache = strftime( '%d', $billdatecache );
  280. $memdatemonth = strftime( '%m', $rownextbill );
  281. $memdateyear = strftime( '%Y', $rownextbill );
  282. $memdateday = strftime( '%d', $rownextbill );
  283. $orderdatemonth = strftime( '%m', $row2[orderdate] );
  284. $orderdateyear = strftime( '%Y', $row2[orderdate] );
  285.  
  286. if (( 27 < $billdayold && $billdaycache < 4 )) {
  287. $billdatecache = strtotime( '-1 day', $billdatecache );
  288. $billdaycache = strftime( '%d', $billdatecache );
  289. }
  290.  
  291.  
  292. if (( 27 < $billdayold && $billdaycache < 3 )) {
  293. $billdatecache = strtotime( '-1 day', $billdatecache );
  294. $billdaycache = strftime( '%d', $billdatecache );
  295. }
  296.  
  297.  
  298. if (( 27 < $billdayold && $billdaycache < 2 )) {
  299. $billdatecache = strtotime( '-1 day', $billdatecache );
  300. $billdaycache = strftime( '%d', $billdatecache );
  301. }
  302.  
  303. $billday = $billdaycache;
  304. $billdatemonth = strftime( '%m', $billdatecache );
  305. $billdateyear = strftime( '%Y', $billdatecache );
  306.  
  307. if ($billdatemonth == 1) {
  308. $textmonth = '' . _JANUARY . '';
  309. }
  310.  
  311.  
  312. if ($billdatemonth == 2) {
  313. $textmonth = '' . _FEBRUARY . '';
  314. }
  315.  
  316.  
  317. if ($billdatemonth == 3) {
  318. $textmonth = '' . _MARCH . '';
  319. }
  320.  
  321.  
  322. if ($billdatemonth == 4) {
  323. $textmonth = '' . _APRIL . '';
  324. }
  325.  
  326.  
  327. if ($billdatemonth == 5) {
  328. $textmonth = '' . _MAY . '';
  329. }
  330.  
  331.  
  332. if ($billdatemonth == 6) {
  333. $textmonth = '' . _JUNE . '';
  334. }
  335.  
  336.  
  337. if ($billdatemonth == 7) {
  338. $textmonth = '' . _JULY . '';
  339. }
  340.  
  341.  
  342. if ($billdatemonth == 8) {
  343. $textmonth = '' . _AUGUST . '';
  344. }
  345.  
  346.  
  347. if ($billdatemonth == 9) {
  348. $textmonth = '' . _SEPTEMBER . '';
  349. }
  350.  
  351.  
  352. if ($billdatemonth == 10) {
  353. $textmonth = '' . _OCTOBER . '';
  354. }
  355.  
  356.  
  357. if ($billdatemonth == 11) {
  358. $textmonth = '' . _NOVEMBER . '';
  359. }
  360.  
  361.  
  362. if ($billdatemonth == 12) {
  363. $textmonth = '' . _DECEMBER . '';
  364. }
  365.  
  366.  
  367. if ($memdateyear < $billdateyear) {
  368. $createbill = 1743;
  369. } else {
  370. if ($billdateyear == $memdateyear) {
  371. if ($memdatemonth < $billdatemonth) {
  372. $createbill = 1743;
  373. } else {
  374. if (( $billdatemonth == $memdatemonth && $memdateday <= $billdaynext )) {
  375. $createbill = 1743;
  376. } else {
  377. if (( $billdatemonth == $memdatemonth && $billdaynext < $memdateday )) {
  378. if ($all == 99) {
  379. $createbill = 1743;
  380. } else {
  381. $createbill = 1742;
  382. }
  383. } else {
  384. $createbill = 1742;
  385. }
  386. }
  387. }
  388. } else {
  389. if ($billdateyear < $memdateyear) {
  390. $createbill = 1742;
  391. }
  392. }
  393. }
  394.  
  395.  
  396. if (( 0 < $billrunday && $createbill != 0 )) {
  397. if ($memdateyear < $cacheoneyear) {
  398. if ($billmonthtwo == $memdatemonth) {
  399. if ($memdateday <= $billdaynext) {
  400. $createbill = 1743;
  401. } else {
  402. $createbill = 1742;
  403. }
  404. }
  405.  
  406.  
  407. if ($memdatemonth < $billmonthtwo) {
  408. $createbill = 1743;
  409. }
  410. } else {
  411. if ($memdatemonth < $cacheonemonth) {
  412. if ($billmonthtwo == $memdatemonth) {
  413. if ($memdateday <= $billdaynext) {
  414. $createbill = 1743;
  415. } else {
  416. $createbill = 1742;
  417. }
  418. }
  419.  
  420.  
  421. if ($memdatemonth < $billmonthtwo) {
  422. $createbill = 1743;
  423. }
  424. }
  425. }
  426. }
  427.  
  428.  
  429. if ($createbill == 1) {
  430. $nextbill = strtotime( '' . '+' . $row2['cycle'] . ' month', $billdateold );
  431. $billnextcache = strtotime( '-1 day', $nextbill );
  432. $billnext = strftime( '%d', $billnextcache );
  433.  
  434. if (( 27 < $billdayold && $billnext < 4 )) {
  435. $billnextcache = strtotime( '-1 day', $billnextcache );
  436. $billnext = strftime( '%d', $billnextcache );
  437. }
  438.  
  439.  
  440. if (( 27 < $billdayold && $billnext < 3 )) {
  441. $billnextcache = strtotime( '-1 day', $billnextcache );
  442. $billnext = strftime( '%d', $billnextcache );
  443. }
  444.  
  445.  
  446. if (( 27 < $billdayold && $billnext < 2 )) {
  447. $billnextcache = strtotime( '-1 day', $billnextcache );
  448. $billnext = strftime( '%d', $billnextcache );
  449. }
  450.  
  451.  
  452. if ($billdayold == $billnext) {
  453. $billnextcache = strtotime( '-1 day', $billnextcache );
  454. $billnext = strftime( '%d', $billnextcache );
  455. }
  456.  
  457. $nextbillmonth = strftime( '%m', $billnextcache );
  458. $nextbillyear = strftime( '%Y', $billnextcache );
  459.  
  460. if (( ( ( $nextbillmonth == 2 && ( $billnext == 28 || $billnext == 29 ) ) && 27 < $billdayold ) || ( ( ( ( ( $nextbillmonth == 4 || $nextbillmonth == 6 ) || $nextbillmonth == 9 ) || $nextbillmonth == 11 ) && $billnext == 30 ) && 27 < $billdayold ) )) {
  461. $billnextcache = strtotime( '-1 day', $billnextcache );
  462. $billnext = strftime( '%d', $billnextcache );
  463. }
  464.  
  465. $datefrom = '' . $billdateyear . '-' . $billdatemonth . '-' . $billday;
  466. $datefrom = strtotime( $datefrom );
  467. $datefrom = strftime( '' . $chkconvertdate, $datefrom );
  468. $dateto = '' . $nextbillyear . '-' . $nextbillmonth . '-' . $billnext;
  469. $dateto = strtotime( $dateto );
  470. $dateto = strftime( '' . $chkconvertdate, $dateto );
  471. $orderdatetwo = '' . $datefrom . ' - ' . $dateto;
  472. $productstats = $db->sql_fetchrow( $db->sql_query( 'SELECT * FROM ' . $prefix . ( '' . '_finance_products WHERE id=\'' . $row2['productid'] . '\'' ) ) );
  473.  
  474. if ($row2[text] != '') {
  475. $prodtext = '' . $row2['text'];
  476. } else {
  477. $prodtext = '' . $productstats['text'];
  478. }
  479.  
  480.  
  481. if ($financeopstats[billmonth] == 0) {
  482. $billtext = '' . $orderdatetwo . '
  483. ' . $prodtext;
  484. } else {
  485. $billtext = '' . $textmonth . '
  486. ' . $prodtext;
  487. }
  488.  
  489. $price = str_replace( ',', '.', $row2[price] );
  490. $price = $price * $row2[cycle];
  491. $membilldate = $billnextcache;
  492. $taxkeystats = $db->sql_fetchrow( $db->sql_query( 'SELECT * FROM ' . $prefix . ( '' . '_finance_taxkeys WHERE id=\'' . $productstats['tax'] . '\'' ) ) );
  493. $result3 = $db->sql_query( 'INSERT INTO ' . $prefix . ( '' . '_finance_billproducts (id, billid, prodid, text, price, tax, accountid, taxid) VALUES
  494. (NULL, \'' . $lastid . '\', \'' . $row2['id'] . '\', \'' . $billtext . '\', \'' . $price . '\', \'' . $taxkeystats['tax'] . '\', \'' . $productstats['accountid'] . '\', \'' . $productstats['tax'] . '\')' ) );
  495.  
  496. if ($result3) {
  497. $result3 = $db->sql_query( 'UPDATE ' . $prefix . ( '' . '_members_product SET nextbill=\'' . $billnextcache . '\', oldbill=\'' . $newnextbill . '\' WHERE id=\'' . $row2['id'] . '\'' ) );
  498. $prodchk = 1744;
  499. }
  500. }
  501. }
  502.  
  503.  
  504. if ($prodchk == 0) {
  505. $prodchk = 1743;
  506. }
  507. }
  508.  
  509.  
  510. if ($prodchk != 1) {
  511. $logtitle = 'LOGNEW';
  512. $logtext = '' . $row['member'] . '
  513. -----------------------------------------------------------
  514. ' . $lastbill;
  515. $wrow = $db->sql_numrows( $db->sql_query( 'SELECT * FROM ' . $prefix . ( '' . '_finance_billproducts WHERE billid=\'' . $lastid . '\'' ) ) );
  516.  
  517. if (0 < $wrow) {
  518. $result3 = $db->sql_query( 'INSERT INTO ' . $prefix . ( '' . '_finance_bill (id, billid, day, month, year, member, address) VALUES
  519. (NULL, \'' . $lastbill . '\', \'' . $day . '\', \'' . $month . '\', \'' . $year . '\', \'' . $row['member'] . '\', \'' . $memaddy . '\')' ) );
  520.  
  521. if (!$result3) {
  522. $result4 = $db->sql_query( 'INSERT INTO ' . $prefix . ( '' . '_admin_logs (id, admin, module, title, text, day, month, year, date, status) VALUES (NULL, \'' . $admin['1'] . '\', \'FBILL\', \'' . $logtitle . '\', \'' . $logtext . '\', \'' . $logday . '\', \'' . $logmonth . '\', \'' . $logyear . '\', \'' . $logtime . '\', \'1\')' ) );
  523. }
  524.  
  525. $result4 = $db->sql_query( 'INSERT INTO ' . $prefix . ( '' . '_admin_logs (id, admin, module, title, text, day, month, year, date, status) VALUES (NULL, \'' . $admin['1'] . '\', \'FBILL\', \'' . $logtitle . '\', \'' . $logtext . '\', \'' . $logday . '\', \'' . $logmonth . '\', \'' . $logyear . '\', \'' . $logtime . '\', \'2\')' ) );
  526. }
  527. }
  528. }
  529. }
  530. }
  531. }
  532.  
  533. }
  534. ......................................................
  535. ................................
  536. ....................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement