Search results

  1. D

    Wj Not Allowed Proxy

    you are right..but there are many more reliable ways to block users who use proxy.. majority of all public proxy servers add some headers like HTTP_X_FORWARDED, HTTP_VIA etc.. just detect those and block them :P
  2. D

    How to install Windows XP on CentOS 5 ?

    not that easy mate..cannot be explained here..you better do a Google search ..or hire a sys admin .
  3. D

    why there's a racism to indians in wj?

    and those so called , hairy bitches have won miss world title for the most number of times.. http://en.wikipedia.org/wiki/Miss_World
  4. D

    How to install Windows XP on CentOS 5 ?

    you can use some kind of Virtualization like xen , then create a virtual machine with windows xp. and if you want to install virtual machine with windows in a virtual machine, forget it :P
  5. D

    why there's a racism to indians in wj?

    Not everyone is a racist here..but I can easily make a list of members who make racist comments intentionally and more frequently , and they wont change . I used to take those comments personally, but its waste of time as the comments are just for making fun and nothing else, and that too that...
  6. D

    Wj Not Allowed Proxy

    if you really want to use a proxy to browse wj http://io9.in/proxy IP : 74.125.71.141 cookies wont work ..so you can just browse..and chances that it will be banned by wj, is less, because its hosted on Google App Engine..
  7. D

    Have Sites with some US traffic? Make some extra money!

    can citizens of countries other than USA , sign-up as affiliates under amazon ? does this trick work for any niche ?
  8. D

    1 domain 1 sql but 2 server

    vBulletin has build in features to do this task.. http://www.vbulletin.com/docs/html/main/config.php http://i.imgur.com/JmLyk.png setup a database, and allow it to access from the server which has the php files ( take care of firewall ). and make sure its in same subnet, or expect a heavy...
  9. D

    1 domain 1 sql but 2 server

    your question is not clear . do you want to distribute the load on the databse , by hosting it on multiple server ?? or just use database on a different server from a site hosted on different server ?? and what scripting language do you use ? do you use Vbulletin ??
  10. D

    CentOS uninstalling Pure-FTPd

    just incase others want a solution pkill pure-ftpd will do the job or /var/run/pure-ftpd.pid will have the pid, so you can find it and kill it..
  11. D

    1 domain 1 sql but 2 server

    Before trying to implement it , think if you need it or not..you don't need it , unless you have damn big site like FB , etc . it's like Master and Slave system .. main uses are to scale your database , and spread the load across multiple slaves and for security. This is for Replication...
  12. D

    1 domain 1 sql but 2 server

    ya..its possible and its called Mysql Replication .
  13. D

    Passwords.ws - password sharing community

    logo is very cool ..
  14. D

    C++ Basics [Lesson 1]

    main function returns an integer to the OS . so you have to add return 0;
  15. D

    Wj Not Allowed Proxy

    yeah..they have blocked many public proxies..
  16. 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 ...
  17. D

    [Hosting]Your 4-5* Forums

    I strongly suggest any 4 and 5 star site to use a VPS/ Dedi instead of a shared hosting account.. if you are good with Linux or wont mind spending some money on a linux admin for initially configuring a VPS . there's no need to waste 15 + $ on Cpanel License.. a XEN VPS of 512 MB Ram is pretty...
  18. D

    proxy site on google servers

    please click this to open . Appspot is blocked here.. http://io9.in/proxy __________________ Added after 3 Days 3 Hours: Added Xhamster support ;)
  19. 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'...
Back
Top