Search results

  1. J

    Script to host static site on google drive

    function doGet() { var output = HtmlService.createHtmlOutputFromFile('labnol'); output.setTitle('Publish Website on Google Drive'); return output; } function uploadWebsite(form) { try { var zip, files, name, folder, file, host, found=false; zip =...
  2. J

    Hostgator cloud promo codes?

    Please share hostgator cloud promo codes if available Thanls.
  3. J

    How to prolong display of tag in video

    Hi, I used easytag to tag a video. Then the tagged tittle showed for a short time (some seconds) when opened the video. I would like to prolong the display of that tagged sentense in the video. Or is there any better way to display some sentense in the video? Thank you.
  4. J

    Please name this device

    I am looking for a device which have wifi hotspot and USB port to connect pen drive, and I have to send content of pen drive through wifi hotspot. I can charge this device using adapter. Modem not required. Please name a device to suite this need. Thanks.
  5. J

    Hiring Any coder from India here who knows phpBB

    I need to integrate google transliteration in textarea and input fields of phpbb. Any one here to do that ? thanks.
  6. J

    Will picasa store image permenantly ?

    Will picasaweb.google.com store images permenantly ?
  7. J

    What is the base of page rank?

    What is the base of page rank? backlink or number of visitors
  8. J

    How do you install ruby on rails application ?

    Can you point me a guide to install ruby on rails application in c panel, Where to upload files to ftp? I put application name ->myapp1, path->/rails_apps/myapp1, load on boot, environment ->production. Thank you.
  9. J

    How to set up Google Drive SDK API in my forum?

    How to set up Google Drive SDK API so that i can fetch the image from google drive to forum with drive.google.com/uc?export=view&id={FileID} ? Thanks.
  10. J

    Contests & Giveaways showing under Marketplace

    Contests & Giveaways forum is showing under Marketplace tab.
  11. J

    What is the best open source ad management script ?

    Please tell me the best open source ad management script? And also Is there an open source matrimonial script out there? Thanks.
  12. J

    Is there any service that fetches feeds to google plus page ?

    Is there any service that fetches feeds to google plus page like rssgraffiti ?
  13. J

    What are the factors affecting page rank ?

    What are the factors affecting page rank and alexa rank ? I saw a site having 15k alexa rank and 1/10 page rank. Why this happening ? Aren't they are depending on visiors ?
  14. J

    How to check CPU usage ?

    Is it possible to check CPU usage and ram usage using ssh in centos ? Thanks.
  15. J

    Your suggestions about godaddy hosting

    Anyone have previous experience with godaddy hosting. I need to host a legal (I mean non-warez) site. Thanks.
  16. J

    How to enter master card secure code in paypal ?

    Anybody familiar with master card secure code/verified by visa secure code to add it to paypal account ? Thanks Justine
  17. J

    Mysql database creation doubt

    When creating mysql database user, I think following command is used : CREATE USER 'webdb_user'@'10.0.15.25' IDENTIFIED BY 'password123'; What I have to put the highlighted part, "localhost" or my vps ip address ? Thank you for the help...
  18. J

    Can I install suphp in centos 6.2, Give a guide ?

    After installing phpbb on centos 6.2 I noticed that all folder should be chmod to 777 to work automod. If not automod fails to install the mod. I found suphp can overcome this problem. Right ? Thanks.
  19. J

    How to enable remote connection to MySQL server

    How to enable remote connection to MySQL server ? I followed this : 1. Edit /etc/sysconfig/iptables file: 2. Add following line before COMMIT: 3. Restart Iptables Firewall: 4. Test remote connection: But when executing first command I got like this : Where is the commit line ? :( Noobish...
  20. J

    How to access mysql database without conrtol panel ?

    I installed mysql, php, phpmyadmin, apache. Now can I access mysql database without control panel to create database name, username and password ? Thanks.
Back
Top