Jump to content

Leaderboard

  1. -Cookie-

    -Cookie-

    Community Regular


    • Points

      3

    • Posts

      771


  2. Evarni

    Evarni

    Collaborator


    • Points

      1

    • Posts

      577


  3. Yuu

    Yuu

    Snow


    • Points

      1

    • Posts

      422


  4. Tony

    Tony

    Administrator


    • Points

      1

    • Posts

      5,256


Popular Content

Showing content with the highest reputation on 02/09/2014 in all areas

  1. Tested and working on 3.4.x, I don't know about other versions of IP board. This is a TTG-style rainbow username used in the top 5 posters, like the one used on CoD: World at War mods. WARNING: THIS DISABLES USE OF THE SHOUTBOX AS IT CONFLICTS WITH THE JQUERY Demo: Head to look & feel --> your skin --> globaltemplate Add this code before </head> Add this code above <!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: --> Head to members --> member groups --> manage member groups Edit the group you want the style on In Group Formatting Prefix add <span class="rainbow" id="rainbow_0" style="font-weight: bold"> In Group Formatting Suffix add </span> Enjoy
    1 point
  2. Hello, To remove EMail Validation for new users, you must go to ACP > System Settings > System > Security and Privacy and scroll down until you see New Registration email validation and change it to None.
    1 point
  3. I need help . I have registered on 1freehosting. So I wanna know Is it safe for Nulled IPB 3.6.4 ? And What is offshore hosting ? Besides , I'm too much confused. I really can't decide which one should I download ? Retail or Nulled ? Which One is more secure ? I don't want to get caught by IPS . So please someone help me.
    1 point
  4. Thats a different script, hereAdd this above your </head> <script type="text/javascript"> function toSpans(span) { var str=span.firstChild.data; var a=str.length; span.removeChild(span.firstChild); for(var i=0; i<a; i++) { var theSpan=document.createElement("SPAN"); theSpan.appendChild(document.createTextNode(str.charAt(i))); span.appendChild(theSpan); } } function RainbowSpan(span, hue, deg, brt, spd, hspd) { this.deg=(deg==null?360:Math.abs(deg)); this.hue=(hue==null?0:Math.abs(hue)%360); this.hspd=(hspd==null?3:Math.abs(hspd)%360); this.length=span.firstChild.data.length; this.span=span; this.speed=(spd==null?50:Math.abs(spd)); this.hInc=this.deg/this.length; this.brt=(brt==null?255:Math.abs(brt)%256); this.timer=null; toSpans(span); this.moveRainbow(); } RainbowSpan.prototype.moveRainbow = function() { if(this.hue>359) this.hue-=360; var color; var b=this.brt; var a=this.length; var h=this.hue; for(var i=0; i<a; i++) { if(h>359) h-=360; if(h<60) { color=Math.floor(((h)/60)*b); red=b;grn=color;blu=0; } else if(h<120) { color=Math.floor(((h-60)/60)*b); red=b-color;grn=b;blu=0; } else if(h<180) { color=Math.floor(((h-120)/60)*b); red=0;grn=b;blu=color; } else if(h<240) { color=Math.floor(((h-180)/60)*b); red=0;grn=b-color;blu=b; } else if(h<300) { color=Math.floor(((h-240)/60)*b); red=color;grn=0;blu=b; } else { color=Math.floor(((h-300)/60)*b); red=b;grn=0;blu=b-color; } h+=this.hInc; this.span.childNodes[i].style.color="rgb("+red+", "+grn+", "+blu+")"; } this.hue+=this.hspd; } </script>And add this one above your </body> <script> var admin_rainbows = new Array(); var elems = document.getElementsByName("rainbow_fx"); for (var x=0; x < elems.length; x++) { admin_rainbows[x] = new RainbowSpan(elems[x], 0, 360, 255, 80, 350); admin_rainbows[x].timer = window.setInterval("admin_rainbows["+x+"].moveRainbow()", admin_rainbows[x].speed); } </script>And in member groups add this to any member group you wish to have the rainbow colorGroup Formatting Prefix: <span style="color:green;" name="rainbow_fx">Group Formatting Suffix:</span>The green you can change to any color, because on the shoutbox, the rainbow code won't work straight away until your refresh your page, so the green color gives it a color instead of none
    1 point
  5. I mean 3.4.6 I request you to tell me in details. I am newbie in this topic . What is offshore hosting ? And what are differences between nulled & retail ? Which is more secure from the eyes of IPS ? Which one has more features ? Please someone kindly answers my questions ... Thank You !
    1 point
  6. If you have recently opened a forum - or you're about to - then this edition of WebFlake Cereal is a must read.
    1 point
  7. The link you supplied for the rainbow code, well that rainbow code doesn't work on IPB just tested it
    1 point
  8. In Look & Feel-> Manage Skin Sets & Templates-> your skin and then go to globalTemplate. Replace this: <if test="$this->settings['showFacebook']=='yes'"><a href="{$this->settings['facebookURL']}" title="Visit us on Facebook" class='facebookButton'>Facebook</a></if>with this (ID without the brackets): <if test="$this->settings['showFacebook']=='yes'"> <script> function showCount(count){ if(count) document.getElementById('fb_fan_count').innerHTML = + count[0].fan_count; } </script> <a href="{$this->settings['facebookURL']}" title="Visit us on Facebook" class='facebookButton' target='_blank'>Facebook: <span id="fb_fan_count"></span></a> <script type="text/javascript" src="https://api.facebook.com/method/fql.query?format=json&callback=showCount&query=select+fan_count+from+page+where+page_id%3D[ID_OF_YOUR_PAGE]"></script> </if> Twitter Doesn't work it isn't supported any more, Twitter changed its API That's it!
    1 point
  9. But if you have twelve Call of Duty subforums on your board, you win right?
    1 point
  10. Hello everyone.... I need your help in installing forum . I created a free website website with domain .webs.com and I created a free dot.tk domain . I hosted this domain to 1freehosting.com . I want to install IPB forum on my site and the forum should get hosted to 1freehosting . I am newbie in this . So please someone help me in details . How to install it on website ? Thank You....
    -2 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...