Skip to content
WJunction - Webmaster Forum

Search results

  1. M

    Help about HTML Code for a Box

    here is an example http://jsfiddle.net/Mc2B6/1/ you need to know div name or add a new div ( like i did in above example with id content ) and all your links should be between that div, and give that a background color in css #CCC .
  2. M

    Blackhat What CMS is the best for SEO?

    +1 to V1rigin reply, and if you are an advanced user i recommend using datalife engine else stay with wordpress for blogging purpose.
  3. M

    Which Image host you like? For what features?

    Thank you guys for posting your suggestions, please keep them coming as I am working on this project now. cheers
  4. M

    [req] php curl filepost.com uploader

    feeling lazy SplitIce? here you go, just wrote now for you guys <?php /** * written by mRAza * 11-09-2011 * * * Usage: $link = upFilepost($user,$password,$cookie,$file); **/ function upFilepost($user,$password,$cookie,$file){ $agent = "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US...
  5. M

    how can I close my paypal a/c

    http://goo.gl/nxWTg To close your account: Log in to your PayPal account. Click Profile near the top of the page. Click My settings. Click Close Account in the Account type section and follow the steps listed.
  6. M

    Google indexes my website twice..why?

    when did you setup this redirect? if its new you have to wait for google to pick your new index location.
  7. M

    Google indexes my website twice..why?

    yes you can test, if you set non-www to goto www then if you visit http://domain.com it will auto redirect you to http://www.domain.com , if its not redirecting that means its not working.
  8. M

    Google indexes my website twice..why?

    ok then i am not sure about cpanel, might some other cpanel user can help you, else you can always add code in your htaccess i provided above.
  9. M

    Google indexes my website twice..why?

    well i have not used cpanel much so i am not sure how it works but by look of your image i think you need to give just www.domain.com not complete URL http://www.domain.com/ in Redirect Url field.
  10. M

    Google indexes my website twice..why?

    add this line in .htaccess of your root folder, it will redirect all www to non-www RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] or if you wants with www in URL RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$ RewriteRule ^(.*) http://www.%{HTTP_HOST}/$1 [R=301]
  11. M

    Google indexes my website twice..why?

    just use one URL, with or without www. Google sees them as being two different addresses. It can effect your ranking. search on google your term "with or without www" you will find a lot of related articles. .
  12. M

    Mr R-T is BACK

    how was your vacation on apes island R-T( jk) Glad to know you are back.
  13. M

    Php: external caching script

    i assume you always have to download only from one site, see the code below $url = 'site.com/cache.php?=image.png'; $url = parse_url($url,PHP_URL_QUERY); $imgFile = preg_replace("/^=/","",$url); // set your images folder path here $imagesPath = " images/".$imgFile...
  14. M

    <img> background

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <style type="text/css"> .bottomDiv { // u can use z-index: 0; and same assign below to 1 } .topDiv {...
  15. M

    For Hire Creating Website Detailed Report of its seo and ranking

    also mention software you are using to generate report http://www.ibusinesspromoter.com/seo-tools/top-10-seo-software using a licensed or cracked version? and yea i tried it dont rely on this software report.
  16. M

    help with Html image alignment

    use valign="top" <td width="17%" valign="top" >
  17. M

    any tuto for unmanaged vps without panel?

    here is your answer if you can manage via command line https://freevps.us/thread-528.html you can add domain easily with "setup-vhost yourdomain.com" follow above link.
  18. M

    Whats different about java and Javascript?

    http://www.java.com/en/download/faq/java_javascript.xml http://lmgtfy.com/?q=What%27s+difference+between+java+and+Javascript
  19. M

    1$ Domain .com .net etc (Godaddy)

    not sure why its not working for you, maybe you have some bad history with them ? :))
  20. M

    1$ Domain .com .net etc (Godaddy)

    are you typing as above dear? see below with your domain http://screensnapr.com/v/IZV9uk.png
Back
Top Bottom