/////////////////////////////////////// // Get Profile Information // /////////////////////////////////////// $profile_info = getSqlRow("SELECT * FROM ifdate_users WHERE username='".$_GET['username']."'");
/////////////////////////////////////// // Include Header // /////////////////////////////////////// include("themes/".$site_settings['ifdate_theme']."/ifdate_header.php");
/////////////////////////////////////// // Check if Profile Exists // /////////////////////////////////////// $check_user_exists = mysql_query("SELECT * FROM ifdate_users WHERE username='".$_GET['username']."'"); if (mysql_num_rows($check_user_exists)==0){ $error_number = rand(9,89987528); echo "<script>document.location.href='my_profile_error.php?error=".$error_number."&&error_name=".$_GET['username']."'</script>"; }
/////////////////////////////////////// // Update Profile Views // /////////////////////////////////////// mysql_query("UPDATE ifdate_users SET profile_views=profile_views+1 WHERE username='".$profile_info['username']."'");
/////////////////////////////////////// // Get Profile Users Age // /////////////////////////////////////// $get_profile_row = getSqlRow("SELECT * FROM ifdate_users WHERE username='".$_GET['username']."'"); $get_birth_day = $get_profile_row['birth_day']; $get_birth_month = $get_profile_row['birth_month']; $get_birth_year = $get_profile_row['birth_year'];
/////////////////////////////////////// // Visitors // /////////////////////////////////////// if (($profile_info['account_type']==0)&&($site_privileges['f_visitors']=='No')){ //do nothing } else if ($site_settings['ifdate_upgrades']=='Yes'){ if (($user_info['account_type']==1)&&($site_privileges['u_visitors']=='No')){ //do nothing } else if ($_GET['username']==$user_info['username']){ // do nothing } else if (($_COOKIE['iFdate']=="Active")&&($user_info['active_status']=="Online")){ mysql_query("INSERT INTO ifdate_visitors (visitor_username, visitor_visitor, visitor_date) VALUES ('".$_GET['username']."', '".$user_info['username']."', '".$today_info."') "); } }
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
mir10
Здравствуйте ! Помогите пожалста чайнику.
Делаю на сайте соц. сеть для рыболовов и наткнулся на такую проблему.
Страница просмотра профиля участников открывается только один раз.
Для того, чтобы просмотреть второй раз, или следующего участника,
нужно выйти из сайта и снова войти. Иначе покажет...
( Not Found
The requested URL /my_org//vasil was not found on this server. )
Вот код страницы, может кто подскажет в чем дело, что нужно изменить
в коде, или в базе данных ?
А здесь наглядный пример (испытательный) http://www.rybalka24.de/my_org//index.php
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.