Jump to content
  • Sign Up

Leaderboard

  1. EvilModder

    EvilModder

    Apprentice


    • Points

      3

    • Posts

      54


  2. Justin™

    Justin™

    Retired Staff


    • Points

      2

    • Posts

      369


  3. -Cookie-

    -Cookie-

    Community Regular


    • Points

      1

    • Posts

      771


  4. TJ.

    TJ.

    Retired Staff


    • Points

      1

    • Posts

      268


Popular Content

Showing content with the highest reputation on 01/06/2014 in all areas

  1. This tutorial will disable right click on your site for guests only! Just add that code at the very top of your ACP > look & Feel > Skin name > Global Template > defaultHeader <if test="IPSMember::isInGroup( $this->memberData, array(2) )"> <script language=JavaScript> var message="You Must Log-in before you can use Right Click!"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") </script> </if>To Change what the message says all you need to do is Edit this part of the codes "You Must Log-in before you can use Right Click!" And if your wanna add different groups to the code just go to this <if test="IPSMember::isInGroup( $this->memberData, array(2) )">and where it says 0 add your groups like this 2,4,12 etc....
    1 point
  2. Yes I meant 1.4.1 as for the extender, it's a matter of taste. I actually don't care for either one.
    1 point
  3. This is what you need: BTW, I would update the shoutbox to Shoutbox 1.4.0 here: http://webflake.sx/files/file/23-shoutbox/
    1 point
  4. i would not perfer free hosting because what if your site gets ddos it will prob take forever to get it up and running. but its also good to have cus you can try and make alittle bit of money to pay for a paid webhosting so it runs better and if you ever need good webhosting let me know i know some
    1 point
  5. thats a awesome logo man great job looks really nice im not so good with logos
    1 point
  6. Welcome to Webflake please take your time out and read the rules also please stay active and if you need some help please pm me i am here to help
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...