Search results

  1. 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...
  2. D

    Asking for advice about Nginx

    Nginx pawns all.. thats why is was buit , ( to handle c10k problem -- > it can handle 10 k concurrent connection at same time on medium hardware with default config) if you are looking for a reverse proxy,. try varnish ..
  3. D

    Happy Diwali!

    http://cdnpic.com/upload/67e033a5.jpg
  4. D

    Literacy Test for WJunction

    Very good idea, but Internet is for every one :)
  5. D

    Review - Code-Projects.Com

    old skin was nice..
  6. D

    Pro HTML coders ( HELP NEEDED )

    can easily do this using jquery .. post some code..
  7. D

    mysql problem

    looks like php and mysql modules are not installed properly .. simple solution ,as your using whm : just recompile apache with desired php modules..
  8. D

    mysql problem

    dude, if only MYSQL is not working, your site/script will give error that it's unable to connect to mysql server .. so I think even apache is not working.. so check its status, restart it..
  9. D

    mysql problem

    and what did you get after restarting ? any error ? check the logs files var/lib/mysql/$(hostname).err it will have some useful info .. also /var/cpanel/updatelogs/update contains logs on the update process. so checking it will give ,some useful info to debug. if your whole site is not...
  10. D

    mysql problem

    restart mysql deamon ,if you are good in ssh or you can restart it from whm as well .
  11. D

    Help Optimized Apache

    if you don't want to go through the pain of tuning apache, give nginx a shot, it can easily handle 1k users without any problem on that server .
  12. D

    How do I reset my password

    http://www.wjunction.com/login.php?do=lostpw
  13. D

    Is your host noobish? Use this script to test.

    Nice script :P but, enabling/ disabling few php functions doesn't make the hosting provider a geek / noob .. there are many more factors which has to be taken into account . and whats the use of disabling php functions , when people need it.. a good server admin has to give access to those...
  14. D

    Need hosting to start File Host

    and buy your own IP block , so that you can receive the DMCA notices directly .
  15. D

    8 Year old legend on Chatroulette lol

    kid should learn some discipline .
  16. D

    Facebook Fanpage

    ya..its fbml -- facebook markup language..
  17. D

    Fajax - How to make your Website/Forum "load" faster

    Jquery <3 first load jquery :P <script type="text/javascript"> $(document).ready(function(){ // change 1500 to desired time in micro seconds $('#fade_this').fadeIn(1500); }); </script> <div id="fade_this"> <!-- put the content --> </div>
  18. D

    Buying Dofollow Links on PR2 and above site

    want to buy a link of pr3 site ? tubget dot info pm me if interested
  19. D

    Sumbit your site to WarezBot

    I have removed the old form, and I will update the thread with new URL shortly..
  20. D

    Sumbit your site to WarezBot

    ^^ webmaster's control panel is getting ready ..so why use a simple form ;)
Back
Top