User contributions for Admin

From D3xt3r01.tk
A user with 1,089 edits. Account created on 20 December 2008.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

25 June 2009

  • 23:2223:22, 25 June 2009 diff hist +603 N Wikimedia prevent user registrationNew page: ==Why== Because I don't trust romanians .. I don't want them to be able to register and mess up all my work ... ==How== Just put the code in LocalSettings.php Restrict anonymous editing ... current
  • 23:2023:20, 25 June 2009 diff hist +1,698 N ConfirmEdit extensionNew page: ==WHY== Because I want people tu suffer ! :)) Well .. I just wanna block people making bots even if I allowed them to edit my wiki.. ==HOW== Get the extension and put it in the /extension... current
  • 23:1823:18, 25 June 2009 diff hist +548 N GeSHi Syntax Highlight extensionNew page: ==Why== Because I might want to add code samples ==HOW== <source lang="bash" enclose=pre> cd extensions svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SyntaxHighlight... current
  • 23:1623:16, 25 June 2009 diff hist +248 N FileExtension UploadNew page: ==Info== So you want to allow any kind of file to be uploaded !? It's easy as <source lang="php"> $wgFileExtensions = false; </source> in LocalSettings.php ==LINK== http://www.mediawi... current
  • 23:0923:09, 25 June 2009 diff hist +2,743 N Spyware removersNew page: These are some damn good spyware removers .. should be the first step in cleaning up your computer .. '''''SUPERAntiSpyware PRO''''' is the most thorough scanner on the market. Our Multi... current
  • 23:0723:07, 25 June 2009 diff hist +484 N Portable AppsNew page: I'll put here all the portable apps I find & use .. [http://wiki.d3xt3r01.tk/files/portable/mbam_131.exe Malwarebytes' Anti-malware 1.31] [http://wiki.d3xt3r01.tk/files/portable/firefox... current
  • 23:0123:01, 25 June 2009 diff hist +3,366 N Hide/Remove DivNew page: ==Remove DIV Source== <source lang="javascript"> <script type="text/javascript"> function removeEvent(divNum){ var d = document.getElementById('myDiv'); var olddiv = docum...
  • 22:5822:58, 25 June 2009 diff hist +2,706 N Update div contentNew page: ==Source== <source lang="javascript"> <script type="text/javascript"> function loadpage(page_request, containerid){ if (page_request.readyState == 4 && (page_request.status == 200 ...
  • 22:5622:56, 25 June 2009 diff hist +495 N MySQL select entries older thanNew page: ==Query== <source lang="mysql"> SELECT * FROM `table` WHERE `timestampfield` > subdate(NOW(), INTERVAL 10 MINUTE); OR SELECT * FROM `table` where `timestampfield` > NOW() - INTERVAL 10 M... current
  • 22:5522:55, 25 June 2009 diff hist +1,389 N JavaScript print frame buttonNew page: ==Info== Let's say you have a page made with frames .. and you want to print one frame easily by pressing a button .. but you don't want that button showing up .. the idea is to put everyt... current
  • 22:5322:53, 25 June 2009 diff hist +522 N JavaScript back buttonNew page: ==Info== Would you like to enable your visitors to click on a link to be taken back to the previous page they were on? This JavaScript will enable you to do just that. This JavaScript code...
  • 22:4922:49, 25 June 2009 diff hist +2,964 N Cisco LevelsNew page: ==WHAT== I'll try to post here my try to get the CISCO certifications in order and what I'll learn in each of them... ==ORDER== CCNA - Cisco Certified Network Associate<br/> CCNP - Cisc... current
  • 22:4722:47, 25 June 2009 diff hist +988 N Cracking a clientless wep APNew page: ==WHY== Not all AP's have a client connected ...I'll assume you already have a supported card and the injection is working !!! I'll also assume that you know what you're doing and you're ...
  • 22:4622:46, 25 June 2009 diff hist +220 N Copy table structureNew page: ==CODE== To copy the structure <source lang="mysql"> CREATE TABLE `newtable` LIKE `oldtable`; </source> To also copy the rows in the newtable.. <source lang="mysql"> INSERT `newtable` SEL... current
  • 22:4222:42, 25 June 2009 diff hist +342 N Perl simple usageNew page: ==What== Trying to explain basic perl usages. ==HOW== This is how you update CPAN in case there's a new version: # perl -MCPAN -e install Bundle::CPAN This is how you get a perl she... current
  • 22:4022:40, 25 June 2009 diff hist +638 N Writing a CD in consoleNew page: ==WHY ?== Because maybe you don't have a graphic interface .. maybe you don't want to install k3b or another graphical tool for burning cd/dvd's ==HOW== Make sure you have ''mkisofs'', ...
  • 22:3722:37, 25 June 2009 diff hist +2,519 N Interesting youtube and stuffNew page: ==Youtube interesting videos== [http://www.youtube.com/watch?v=HDi9OeJqwG4 Rob Dougan - Furious angels] - Clip cu o idee superba [http://www.youtube.com/watch?v=ldPf3yqq3-8 Giovanni Soll...
  • 22:3222:32, 25 June 2009 diff hist +3,392 N Cisco Simple NATNew page: ==WHAT== The simplest way to learn some cisco is trying to do a simple NAT in your home router so you can share your internet connection multiple computers. This is probably the most aske... current
  • 22:2822:28, 25 June 2009 diff hist +998 N Iptables RedirectNew page: Useful for NAT-ing stuff... ==Redirecting== iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 This would redirect anything going out on port 80 to the same ho...
  • 21:4221:42, 25 June 2009 diff hist +7,926 N Virtual ProFTPD with MySQL and QuotaNew page: ==Presumptions== I assume you already know how to use your distro's package manager .. and you know how to use it.. I also assume you know your way around your distro ... ==HOW TO== <sour...
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)