Recent content by ScienceBoy

  1. ScienceBoy

    Download system PHP MYSQL AJAX in Sinhala

    machan, its nice! mama mp3 play karanna puluvan website 1kak hadanava. hebei mama mp3 download karanna denne nehe, only play witharai. but nikanma .mp3 vidiyata server 1ke dapuwama, eva hot links valin dl karanna puluvan neda? ekata mokada karanne?
  2. ScienceBoy

    PHP Questions & Answers Thread

    Help me Hi, bro this is nice! i have a question i have a movie download website from mediafire servers. i want to protect my movie links (mediafire) from SCRAPPERS. how to hide them from the source view, and what are the possibilities to survive from those scrapers? note - shorten url using...
  3. ScienceBoy

    http://error404.000webhost.com/?

    its because your site is suspended! since 000webhost is a free service.you have to obey their TOS.ok high webserver resource usage, violated contents are some cases for the suspension.ok
  4. ScienceBoy

    How to create Cpanel Cron job - help needed

    thanks i wanted to run a php script. cron job cmd line : php /home/[your username]/public_html/rss/import_feeds.php
  5. ScienceBoy

    How to create Cpanel Cron job - help needed

    guide me, how to create a cron job in cpanel. pls
  6. ScienceBoy

    How Sub domain pointed to another different server?

    Thanks elakirians.. i did the job. thanks.
  7. ScienceBoy

    Creative Website Ideas Sharing..

    thats good for building portfolio type website. those things give us nice interfaces to the design. without knowing any code, it can be built a website. but when building unique solutions we have to use our own methods and functionalities in backend. in my little age i used those things...
  8. ScienceBoy

    How Sub domain pointed to another different server?

    ok ok i hav done it. thanks 1 add CNAME record with www 2 add redirect
  9. ScienceBoy

    How Sub domain pointed to another different server?

    1. i have pointed subdomain.domain.com to a different server IP using "A record" 2. Then i add that subdomain.domain.com as an addon domain to that different server. http://subdomain.domain.com works fine. it redirects well (without www) but http://www.subdomain.domain.com not working. (with...
  10. ScienceBoy

    Creative Website Ideas Sharing..

    ela ela... always better to reduce http request when site loading..
  11. ScienceBoy

    Changing Hosting Servers, Actually what happened? help me!

    ok. thanks Brothers.. now i know somewhat DNS, Domain Transfering etc etc..:):) thanks 4 ur help
  12. ScienceBoy

    Creative Website Ideas Sharing..

    http://perishablepress.com/press/2006/11/14/preloading-images-with-css-and-javascript/
  13. ScienceBoy

    Creative Website Ideas Sharing..

    tip 9 reduce size of css and javascript file in ur website, by compression. there are many online css, javascript compression tools. google it. and put all the css files in to one main.css file where ever possible. case: reduce http requests count. eg: if u hav 3 css files. browser sends 3...
  14. ScienceBoy

    Creative Website Ideas Sharing..

    tip 8: dont put more processing load even to the client side browser. use exact width="xx px" height="yy px", when embeding <img>,<table><tr><td>,.. dont use width="100%" if there were no width, height attributes, browser itself need to calculate the width,height of an image or a table...
  15. ScienceBoy

    Creative Website Ideas Sharing..

    i want to say just developing somekind of a website is not the real thing. you have to more consider its; server load memory efficiency responce time site loading time db optimization etc.. so i like to share some fact about these things. it would be helpful, join with us and share the...