Example #1
0
Developer Site: http://yunus.sourceforge.net
Demo Site:		http://yunus.sourceforge.net/eogr
Source Track:	http://eogr.googlecode.com 
Support:		http://www.ohloh.net/p/eogr

This project is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or any later version. See the GNU
Lesser General Public License for more details.
*/
@session_start();
$adi = @temizle(substr($_SESSION["usern"], 0, 15));
$seceneklerimiz = explode("-", ayarGetir("ayar5char"));
$kullaniciSecen = explode("-", ayarGetir3($adi));
if ($seceneklerimiz[0] == "1" and $kullaniciSecen[0] == "1") {
    ?>

<a href="rss.php" class="rss-tag-icon" title="RSS"></a>
<?php 
}
?>
<div class="Footer-text" style="font-size:smaller;">
  <form method="get" action="" name="themeSelect">
    <?php 
$currentFile = $_SERVER["PHP_SELF"];
$parts = Explode('/', $currentFile);
$currentFile = $parts[count($parts) - 1];
?>
    <script type="text/javascript">
Example #2
0
function kullaniciTema($kadi = "")
{
    global $_defaultTheme;
    $result = $_defaultTheme;
    if (empty($kadi)) {
        return $result;
    }
    //kullanýcý girmemiþse varsayýlan tema olur
    $secenekler = explode("-", ayarGetir3($kadi));
    if ($secenekler[15] != "") {
        return numToTheme($secenekler[15]);
        //16.deðer kayýtlý tema sayýsý
    } else {
        return $result;
    }
}
Example #3
0
        <div class="logo">
          <h1 id="name-text" class="logo-name"><a href="index.php"><?php 
    echo ayarGetir("okulGenelAdi");
    ?>
</a></h1>
          <div id="slogan-text" class="logo-text"> <?php 
    echo $metin[286];
    ?>
 </div>
        </div>
      </div>
      <div class="nav">
        <?php 
    $seceneklerimiz = explode("-", ayarGetir("ayar5char"));
    if (isset($_SESSION["usern"])) {
        $kullaniciSecen = explode("-", ayarGetir3(RemoveXSS($_SESSION["usern"])));
    }
    require "menu.php";
    ?>
        <div style="position:relative ; padding:2px;margin:5px;background-color:transparent;font-size:11px;clear:left;left:auto;height:20px">
          <?php 
    echo " {$metin['556']} : ";
    if (isset($_GET["konu"])) {
        if (isKonu($_GET["konu"])) {
            ?>
          <label onclick="location.href='lessons.php';window.open('lessons.php?konu=<?php 
            echo RemoveXSS($_GET["konu"]);
            ?>
&amp;mode=1');return false;" class="external">
            <?php 
            echo $metin[553];
Example #4
0
                    <div class="PostContent"><a name="ozel" id="ozel"></a>
                      <form name="form5"  action="userSettings.php" method="post">
                        <table width="90%" border="0" cellspacing="0" cellpadding="3">
                          <tr>
                            <th colspan="2"><?php 
echo $metin[113];
?>
</th>
                          </tr>
                          <tr>
                            <td width="400" align="right"><?php 
echo $metin[216];
?>
 :</td>
                            <?php 
$secenekler = explode("-", ayarGetir3($adi));
?>
                            <td><label>
                                <input type="checkbox" name="ayarlar1" 
            id="ayarlar1" value="1" <?php 
if ($secenekler[0] == "1") {
    echo " checked='checked'";
} else {
    echo "";
}
?>
 />
                                <?php 
echo $metin[535];
?>
</label>