예제 #1
0
<?php

$modif_by = 'swix';
require_once "./includes/config.inc.php";
require_once $import['header'];
?>
    <div class="container">
<?php 
echo renderBoxHeader(760, 'FEEDBACK', '', '');
?>
<!-- left boxes -->
        <div style="padding-left: 15px; width: 320px; float: left;">
            <h1>Forum / IRC</h1>
            <ul class="list">
               <li><b><a href="http://sourceforge.net/forum/forum.php?forum_id=72909">Help Forum</a></b></li>
               <!--   <li><a href="http://sourceforge.net/forum/forum.php?forum_id=72908">Open Discussion Forum</a></li> -->
               <li><a href="http://sourceforge.net/forum/forum.php?forum_id=296543">Forum d'aide (en français)</a></li>
               <li><a href="http://sourceforge.net/forum/forum.php?forum_id=297172">Anwenderforum (auf Deutsch)</a></li>
               <li><a href="http://sourceforge.net/mail/?group_id=<?php 
echo $sf_group_id;
?>
">Mailing Lists (news/users/devel/translators)</a></li>
               <li>IRC: #phpmyadmin on <a href="http://freenode.net/"><b>irc.freenode.net</b></a></li>
            </ul>
        </div>
<!--/ left boxes -->
<!-- right boxes -->
        <div style="padding-right: 15px; width: 320px; float: right;">
            <h1>Trackers:</h1>
            <ul class="list">
                <li><a href="http://sourceforge.net/tracker/?atid=377408&amp;group_id=<?php 
예제 #2
0
echo $pmaBooks;
echo renderBoxFooter(250, 'docs.php?books', '_self', '... more', '... about the PMA-Books', TRUE);
// donations
echo renderBoxHeader(250, 'DONATIONS', 'http://sourceforge.net/donate/index.php?group_id=23067', '_blank');
?>
    We invite you to contribute money to our project. Donations will be used for the promotion of <b>phpMyAdmin</b>. - <b><i>Thanks!</i></b>
<?php 
echo renderBoxFooter(250, 'http://sourceforge.net/donate/index.php?group_id=23067', '_blank', 'make a donation', 'Thanks!', FALSE);
?>
        </div>
<!--/ left small boxes -->
<!-- right big boxes -->
        <div style="width: 500px; float: right;">
<?php 
// news (rss - feed)
echo renderBoxHeader(500, 'NEWS', '', '');
include $import['rssfeed'];
$pma_rss_newsfull = new pmaRSSFeed('newsfull');
?>
            <table align="center" width="489" border="0" cellpadding="0" cellspacing="0">
<?php 
$max = count($pmaRSSDatas) > 7 ? 7 : count($pmaRSSDatas);
for ($i = 0; $i < $max; $i++) {
    // title
    $title = $pmaRSSDatas[$i]['title'];
    $title = stristr($title, 'release') ? '<span style="color: #cc0000;">' . $title . '</span>' : $title;
    // pupdate
    $pubdate = strtotime($pmaRSSDatas[$i]['date']);
    $pubdate = date('Y-m-d H:i', $pubdate);
    // author
    $author = substr($pmaRSSDatas[$i]['author'], 0, strpos($pmaRSSDatas[$i]['author'], '@'));
예제 #3
0
<!-- right big boxes -->
        <div style="width: 500px; float: right;">
<?php 
if (isset($_GET['issue'])) {
    $filename = $security_files . str_replace(array('.', '/', '\\'), '_', $_GET['issue']);
    if (!is_readable($filename)) {
        unset($filename);
    }
}
if (isset($filename)) {
    echo renderBoxHeader(500, 'SECURITY ISSUE', '', '');
    echo '<h2 style="text-align: center;">phpMyAdmin security announcement <font style="color: #cc0000;">' . $_GET['issue'] . '</font></h2>';
    $handle = fopen($filename, "rb");
    $content = fread($handle, filesize($filename));
    fclose($handle);
    $content = preg_replace("/phpMyAdmin security announcement/", "", $content);
    $content = preg_replace("'<br />(\n)<hr[^>]*?>'si", "", $content);
    $content = preg_replace("'<hr[^>]*?>(\n)<br />'si", "", $content);
    $content = preg_replace("'<hr[^>]*?>'si", "", $content);
    echo $content;
} else {
    echo renderBoxHeader(500, 'SECURITY ISSUES', '', '');
    echo '<div style="padding: 10px;">' . 'We seriously take care about any security issues found in our code. <br />' . 'In left box you can check security issues we already dealt with. <br /><br />' . 'If you find any  security problem in our code, please contact the <a href="mailto:security@phpmyadmin.net">phpMyAdmin security team</a> (this is <strong>not a support list</strong>, use one of ways mentioned on <a href="feedback.php">feedback</a> page to get support).' . '</div>';
}
echo renderBoxFooter(500, '', '', '', '', FALSE);
?>
        </div>
<!--/ right big boxes -->
    </div>
<?php 
require_once $import['footer'];
예제 #4
0
파일: demos.php 프로젝트: pkdevbox/history
<?php

$modif_by = 'swix';
require_once "./includes/config.inc.php";
require_once $import['header'];
?>
    <div class="container">
<?php 
echo renderBoxHeader(760, 'DEMOS', '', '');
?>
<!-- left boxes -->
        <div style="padding-left: 15px; width: 320px; float: left;">
            <h1>Demos run by Michal Čihař</h1>
            <ul class="list">
                <li><b><a href="http://pma.cihar.com/">Demos overview</a></b></li>
                <li><b><a href="http://pma.cihar.com/trunk">Latest development version</a></b></li>
                <li><b><a href="http://pma.cihar.com/TESTING">Latest released testing version</a></b></li>
                <li><b><a href="http://pma.cihar.com/STABLE">Latest released stable version</a></b></li>
            </ul>
            <p>Note: You have full control over MySQL server here. Log in as root without password.</p>
        </div>
<!--/ left boxes -->
        <div style="clear: both;">&nbsp;</div>
<?php 
echo renderBoxFooter(760, '', '', '', '', FALSE);
?>
    </div>
<?php 
require_once $import['footer'];
예제 #5
0
파일: docs.php 프로젝트: pkdevbox/history
    ?>
            <ul class="list">
                <li><a href="http://www.ohloh.net/projects/3344">phpMyAdmin at ohloh (Open Source Directory)</a></li>
                <li><a href="http://www.phparch.com/webcasts/recordings/recording.php?ID=2">Webcast recording (2006-02-03)</a></li>
                <li><a href="http://php-myadmin.ru">php-myadmin.ru: Russian site dedicated to phpMyAdmin</a></li>
                <li><a href="http://phpmyadmin.cz">phpmyadmin.cz: Czech site dedicated to phpMyAdmin</a></li>
                <li><a href="http://dev.mysql.com/tech-resources/articles/mysql_intro.html">Getting Started with MySQL</a></li>
                <li><a href="http://www.garvinhicking.de/tops/texte/mimetutorial">Having fun with phpMyAdmin's MIME-transformations &amp; PDF-features</a></li>
                <li><a href="http://www.linuxsoft.cz/article_list.php?id_kategory=215">Seriál o phpMyAdminovi (Česky)</a></li>
                <li><a href="http://www.devshed.com/c/a/PHP/Doing-More-With-phpMyAdmin-Part-1/">Doing More With phpMyAdmin: part 1</a>,
                    <a href="http://www.devshed.com/c/a/PHP/Doing-More-With-phpMyAdmin-Part-2/">part 2</a></li>
                <li><a href="http://www.php-editors.com/articles/sql_phpmyadmin.php">Learning SQL Using phpMyAdmin</a></li>
            </ul>
<?php 
    echo renderBoxFooter(500, '', '', '', '', TRUE);
    echo renderBoxHeader(500, 'OLDER STUFF', '', '');
    ?>
            <ul class="list">
                <li><a href="http://www.phpmyadmin.net/old-stuff/">Old ChangeLogs and release announcements</a></li>
            </ul>
<?php 
    echo renderBoxFooter(500, '', '', '', '', FALSE);
    ?>
        </div>
<!--/ right big boxes -->
    </div>
<?php 
} else {
    if (isset($_GET['books'])) {
        require_once "./books.php";
    }
예제 #6
0
파일: books.php 프로젝트: pkdevbox/history
<?php

$modif_by = 'lem9';
$we_must_import = FALSE;
if (!isset($modif_date)) {
    $we_must_import = TRUE;
}
if ($we_must_import == TRUE) {
    require_once "./includes/config.inc.php";
    require_once $import['header'];
}
?>
    <div class="container">
<?php 
echo renderBoxHeader(760, 'BOOKS', '', '');
?>
<!-- left boxes -->
        <div style="width: 360px; float: left;">
            <h1>Mastering phpMyAdmin 2.11<br />for Effective MySQL Management<font style="color: #cc0000"> - updated</font></h1>
            <table border="0" cellpadding="5" cellspacing="0">
                <tr>
                    <td valign="top">
                        <a href="http://www.packtpub.com/phpmyadmin-3rd-edition/book"><img src="images/books/pma_en_100x123.png" alt="Book cover" width="100" height="123" class="imgborder" /></a>
                    </td>
                    <td valign="top" class="content">
                        I am pleased to announce an update of my book. It is now up to date with phpMyAdmin 2.11.
                <br /><br />
                A percentage of the book's sales is <b><a href="http://www.packtpub.com/article/open_source_receives_royalties_boost">donated</a></b> to help phpMyAdmin.
                    </td>
                </tr>
            </table>
예제 #7
0
파일: stats.php 프로젝트: pkdevbox/history
echo 'We currently have 55 translations.';
echo renderBoxFooter(250, 'http://cihar.com/phpMyAdmin/translations', '_blank', 'more detailed', '... translations statistics', TRUE);
?>
        </div>
<!--/ left small boxes -->
<!-- right big boxes -->
        <div style="width: 250px; float: right;">
<?php 
/*
    echo renderBoxHeader(500, 'TRACKER STATISTICS', '', '');
    echo $rss_summary['tracker'];
    echo renderBoxFooter(500, '', '', '', '', TRUE);
*/
// DETAILED DOWNLOAD STATS
//echo '<a name="dlstats"></a>' . renderBoxHeader(500, 'DETAILED DOWNLOAD STATISTICS', '', '');
echo '<a name="dlstats"></a>' . renderBoxHeader(250, 'DOWNLOAD STATISTICS', '', '');
//echo '<div style="width: 240px; float: left;">Statistics about the latest versions.<br />For the full statistics visit <span class="gotopage"><b><a href="http://sourceforge.net/project/stats/?group_id=' . $sf_group_id . '&amp;ugn=phpmyadmin">sourceforge.net</a></b></span></div>';
echo '<div style="width: 240px; float: left;">For the full statistics visit <span class="gotopage"><b><a href="http://sourceforge.net/project/stats/?group_id=' . $sf_group_id . '&amp;ugn=phpmyadmin">sourceforge.net</a></b></span></div>';
/*
    echo '<div style="width: 220px; float: right;"><table width="100%" align="center" border="0" cellpadding="2" cellspacing="1">' . "\n";

    // new stuff: header
    echo '        <tr>' . "\n"
       . '            <th class="content" style="background-image: url(./images/th_beg.gif); background-position: left; background-repeat: no-repeat;">Version</th>' . "\n"
       . '            <th class="content" style="background-image: url(./images/th_end.gif); background-position: right; background-repeat: no-repeat;">Downloads</th>' . "\n"
       . '        </tr>' . "\n";

    $tr = -1;
    for ($i = 0; $i < count($rss_downloads); $i++) {
        for ($j = 0; $j < count($release); $j++) { // check release
            if ($rss_downloads[$i]['release'] == $release[$j]['version']) { // check version
예제 #8
0
    if ($release[$i]['active'] == 'yes') {
        $tr_count++;
        if ($tr_count > 1) {
            echo '    <tr><td colspan="2"><hr noshade="noshade" size="1" class="yellow" /></td></tr>' . "\n";
        }
        echo '    <tr>' . '<td class="content" valign="top" align="left"><b>phpMyAdmin <span class="version">' . $release[$i]['version'] . '</span></b></td>' . '<td class="content">' . "\n" . '<span class="gotopage"><b><a href="downloads.php?relnotes=' . $i . '">release notes</a></b></span><br />' . "\n" . '<span class="gotopage"><b><a href="downloads.php#' . $release[$i]['version'] . '">downloads</a></b></span>' . "\n" . '</td></tr>' . "\n";
    }
    // end if
}
echo '</table>' . "\n";
echo renderBoxFooter(250, '', '', '', '', FALSE);
?>
        </div>
        <div style="width: 500px; float: right;">
<?php 
echo renderBoxHeader(500, 'RELEASE NOTES', '', '');
echo '<h1 style="text-align: center;">Information about version <font style="color: #cc0000">' . $release[$rel]['version'] . '</font></h1>' . "\n";
echo '<hr noshade="noshade" size="1" class="yellow" />' . "\n";
echo '<div style="padding: 5px;">';
$content = $release[$rel]['notes'];
$content = preg_replace("/<a href=\"http:\\/\\/(www\\.)phpmyadmin.net\\/home_page\\/([\\w\\s\\=\\?\\.\\&\\#\\/\\:\\;\\,\\_\\-\\@\\*\\!\\%\$\\'\"]+)/", "<a href=\"\\2", $content);
$content = preg_replace("/\\-\\s\\(([^\\)]*?)\\)/", "- <b>(<span style=\"color: #cc0000;\">\\1</span>)&nbsp;</b>", $content);
echo $content;
echo '</div>';
echo renderBoxFooter(500, '', '', '', '', FALSE);
?>
        </div>
        <div style="clear: both;"></div>
    </div>
<?php 
if ($we_must_import == TRUE) {
예제 #9
0
파일: awards.php 프로젝트: pkdevbox/history
            <a href="http://www.php-mag.de/itr/service/show.php3?id=109&amp;nodeid=64"><img src="./images/awards/2003-phpmag-ger.gif" width="124" height="164" border="0" alt="PHP Magazin Reader's Choice Award 2003" /></a>
        </div>
        <div style="width: 450px; float: right;">
            <p>phpMyAdmin was awarded the Reader's Choice Award 2003 in the category</p>
            <h1>Best PHP-Tool / Best PHP-Application</h1>
            <p>by the readers of the <a href="http://www.php-mag.de/itr/service/show.php3?id=109&amp;nodeid=64">German PHP Magazin</a>
            as well as those of the International PHP Magazine.<br />
            You can see a <span class="gotopage"><b><a href="awards.php?picture=0">photo</a></b></span> from the Awards ceremony at the 2003 PHP International Conference.</p>
        </div>
        <div style="clear: both;"><hr noshade="noshade" size="1" class="yellow" /></div>
        <div style="width: 290px; float: left;">
            <a href="http://sourceforge.net/potm/potm-2002-12.php"><img src="./images/awards/2002-12-sfnet-potm.png" width="288" height="109" border="0" alt="Project of the month logo" /></a>
        </div>
        <div style="width: 450px; float: right;">
            <p>phpMyAdmin was awarded <a href="http://sourceforge.net">Sourceforge.net</a>'s</p>
            <h1><a href="http://sourceforge.net/potm/potm-2002-12.php">Project of the month</a></h1>
            <p>in December 2002. Have a look at that <span class="gotopage"><b><a href="http://sourceforge.net/potm/potm-2002-12.php">article</a></b></span>, if you want to learn about the early years of phpMyAdmin.</p>
        </div>
        <div style="clear: both;"></div>
<?php 
    echo renderBoxFooter(760, '', '', '', '', FALSE);
} else {
    $img_size = getimagesize($pmaAwardsDetail[$_GET['picture']]['image']);
    echo renderBoxHeader(760, 'PROJECT AWARDS / ' . $pmaAwardsDetail[$_GET['picture']]['title'], '', '');
    echo '<div align="center">' . '<img src="' . $pmaAwardsDetail[$_GET['picture']]['image'] . '" width="' . $img_size[0] . '" height="' . $img_size[1] . '" border="0" vspace="5" alt="' . $pmaAwardsDetail[$_GET['picture']]['title'] . '" />' . '<br />' . $pmaAwardsDetail[$_GET['picture']]['content'] . '</div>';
    echo renderBoxFooter(760, basename($_SERVER['PHP_SELF']), '_self', 'back', '... to the previous page', FALSE);
}
?>
    </div>
<?php 
require_once $import['footer'];
예제 #10
0
파일: gophp5.php 프로젝트: pkdevbox/history
<?php

$modif_by = 'lem9';
require_once "./includes/config.inc.php";
require_once $import['header'];
?>
    <div class="container">
<!-- left small boxes -->
        <div style="width: 650px; float: left;">
<?php 
echo renderBoxHeader(650, 'GoPHP5', 'http://gophp5.org', '_blank');
echo 'The phpMyAdmin project is a member of the GoPHP5 initiative. Starting February 5, 2008, we will accept PHP 5.2 features into our codebase and our new feature releases will no longer provide support for older PHP versions.';
echo '<a href="http://gophp5.org"><img src="images/goPHP5_100x33.png" border="0" alt="goPHP5 logo" /></a>';
echo renderBoxFooter(650, 'http://gophp5.org', '_blank', '... more', '... about GoPHP5', TRUE);
?>
        </div>
<?php 
require_once $import['footer'];
예제 #11
0
                    }
                }
            }
        }
        // end if
    }
    echo '</table>' . "\n";
    echo renderBoxFooter(500, '', '', '', '', FALSE);
    ?>
        </div>
<!--/ right big boxes -->
    </div>
    <div style="clear: both; text-align: center;"><img src="./images/1x1blind.gif" width="1" height="10" border="0" alt="" /></div>
    <div class="container">
<?php 
    echo renderBoxHeader(760, 'Subversion', '', '');
    ?>
    <a name="fetchsvn"></a>You have several ways of accessing the Subversion repository, which is the latest version on which developers are working.
    <ul>
        <li><b><a href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/">Web-based Subversion repository viewer</a></b></li>
        <li><b><a href="http://www.phpmyadmin.net/snapshot">Subversion snapshot</a></b> (currently moved to another server)</li>
        <li><b>Fetch your own copy:</b>
            <ul>
                <li>
                    Latest <strong><em>development</em></strong> version:<br />
                    <code>svn checkout https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin phpMyAdmin-dev</code><br />
                </li>
                <li>
                    Latest <strong><em>stable</em></strong> version:<br />
                    <code>svn checkout https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/tags/STABLE/phpMyAdmin phpMyAdmin-stable</code><br />
                </li>
예제 #12
0
파일: themes.php 프로젝트: pkdevbox/history
if ($pos > 0) {
    $bwd = $pos - $pmax;
    if ($bwd < 0) {
        $bwd = 0;
    }
} else {
    $bwd = $pos + ($pages - 1) * $pmax;
}
$cpos = @($pos / $pmax) + 1;
$page_counter = $pages > 1 ? TRUE : FALSE;
if ($pos < count($datas) - $pmax) {
    $fwd = $pos + $pmax;
} else {
    $fwd = 0;
}
echo renderBoxHeader(500, 'THEMES - DOWNLOAD', '', '');
?>
            <div align="center">
            <table border="0" cellpadding="1" cellspacing="0" align="center">
                <tr>
                    <form name="sort" method="post" action="<?php 
echo basename($_SERVER['PHP_SELF']) . ($_SERVER['QUERY_STRING'] != '' ? '?' . $_SERVER['QUERY_STRING'] : '');
?>
" style="padding: 0px; margin: 0px;">
                        <td style="font-family: Arial, Verdana, sans-serif; font-size: 10px;" nowrap="nowrap">Sort by</td>
                        <td>
                            <select name="sort" style="font-family: Arial, Verdana, sans-serif; font-size: 10px;" onchange="if(this.value=='date'){ document.forms['sort'].elements['order'].value='desc'; }else{ document.forms['sort'].elements['order'].value='asc'; }">
                                <option value="date"<?php 
echo $sort == 'date' ? ' selected="selected"' : '';
?>
>date</option>
예제 #13
0
파일: index.php 프로젝트: pkdevbox/history
<?php
    }
*/
?>
                <tr>
                    <td colspan="3" height="25" class="content" align="left"><b>Please visit our <span class="gotopage"><a href="http://sourceforge.net/news/?group_id=<?php 
echo $sf_group_id;
?>
">News-Archive</a></span>.</b></td>
                </tr>
            </table>
<?php 
//unset($max);
//unset($i);
echo renderBoxFooter(350, '', '', '', '', TRUE);
// donations
echo renderBoxHeader(350, 'DONATIONS', 'http://sourceforge.net/donate/index.php?group_id=23067', '_blank');
?>
    We invite you to contribute money to our project. Donations will be used for the promotion of <b>phpMyAdmin</b>. - <b><i>Thanks!</i></b>
<?php 
echo renderBoxFooter(350, 'http://sourceforge.net/donate/index.php?group_id=23067', '_blank', 'make a donation', 'Thanks!', TRUE);
// books
echo renderBoxHeader(350, 'BOOKS', 'docs.php?books', '_self');
echo $pmaBooks;
echo renderBoxFooter(350, 'docs.php?books', '_self', '... more', '... about the PMA-Books', TRUE);
?>
        </div>
<!--/ right big boxes -->
    </div>
<?php 
require_once $import['footer'];