403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/main/mixer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/main/mixer//home.html
{header}
{ims}
<script language="javascript" type="text/javascript">
$(function(){
   $('#profile_status_{user_id}').editable({lAdd: '{l_your_status_here}',
                                 lEdit: '{l_edit_your_status}',
                                 lSave: '{l_saving}',
                                 classInput: 'home_editable_input',
                                 inputLength: 25,
                                 empty: true,
                                 type: 'status'
   });
});
</script>

													<!-- begin_myrecorder -->
													<div style="position:absolute; left:256px; margin-top:127px; z-index:99;">
	    												<a href="#" onfocus="this.blur();" onclick="showRecorder(); return false;"><img class="png_behavior" src="{url_tmpl_main}img/rec_audio.png" alt="REC"></a>
													</div>
													<!-- end_myrecorder -->
													<!-- begin_myrecorder_swf -->
                                                    <div id="rec" class="rec_home">
													        <object onfocus="this.blur();" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
													        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
													        width="220" height="140" id="myRecorder" align="middle">
													        <param name="allowScriptAccess" value="sameDomain" />
													        <param name="movie" value="{url_main}_server/recorder/myRecorder.swf?login={myname}&unique={unique}&l_recorder_title={l_recorder_title}" />
													        <param name="quality" value="high" />
													        <param name="wmode" value="transparent" />
													        <param name="bgcolor" value="#7ea6b6" />

													        <embed src="{url_main}_server/recorder/myRecorder.swf?login={myname}&unique={unique}&l_recorder_title={l_recorder_title}" wmode="transparent"
													        quality="high" bgcolor="#7ea6b6" width="220" height="140" name="myRecorder" align="middle"
													        allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
													        pluginspage="http://www.macromedia.com/go/getflashplayer" />
													        </object>
													    </div>
													<!-- end_myrecorder_swf -->

      <div id="user-profile">
        <div class="img">
            <!-- begin_profile_status -->
            <div class="status_home_page" style="margin-top: -1px; margin-left: 1px;">
                <div class="profile_editable" id="profile_status_{user_id}">{profile_status}</div>
            </div>
            <!-- end_profile_status -->

          <a href="{url_main}profile_view.php" class="img">


            <img src="{url_files}{photo}" width="116" height="130" alt="{name}" />

            <i></i>
          </a>

        </div>
        <div class="info">
          <div class="box">
            <ul>
              <!-- begin_mail_on -->
                 <li>{l_new_mail}: <a href="{url_main}mail.php">{new_mails}</a></li>
              <!-- end_mail_on -->
              <!-- begin_wink_on -->
              <li>{l_new_interests}: <a href="{url_main}mail_whos_interest.php">{new_interest}</a></li>
              <!-- end_wink_on -->
              <li>{l_new_members}: <a href="{url_main}users_new.php">{users_new}</a></li>
              <!-- begin_new_near -->
              <li>{l_new_members_near}: <a href="{url_main}search_results.php?<!-- begin_p_orientation -->p_orientation%5B%5D={p_orientation}&<!-- end_p_orientation -->country={country}&state={state}&city={city}&status=new">{users_new_near}</a></li>
			  <!-- end_new_near -->
              <!-- begin_viewed_me -->
              <li>{l_new_views}: <a href="{url_main}users_viewed_me.php">{users_view_new}</a></li>
              <li>{l_total_views}: <a href="{url_main}users_viewed_me.php">{users_view_total}</a></li>
              <!-- end_viewed_me -->
              <!-- begin_biorythm -->
              <li><a href="{url_main}biorythm.php?id={user_id}">{l_my_biorythm}</a></li>
              <!-- end_biorythm -->
            </ul>
          </div>
          <h2>{name}</h2>
          <strong>{l_age}:</strong> {age}<br />
          <strong>{l_city}:</strong> {city_title}<br />
          <strong>{l_state}:</strong> {state_title}<br />
          <strong>{l_country}:</strong> {country_title}
          {complite}
          <ul class="acc">
			<!-- begin_nogold-->
			<li class="gold"><a href="{url_main}upgrade.php">{l_upgrade}</a></li>
			<!-- end_nogold-->
			<li><a href="{url_main}profile.php">{l_edit_profile}</a></li>
			<li><a href="{url_main}profile_photo.php">{l_profile_pics}</a></li>
			<!-- begin_hide-->
			<li><a href="{url_main}home.php?cmd=hide">{l_hide}</a></li>
			<!-- end_hide-->
			<!-- begin_active-->
			<li><a href="{url_main}home.php?cmd=active">{l_activate}</a></li>
			<!-- end_active-->
          </ul>
        </div>
      </div><!-- /user-profile -->
				<!-- begin_banner_home -->
				<div class='banner_home' id="banner">
					{banner_home}
				</div>
				<!-- end_banner_home -->
      {search}

<script type="text/javascript">
		var cursor = {x:0, y:0};
		if (navigator.appName=="Netscape")
		{
			document.captureEvents( Event.MOUSEMOVE );
			document.onmousemove = getCoord;
		}

		function getCoord( event )
		{
			cursor.x = event.pageX;
			cursor.y = event.pageY;
		}

		function show_face(e,d) {
			var obj = document.getElementById(d).style;

		    if (navigator.appName=="Netscape")
				{
					cursor.x -= 20;
					cursor.y -= 115;
				}
			else
				{
		        	var de = document.documentElement;
		        	var b = document.body;
		        	cursor.x = event.clientX + (de.scrollLeft || b.scrollLeft) - (de.clientLeft || 0) - 20;
		        	cursor.y = event.clientY + (de.scrollTop || b.scrollTop) - (de.clientTop || 0) - 110;
				}
			obj.visibility = 'visible';
			obj.left = cursor.x + 'px';
			obj.top = cursor.y + 'px';
		}

		function hide_face(d)
		{
			var obj = document.getElementById(d).style;
			obj.visibility = 'hidden';
			obj.left = '-1000px';
			obj.top = '-1000px';
		}
	</script>

	<!-- begin_users_new -->
      <div id="members">
        <h2><img src="{url_main}tmpl_img_loader.php?tmpl={tmpl_loaded}&dirs=img&file=inner-title-members.gif&lang={lang_loaded}" alt="{l_cool_new_people}" /></h2>
        <ul>
		<!-- begin_users_new_item -->
          <li>
<a href="{url_main}{members_link}?display=profile&uid={members_user_id}" onmousemove="show_face(pic{members_num},'usr0{members_num}')" onmouseout="hide_face('usr0{members_num}')" class="img" />

			  		<!-- begin_user_status -->
						<div class="newm_status status{members_status_style}">{members_status}</div>
					<!-- end_user_status -->

			  <img id="pic{members_num}" src="{url_files}{members_photo}"width="90" height="100" alt="{members_name}">
              <i></i>
            </a>
            <span>
              <strong>{members_name}</strong>, {members_age}
            </span>
          </li>
		<!-- end_users_new_item -->
        </ul>
      </div><!-- /members -->
	<!-- end_users_new -->


{footer}

<!-- begin_users_new_item2 -->
<span class="popup-info" id="usr0{members_num}">
    <span class="dx">{l_nick}: <strong>{members_name}</strong>
    <br>{l_age}: <strong>{members_age}</strong>
    <br>{l_from}: <strong>{members_country_title}</strong></span>
</span>
<!-- end_users_new_item2 -->

Youez - 2016 - github.com/yon3zu
LinuXploit