Jump to content

Scheglina

Members
  • Posts

    2
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Scheglina

Profile Information

  • Gender
    Male
  • Country
    Ukraine

Scheglina's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. I wrote that i need help in code, not humor of 85 lvl.
  2. Hello, I need some help in PHP. Currently server status(ON/OFF, online) is showed by a list(1st server stat. and 2nd is lower), but I want to make it in a row. Manipulations in HTML/CSS files gave nothing. I think my problem is localized somewhere in last 15 strings. Thanks for your attention! } $tpl->LoadView( "server" ); $tpl->Block( 'main' ); $tpl->Block( 'item', false ); if ( isset($LS[0]) ) $tpl->Set( "login", $LS[0] ); $tpl->Set( 'item', $tpl->GetResult("server_item", true) ); if ( count($gsList) > 1 ) { $tpl->Block( 'total' ); $tpl->Set( "total", $Total ); } else $tpl->Block( 'total', false ); $tpl->Build( "server" ); if ( $l2cfg["cache"]["enable"] and $l2cfg['cache']['sList'] ) { $controller->SetCache( "mod_server", $tpl->GetResult("server"), $l2cfg['cache']['sList'] ); } } }
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock