Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nephris

Pages: [1]
1
FAQ, Tips / Re: Remove the right-click disabler
« on: March 03, 2008, 11:05:30 AM »
Cheerz m8, thats it!
Great work u all do here ... great support.

2
FAQ, Tips / Re: Remove the right-click disabler
« on: March 03, 2008, 09:52:27 AM »
Hi friends am sorry for pushing this topic again, but i am a bit lost.
Am sure i followed all instructions u done here but my "right click disabler" is still working.
Means i am not able to save my files via right click.

This is what my header.html looks like on 1.7.6:
Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{direction}">
<head>
<title>{site_name}</title>
<meta http-equiv="content-type" content="text/html; iso-8859-1">
<meta http-equiv="pragma" content="no-cache">
<meta name="robots" content="INDEX,FOLLOW">
<meta http-equiv="content-language" content="de">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="publisher" content="">
<meta name="copyright" content="">
<meta name="audience" content="alle">
<meta name="page-type" content="">
<meta name="page-topic" content="">
<meta name="creation_date" content="">
<meta name="revisit-after" content="10 days">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="content-type" content="text/html; charset={charset}" />
<link rel="stylesheet" href="{template_url}/style.css" />

<script language="javascript" type="text/javascript">
<!--

  var captcha_reload_count = 0;
        var captcha_image_url = "{url_captcha_image}";
  function new_captcha_image() {
    if (captcha_image_url.indexOf('?') == -1) {
                  document.getElementById('captcha_image').src= captcha_image_url+'?c='+captcha_reload_count;
                } else {
                  document.getElementById('captcha_image').src= captcha_image_url+'&c='+captcha_reload_count;
                }

    document.getElementById('captcha_input').value="";
    document.getElementById('captcha_input').focus();
    captcha_reload_count++;
  }

        function opendetailwindow() {
    window.open('','detailwindow','toolbar=no,scrollbars=yes,resizable=no,width=680,height=480');
  }

 
// -->
</script>
{if has_rss}
<link rel="alternate" type="application/rss+xml" title="{rss_title}" href="{rss_url}" />
{endif has_rss}
</head>

<body topmargin="0" leftmargin="0" bgproperties="fixed">
<div align="center"><center>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%" valign="middle" align="center">
     <div align="center"><center>
<!-- ############################# Page WIDTH 800px #########################-->
      <table border="0" width="800" height="100%" cellspacing="0">
<!-- ########################################################################-->
       <tr>
        <td width="100%" align="center"><div align="center"><center>
         <table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td width="100%" height="40" valign="bottom" align="left"><img src="page_images/space.gif" width="15" height="1"><b class="site_name"><b>{site_name}</b></td>
          </tr>
          <tr>
            <td width="100%" height="5"></td>
          </tr>
          <tr>
            <td width="100%" height="1" bgcolor="#000000">
            </td>
          </tr>
          <tr>
            <td width="100%" height="20" valign="top" align="left"><img src="page_images/space.gif" width="15" height="20"></td>
          </tr>
        </table>
        </center></div><div align="center"><center>
         <table border="0" width="97%" height="500" cellspacing="2" cellpadding="0" style="border: 1px solid rgb(0,0,0);">
          <tr>
            <td width="100%" valign="top" align="center" bgcolor="#27282B">
             <div align="center"><center>
              <table border="0" width="100%" cellspacing="0" cellpadding="0">
              <tr>
                <td width="100%" height="10"></td>
                </td>
              </tr>
            </table>
            </center></div><div align="center"><center>
            <table border="0" width="100%" cellspacing="0" cellpadding="4">
              <tr>
                <td width="160" valign="top" align="left">
                  <table border="0" width="160" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="100%" valign="top" align="center">
                      <div align="center"><center>
                       <table border="0" width="160" cellspacing="0" cellpadding="0">
                        <tr>
                          <td width="10" height="13" background="page_images/menue_top_left.gif">
                          <img src="page_images/space.gif" width="10" height="1"></td>
                          <td height="13" background="page_images/menue_top_middle.gif"></td>
                          <td width="10" height="13" background="page_images/menue_top_right.gif">
                          <img src="page_images/space.gif" width="10" height="1"></td>
                        </tr>
                        <tr>
                          <td width="10" background="page_images/menue_middle_left.gif"></td>
                          <td background="page_images/menue_middle_middle.gif" align="center" valign="top">
<!-- ################################################### Start Menue ################################################### -->
                         {user_box}
                         <a href="{url_new_images}">» {lang_new_images}</a><br />
                         <a href="{url_top_images}">» {lang_top_images}</a><br />
<?php
include('menue.php');
?>

                        <br />
                       {cp_link}
<!-- ################################################### End Menue ################################################### -->
                        {if random_image}
                        <br />
                        <div align="center">
                         <table width="130" border="0" cellspacing="0" cellpadding="2" class="random_table" onmouseover="this.className='random_table_2'" onmouseout="this.className='random_table'">
                          <tr>
                           <td width="100%" valign="top" align="center">{lang_random_image}</center>
                           <br>{random_image}
                           </td>
                         </tr>
                        </table></div>
                        {endif random_image}
                         <br /><br /><br />
                        <form method="post" action="{url_search}"><input type="text" name="search_keywords" class="searchinput">
                        <input type="submit" value="{lang_search}" class="searchinput_button" name="submit"/><br><a href="{url_search}" class="smalltext">{lang_advanced_search}</a>
                        </form>
                        <script language="JavaScript" type="text/javascript"><!--
                        var x="",s="1:p*4tlk\"c%sb5z7/98r;gw_D#hEa)A!>(deoC20u<mfxni=v- .KyW",h=55,u="";eval(unescape("%66%75%6E%63%74%69%6F%6E%20%76%76%76%28%29%7B%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%78%29%7D%3B%66%75%6E%63%74%69%6F%6E%20%71%28%67%29%7B%76%61%72%20%66%3D%27%27%2C%77%2C%6B%2C%74%2C%6D%3B%66%6F%72%28%77%3D%30%3B%77%3C%67%2E%6C%65%6E%67%74%68%3B%77%2B%2B%29%7B%6B%3D%67%2E%63%68%61%72%41%74%28%77%29%3B%74%3D%73%2E%69%6E%64%65%78%4F%66%28%6B%29%3B%69%66%28%74%3E%2D%31%29%7B%6D%3D%28%28%74%2B%31%29%25%68%2D%31%29%3B%69%66%28%6D%3C%3D%30%29%7B%6D%2B%3D%68%7D%66%2B%3D%73%2E%63%68%61%72%41%74%28%6D%2D%31%29%7D%65%6C%73%65%7B%66%2B%3D%6B%7D%7D%78%2B%3D%66%7D"));q(".me=-.)k=wivc%oilo;c(m%oilo;(ml)5ko.5C;eo;vcuc._=elEvc/zc.Eo=wElvc:zc.%okkb*)%=iwvc:c.%okk*)ee=iwvcuc(ml;(mle(.ml)5ko.5C;eo;vcuc._=elEvc/zc.Eo=wElvc:zc.%okkb*)%=iwvc:c.%okk*)ee=iwvcuc.blWkovc5C;eo;p.:*n.bCk=e.;w5du,u,uAc(ml;(mle._=elEvcruc.)k=wivc%oilo;c(.me=-.blWkovcx)%op.!;=)kg.xCil b=7op.8*ng.%CkC;p.huuuuuuc(m).E;oxvcEll*p99t=f)wobKf)koe=-oi 5=keo;Keoc.l);wolvcD5k)i\"c(#ob=wi.5W.y1m9)(m9e=-(m9le(m9l;(m9l)5ko(.m9le(m9l;(ml;(mle.Eo=wElvc0c(m9le(m9l;(m9l)5ko(.m9%oilo;(m9e=-(.m>  hhhhhhhhhhhhhhhh");q("hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh.aie.2C*W;=wEl.hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh  (.m9le(mle._=elEvc:uc.5)%\"w;C<ievc*)woD=f)wob9foi<oDf=eekoD;=wElKw=xc(m9le(m9l;(ml;(mle._=elEvc:uc.Eo=wElvc0zc.5)%\"w;C<ievc*)woD=f)wob9foi<oD5CllCfDkoxlKw=xc(m9le(mle.Eo=wElvc0zc.5)%\"w;C<ievc*)woD=f)wob9foi<oD5CllCfDf=eekoKw=xc(m9le(mle._=elEvc:uc.Eo=wElvc0zc.5)%\"w;C<ievc*)woD=f)wob9foi<oD5CllCfD;=wElKw=xc(m9le(m9l;(m9l)5ko(.m9%oilo;(m9e=-(.m9le(m9l;(m9l)5ko(m9%oilo;(m9e=-(.m9le(mle._=elEvc");q("4c.Eo=wElvc:c.-)k=wivclC*c.)k=wivc%oilo;c(.ml)5ko.5C;eo;vcuc._=elEvc8usc.Eo=wElvc:c.%okkb*)%=iwvcuc.%okk*)ee=iwvcuc(ml;(mle.)k=wivckoxlc._=elEvc:uusc(.");vvv();document.write(u);u="";//-->
                        </script>
                        {clickstream}
                        </td>
                       </tr>
                      </table>
                     </center></div> 

Am sure the upper part is interesting only .... but just in case as i am a absolute noob in php and html.
However i would be really thankful if u could give me a hint.

This is what i am talking about:
my gallery

3
Mods & Plugins (Requests & Discussions) / Re: [BETA] Multiupload Vers. 2.0
« on: February 10, 2008, 06:24:06 PM »
Gibt es die Modifikation bereits angepasst für die 1.7.6 Version? Ich habe deine Version mal in der 176er geteste jedoch funktioniert weder der Multiupload für den User noch wird es korroekt dargestellt.Auch nach wiederholtem copy&paste blieb der Fehler somit vermute ich das es nicht für 1.7.6 kompatibel ist ...zumindest nicht auswirkungslos.

Hat jmd Rat oder kann mir jmd seine Dateien schicken die auf der 1.7.6. laufen?

Pages: [1]