Skip to content

Commit

Permalink
Initial 3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
ZonD80 committed Nov 16, 2010
1 parent d75ebe5 commit 68ffb2b
Show file tree
Hide file tree
Showing 1,195 changed files with 209 additions and 43 deletions.
25 changes: 25 additions & 0 deletions Kinokpk.com_releaser_v.3.30/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Kinokpk.com relaser 3.30
------------------
Русский:

Установка:

Загрузите файлы из папки "upload" в корень вашего сайта
Перейдите на адрес http://yoursite.com/install и следуйте инструкциям установщика

Обновление с 3.00:

Загрузите файлы из папки "upload" в корень вашего сайта
Перейдите на адрес http://yoursite.com/update и следуйте инструкциям обновителя
------------------
English:

Installation:

Upload all contents from "upload" folder to the root of your site
Go to http://yoursite.com/install and follow instructions

Update from 3.00:

Upload all contents from "upload" folder to the root of your site
Go to http://yoursite.com/update and follow instructions
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function gen_cron_min($minval) {
if (!$REL_CRON['in_remotecheck'] && $REL_CRON['remotecheck_disabled']) $remotecheck_state .= '<font color="green">Ôóíêöèÿ îñòàíîâëåíà</font>';
if ($REL_CRON['in_remotecheck'] && !$REL_CRON['remotecheck_disabled']) $remotecheck_state .= '<font color="green">Ôóíêöèÿ ðàáîòàåò</font>';
if (!$REL_CRON['in_remotecheck'] && !$REL_CRON['remotecheck_disabled']) $remotecheck_state .= '<font color="green">Ôóíêöèÿ â ðåæèìå îæèäàíèÿ</font>';
if ($REL_CRON['cron_is_native']==0) $cron_warn = "<br/><font color=\"red\">You must edit /etc/crontab when changing this value. <a href=\"{$REL_SEO->make_link('cronadmin','a','gencrontab')}\">{$REL_LANG->_("Generate crontab entries")}</a>";
if ($REL_CRON['cron_is_native']==0) $cron_warn = "<br/><font color=\"red\">{$REL_LANG->_('You must edit /etc/crontab when changing this value.')} <a href=\"{$REL_SEO->make_link('cronadmin','a','gencrontab')}\">{$REL_LANG->_("Generate crontab entries")}</a>";
print('<tr><td align="center" colspan="2" class="colhead">'.$REL_LANG->_('Scheduled jobs activation method').'</td></tr>');
print ('<tr><td>'.$REL_LANG->_('Scheduled jobs activation method').':<br /><small>*'.$REL_LANG->_('You can use built-in functions or crontab. You must edit /etc/crontab corresponding your configuration.').'</small></td><td><select name="cron_is_native"><option value="1" '.($REL_CRON['cron_is_native']==1?"selected":"").'>'.$REL_LANG->_('Native').'</option><option value="0" '.($REL_CRON['cron_is_native']==0?"selected":"").'>'.$REL_LANG->_('crontab').'</option></select>'.($REL_CRON['cron_is_native']==0?" <a href=\"{$REL_SEO->make_link('cronadmin','a','gencrontab')}\">{$REL_LANG->_("Generate crontab entries")}</a>":"").'</td></tr>');
print('<tr><td align="center" colspan="2" class="colhead">Íàñòðîéêè ìóëüòèòðåêåðíîé ÷àñòè | »» <a href="'.$REL_SEO->make_link('retrackeradmin').'">Ê óïðàâëåíèþ ðåòðåêåðîì</a></td></tr>');
Expand Down
File renamed without changes.
Binary file added Kinokpk.com_releaser_v.3.30/upload/favicon.ico
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
$class = get_user_class_name($row['class']);
$sort = $row['sort'];

print("<tr><td><strong>$id</strong></td><td>$sort</td><td>$name</td><td>{$catseo[$id]}</td><td>".($image?'<img src="pic/cats/'.$image.'"/>':$REL_LANG->say_by_key('no'))."</td><td>".($cats[$parent]?$cats[$parent]:$REL_LANG->say_by_key('no'))."</td><td>$class</td><td><a href='forumadmin.php?editid=$id'><div align='center'><img src='pic/multipage.gif' border='0' class='special' /></a></div></td> <td><div align='center'><a onclick=\"return confirm('{$REL_LANG->say_by_key('confirmation_delete')}');\" href='forumadmin.php?delid=$id'><img src='pic/warned2.gif' border='0' class='special' align='center' /></a></div></td></tr>");
print("<tr><td><strong>$id</strong></td><td>$sort</td><td>$name</td><td>{$catseo}</td><td>".($image?'<img src="pic/cats/'.$image.'"/>':$REL_LANG->say_by_key('no'))."</td><td>".($cats[$parent]?$cats[$parent]:$REL_LANG->say_by_key('no'))."</td><td>$class</td><td><a href='forumadmin.php?editid=$id'><div align='center'><img src='pic/multipage.gif' border='0' class='special' /></a></div></td> <td><div align='center'><a onclick=\"return confirm('{$REL_LANG->say_by_key('confirmation_delete')}');\" href='forumadmin.php?delid=$id'><img src='pic/warned2.gif' border='0' class='special' align='center' /></a></div></td></tr>");
}
print("</table>");
$REL_TPL->stdfoot();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2434,7 +2434,7 @@ function json_fix_cyr($var)
* Outputs beta warning. Default false.
* @var boolean
*/
define ("BETA", true);
define ("BETA", false);
/**
* Beta warning as it is
* @var string
Expand All @@ -2444,5 +2444,5 @@ function json_fix_cyr($var)
* Kinokpk.com releaser's version
* @var string
*/
define("RELVERSION","3.30 beta");
define("RELVERSION","3.30");
?>
Loading

0 comments on commit 68ffb2b

Please sign in to comment.