Fixes for wrong tewmplate names, new network added:
[mailer.git] / inc / modules / admin / what-refbanner.php
index c3dd4ef69d889f8e8380596a29757b6ed91b42ac..92009735a150a9cb9b697c8b7902a7fc1dd544ad 100644 (file)
@@ -1,18 +1,24 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/19/2003 *
- * ===============                              Last change: 07/13/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 10/19/2003 *
+ * ===================                          Last change: 07/13/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-refbanner.php                               *
  * -------------------------------------------------------------------- *
- * Short description : Manage all referral banner                       *
+ * Short description : Manage all referal banner                        *
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Alle Banner fuer die Ref-Links verwalten         *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
- * Copyright (c) 2003 - 2008 by Roland Haeder                           *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  ************************************************************************/
 
 // Some security stuff...
-if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
-       require($INC);
+if ((!defined('__SECURITY')) || (!isAdmin())) {
+       die();
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", basename(__FILE__));
+addMenuDescription('admin', __FILE__);
 
-$SEL = 0;
-if ((empty($_POST['url'])) || (empty($_POST['alternate'])))
-{
-       unset($_POST['ok']);
-}
-if (!empty($_POST['sel'])) $SEL = SELECTION_COUNT($_POST['sel']);
+// Some sanity-check
+if ((!isPostRequestParameterSet('url')) || (!isPostRequestParameterSet('alternate'))) {
+       unsetPostRequestParameter('ok');
+} // END - if
 
-if (isset($_POST['ok']))
-{
+if (isFormSent()) {
        // Fix older calls from add-new-banner-form
-       if (empty($_GET['mode'])) $_GET['mode'] = "add";
-       $SQL = "";
-       switch ($_GET['mode'])
-       {
-       case "add":
-               // Check if banner is already added
-               $result = SQL_QUERY_ESC("SELECT id FROM "._MYSQL_PREFIX."_refbanner WHERE url='%s' LIMIT 1",
-                array($_POST['url']), __FILE__, __LINE__);
-               if (SQL_NUMROWS($result) == 0)
-               {
-                       // Add banner
-                       $result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_refbanner (url, alternate, visible)
+       if (!isGetRequestParameterSet('mode')) setGetRequestParameter('mode', 'add');
+       $sql = '';
+       switch (getRequestParameter('mode')) {
+               case 'add':
+                       // Check if banner is already added
+                       $result = SQL_QUERY_ESC("SELECT `id` FROM `{?_MYSQL_PREFIX?}_refbanner` WHERE `url`='%s' LIMIT 1",
+                               array(postRequestParameter('url')), __FILE__, __LINE__);
+
+                       // Was the banner found?
+                       if (SQL_HASZERONUMS($result)) {
+                               // Add banner
+                               SQL_QUERY_ESC("INSERT INTO `{?_MYSQL_PREFIX?}_refbanner` (`url`, `alternate`, `visible`)
 VALUES ('%s','%s','%s')",
- array($_POST['url'], $_POST['alternate'], $_POST['visible']), __FILE__, __LINE__);
-               }
-                else
-               {
+                                       array(
+                                               postRequestParameter('url'),
+                                               postRequestParameter('alternate'),
+                                               postRequestParameter('visible')
+                                       ), __FILE__, __LINE__);
+                       } // END - if
+
                        // Free memory
                        SQL_FREERESULT($result);
-               }
-               break;
-
-       case "edit": // Update banner
-               foreach ($_POST['sel'] as $id => $sel)
-               {
-                       // Secure ID
-                       $id = bigintval($id);
-
-                       // Update entry
-                       $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_refbanner SET url='%s', alternate='%s', visible='%s' WHERE id=%s LIMIT 1",
-                        array($_POST['url'][$id], $_POST['alternate'][$id], $_POST['visible'], $id), __FILE__, __LINE__);
-               }
-               break;
-       }
-       if (SQL_AFFECTEDROWS() == 1)
-       {
-               $content = "<SPAN class=\"admin_done\">".SETTINGS_SAVED."</SPAN>";
-       }
-        else
-       {
-               $content = "<SPAN class=\"admin_failed\">".SETTINGS_NOT_SAVED."</SPAN>";
+                       break;
+
+               case 'edit': // Update banner
+                       foreach (postRequestParameter('sel') as $id => $sel) {
+                               // Secure id
+                               $id = bigintval($id);
+
+                               // Update entry
+                               SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_refbanner` SET `url`='%s', `alternate`='%s', `visible`='%s' WHERE `id`=%s LIMIT 1",
+                                       array(
+                                               postRequestParameter('url', $id),
+                                               postRequestParameter('alternate', $id),
+                                               postRequestParameter('visible'),
+                                               $id
+                                       ), __FILE__, __LINE__);
+                       }
+                       break;
+       } // END - switch
+
+       // Check if we have saved (updated)
+       if (SQL_AFFECTEDROWS() == 1) {
+               // Updated!
+               $content = '{--SETTINGS_SAVED--}';
+       } else {
+               // Nothing has been updated
+               $content = '<span class="notice">{--SETTINGS_NOT_SAVED--}</span>';
        }
-       LOAD_TEMPLATE("admin_settings_saved", false, $content);
-}
- elseif (($SEL > 0) && (isset($_POST['edit'])))
-{
+
+       // Display message
+       loadTemplate('admin_settings_saved', false, $content);
+} elseif ((ifPostContainsSelections()) && (isFormSent('edit'))) {
        // Edit banner
-       $SW = ""; $OUT = "";
-       foreach ($_POST['sel'] as $id => $sel)
-       {
+       $OUT = '';
+       foreach (postRequestParameter('sel') as $id => $sel) {
                // Load data
-               $result = SQL_QUERY_ESC("SELECT url, alternate, visible FROM "._MYSQL_PREFIX."_refbanner WHERE id=%s LIMIT 1",
-                array(bigintval($id)), __FILE__, __LINE__);
-               list($url, $alt, $vis) = SQL_FETCHROW($result);
+               $result = SQL_QUERY_ESC("SELECT `id`, `url`, `alternate`, `visible` FROM `{?_MYSQL_PREFIX?}_refbanner` WHERE `id`=%s LIMIT 1",
+                       array(bigintval($id)), __FILE__, __LINE__);
+               $content = SQL_FETCHARRAY($result);
                SQL_FREERESULT($result);
 
                // Preapre data for the row
-               $content = array(
-                       'sw'  => $SW,
-                       'id'  => $id,
-                       'url' => $url,
-                       'alt' => $alt,
-                       'vis' => ADD_SELECTION("yn", $vis   , "visible"),
-               );
+               $content['visible'] = addSelectionBox('yn', $content['visible'], 'visible');
 
                // Load row template and switch color
-               $OUT .= LOAD_TEMPLATE("admin_refbanner_edit_row", true, $content);
-               $SW = 3 - $SW;
-       }
-       define('__BANNER_ROWS', $OUT);
+               $OUT .= loadTemplate('admin_edit_refbanner_row', true, $content);
+       } // END - foreach
 
        // Load main template
-       LOAD_TEMPLATE("admin_refbanner_edit");
-}
- else
-{
-       if (($SEL > 0) && (isset($_POST['del'])))
-       {
+       loadTemplate('admin_edit_refbanner', false, $OUT);
+} else {
+       if ((ifPostContainsSelections()) && (isFormSent('del'))) {
                // Delete banner
-               foreach ($_POST['sel'] as $id => $sel)
-               {
-                       $result = SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_refbanner WHERE id=%s LIMIT 1",
-                        array(bigintval($id)), __FILE__, __LINE__);
-               }
-       }
+               foreach (postRequestParameter('sel') as $id => $sel) {
+                       SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_refbanner` WHERE `id`=%s LIMIT 1",
+                       array(bigintval($id)), __FILE__, __LINE__);
+               } // END - foreach
+       } // END - if
 
-       // Referral levels
-       $result = SQL_QUERY("SELECT id, url, alternate, visible, counter, clicks FROM "._MYSQL_PREFIX."_refbanner ORDER BY url", __FILE__, __LINE__);
-       if (SQL_NUMROWS($result) > 0)
-       {
-               // Make referral banner editable and deletable
-               $SW = 2; $OUT = "";
-               while (list($id, $url, $alt, $vis, $cntr, $clks) = SQL_FETCHROW($result))
-               {
-                       // Preapre data for the row
-                       $content = array(
-                               'sw'  => $SW,
-                               'id'  => $id,
-                               'url' => $url,
-                               'alt' => $alt,
-                               'vis' => TRANSLATE_YESNO($vis),
-                               'cnt' => $cntr,
-                               'clx' => $clks
-                       );
+       // Referal levels
+       $result = SQL_QUERY('SELECT `id`, `url`, `alternate`, `visible`, `counter`, `clicks` FROM `{?_MYSQL_PREFIX?}_refbanner` ORDER BY `url` ASC', __FILE__, __LINE__);
 
+       // Entries found?
+       if (!SQL_HASZERONUMS($result)) {
+               // Make referal banner editable and deletable
+               $OUT = '';
+               while ($content = SQL_FETCHARRAY($result)) {
                        // Load row template and switch color
-                       $OUT .= LOAD_TEMPLATE("admin_refbanner_row", true, $content);
-                       $SW = 3 - $SW;
-               }
+                       $OUT .= loadTemplate('admin_list_refbanner_row', true, $content);
+               } // END - while
 
                // Free memory
                SQL_FREERESULT($result);
-               define('__BANNER_ROWS', $OUT);
 
                // Load main template
-               LOAD_TEMPLATE("admin_refbanner");
-       }
+               loadTemplate('admin_list_refbanner', false, $OUT);
+       } // END - if
 
-       // Form for adding new referral levels
-       LOAD_TEMPLATE("admin_add_banner");
+       // Form for adding new referal levels
+       loadTemplate('admin_add_refbanner');
 }
 
-//
+// [EOF]
 ?>