Search results

  1. D

    bye

    I lost interest in this community for some unknown reasons.. but I was enjoying it when I was active .Now I am busy in studies etc.. So I cannot be an active member here as I used to be.. A big thanks to my friends here @ wj <3 Bye ..
  2. D

    WrzCMS

    wrzcms is a simple CMS based on CodeIgniter, which is currently being developed , mainly targeting warez webmasters. coding was started 2 days ago and took hardly took 4-5 hrs . while coding this, several things like SEO , etc are kept in mind. the first release is just an alpha version , and...
  3. D

    Nginx Custom Headers - Kick Ass Server :P

    Intro : In this tutorial , I will be showing how to Edit the default Server Headers of Nginx and set them to the required ones .. If you are aware of the word server header , read this : http://en.wikipedia.org/wiki/List_of_HTTP_header_fields for example if you find Google's server header ...
  4. D

    [Jquery] Visually Appealing Notifications - Happy New Year !

    http://i.imgur.com/qcBdW.png <html> <head> <title>Jquery- Display Notifications with close option - Desiboy @ wjunction.com</title> <link href=' http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'> <style type="text/css"> #notify { font-family: 'Droid Sans'...
  5. D

    proxy site on google servers

    please review http://io9.in/proxy its hosted on google appengine =) , does any one dare to block Google's IP ?
  6. D

    Linux system info ( C)

    Compiled Binary ( compiled using gcc ) http://dl.dropbox.com/u/8626323/c/sysinfo usage instructions : wget http://dl.dropbox.com/u/8626323/c/sysinfo ./sysinfo source .. nothin complex :P to compile save the code to a file and call it sysinfo.c, then use gcc to compile it gcc sysinfo.c...
  7. D

    cdnpic V2 ( w00t )

    Hi guys, cdnpic.com is a image hosting service , we are here to offer a stable and reliable image hosting and sharing platform. we have tested the platform for many months and its pretty stable and can handle large traffic without any problems . cdnpic is a privately owned website funded by...
  8. D

    php string - heredoc syntax

    its very basic, but not many use it .. <?php $var1 = "Wjunction"; $string1 = <<< EOD I am a bot <br /> I <3 $var1 <br /> I need not be escaped , let's test <br /> EOD; echo $string1; ?> EOD stands for end of data Advantages : no need to escape quotes in the string itself.. I donno about...
  9. D

    Facebook Fanpage

    http://www.facebook.com/pages/cdnpic/119277751424490 Awesome landing page . Click on the like button pl0x <3 I will share the method to create custom landing pages in development area after some time :D Thanks .
  10. D

    What is CDN ??

    whats CDN ? and how can my website be benefited with it ? More Why should I use a CDN ? Speed Uptime Improved Visitor Experience And Yahoo recommends to use a CDN to improve the page load times.. Example Screen-shots Opening Same IP from Proxies of Different Countries...
  11. D

    [Unninished ] Link grabber ,Downloader , etc

    [Unfinished ] Link grabber ,Downloader , etc Hey guys, this is an unfinished project :( , because of lack of time.. thought of sharing it , as others can modify and update it.. <3 #!/bin/bash ## desiboy ## sat_cse28 ( download hf links using wget ) ##...
  12. D

    Introducing NixSnapr | Linux Screen Capture tool

    NixSnapr is a small screen shot utility for Linux (Beta) and has the following features. oyhqGD5Ge5A Grab the selected area of the screen. Save the captures in /home/Pictures directory with screenshot-date-time prefix. Upload to cdnpic.com ( with progress bar) and display the link. Desktop...
  13. D

    [Linux] Creating Visually Appealing Notifications

    Part 1 of Easy GUI Creation On Linux Hey guys.. In this thread, I will show , how to Creating Visually Appealing Notifications on Liunux using notify--send. I assume that the user reading this thread has basics of shell scripting.. I am working on Ubuntu, this doesn't mean that it will only...
  14. D

    [guide] Uploading to Hofile using curl

    What ? Upload to hotfile.com using curl from the terminal . Requirements ? curl preferably on Linux Terminal Access How ? curl -T FILENAME.RAR ftp.hotfile.com --user UserName:YourPasswordScreen Extending ? logging into hf using curl and echoing out the download link ..sorry I cannot...
  15. D

    Selling WarezBot ( Warez Search Engine )

    Ok pple , I got sick of the amount of pms I get every day for selling warezbot , also I am busy these days in a college project, , so let me make it public Site : WarezBot. URL : http://warezbot.net PR : 2 ( expecting 3 in next update ). Script That It Uses : Highly modified open...
  16. D

    Hosting Websites without any control panel on your VPS /DEDI

    Managing an Unmanaged V.P.S/ Dedi hey guys. in the below tutorial we will be installing all the things which are needed to run a typical website. we will be using Debian Lenny , as the operating system, and will be installing and configuring the required packages , so that you can host Multiple...
  17. D

    Sumbit your site to WarezBot

    hey Guys.. WarezBot is a warez search engine. Page Rank: 3. please submit your warez forum/ blog to WarezBot. and I will try my best to index as many sites are possible. URL to submit http://www.warezbot.net/webmasters/addurl.warezcheers. Ps: no need to add any link back ;)
  18. D

    Changing SSH Port on your VPS/DEDI

    Changing The default port 22 to other port is considered as a security measure. I am sure that 90 % of members here use the default port STEP1 : Login to your V.P.S / Dedi by using a SSH client like Putty. STEP2: Editing /etc/ssh/sshd_config Using your favourite editor,edit...
  19. D

    LE with WarezBot, PR 2, Any Site Accepted

    LE with WarezBot, PR 3, Any Site Accepted Site: WarezBot URL: http://www.warezbot.net PR: 3 <a target="_blank" href="http://www.warezbot.net" title="Warez Search">Warez Search</a> Regards
  20. D

    Simple Rapidshare Uploader Using Bash

    hey Guys.. this script will rar a folder ( 200 Mb archives, paswword, comment, etc ), Moves the rars to a temp folder and uploads to rs collectors acc , saves download links in a text file .. 0j4Qvil5o30 what features does this script miss ?
Back
Top