]> git.mxchange.org Git - mailer.git/commitdiff
Obsoleted parameters to SQL_AFFECTED_ROWS() removed, OPEN_TABLE() and CLOSE_TABLE...
authorRoland Häder <roland@mxchange.org>
Thu, 11 Sep 2008 19:11:07 +0000 (19:11 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 11 Sep 2008 19:11:07 +0000 (19:11 +0000)
69 files changed:
click.php
inc/databases.php
inc/db/lib-mysql3.php
inc/functions.php
inc/libs/bonus_functions.php
inc/libs/surfbar_functions.php
inc/libs/transfer_functions.php
inc/modules/admin/admin-inc.php
inc/modules/admin/what-add_points.php
inc/modules/admin/what-admin_add.php
inc/modules/admin/what-adminedit.php
inc/modules/admin/what-chk_regs.php
inc/modules/admin/what-config_beg.php
inc/modules/admin/what-config_bonus.php
inc/modules/admin/what-config_cats.php
inc/modules/admin/what-config_doubler.php
inc/modules/admin/what-config_points.php
inc/modules/admin/what-config_refid.php
inc/modules/admin/what-config_reg.php
inc/modules/admin/what-config_register2.php
inc/modules/admin/what-config_secure.php
inc/modules/admin/what-del_user.php
inc/modules/admin/what-edit_emails.php
inc/modules/admin/what-edit_user.php
inc/modules/admin/what-email_stats.php
inc/modules/admin/what-guest_add.php
inc/modules/admin/what-guestedit.php
inc/modules/admin/what-list_cats.php
inc/modules/admin/what-list_norefs.php
inc/modules/admin/what-list_refs.php
inc/modules/admin/what-list_surfbar_urls.php
inc/modules/admin/what-lock_user.php
inc/modules/admin/what-mem_add.php
inc/modules/admin/what-memedit.php
inc/modules/admin/what-payments.php
inc/modules/admin/what-refbanner.php
inc/modules/admin/what-repair_amenu.php
inc/modules/admin/what-repair_amnu.php
inc/modules/admin/what-send_newsletter.php
inc/modules/admin/what-sub_points.php
inc/modules/admin/what-unlock_emails.php
inc/modules/admin/what-unlock_sponsor.php
inc/modules/admin/what-usage.php
inc/modules/chk_login.php
inc/modules/guest/what-
inc/modules/guest/what-agb.php
inc/modules/guest/what-confirm.php
inc/modules/guest/what-impressum.php
inc/modules/guest/what-infos.php
inc/modules/guest/what-login.php
inc/modules/guest/what-register.php
inc/modules/guest/what-sponsor_login.php
inc/modules/guest/what-stats.php
inc/modules/guest/what-welcome.php
inc/modules/member/what-mydata.php
inc/modules/member/what-points.php
inc/modules/member/what-reflinks.php
inc/modules/order.php
inc/mysql-manager.php
inc/pool-update.php
mailid.php
mailid_top.php
surfbar.php
templates/de/html/agb.tpl
templates/de/html/ext/ext_sponsor.tpl
templates/de/html/member/member_doubler.tpl
templates/de/html/member/member_holiday_form.tpl
templates/de/html/member/member_unconfirmed_404.tpl
templates/de/html/member/member_wernis_form.tpl

index d5c3aaa6a011854deb984395def4607c8273a14b..4dd6144b6764b777778113efe92855b7622b1d87 100644 (file)
--- a/click.php
+++ b/click.php
@@ -48,7 +48,7 @@ if (((!empty($_GET['user'])) || (!empty($_GET['reseller']))) && (!empty($_GET['b
        // Update clicks counter...
        $CLICK = 1;
        $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_refbanner SET clicks=clicks+1 WHERE id=%s LIMIT 1", array(bigintval($_GET['banner'])), __FILE__, __LINE__);
-       if (SQL_AFFECTEDROWS($link) == 1) {
+       if (SQL_AFFECTEDROWS() == 1) {
                if (!empty($_GET['user'])) {
                        LOAD_URL("ref.php?refid=".bigintval($_GET['user']));
                } else {
index 70bf8d8334b457df129a59d5acad37e96290b4ce..8e5da059455ae1db93051fbbd8266a4a15a9d2cd 100644 (file)
@@ -114,7 +114,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "299");
+define('CURR_SVN_REVISION', "300");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 182b88895a08b7bd9bfe3253bc6fd6a80beb2ae7..dbc65715064067207997c72f3a7a501167972a0a 100644 (file)
@@ -114,24 +114,35 @@ function SQL_NUMROWS($result) {
 }
 
 // SQL affected rows
-function SQL_AFFECTEDROWS($lnk="x", $F="dummy", $L="dummy") {
+function SQL_AFFECTEDROWS() {
        global $link;
-       // $lnk will be ignored for now!
+
+       // Valid link resource?
+       if (!is_resource($link)) return false;
+
+       // Get affected rows
        $lines = @mysql_affected_rows($link);
+
+       // Return it
        return $lines;
 }
 
 // SQL fetch row
 function SQL_FETCHROW($result) {
+       // Init data
        $DATA = array();
+
+       // Is a result resource set?
+       if (!is_resource($result)) return false;
+
        $DATA = @mysql_fetch_row($result);
        return $DATA;
 }
 
 // SQL fetch array
-function SQL_FETCHARRAY($res=false, $nr=0, $remove_numerical=true) {
+function SQL_FETCHARRAY($res, $nr=0, $remove_numerical=true) {
        // Is a result resource set?
-       if (!$res) return false;
+       if (!is_resource($res)) return false;
 
        // Initialize array
        $row = array();
index db1e00d4ecfabe142d9e1487c1c7879a06a259c9..ba28010254563699fcadff80f480e09c48aaf8e0 100644 (file)
@@ -53,6 +53,7 @@ function is_INCWritable($inc) {
 // Open a table (you may want to add some header stuff here)
 function OPEN_TABLE($PERCENT = "", $CLASS = "", $ALIGN="left", $VALIGN="", $td_only=false) {
        global $table_cnt;
+
        // Count tables so we can generate CSS classes for every table... :-)
        if (empty($CLASS)) {
                // Class is empty so count one up and create a class
@@ -904,7 +905,7 @@ function MAKE_TIME($H, $M, $S, $stamp) {
 }
 //
 function LOAD_URL($URL, $addUrlData=true) {
-       global $CSS, $_CONFIG, $link, $db, $footer;
+       global $CSS, $_CONFIG, $footer;
 
        // Check if http(s):// is there
        if ((substr($URL, 0, 7) != "http://") && (substr($URL, 0, 8) != "https://")) {
index 266866130f5455344450cb2e255e51e7858960dd..9fa4477f44fae9a6d020a763bfe6e0b65854a223 100644 (file)
@@ -240,9 +240,7 @@ function BONUS_PURGE_EXPIRED_TURBO_BONUS()
        global $_CONFIG;
        // Remove entries
        $result = SQL_QUERY("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_bonus_turbo WHERE timemark < ".(time() - $_CONFIG['bonus_timeout']), __FILE__, __LINE__);
-       $DELETED = SQL_AFFECTEDROWS($result);
-       if ($DELETED > 0)
-       {
+       if (SQL_AFFECTEDROWS() > 0) {
                // Send out email to admin
                SEND_ADMIN_NOTIFICATION(AUTOPURGE_ADMIN_TURBO_SUBJECT, "admin_autopurge_turbo", $DELETED, "");
        }
index a715e8148639c7a61ea698aad275df06229ef702..8d238b5e44621b5c5a0565d2b37d4712278c2ac4 100644 (file)
@@ -783,7 +783,7 @@ WHERE sbu.userid NOT IN (".implode(",", $UIDs).") AND sbu.status='CONFIRMED'".$A
 GROUP BY sbu.id", __FILE__, __LINE__);
 
        // Log last query
-       //DEBUG_LOG(__FUNCTION__.":lastQuery=".$_CONFIG['db_last_query']."|numRows=".SQL_NUMROWS($result)."|Affected=".SQL_AFFECTEDROWS($result)."");
+       //DEBUG_LOG(__FUNCTION__.":lastQuery=".$_CONFIG['db_last_query']."|numRows=".SQL_NUMROWS($result)."|Affected=".SQL_AFFECTEDROWS()."");
 
        // Fetch max rand
        $maxRand = SQL_NUMROWS($result);
@@ -863,7 +863,7 @@ LIMIT 1",
        }
 
        // Is there an id number?
-       //DEBUG_LOG(__FUNCTION__.":lastQuery=".$_CONFIG['db_last_query']."|numRows=".SQL_NUMROWS($result)."|Affected=".SQL_AFFECTEDROWS($result)."");
+       //DEBUG_LOG(__FUNCTION__.":lastQuery=".$_CONFIG['db_last_query']."|numRows=".SQL_NUMROWS($result)."|Affected=".SQL_AFFECTEDROWS()."");
        if (SQL_NUMROWS($result) == 1) {
                // Load/cache data
                //DEBUG_LOG(__FUNCTION__.":count(".count($SURFBAR_CACHE).") - BEFORE");
index c86eb51bc4bea6eeacabcc5e40e69eca71a90509..be519243692cf5cb68dea23f5d059afb9284211f 100644 (file)
@@ -40,7 +40,6 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 //
 function TRANSFER_AUTPPURGE($max, $age)
 {
-       global $link;
        // First get total in-going lines
        $result = SQL_QUERY("SELECT id FROM "._MYSQL_PREFIX."_user_transfers_in ORDER BY id", __FILE__, __LINE__);
        if (SQL_NUMROWS($result) > $max)
@@ -64,11 +63,11 @@ function TRANSFER_AUTPPURGE($max, $age)
 
        // Remove old in-going transfers
        $result = SQL_QUERY("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_user_transfers_in WHERE time_trans < ".(time() - $age), __FILE__, __LINE__);
-       $REMOVE = SQL_AFFECTEDROWS($link);
+       $REMOVE = SQL_AFFECTEDROWS();
 
        // Remove old out-going transfers
        $result = SQL_QUERY("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_user_transfers_out WHERE time_trans < ".(time() - $age), __FILE__, __LINE__);
-       $REMOVE += SQL_AFFECTEDROWS($link);
+       $REMOVE += SQL_AFFECTEDROWS();
 
        // Only send email to admin(s) when we have removed entries
        if ($REMOVE > 0) {
index 1a8c01ad9970852bf207cae40bceab83fe3b45f5..b68a1e7a9f3b0cfc09a1d5b1ed90bd58cdf8b473 100644 (file)
@@ -259,7 +259,7 @@ function admin_WriteData ($file, $comment, $prefix, $suffix, $DATA, $seek=0) {
 //
 function ADMIN_DO_ACTION($wht)
 {
-       global $menuDesription, $menuTitle, $_CONFIG, $cacheArray, $link, $DATA, $DEPTH;
+       global $menuDesription, $menuTitle, $_CONFIG, $cacheArray, $DATA, $DEPTH;
        //* DEBUG: */ echo __LINE__."*".$wht."/".$GLOBALS['module']."/".$GLOBALS['action']."/".$GLOBALS['what']."*<br />\n";
        if (EXT_IS_ACTIVE("cache"))
        {
@@ -338,7 +338,7 @@ LIMIT 1", array($act, $wht, $wht), __FILE__, __LINE__);
 //
 function ADD_ADMIN_MENU($act, $wht,$return=false)
 {
-       global $menuDesription, $menuTitle, $link;
+       global $menuDesription, $menuTitle;
        $SUB = false;
 
        // Menu descriptions
index 0d9ea9651d6a5c2c6e1a5cf5866801abe4678eea..fd9b0e5ee88c3bbe8f6a3ea160b43bcac1f510a8 100644 (file)
@@ -43,34 +43,27 @@ ADD_DESCR("admin", basename(__FILE__));
 // Fix a notice
 if (!isset($_GET['u_id'])) $_GET['u_id'] = "";
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-if ($_GET['u_id'] == "all")
-{
+if ($_GET['u_id'] == "all") {
        // Add points to all accounts
-       if ((isset($_POST['ok'])) && ($_POST['points'] > 0))
-       {
+       if ((isset($_POST['ok'])) && ($_POST['points'] > 0)) {
                define('__POINTS_VALUE', $_POST['points']);
                $result_main = SQL_QUERY("SELECT userid FROM "._MYSQL_PREFIX."_user_data WHERE status='CONFIRMED' ORDER BY userid", __FILE__, __LINE__);
-               while (list($uid) = SQL_FETCHROW($result_main))
-               {
+               while (list($uid) = SQL_FETCHROW($result_main)) {
                        // User ID found in URL so we use this give him some credits
                        $result = SQL_QUERY_ESC("SELECT surname, family, email FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s AND status='CONFIRMED' LIMIT 1",
                         array(bigintval($uid)), __FILE__, __LINE__);
-                       if (SQL_NUMROWS($result) == 1)
-                       {
+                       if (SQL_NUMROWS($result) == 1) {
                                // Selected user does exist
                                list($sname, $fname, $email) = SQL_FETCHROW($result);
                                SQL_FREERESULT($result);
 
-                               if ((isset($_POST['ok'])) && (!empty($_POST['points'])))
-                               {
+                               if ((isset($_POST['ok'])) && (!empty($_POST['points']))) {
                                        // Ok, add points and send an email to him...
                                        $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_points SET points=points+(%s) WHERE userid=%s AND ref_depth=0 LIMIT 1",
                                         array($_POST['points'], bigintval($uid)), __FILE__, __LINE__);
 
                                        // Update mediadata as well
-                                       if (GET_EXT_VERSION("mediadata") >= "0.0.4")
-                                       {
+                                       if (GET_EXT_VERSION("mediadata") >= "0.0.4") {
                                                // Update database
                                                MEDIA_UPDATE_ENTRY(array("total_points"), "add", $_POST['points']);
                                        }
@@ -87,26 +80,20 @@ if ($_GET['u_id'] == "all")
 
                // Output message
                LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_ALL_POINTS_ADDED);
-       }
-        else
-       {
+       } else {
                // Display form add points
                LOAD_TEMPLATE("admin_add_points_all");
        }
-}
- elseif (!empty($_GET['u_id']))
-{
+} elseif (!empty($_GET['u_id'])) {
        // User ID found in URL so we use this give him some credits
        $result = SQL_QUERY_ESC("SELECT surname, family, email FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s AND status='CONFIRMED' LIMIT 1",
         array(bigintval($_GET['u_id'])), __FILE__, __LINE__);
-       if (SQL_NUMROWS($result) == 1)
-       {
+       if (SQL_NUMROWS($result) == 1) {
                // Selected user does exist
                list($sname, $fname, $email) = SQL_FETCHROW($result);
                SQL_FREERESULT($result);
 
-               if ((isset($_POST['ok'])) && (!empty($_POST['points'])))
-               {
+               if ((isset($_POST['ok'])) && (!empty($_POST['points']))) {
                        // Ok, add points and send an email to him...
                        $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_points SET points=points+(%s) WHERE userid=%s AND ref_depth=0 LIMIT 1",
                         array($_POST['points'], bigintval($_GET['u_id'])), __FILE__, __LINE__);
@@ -119,26 +106,20 @@ if ($_GET['u_id'] == "all")
 
                        SEND_EMAIL($email, ADMIN_ADD_SUBJ, $msg);
                        LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_POINTS_ADDED);
-               }
-                else
-               {
+               } else {
                        // Opps, missing form here
                        define('__USER_VALUE', "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$sname." ".$fname."</A>");
                        define('__UID_VALUE', $_GET['u_id']);
                        LOAD_TEMPLATE("admin_add_points");
                }
-       }
-        else
-       {
+       } else {
                // User not found!
                OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
        }
-}
- else
-{
+} else {
        // Output selection form with all confirmed user accounts listed
-       ADD_MEMBER_SELECTION_BOX(true);
+       ADD_MEMBER_SELECTION_BOX("0", true);
 }
-CLOSE_TABLE();
+
 //
 ?>
index 7c938cb84f7c52be384d0d775cab76f9eeca8616..7882d8fbea845dae4df3cb616667dd32cca3c972 100644 (file)
@@ -40,8 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-
 // Check if the admin has entered title and what-php file name...
 if (((empty($_POST['title'])) || (empty($_POST['menu'])) || (empty($_POST['descr']))) && (isset($_POST['ok'])))
 {
@@ -202,7 +200,6 @@ VALUES('%s', '%s', '%s', '%s')",
        // Is demo login!
        LOAD_TEMPLATE("admin_settings_saved", false, SETTINGS_NOT_SAVED);
 }
-CLOSE_TABLE();
 
 //
 ?>
index 18f9414b7710a9e35f26fe3c1b6970784f207590..9ad293ca6586f44a19147ac03acc42c262d6e330 100644 (file)
@@ -52,13 +52,8 @@ if (!empty($_GET['sub']))
 $chk = 0;
 if (!empty($_POST['sel'])) $chk = SELECTION_COUNT($_POST['sel']);
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-
 // List all menu points and make them editable
-OUTPUT_HTML("<br /><br /></FONT>
-<DIV align=\"center\">");
-if ((isset($_POST['edit'])) && ($chk > 0) && (!IS_DEMO()))
-{
+if ((isset($_POST['edit'])) && ($chk > 0) && (!IS_DEMO())) {
        // Edit menu entries
        define('__SUB_VALUE', $SUB);
        define('__CHK_VALUE', $chk);
@@ -302,7 +297,6 @@ WHERE ".$AND." AND id=%s LIMIT 1",
                LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_NO_MENUS_FOUND);
        }
 }
-OUTPUT_HTML("</DIV>");
-CLOSE_TABLE();
+
 //
 ?>
index bbdf02305a70f6c1df30a29aaac9143af406353e..e178a6d173a27ba98286e397f86aa40b5a78cf30 100644 (file)
@@ -44,13 +44,10 @@ ADD_DESCR ("admin", basename(__FILE__));
 // Check for accounts
 $query = SQL_QUERY("SELECT userid, sex, surname, family, email, REMOTE_ADDR, refid, user_hash FROM "._MYSQL_PREFIX."_user_data WHERE status='UNCONFIRMED' ORDER BY userid", __FILE__, __LINE__);
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-if (SQL_NUMROWS($query) > 0)
-{
+if (SQL_NUMROWS($query) > 0) {
        // We have some (new?) registrations!
        $SW = 2; $OUT = "";
-       while (list($uid, $sex, $sname, $fname, $email, $IP, $ref, $hash) = SQL_FETCHROW($query))
-       {
+       while (list($uid, $sex, $sname, $fname, $email, $IP, $ref, $hash) = SQL_FETCHROW($query)) {
                if ($ref > 0) $ref = ADMIN_USER_PROFILE_LINK($ref);
                // Prepare array for the row template
                $content = array(
@@ -76,12 +73,10 @@ if (SQL_NUMROWS($query) > 0)
 
        // Load main template
        LOAD_TEMPLATE("admin_reg");
-}
- else
-{
+} else {
        // No registrations left - or all has confirmed their email address... :-)
        LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_ALL_CONFIRMED_EMAIL);
 }
-CLOSE_TABLE();
+
 //
 ?>
index 76ff3493a05514b2420165f828fed10a24f6684d..ff220ca09edb8f1bd215a9225946cfd738539ba9 100644 (file)
@@ -161,7 +161,7 @@ if (isset($_POST['ok']))
        }
 
        // Add data to constant __MEMBER_SELECTION
-       ADD_MEMBER_SELECTION_BOX(false, true, true, $_CONFIG['beg_uid']);
+       ADD_MEMBER_SELECTION_BOX($_CONFIG['beg_uid'], false, true, true);
 
        // Load form template
        LOAD_TEMPLATE("admin_config_beg");
index cb432f2812f883f4f9ced2247e8cca1b526b76b6..c07251b6dcc45229002b15d0b3007cdda70b3707 100644 (file)
@@ -71,13 +71,10 @@ if (isset($_POST['ok']))
        $_CONFIG['bonus_di_notify'] = $_POST['bonus_di_notify'];
 
        // Include sending out mails
-       if ((($_CONFIG['bonus_active'] == "Y") && ($_CONFIG['bonus_en_notify'] == "Y")) || (($_CONFIG['bonus_active'] == "N") && ($_CONFIG['bonus_di_notify'] == "Y")))
-       {
+       if ((($_CONFIG['bonus_active'] == "Y") && ($_CONFIG['bonus_en_notify'] == "Y")) || (($_CONFIG['bonus_active'] == "N") && ($_CONFIG['bonus_di_notify'] == "Y"))) {
                include(PATH."inc/mails/bonus_mails.php");
        }
-}
- else
-{
+} else {
        // Prepare contants for the template
        define('__LOGIN_VALUE' , TRANSLATE_COMMA($_CONFIG['login_bonus']        , false));
        define('__TURBO_VALUE' , TRANSLATE_COMMA($_CONFIG['turbo_bonus']        , false));
@@ -89,7 +86,7 @@ if (isset($_POST['ok']))
        define('__TLINES_VALUE', $_CONFIG['bonus_lines']);
 
        // Transfer options to template __MEMBER_SELECTION
-       ADD_MEMBER_SELECTION_BOX(false, true, true, $_CONFIG['bonus_uid']);
+       ADD_MEMBER_SELECTION_BOX($_CONFIG['bonus_uid'], false, true, true);
 
        // Initialize array for the points list
        $RANKS = explode(";", $_CONFIG['bonus_rates']);
@@ -99,16 +96,13 @@ if (isset($_POST['ok']))
 
        // Generate list
        $OUT = "<OL start=\"2\">\n";
-       foreach ($RANKS as $k=>$rate)
-       {
-               if (!empty($rate))
-               {
+       foreach ($RANKS as $k=>$rate) {
+               if (!empty($rate))      {
                        // Print only when something is in
                        $OUT .= "  <LI><INPUT type=\"text\" name=\"rate[".($k + 2)."]\" class=\"admin_normal\" size=\"4\" maxlength=\"7\" value=\"".$rate."\">&nbsp;<FONT class=\"admin_notes\">(".POINTS.")</FONT?</LI>\n";
                }
        }
-       for ($i = 3; $i < 8; $i++)
-       {
+       for ($i = 3; $i < 8; $i++) {
                $OUT .= "  <LI><INPUT type=\"text\" name=\"rate[".($k + $i)."]\" class=\"admin_normal\" size=\"4\" maxlength=\"7\">&nbsp;<FONT class=\"admin_notes\">(".POINTS.")</FONT?</LI>\n";
        }
        $OUT .= "</OL>\n";
index 59b6eae39fadc27407e91ed05ae85675ecb20e37..ecd7de4b83332bc340651c4b7467ae63ef261afd 100644 (file)
@@ -44,7 +44,6 @@ ADD_DESCR("admin", basename(__FILE__));
 // Init variable to avoid a notice
 $CATS = "";
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if (isset($_POST['add'])) {
        // Add a new category
        $result = SQL_QUERY_ESC("SELECT id FROM "._MYSQL_PREFIX."_cats WHERE cat='%s' LIMIT 1",
@@ -197,6 +196,6 @@ if (isset($_POST['add'])) {
        // Form to add a new category
        LOAD_TEMPLATE("admin_add_cat");
 }
-CLOSE_TABLE();
+
 //
 ?>
index c6c659d66b77aa0b045b559a38d30771ebba32e9..2b80c4c436bb47113a235fd7b38e236312ff5b09 100644 (file)
@@ -127,7 +127,7 @@ if (isset($_POST['ok']))
        }
 
        // Transfer options (!!!) to __MEMBER_SELECTION
-       ADD_MEMBER_SELECTION_BOX(false, true, true, $_CONFIG['doubler_uid']);
+       ADD_MEMBER_SELECTION_BOX($_CONFIG['doubler_uid'], false, true, true);
 
        // Number of rows to display (option lines!!!)
        define('__DOUBLER_DISPLAY_NEW', ADD_OPTION_LINES("/ARRAY/", array(5,10,20,30,40,50,100), array(5,10,20,30,40,50,100), $_CONFIG['doubler_display_new']));
index b11990bec1aca02cdd27ff76bc657f306d32cef7..f3ae527583d29818a6a15834425892e53e6af6e1 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
-{
+if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
 
-global $link;
-
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if (!empty($_GET['sub']))
 {
        switch ($_GET['sub'])
@@ -321,6 +317,5 @@ WHERE mails_confirmed < %s", $REF, $REF);
        LOAD_TEMPLATE("admin_config_points");
 }
 
-CLOSE_TABLE();
 //
 ?>
index 1ecb724d8606525548f07c689bed5e7d85855eb1..ea4f97797287c35908c542159c2c13e5757583b4 100644 (file)
@@ -40,21 +40,18 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-if (isset($_POST['ok']))
-{
+if (isset($_POST['ok'])) {
        // Save data
        ADMIN_SAVE_SETTINGS($_POST);
-}
- else
-{
+} else {
        // Prepare contants for the template
-       ADD_MEMBER_SELECTION_BOX(false, true, true, $_CONFIG['def_refid']);
+       ADD_MEMBER_SELECTION_BOX($_CONFIG['def_refid'], false, true, true);
 
-       switch ($_CONFIG['refid_target'])
-       {
+       switch ($_CONFIG['refid_target'])       {
                case "index":    define('__DEF_RT_INDEX', " selected=\"selected\""); define('__DEF_RT_REGISTER', "");          break;
                case "register": define('__DEF_RT_INDEX', "");          define('__DEF_RT_REGISTER', " selected=\"selected\""); break;
        }
+
        // Load template
        LOAD_TEMPLATE("admin_config_refid");
 }
index 116980dc4f0c633bf880c942b5ae237cca874551..d1e56fb116df425befdbe50a11420a813ac66b73 100644 (file)
@@ -38,12 +38,9 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
        require($INC);
 }
 
-global $link;
-
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if ((isset($_POST['ok'])) && (function_exists('CREATE_TIME_SELECTIONS')))
 {
        // Calculate timestamp from selections...
@@ -72,6 +69,6 @@ if (isset($_POST['ok']))
        // Load normal template
        LOAD_TEMPLATE("admin_config_reg");
 }
-CLOSE_TABLE();
+
 //
 ?>
index bcf85c5381d74cbc06b735547e62a7681c1bdbd7..019b860812d48a777c0a23372880c824436d1647 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
-{
+if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
 
-global $link;
-
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-if (isset($_POST['ok']))
-{
+if (isset($_POST['ok'])) {
        // Calculate timestamp from selections...
        $_POST['ip_timeout'] = CREATE_TIMESTAMP_FROM_SELECTIONS("ip_timeout", $_POST);
        $_POST['least_cats'] = round($_POST['least_cats']);
 
        // Save settings
        ADMIN_SAVE_SETTINGS($_POST);
-}
- else
-{
+} else {
        // Remember stuff in constants
        define('LEAST_CATS_VALUE'   , round($_CONFIG['least_cats']));
        define('__CFG_SHOW_REFID'   , ADD_SELECTION("yn", $_CONFIG['display_refid']   , "display_refid"));
@@ -66,6 +59,6 @@ if (isset($_POST['ok']))
        // Load normal template
        LOAD_TEMPLATE("admin_config_register2");
 }
-CLOSE_TABLE();
+
 //
 ?>
index 07011ba80f861f51347a018f39f3aa2dc66064b1..bde6c556e2a7b33e53b065f3f74a2cee6c3641ff 100644 (file)
@@ -37,8 +37,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
-global $link;
-
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
index c18b248419d4fbdc5699b82fc801cbd3ef32741b..f95a9035ea2ac8ee5366c1276e91d2043807321f 100644 (file)
@@ -41,46 +41,33 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Display only title when no form was submitted
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-
 // User exists..
-if ((isset($_POST['ok'])) || ((isset($_POST['del'])) && (!empty($_POST['reason']))))
-{
+if ((isset($_POST['ok'])) || ((isset($_POST['del'])) && (!empty($_POST['reason'])))) {
        // Delete users account
        $result_user = SQL_QUERY_ESC("SELECT userid FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s LIMIT 1",
         array(bigintval($_GET['u_id'])), __FILE__, __LINE__);
-       if (SQL_NUMROWS($result_user) == 1)
-       {
+       if (SQL_NUMROWS($result_user) == 1) {
                // Free memory
                SQL_FREERESULT($result);
 
                // Delete user account
                DELETE_USER_ACCOUNT(bigintval($_GET['u_id']), $_POST['reason']);
                OUTPUT_HTML("<STRONG class=\"admin_green\">".ADMIN_DEL_COMPLETED."</STRONG>");
-       }
-        else
-       {
+       } else {
                // Account does not exists!
                OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
        }
-}
- elseif (!empty($_POST['no']))
-{
+} elseif (!empty($_POST['no'])) {
        // Do not delete him...
        LOAD_URL("modules.php?module=admin&amp;what=list_user&amp;u_id=".$_GET['u_id']);
-}
- elseif (empty($_GET['u_id']))
-{
+} elseif (empty($_GET['u_id'])) {
        // Output selection form with all confirmed user accounts listed
        ADD_MEMBER_SELECTION_BOX();
-}
- else
-{
+} else {
        // Realy want to delete?
        $result = SQL_QUERY_ESC("SELECT email, surname, family FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s LIMIT 1",
         array(bigintval($_GET['u_id'])), __FILE__, __LINE__);
-       if (SQL_NUMROWS($result) == 1)
-       {
+       if (SQL_NUMROWS($result) == 1) {
                // Load data
                list ($email, $sname, $fname) = SQL_FETCHROW($result);
                SQL_FREERESULT($result);
@@ -93,13 +80,11 @@ if ((isset($_POST['ok'])) || ((isset($_POST['del'])) && (!empty($_POST['reason']
 
                // Display form
                LOAD_TEMPLATE("admin_del_user");
-       }
-        else
-       {
+       } else {
                // Account does not exists!
                OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
        }
 }
-CLOSE_TABLE();
+
 //
 ?>
index ff86a369e1928aa44075ee31ff2565c734171537..2a5e85516245aace2150a6d833988b0b2f48e80a 100644 (file)
@@ -40,11 +40,7 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-global $link;
-
-if ((isset($_POST['ok'])) && (empty($_POST['id'])))
-{
+if ((isset($_POST['ok'])) && (empty($_POST['id']))) {
        unset($_POST['ok']);
 }
 
@@ -82,7 +78,7 @@ WHERE id=%s LIMIT 1",
        addslashes($_POST['url']),
        bigintval($_POST['id']),
 ), __FILE__, __LINE__);
-                       if (SQL_AFFECTEDROWS($link, __FILE__, __LINE__) == 1)
+                       if (SQL_AFFECTEDROWS() == 1)
                        {
                                $content = "<SPAN class=\"admin_done\">".SETTINGS_SAVED."</SPAN>";
                        }
@@ -127,12 +123,10 @@ WHERE id=%s LIMIT 1",
                // Load email template
                LOAD_TEMPLATE("admin_edit_email_select");
        }
-}
- else
-{
+} else {
        // No mail orders left in pool
        OUTPUT_HTML("<SPAN class=\"admin_failed\">".ADMIN_NO_MAILS_IN_POOL."</SPAN>");
 }
-CLOSE_TABLE();
+
 //
 ?>
index 82e38399bb6e2c37a2a0f30c84bbb87888d4113f..2feb810224bad536f585996c49d267fcd657e964 100644 (file)
@@ -40,8 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-
 // Fix a notice
 $result_main = false;
 if (isset($_GET['u_id'])) {
@@ -150,6 +148,6 @@ WHERE userid=%s LIMIT 1",
        // Account does not exists!
        OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
 }
-CLOSE_TABLE();
+
 //
 ?>
index 1cffc67e0feadf7b522f4e09e3175a4005f746ae..316322b1a160a8396b00e9c889d7eeadf63e7e02 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
-{
+if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
+
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
-OUTPUT_HTML("</FONT><br />");
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-CLOSE_TABLE();
 //
 ?>
index de1be885ddf4a9b27c3bd35a42214a79a99886e9..1d790e0e5e795208cf60a6679fe37871eaf0279a 100644 (file)
@@ -39,9 +39,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 }
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
-OUTPUT_HTML("</FONT><br />");
-
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 
 // Check if the admin has entered title and what-php file name...
 if (((empty($_POST['title'])) || (empty($_POST['menu']))) && (isset($_POST['ok'])))
@@ -211,6 +208,5 @@ VALUES('%s', '%s', '%s', '%s', '%s')",
        LOAD_TEMPLATE("admin_settings_saved", false, SETTINGS_NOT_SAVED);
 }
 
-CLOSE_TABLE();
 //
 ?>
index 72736ee6265e96dd8b9fc7a5056d82dbf3c50408..0185b03d87de8cfc015aca7b1133417d851eea52 100644 (file)
@@ -53,10 +53,7 @@ if (!empty($_GET['sub']))
 $chk = 0;
 if (!empty($_POST['sel'])) $chk = SELECTION_COUNT($_POST['sel']);
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 // List all menu points and make them editable
-OUTPUT_HTML("<br /><br /></FONT>
-<DIV align=\"center\">");
 if ((isset($_POST['edit'])) && ($chk > 0) && (!IS_DEMO()))
 {
        // Edit menu entries
@@ -363,7 +360,6 @@ if ((isset($_POST['edit'])) && ($chk > 0) && (!IS_DEMO()))
                LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_NO_MENUS_FOUND);
        }
 }
-OUTPUT_HTML("</DIV>");
-CLOSE_TABLE();
+
 //
 ?>
index 9ec6e996f07e36e11e519371153aaca6e6f95c80..b01d71320c88ed40de91fe8ae7b7e7d849e0a6a4 100644 (file)
@@ -41,14 +41,11 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-if (!empty($_GET['u_id']))
-{
+if (!empty($_GET['u_id'])) {
        // Check if the user already exists
        $result = SQL_QUERY_ESC("SELECT surname, family, email FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s LIMIT 1",
         array(bigintval($_GET['u_id'])), __FILE__, __LINE__);
-       if (SQL_NUMROWS($result) == 1)
-       {
+       if (SQL_NUMROWS($result) == 1) {
                // Loads surname, family's name and the email address
                list($sname, $fname, $email) = SQL_FETCHROW($result);
                SQL_FREERESULT($result);
@@ -62,12 +59,10 @@ if (!empty($_GET['u_id']))
                // Ok, list categories of this user
                $result_cats = SQL_QUERY("SELECT id, cat FROM "._MYSQL_PREFIX."_cats ORDER BY sort", __FILE__, __LINE__);
 
-               if (SQL_NUMROWS($result_cats) > 0)
-               {
+               if (SQL_NUMROWS($result_cats) > 0) {
                        // List categories
                        $cnt = "1"; $SW = 2; $OUT = "";
-                       while (list($cid, $cat) = SQL_FETCHROW($result_cats))
-                       {
+                       while (list($cid, $cat) = SQL_FETCHROW($result_cats)) {
                                // Check user's selection
                                $result_user = SQL_QUERY_ESC("SELECT id FROM "._MYSQL_PREFIX."_user_cats WHERE userid=%s AND cat_id=%s LIMIT 1",
                                 array(bigintval($_GET['u_id']), bigintval($cid)), __FILE__, __LINE__);
@@ -95,24 +90,18 @@ if (!empty($_GET['u_id']))
 
                        // Load main template
                        LOAD_TEMPLATE("admin_list_cats");
-               }
-                else
-               {
+               } else {
                        // No categories selected! :-(
                        LOAD_TEMPLATE("admin_list_cats_404");
                }
-       }
-        else
-       {
+       } else {
                // User not found
                LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_MEMBER_404_1.__UID.ADMIN_MEMBER_404_2);
        }
-}
- else
-{
+} else {
        // Output selection form with all confirmed user accounts listed
        ADD_MEMBER_SELECTION_BOX();
 }
-CLOSE_TABLE();
+
 //
 ?>
index d751a994e0d7b1b2dbf4f5b608ae6cdf3d06c28c..60f43bdfde2d2646f4a1a7574613dc89b251f327 100644 (file)
@@ -44,8 +44,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-
 $MORE = ", userid"; $colspan = "4"; //                 27
 if (EXT_IS_ACTIVE("nickname")) { $MORE = ", nickname"; }
 
@@ -160,6 +158,5 @@ if (SQL_NUMROWS($result_master) > 0)
        LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_ACCOUNT_NOREFS_404);
 }
 
-CLOSE_TABLE();
 //
 ?>
index acfc839872e7536b12e31cd6bbf07c2baafccf37..0d2434a7b3f63285bfdfba6374294cf9768fac35 100644 (file)
@@ -47,7 +47,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if (!empty($_GET['u_id']))
 {
        // Check if the user already exists
@@ -135,7 +134,6 @@ if (!empty($_GET['u_id']))
        // Output selection form with all confirmed user accounts listed
        ADD_MEMBER_SELECTION_BOX();
 }
-CLOSE_TABLE();
 
 //
 ?>
index 9911842e84b83a8f333170385be6ed6e3c31eeaa..4351ebc13bc077bd3426d8e00bc9acd1d2a389d2 100644 (file)
@@ -49,9 +49,9 @@ if (isset($_POST['edit'])) {
        ADMIN_EDIT_ENTRIES_CONFIRM(
                $_POST['id'],
                "surfbar_urls",
-               array("id", "url", "reward", "costs"),
-               array("bigintval", "", "TRANSLATE_COMMA", "TRANSLATE_COMMA"),
-               array("", "", "")
+               array("id", "userid", "url", "reward", "costs"),
+               array("bigintval", "", "", "TRANSLATE_COMMA", "TRANSLATE_COMMA"),
+               array("", "", "", "")
        );
        $show = false;
 } elseif (isset($_POST['do_edit'])) {
@@ -59,7 +59,7 @@ if (isset($_POST['edit'])) {
        ADMIN_EDIT_ENTRIES_CONFIRM($_POST['id'], "surfbar_urls", array(), array(), array(), true);
 } elseif (isset($_POST['delete'])) {
        // Delete entries (with confirmation)
-       ADMIN_DELETE_ENTRIES_CONFIRM($_POST['id'], "surfbar_urls", array("id", "url", "registered"), array("bigintval", "", "MAKE_DATETIME"), array("", "", "2"));
+       ADMIN_DELETE_ENTRIES_CONFIRM($_POST['id'], "surfbar_urls", array("id", "userid", "url", "registered"), array("bigintval", "ADMIN_USER_PROFILE_LINK", "", "MAKE_DATETIME"), array("", "", "", "2"));
        $show = false;
 } elseif (isset($_POST['remove'])) {
        // Delete entries (with confirmation)
index d31d1e7c1c68e4b3da96eef71727f5b06bd8e798..528ec3c737d36961ebb4086207e79b67c42f0713 100644 (file)
@@ -41,7 +41,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if (!empty($_GET['u_id']))
 {
        $result_user = SQL_QUERY_ESC("SELECT status, sex, surname, family, email FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s LIMIT 1",
@@ -60,7 +59,7 @@ if (!empty($_GET['u_id']))
                        // Ok, lock the account!
                        $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_data SET status='LOCKED' WHERE userid=%s LIMIT 1",
                         array(bigintval($_GET['u_id'])), __FILE__, __LINE__);
-                       if (SQL_AFFECTEDROWS($link, __FILE__, __LINE__) == 1)
+                       if (SQL_AFFECTEDROWS() == 1)
                        {
                                // Send an email to the user! In later version you can optionally switch this feature off
                                $msg = LOAD_EMAIL_TEMPLATE("lock-user", $_POST['reason'], bigintval($_GET['u_id']));
@@ -76,7 +75,7 @@ if (!empty($_GET['u_id']))
                        // Ok, unlock the account!
                        $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_data SET status='CONFIRMED' WHERE userid=%s LIMIT 1",
                         array(bigintval($_GET['u_id'])), __FILE__, __LINE__);
-                       if (SQL_AFFECTEDROWS($link, __FILE__, __LINE__) == 1)
+                       if (SQL_AFFECTEDROWS() == 1)
                        {
                                // Send an email to the user! In later version you can optionally switch this feature off
                                $msg = LOAD_EMAIL_TEMPLATE("unlock-user", $_POST['reason'], bigintval($_GET['u_id']));
@@ -177,12 +176,10 @@ if (!empty($_GET['u_id']))
                // Account does not exists!
                OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
        }
-}
- else
-{
+} else {
        // List all users
        ADD_MEMBER_SELECTION_BOX();
 }
-CLOSE_TABLE();
+
 //
 ?>
index eaef1cdfdb0c442220e104825b4b6d148e8a4984..1f4002f6d61a955d29cb98e065b803c68712329b 100644 (file)
@@ -40,9 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 }
 // Add desciption as navigation point
 ADD_DESCR("admin", basename(__FILE__));
-OUTPUT_HTML("</FONT><br />");
-
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 
 // Check if the admin has entered title and what-php file name...
 if ((empty($_POST['title'])) && (isset($_POST['ok'])))
@@ -211,6 +208,5 @@ VALUES('%s', '%s', '%s', '%s', '%s')",
        LOAD_TEMPLATE("admin_settings_saved", false, SETTINGS_NOT_SAVED);
 }
 
-CLOSE_TABLE();
 //
 ?>
index fc93c8932d8bf1e0ad105ed6287210d2ec07399b..b63cc394456526b1db0a64ac483b6e799eca24f7 100644 (file)
@@ -53,10 +53,7 @@ if (!empty($_GET['sub']))
 $chk = 0;
 if (!empty($_POST['sel'])) $chk = SELECTION_COUNT($_POST['sel']);
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 // List all menu points and make them editable
-OUTPUT_HTML("<br /><br /></FONT>
-<DIV align=\"center\">");
 if ((isset($_POST['edit'])) && ($chk > 0) && (!IS_DEMO()))
 {
        // Edit menu entries
@@ -325,7 +322,6 @@ if ((isset($_POST['edit'])) && ($chk > 0) && (!IS_DEMO()))
                LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_NO_MENUS_FOUND);
        }
 }
-OUTPUT_HTML("</DIV>");
-CLOSE_TABLE();
+
 //
 ?>
index fe64ee8c488f1d8a11c16282f6e5faf4678f31f0..9e002454169a6932c2a5939c645c417c1210bb14 100644 (file)
@@ -40,9 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-global $link;
-
 if (empty($_GET['do'])) unset($_GET['do']);
 if (((empty($_POST['t_wait'])) || (empty($_POST['payment']))) && (!empty($_GET['do'])) && ($_GET['do'] == "add"))
 {
@@ -91,7 +88,7 @@ if (isset($_POST['ok']))
                                $result = SQL_QUERY(trim($s), __FILE__, __LINE__);
                                if (empty($content))
                                {
-                                       if (SQL_AFFECTEDROWS($link, __FILE__, __LINE__) == 1)
+                                       if (SQL_AFFECTEDROWS() == 1)
                                        {
                                                $content = "<SPAN class=\"admin_done\">".SETTINGS_SAVED."</SPAN>";
                                        }
@@ -208,6 +205,6 @@ if (isset($_POST['ok']))
        // Form for adding new referral levels
        LOAD_TEMPLATE("admin_add_payment");
 }
-CLOSE_TABLE();
+
 //
 ?>
index 1d8c3605fbbc690cbcedb39205b174b5b2ab6112..80c0588efbf59a78b5cc24b8fddc099a8132cb36 100644 (file)
@@ -40,8 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-global $link;
-
 $SEL = 0;
 if ((empty($_POST['url'])) || (empty($_POST['alternate'])))
 {
@@ -49,7 +47,6 @@ if ((empty($_POST['url'])) || (empty($_POST['alternate'])))
 }
 if (!empty($_POST['sel'])) $SEL = SELECTION_COUNT($_POST['sel']);
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if (isset($_POST['ok']))
 {
        // Fix older calls from add-new-banner-form
@@ -87,7 +84,7 @@ VALUES ('%s', '%s', '%s')",
                }
                break;
        }
-       if (SQL_AFFECTEDROWS($link, __FILE__, __LINE__) == 1)
+       if (SQL_AFFECTEDROWS() == 1)
        {
                $content = "<SPAN class=\"admin_done\">".SETTINGS_SAVED."</SPAN>";
        }
@@ -174,6 +171,6 @@ VALUES ('%s', '%s', '%s')",
        // Form for adding new referral levels
        LOAD_TEMPLATE("admin_add_banner");
 }
-CLOSE_TABLE();
+
 //
 ?>
index b3a769dfddf14457778011eeb91927b9257bd481..34f4382be8865958528604ac55bac1099de7c119 100644 (file)
@@ -40,7 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-global $link;
 $ACTIONS = array();
 // First fix all main menus (what="")...
 $result_fix = SQL_QUERY("SELECT id, action FROM "._MYSQL_PREFIX."_admin_menu WHERE (what='' OR what IS NULL) AND action != 'logout' ORDER BY sort ASC", __FILE__, __LINE__);
index 774d53e80088f71c952589171f097f23ad51abf2..75872b180c63a5bbdd5f95d0c6c353af8e76143a 100644 (file)
@@ -40,7 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-global $link;
 $ACTIONs = array();
 // First fix all main menus (what="")...
 $result_fix = SQL_QUERY("SELECT id, action FROM "._MYSQL_PREFIX."_admin_menu WHERE (what='' OR what IS NULL) AND action != 'logout' ORDER BY sort ASC", __FILE__, __LINE__);
index 6354125f5f618b37ace42f056fa57a0f90cfdded..5f90fd230cdfa7c46155155c38d2ead26ef7bc69 100644 (file)
@@ -40,7 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if (isset($_POST['ok']))
 {
        $result = SQL_QUERY("SELECT userid, email FROM "._MYSQL_PREFIX."_user_data WHERE status='CONFIRMED' AND nl_receive='Y' ORDER BY userid", __FILE__, __LINE__);
@@ -96,6 +95,6 @@ if (isset($_POST['ok']))
                LOAD_TEMPLATE("admin_newsletter_nohtml");
        }
 }
-CLOSE_TABLE();
+
 //
 ?>
index dc9982fc0f2e639ebd1707755ee944f774afac9b..587abec41e0432e7b818392e385943d0009a2710 100644 (file)
@@ -43,7 +43,6 @@ ADD_DESCR("admin", basename(__FILE__));
 // Fix a notice
 if (!isset($_GET['u_id'])) $_GET['u_id'] = "";
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if ($_GET['u_id'] == "all")
 {
        // Add points to all accounts
@@ -128,8 +127,8 @@ if ($_GET['u_id'] == "all")
  else
 {
        // Output selection form with all confirmed user accounts listed
-       ADD_MEMBER_SELECTION_BOX(true);
+       ADD_MEMBER_SELECTION_BOX("0", true);
 }
-CLOSE_TABLE();
+
 //
 ?>
index 0131dd295beec94a4affb3f35fd0884cc0d7c1be..270fd49de8e83b796f4b5f1ef21d8defcf5c68f6 100644 (file)
@@ -41,12 +41,11 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) {
 ADD_DESCR("admin", basename(__FILE__));
 
 // Define some variables
-global $DATA, $link;
+global $DATA;
 
 // Check for mails
 $result_main = SQL_QUERY("SELECT id, sender, subject, payment_id, timestamp, url, target_send, cat_id FROM "._MYSQL_PREFIX."_pool WHERE data_type='ADMIN' ORDER BY timestamp", __FILE__, __LINE__);
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if ((SQL_NUMROWS($result_main) > 0) || (isset($_POST['lock']))) {
        // Count checked checkboxes
        $SEL = 0;
@@ -70,7 +69,7 @@ if ((SQL_NUMROWS($result_main) > 0) || (isset($_POST['lock']))) {
                                 array($id), __FILE__, __LINE__);
 
                                // Update wents fine?
-                               if (SQL_AFFECTEDROWS($link, __FILE__, __LINE__) == 1) {
+                               if (SQL_AFFECTEDROWS() == 1) {
                                        // Order placed in queue...        0         1           2           3             4
                                        $result = SQL_QUERY_ESC("SELECT po.url, po.subject, po.sender, pay.payment, po.payment_id
 FROM "._MYSQL_PREFIX."_pool AS po
@@ -232,6 +231,5 @@ LIMIT 1",
        LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_NO_MAILS_IN_POOL);
 }
 
-CLOSE_TABLE();
 //
 ?>
index 130f511cf97a8569334ca83f422fbae2921be5f9..2b41ae775ced59e2b6a98ab51fc62ef7e1013360 100644 (file)
@@ -112,7 +112,7 @@ WHERE id='%s' LIMIT 1",
  array($CONFIG['sponsor_ref_points'], bigintval($refid)), __FILE__, __LINE__);
 
                                // Whas that update fine?
-                               if (SQL_AFFECTED_ROWS($link) == 1) {
+                               if (SQL_AFFECTEDROWS() == 1) {
                                        // Load referral's data
                                        $result = SQL_QUERY_ESC("SELECT id, salut, surname, family, email,
 (points_amount - points_used) AS points, receive_warnings, ref_count AS refs
index 4046acd7536c21c8906698aacfb45142eacb307f..b40a92154170e895d9cfff87b1bd6f809b6935f1 100644 (file)
@@ -43,8 +43,6 @@ ADD_DESCR("admin", basename(__FILE__));
 // Base directory (should be moved to database)
 $usage = "usage/";
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-
 if (!empty($_GET['image'])) {
        if ($_GET['type'] == "usage") {
                $file = sprintf("%s%susage.png", PATH, $usage);
@@ -97,6 +95,5 @@ if (!empty($file)) {
        }
 }
 
-CLOSE_TABLE();
 //
 ?>
index 7db176ac5251d959e8036533fea0f8e698f99ca3..cad19305c3e5f152d67094350eea4b09463373e1 100644 (file)
@@ -38,6 +38,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
        require($INC);
 }
 
+// @TODO Replace with own template!
 OPEN_TABLE("500", "guest_login_header dashed", "center");
 
 OUTPUT_HTML("<br /><STRONG>".VALIDATING_LOGIN."</STRONG><br />");
@@ -60,7 +61,7 @@ SET last_login=UNIX_TIMESTAMP()
 WHERE userid=%s AND last_login < (UNIX_TIMESTAMP() - %s)
 LIMIT 1", array($GLOBALS['userid'], $_CONFIG['login_timeout']),
  __FILE__, __LINE__);
-               if (SQL_AFFECTEDROWS($link) == 1) $bonus = true;
+               if (SQL_AFFECTEDROWS() == 1) $bonus = true;
        }
        if (($bonus) && ($_GET['mode'] == "bonus") && (EXT_IS_ACTIVE("bonus")))         {
                // Output message with added points
index 0d00e62e84503b6552cb55da645ff5d807637728..8c2b7d2f2ba6471c1bb9f4e34af12e822e6799f6 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
+
 // Add description as navigation point
 ADD_DESCR("guest", basename(__FILE__));
-OPEN_TABLE("100%", "", "center", "top");
+
+// Load default template
 LOAD_TEMPLATE(substr(basename(__FILE__), 5, -4));
-CLOSE_TABLE();
+
 //
 ?>
index bf862413d965f75a592ac4e4a75dd55a56d948e5..abe4c547b4be86340bf06c9cf53dc9d299f576dc 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
+
 // Add description as navigation point
 ADD_DESCR ("guest", basename(__FILE__));
 
-OPEN_TABLE("100%", "guest_content_align", "");
+// Load default template
 LOAD_TEMPLATE(substr(basename(__FILE__), 5, -4));
-CLOSE_TABLE();
+
 //
 ?>
index 9ac317ea977061053716923edef33648b0fb355a..1a1a632f656b6947646d426d13e6f3b0b2b51173 100644 (file)
@@ -40,7 +40,6 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 // Add description as navigation point
 ADD_DESCR("guest", basename(__FILE__));
 
-OPEN_TABLE("100%", "guest_content_align", "");
 if (!empty($_GET['hash']))
 {
        // Initialize the user ID
@@ -57,7 +56,7 @@ if (!empty($_GET['hash']))
                // Unlock his account (but only when it is on UNCONFIRMED!)
                $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_data SET status='CONFIRMED', ref_payout='%s' WHERE user_hash='%s' AND status='UNCONFIRMED' LIMIT 1",
                 array($_CONFIG['ref_payout'], $_GET['hash']), __FILE__, __LINE__);
-               if (SQL_AFFECTEDROWS($link, __FILE__, __LINE__) == 1)
+               if (SQL_AFFECTEDROWS() == 1)
                {
                        $msg = LOAD_EMAIL_TEMPLATE("confirm-member", "", bigintval($uid));
 
@@ -183,6 +182,6 @@ if (!empty($_GET['hash']))
        // No hash found, the guest may want to enter his email address to re-get his confirmation link?
        LOAD_TEMPLATE("guest_confirm_link");
 }
-CLOSE_TABLE();
+
 //
 ?>
index afb4c3bc1298b2ebbbb43b8acc898931f705b581..88a3c464d59e9c0053a4d910b1309216b1102788 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
+
 // Add description as navigation point
 ADD_DESCR("guest", basename(__FILE__));
 
-OPEN_TABLE("100%", "guest_content_align", "", "");
+// Load template template
 LOAD_TEMPLATE(substr(basename(__FILE__), 5, -4));
-CLOSE_TABLE();
 
 //
 ?>
index 03e203339f55160bf81caf7d9cb1c3cc716d9ef3..c3ff0997005be8d89a35a6af5c4dd047f8861366 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
+
 // Add description as navigation point
 ADD_DESCR("guest", basename(__FILE__));
 
-OPEN_TABLE("100%", "guest_content_align", "");
+// Load default template
 LOAD_TEMPLATE(substr(basename(__FILE__), 5, -4));
-CLOSE_TABLE();
+
 //
 ?>
index 4029789a492509942da8e0bfc7e83195bc3a2159..3aeef30560b4e2d5992cdce9bbd017876988ff27 100644 (file)
@@ -33,8 +33,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
@@ -42,7 +41,6 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 // Add description as navigation point
 ADD_DESCR("guest", basename(__FILE__));
 
-OPEN_TABLE("100%", "guest_content_align", "");
 global $DATA, $FATAL;
 
 // Initialize data
@@ -167,7 +165,7 @@ if (IS_MEMBER()) {
                                        // Update database records
                                        $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_data SET total_logins=total_logins+1".$ADD." WHERE userid=%s LIMIT 1",
                                         array(bigintval($UID)), __FILE__, __LINE__);
-                                       if (SQL_AFFECTEDROWS($link) == 1) {
+                                       if (SQL_AFFECTEDROWS() == 1) {
                                                // Procedure to checking for login data
                                                if (($BONUS) && (EXT_IS_ACTIVE("bonus"))) {
                                                        // Bonus added (just displaying!)
@@ -347,21 +345,17 @@ if (IS_MEMBER()) {
 }
 
 // Was an URL constructed?
-if (!empty($URL))
-{
+if (!empty($URL)) {
        // URL was constructed
        if (!empty($FATAL[0]))
        {
                // Fatal errors!
                require_once(PATH."inc/fatal_errors.php");
-       }
-        else
-       {
+       } else {
                // Load URL
                LOAD_URL($URL);
        }
 }
 
-CLOSE_TABLE();
 //
 ?>
index a69272b4b7fd2884b46c763fd01c6d8c091b9f87..2a984934ed76f55f841c5179e21414cd4e05a3d1 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-}
- elseif ((!EXT_IS_ACTIVE("register")))
-{
+} elseif ((!EXT_IS_ACTIVE("register"))) {
        if (IS_ADMIN()) {
                ADD_FATAL(sprintf(EXTENSION_PROBLEM_NOT_INSTALLED, "register"));
        } else {
@@ -50,7 +47,6 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 // Add description as navigation point
 ADD_DESCR("guest", basename(__FILE__));
 
-OPEN_TABLE("100%", "guest_content_align", "");
 global $_CONFIG, $DATA;
 
 // Initialize variables
@@ -471,6 +467,6 @@ array(
        // Display registration form
        LOAD_TEMPLATE("guest_register");
 }
-CLOSE_TABLE();
+
 //
 ?>
index ed600bdd8c7fd3f96dc1f30636d0366633c36175..09f1ff10951f80858241ca35840db405078f0a0c 100644 (file)
@@ -81,7 +81,7 @@ WHERE id='%s' AND hash='%s' AND status='UNCONFIRMED' LIMIT 1",
  array(bigintval($SPONSOR['id']), $_GET['hash']), __FILE__, __LINE__);
 
                        // Check on success 
-                       if (SQL_AFFECTEDROWS($link) == 1)
+                       if (SQL_AFFECTEDROWS() == 1)
                        {
                                // Prepare mail and send it to the sponsor
                                $MSG = LOAD_EMAIL_TEMPLATE("sponsor_pending", $SPONSOR);
@@ -107,7 +107,7 @@ WHERE id='%s' AND hash='%s' AND status='EMAIL' LIMIT 1",
  array(bigintval($SPONSOR['id']), $_GET['hash']), __FILE__, __LINE__);
 
                        // Check on success 
-                       if (SQL_AFFECTEDROWS($link) == 1)
+                       if (SQL_AFFECTEDROWS() == 1)
                        {
                                // Sponsor account is unlocked again
                                LOAD_TEMPLATE("admin_settings_saved", false, SPONSOR_ACCOUNT_IS_CONFIRMED_AGAIN);
index fa3acb35a912dc179bcd811ca05525364c3e2da4..d7f0aa5e9dfb6b69cca55e80dc143ebfac2e3629 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
+
 // Add description as navigation point
 ADD_DESCR("guest", basename(__FILE__));
 
@@ -48,7 +48,6 @@ switch ($_GET['mode'])
        case "modules": $_CONFIG['guest_stats'] = "MODULES"; $lmode = "members"; $ltitle = GUEST_STATS_MEMBERS; break;
 }
 
-OPEN_TABLE("100%", "guest_content", "center", "top");
 switch ($_CONFIG['guest_stats'])
 {
 case "MEMBERS": // Statistics about your members
@@ -224,6 +223,6 @@ case "INACTIVE": // Deactivated stats
        LOAD_TEMPLATE("admin_settings_saved", false, "<STRONG>".GUEST_STATS_DEACTIVATED."</STRONG>");
        break;
 }
-CLOSE_TABLE();
+
 //
 ?>
index 808a4f174c47fd74f57fda308238c51913840276..2013b6e711f6a53e9c6d91f790eeff3228667490 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
+
 // Add description as navigation point
 ADD_DESCR("guest", basename(__FILE__));
 
-OPEN_TABLE("100%", "guest_content_align", "");
+// Load default template
 LOAD_TEMPLATE(substr(basename(__FILE__), 5, -4));
-CLOSE_TABLE();
+
 //
 ?>
index a24907380f43f0260e77fa550e62a4bc56beb905..077f0c91e6e4115ebe021c06756959914ac2e8af 100644 (file)
@@ -50,7 +50,6 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 // Add description as navigation point
 ADD_DESCR("member", basename(__FILE__));
 
-OPEN_TABLE("100%", "member_content member_content_align", "");
 define('UID_VALUE', $GLOBALS['userid']); $URL = "";
 
 // Detect what the member wants to do
@@ -327,12 +326,11 @@ case "notify": // Switch off notfication
        $URL = URL."/modules.php?module=login&amp;what=welcome&msg=".urlencode(PROFILE_UPDATED);
        break;
 }
-CLOSE_TABLE();
 
-if (!empty($URL))
-{
+if (!empty($URL)) {
        // Load generated URL
        LOAD_URL($URL);
 }
+
 //
 ?>
index 6293845d814d2e848ff713b84b7817c2ce1ef256..87f17ee8ed16cff002a458fd6df5c98a883b72d4 100644 (file)
@@ -42,7 +42,6 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
 // Add description as navigation point
 ADD_DESCR("member", basename(__FILE__));
 
-OPEN_TABLE("100%", "member_content member_content_align", "");
 $result_depths = SQL_QUERY("SELECT level, percents FROM "._MYSQL_PREFIX."_refdepths ORDER BY level", __FILE__, __LINE__);
 $depths = SQL_NUMROWS($result_depths);
 
@@ -202,6 +201,5 @@ if (EXT_IS_ACTIVE("payout")) {
        PAYOUT_OUTPUT_PAYOUT_LIST(str_replace(",", ".", ($TPTS - $USED)));
 }
 
-CLOSE_TABLE();
 //
 ?>
index b5c6a37f28dd0ad8745f634f1b87064c726cb2b9..76819b63b665948f341ae1198b0d20b9a70c39bc 100644 (file)
@@ -45,8 +45,6 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 // Add description as navigation point
 ADD_DESCR("member", basename(__FILE__));
 
-OPEN_TABLE("90%", "member_table member_content_align", "");
-
 // Load current referral clicks
 $result = SQL_QUERY_ESC("SELECT ref_clicks FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s LIMIT 1",
  array($GLOBALS['userid']), __FILE__, __LINE__);
@@ -137,6 +135,5 @@ if (SQL_NUMROWS($result) > 0)
 // Free result
 SQL_FREERESULT($result);
 
-CLOSE_TABLE();
 //
 ?>
index b0c26bc7af42d42487255500bbbe76b3d8e79c84..74fbc6a45a58e087c6444d48f4de7113c72b2503 100644 (file)
@@ -67,7 +67,7 @@ if (empty($URL)) {
         array($type, bigintval($_GET['order']), $GLOBALS['userid']), __FILE__, __LINE__);
 
        // Finally is the entry valid?
-       if (SQL_AFFECTEDROWS($link) == 1) {
+       if (SQL_AFFECTEDROWS() == 1) {
                // Update his login data
                UPDATE_LOGIN_DATA();
 
index 6710c1c6f633069abf5d35c46e9c1a0361bc3cc5..f4fa13aec43280d238688a3aa5c4ce686c366abb 100644 (file)
@@ -650,7 +650,6 @@ function UPDATE_LOGIN_DATA ($UPDATE=true) {
 //
 function VALIDATE_MENU_ACTION ($MODE, $act, $wht, $UPDATE=false)
 {
-       global $link;
        $ret = false;
        $ADD = "";
        if ((!IS_ADMIN()) && ($MODE != "admin")) $ADD = " AND locked='N'";
@@ -678,7 +677,7 @@ function VALIDATE_MENU_ACTION ($MODE, $act, $wht, $UPDATE=false)
        $result = SQL_QUERY($SQL, __FILE__, __LINE__);
        if ($UPDATE)
        {
-               if (SQL_AFFECTEDROWS($link, __FILE__, __LINE__) == 1) $ret = true;
+               if (SQL_AFFECTEDROWS() == 1) $ret = true;
                //* DEBUG: */ debug_print_backtrace();
        }
         else
@@ -1043,7 +1042,7 @@ function GET_TOTAL_DATA($search, $tableName, $lookFor, $whereStatement="userid",
  */
 function ADD_POINTS_REFSYSTEM($uid, $points, $send_notify=false, $rid="0", $locked=false, $add_mode="ref")
 {
-       global $DEPTH, $_CONFIG, $DATA, $link;
+       global $DEPTH, $_CONFIG, $DATA;
 
        // Debug message
        //DEBUG_LOG(__FUNCTION__.": uid={$uid},points={$points}");
@@ -1156,7 +1155,7 @@ function ADD_POINTS_REFSYSTEM($uid, $points, $send_notify=false, $rid="0", $lock
 //
 function UPDATE_REF_COUNTER($uid)
 {
-       global $REF_LVL, $link, $cacheInstance;
+       global $REF_LVL, $cacheInstance;
        // Make it sure referral level zero (member him-/herself) is at least selected
        if (empty($REF_LVL)) $REF_LVL = "0";
 
@@ -1165,7 +1164,7 @@ function UPDATE_REF_COUNTER($uid)
         array(bigintval($uid), $REF_LVL), __FILE__, __LINE__);
 
        // When no entry was updated then we have to create it here
-       if (SQL_AFFECTEDROWS($link) == 0)
+       if (SQL_AFFECTEDROWS() == 0)
        {
                // First count!
                $result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_refsystem (userid, level, counter) VALUES ('%s', '%s', '1')",
@@ -1195,7 +1194,8 @@ function UPDATE_REF_COUNTER($uid)
 //
 function UPDATE_ONLINE_LIST($SID, $mod, $act, $wht)
 {
-       global $link, $_CONFIG;
+       global $_CONFIG;
+
        // Do not update online list when extension is deactivated
        if (!EXT_IS_ACTIVE("online", true)) return;
 
index b42ef492985d535c3b556bee32b15cd5dd763f62..5d054ef6ab99085409db649b32c6e07e677e0d4c 100644 (file)
@@ -68,7 +68,7 @@ if (SQL_NUMROWS($result_main) > 0)
                // Set mail order as "active". That means it will be sent out
                $result_active = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_pool SET data_type='ACTIVE' WHERE id=%s AND data_type='NEW' LIMIT 1",
                 array($DATA[0]), __FILE__, __LINE__);
-               if (SQL_AFFECTEDROWS($result_active) == 1)
+               if (SQL_AFFECTEDROWS() == 1)
                {
                        // "Explode" all receivers into an array
                        if (ereg(";", $DATA[4]))
index c9a28889f1dab9bf4b8e557e47a8b4e6c6aabe3c..93def066643699a349048f69eaeebdb894aff149 100644 (file)
@@ -209,10 +209,5 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
        LOAD_URL("install.php");
 }
 
-// Shutdown database link
-if (is_resource($link)) {
-       SQL_CLOSE($link, __FILE__, __LINE__);
-}
-
 //
 ?>
index 23e76732ad2c49c9fdb77cdcc9bfa2eeab01e4d9..1ac56046dccd60a7cdb3ade0be9f1ce54d45d197 100644 (file)
@@ -81,7 +81,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
                if (SQL_NUMROWS($result) == 1)
                {
                        // Is the stats ID valid?
-                       list($link_id, $ltype) = SQL_FETCHROW($result);
+                       list($lid, $ltype) = SQL_FETCHROW($result);
                        SQL_FREERESULT($result);
                        switch ($ltype)
                        {
@@ -257,7 +257,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
 
                                                                                // Remove link from table
                                                                                $result = SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_user_links WHERE id=%s LIMIT 1",
-                                                                                array(bigintval($link_id)), __FILE__, __LINE__);
+                                                                                array(bigintval($lid)), __FILE__, __LINE__);
 
                                                                                // Load total points
                                                                                define('__TOTAL_POINTS', TRANSLATE_COMMA(
@@ -276,7 +276,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
 
                                                                                // Remove link from table
                                                                                $result = SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_user_links WHERE id=%s LIMIT 1",
-                                                                                array(bigintval($link_id)), __FILE__, __LINE__);
+                                                                                array(bigintval($lid)), __FILE__, __LINE__);
 
                                                                                // Load template
                                                                                LOAD_TEMPLATE("mailid_points_failed");
index f0d1dab1e62f1c4deba399908d6dbb3c94836e39..96c2f9137f3ebb5e9a51e8bf3a000ff1a3749a21 100644 (file)
@@ -195,8 +195,5 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
        LOAD_URL("install.php");
 }
 
-// Close any open database connection here
-SQL_CLOSE($link, __FILE__, __LINE__);
-
 // Really all done here... ;-)
 ?>
index 1dc34810b8a90cc384c2aaffc64c5447c581370f..535fb56e149d0e5df196fa5bf254594e2acedc7d 100644 (file)
@@ -99,10 +99,10 @@ Inhalte haben. Dies gilt sowohl f&uuml;r nationale, als auch
 internationale Gesetze. Werbetexte die solche Seiten bewerben, werden
 nicht versandt.</div>
 
-<div class="agb_para">&sect;10a </font><font size="2">{!MAIN_TITLE!}
-beh&auml;lt sich die Pr&uuml;fung von zu bewerbenden Webseiten
-unmittelbar vor der Versendung und ein Auswechseln der beworbenen URL
-bei bereits versendeten Werbemails vor.</div>
+<div class="agb_para">&sect;10a {!MAIN_TITLE!} beh&auml;lt sich die
+Pr&uuml;fung von zu bewerbenden Webseiten unmittelbar vor der Versendung
+und ein Auswechseln der beworbenen URL bei bereits versendeten Werbemails
+vor.</div>
 
 <div class="agb_para">&sect;11 Es ist nicht gestattet, Werbeseiten
 mit mehr als 1 PopUp zu versenden. Verboten sind auch PopUp&#39;s die
index 1189c25ab46cb24666c88f8779e7cf49b6303b54..01aeb32a85f776789cdb32b00f336902bda1bf6d 100644 (file)
@@ -1 +1,18 @@
-{--MT_WORD3--} &quot;leben&quot; von ihren Sponsoren. Mit dieser Erweiterung steht Ihnen eine professionelle L&ouml;sung bereit, mit der Sie neue Sponoren werben k&ouml;nnen.<br /><br />Die wichtigsten Funktionen des Sponsorbereiches:<UL><LI>Echtzeitstatistik im Sponsorenbereich f&uuml;r jede Sponsoraktion seperat und gemeinsam</LI>Einfaches Nachbestellen von {--POINTS--}n (Konto auff&uuml;llen) und &Auml;ndern der Einstellungen des Sponsors (sowohl aus dem Adminbereich als auch vom Sponsor selber durchf&uuml;hrbar)</LI><LI>Volle administrative Kontrolle (z.B. wird das Sponsorenaccount gesperrt, wenn er seine Email-Adresse &auml;ndert oder neue {--POINTS--} bestellt hat; jede vom Sponsor durchgef&uuml;hrte Sponsorenaktion (Mailbuchung, neue SignUp-Aktion erstellt oder bestehende ge&auml;ndert) muss von Ihnen freigegeben werden)</LI><LI>Eigenes von anderen unabh&auml;ngige Men&uuml;system</LI><LI>Sie k&ouml;nnen (und sollten es auch) eigene Sponsoren-Accounts aus dem Adminbereich anlegen</LI><LI>Installieren Sie eine zus&auml;tzliche Erweiterung mit Sponsor-Anteil Ihrem {--MT_WORD--} hinzu, wird automatisch ein entsprechender Men&uuml;punkt in den Sponsorenbereich eingef&uuml;gt.</LI><LI>Einfache Werbemittel-Verwaltung: Die Sponsoren brauchen nur einmal eine URL bzw. einen Banner hinzuf&uuml;gen (ausser wenn diese gel&ouml;scht wurden).</LI><LI>Sp&auml;ter k&ouml;nnen die URLs und Banner beliebig Kampagnen zugewiesen werden.</LI><LI>Kampagnen k&ouml;nnen entweder von einem Anfangsdatum bis zu einem Enddatum laufen oder bis das &uuml;bertragene Guthaben an {--POINTS--} aufgebraucht ist.</LI><LI>In allen F&auml;llen ist eine Mail zum Sponsor und zu den Administratoren unterwegs!</LI><LI>Ihre Sponsoren werden im Mitgliedsbereich Ihren Mitgliedern etwas vorstellt. Bestimmen Sie dabei, welche Daten der Sponsor anzeigen lassen kann und welche nicht!</LI></OL>
+{--MT_WORD3--} &quot;leben&quot; von ihren Sponsoren. Mit dieser Erweiterung
+steht Ihnen eine professionelle L&ouml;sung bereit, mit der Sie neue Sponoren
+werben k&ouml;nnen.<br />
+<br />
+Die wichtigsten Funktionen des Sponsorbereiches:
+<ul>
+<li>Echtzeitstatistik im Sponsorenbereich f&uuml;r jede Sponsoraktion seperat und gemeinsam</li>
+<li>Einfaches Nachbestellen von {--POINTS--}n (Konto auff&uuml;llen) und &Auml;ndern der Einstellungen des Sponsors (sowohl aus dem Adminbereich als auch vom Sponsor selber durchf&uuml;hrbar)</li>
+<li>Volle administrative Kontrolle (z.B. wird das Sponsorenaccount gesperrt, wenn er seine Email-Adresse &auml;ndert oder neue {--POINTS--} bestellt hat; jede vom Sponsor durchgef&uuml;hrte Sponsorenaktion (Mailbuchung, neue SignUp-Aktion erstellt oder bestehende ge&auml;ndert) muss von Ihnen freigegeben werden)</li>
+<li>Eigenes von anderen unabh&auml;ngige Men&uuml;system</li>
+<li>Sie k&ouml;nnen (und sollten es auch) eigene Sponsoren-Accounts aus dem Adminbereich anlegen</li>
+<li>Installieren Sie eine zus&auml;tzliche Erweiterung mit Sponsor-Anteil Ihrem {--MT_WORD--} hinzu, wird automatisch ein entsprechender Men&uuml;punkt in den Sponsorenbereich eingef&uuml;gt.</li>
+<li>Einfache Werbemittel-Verwaltung: Die Sponsoren brauchen nur einmal eine URL bzw. einen Banner hinzuf&uuml;gen (ausser wenn diese gel&ouml;scht wurden).</li>
+<li>Sp&auml;ter k&ouml;nnen die URLs und Banner beliebig Kampagnen zugewiesen werden.</li>
+<li>Kampagnen k&ouml;nnen entweder von einem Anfangsdatum bis zu einem Enddatum laufen oder bis das &uuml;bertragene Guthaben an {--POINTS--} aufgebraucht ist.</li>
+<li>In allen F&auml;llen ist eine Mail zum Sponsor und zu den Administratoren unterwegs!</li>
+<li>Ihre Sponsoren werden im Mitgliedsbereich Ihren Mitgliedern etwas vorstellt. Bestimmen Sie dabei, welche Daten der Sponsor anzeigen lassen kann und welche nicht!</li>
+</ul>
index 2d7b822469aa486639410bc3c12f411247aa14d4..bcf4049cefbdb2f929bd3bb04c2aa1bbb2a99918 100644 (file)
@@ -3,17 +3,17 @@
 <br />
 {--DOUBLER_MEMBER_LINK_NOTE--}</DIV>
 
-<P align="center"><STRONG class="big">{--DOUBLER_MEMBER_ALREADY_PAYOUT--}:</STRONG><br />
+<div align="center"><STRONG class="big">{--DOUBLER_MEMBER_ALREADY_PAYOUT--}:</STRONG><br />
 <br />
-{!__DOUBLER_PAYOUT_HISTORY!}</P>
+{!__DOUBLER_PAYOUT_HISTORY!}</div>
 
-<P align="center"><STRONG class="big">{--DOUBLER_MEMBER_NEXT_PAYOUT--}:</STRONG><br />
+<div align="center"><STRONG class="big">{--DOUBLER_MEMBER_NEXT_PAYOUT--}:</STRONG><br />
 <br />
-{!__DOUBLER_PAYOUT_NEXT!}</P>
+{!__DOUBLER_PAYOUT_NEXT!}</div>
 
-<P align="center"><STRONG class="big">{--DOUBLER_MEMBER_REF_PAYOUT--}:</STRONG><br />
+<div align="center"><STRONG class="big">{--DOUBLER_MEMBER_REF_PAYOUT--}:</STRONG><br />
 <br />
-{--__DOUBLER_PAYOUT_REF--}</P>
+{--__DOUBLER_PAYOUT_REF--}</div>
 
 <DIV align="center">
 <TABLE border="0" cellspacing="0" cellpadding="0"
@@ -53,7 +53,7 @@
                        <LI>{--DOUBLER_TIMEOUT_1--} <STRONG>{!__TIMEOUT_MARK!}</STRONG>
                        {--DOUBLER_TIMEOUT_2--}</LI>
                        <LI>{--DOUBLER_HAVE_FUN--}</LI>
-                       </OL>
+                       </UL>
                </TD>
        </TR>
        <TR>
index c0c16b6b9a682ae42e9b4c45c16a635a738452e3..4b9ed3335988fe4dc3aa853b0645284fb4d405a0 100644 (file)
@@ -29,7 +29,8 @@
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center"><FONT class="member_note">{--HOLIDAY_MAX_DAYS_1--}<STRONG>{--__HOLIDAY_MAX--}</STRONG>{--HOLIDAY_MAX_DAYS_2--}
+               <TD colspan="3" align="center">
+                       <SPAN class="member_note">{--HOLIDAY_MAX_DAYS_1--}<STRONG>{--__HOLIDAY_MAX--}</STRONG>{--HOLIDAY_MAX_DAYS_2--}</SPAN>
                </TD>
        </TR>
        <TR>
@@ -40,7 +41,7 @@
        </TR>
        <TR>
                <TD colspan="3" align="center">{--HOLIDAY_COMMENTS--}:<br />
-               <TEXTAREA name="comments" class="member_normal" cols="50" rows="6"></TEXTAREA>
+                       <TEXTAREA name="comments" class="member_normal" cols="50" rows="6"></TEXTAREA>
                </TD>
        </TR>
        <TR>
@@ -50,7 +51,8 @@
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center"><FONT class="member_note">{--HOLIDAY_NOTES--}</FONT>
+               <TD colspan="3" align="center">
+                       <SPAN class="member_note">{--HOLIDAY_NOTES--}</SPAN>
                </TD>
        </TR>
        <TR>
index ffd77207132894d61f85e3669b70943ec96ed463..cc50d5c742fe86a1f567381e066dc872277f2092 100644 (file)
@@ -1,4 +1,5 @@
 <TR>
        <TD align="center" class="switch_sw$content[sw] top" colspan="6">
-       <B class="member_failed large">$content[probl]:</STRONG>$content[data] </TD>
+               <STRONG class="member_failed large">$content[probl]:</STRONG> $content[data]
+       </TD>
 </TR>
\ No newline at end of file
index e09a4dfccef42f4bac761f37930b4c9fbaec4200..b9de6fa55f9a440574fca2225d10b6e1596d78d6 100644 (file)
@@ -1,8 +1,5 @@
-<FORM
-       action="{!URL!}/modules.php?module=login&amp;what=wernis&amp;wernis=$_GET[wernis]"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="440"
-       class="member_table dashed">
+<FORM action="{!URL!}/modules.php?module=login&amp;what=wernis&amp;wernis=$_GET[wernis]" method="POST" style="margin-bottom: 0px">
+<TABLE border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
        <TR>
                <TD colspan="3" align="center" class="member_title2 bottom2"
                        height="30"><STRONG>{--WERNIS_NOW_TITLE--}</STRONG></TD>
        <TR>
                <TD height="25" align="right">{--WERNIS_MAX_WERNIS--}:</TD>
                <TD class="seperator" width="10">&nbsp;</TD>
-               <TD><STRONG>{--WERNIS_MAX_VALUE!}</STRONG></TD>
+               <TD><STRONG>{!WERNIS_MAX_VALUE!}</STRONG></TD>
        </TR>
        <TR>
                <TD height="25" align="right">{--WERNIS_WANT_WERNIS--}:</TD>
                <TD class="seperator" width="10">&nbsp;</TD>
                <TD><INPUT type="text" name="wernis" class="member_normal"
-                       size="10" maxlength="255" value="{--WERNIS_MAX_VALUE!}"></STRONG></TD>
+                       size="10" maxlength="255" value="{--WERNIS_MAX_VALUE!}"></TD>
        </TR>
        <TR>
                <TD height="25" align="right">{--WERNIS_TARGET_ACCOUNT--}:</TD>
                <TD class="seperator" width="10">&nbsp;</TD>
                <TD><INPUT type="text" name="account" class="member_normal"
-                       size="20" maxlength="255"></STRONG></TD>
+                       size="20" maxlength="255"></TD>
        </TR>
        <TR>
                <TD height="25" align="right">{--WERNIS_OPTIONAL_PASSWORD--}:</TD>
                <TD class="seperator" width="10">&nbsp;</TD>
                <TD><INPUT type="password" name="pass" class="member_normal"
-                       size="10" maxlength="255"></STRONG></TD>
+                       size="10" maxlength="255"></TD>
        </TR>
        <TR>
                <TD colspan="3" height="3" class="seperator bottom2">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center" class="member_footer"><INPUT
-                       type="reset" class="member_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
-                       type="submit" name="ok" class="member_submit"
-                       value="{--WERNIS_SEND_NOW--}"></TD>
+               <TD colspan="3" align="center" class="member_footer">
+                       <INPUT type="reset" class="member_reset" value="{--CLEAR_FORM--}" />&nbsp;*
+                       <INPUT type="submit" name="ok" class="member_submit" value="{--WERNIS_SEND_NOW--}" />
+               </TD>
        </TR>
 </TABLE>
 </FORM>