Recent content by dermechove

  1. D

    Indian-Crackers site hacked?

    Ppl are saying that knowenservers are secured and can't be hacked.that's non-sense .servers get rooted by 0day exploits most of the time or by miss configurations from network administrator.there is nothing secured on the net. And whenever you own a hosting company you need to do some tests on...
  2. D

    Disable URL parsing in Chat Box?

    I don't think it would be a bother for someone to select the link and then press (crtl+c =>crtl+T => crtl+v)and then (Enter).At least it wouldn't bother me.Also links are dangerous as everyone knows (a lot of attacks can be crafted with links) even tho there is no known vulns for the chat box...
  3. D

    No one is born knowing everything...

    the first warez site that I was active in was usawarez back in 2007 or 2008 I think(I was in their hacking crew :P).And I wasn't an active member at any other warez site until I'm admin at Expresshare.Before getting into warez I was lurking in hacking and RCE sites.It's been a long time now...
  4. D

    Not showing Meta Description in Google!?

    ok in your robot.txt remove this User-Agent: * Disallow: / This is preventing all search engine from crawling your site.just remove that first line off your robot.txt.
  5. D

    Not showing Meta Description in Google!?

    these are the no-caching headers <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> They are set like that in every...
  6. D

    How To uninstall an operating system !

    It was because of the grub (the boot manager with ubuntu) if you just putted a a recovery console CD and wrote the command : "fixmbr" it should have fixed that issue.
  7. D

    Free Website Buttons

    looks old styled actually but thanks for sharing tho.
  8. D

    Where vBulletin stores password

    I forgot what the table is but no vbulletin don't store passwords in plain text and as far as I remember it MD5 it so what you'll find is MD5 hashs
  9. D

    Need plugin decoded

    it's not as easy as you think.I started an attempt to reverse the ioncube algorithm but I got to stop cause I'm back studying in the universitie and I didn't have the time nor the mind to carry on.Anyway if I got smth I'll posted somewhere where everyone will have access to.
  10. D

    Video Tutorials?

    there is a program that I worked with that you will like.it's called Instant Demo with that program you can add notes to your video so you don't need the notepad(you can either give some time before skipping the note for the user to read it or make some hotspot that when clicked will skip the...
  11. D

    Video Tutorials?

    worked with them some time ago(RCE) they are good and self explainable.I would go for them for sure. Just make sure that the quality of the video is good and the size isn't too much. make SWF tuts for better size and compatibility.
  12. D

    How to add a submit button to search?

    try this one out input#searchsubmit{ padding: 3px 5px; display:inline; margin:0px 0px 0px 0px; height:26px; background-image:url('image url'); color:#fff; border:none; text-indent: -999 px; }
  13. D

    How to add a submit button to search?

    try reducing the width of the #s id something to 250 or 200.and put back the search button. <input id="searchsubmit" type="submit" value="search">
  14. D

    How to add a submit button to search?

    what is the site.Is it a vbulletin skin or a custom made script.
Back
Top