Recent content by nickcarter

  1. N

    Amazon ASIN fetch tool

    You can use free asin amazon bot. look at: youtubecom/watch?v=TRYMBTfnfLc
  2. N

    Free Amazon ASIN Scaper BOT

    Correct download link ASINBOT.zip, not AZINBOT.zop Sorry, misspelled. I fix it. Check download link on youtube.
  3. N

    Free Amazon ASIN Scaper BOT

    donwload link on youtube please anyone can virus check report,since I new member here and dont allowed to post any straight URL thanks
  4. N

    Free Amazon ASIN Scaper BOT

    Hi All BHW.... I just finished my simple bot to scrape ASIN number from amazon Made in with UBOT developer version youtubecom/watch?v=TRYMBTfnfLc please give me ideas , it help me to develop more complex bot and sharing is caring...
  5. N

    Before buying an aged domain how to check if it's not penalized?

    web.archive to view past website appereance
  6. N

    How to redirect one domain name to another without breaking the site?

    dont forget to use google webmaster move domain tools, for seo purpose
  7. N

    Free tool for finding aged, high PR domains to buy?

    i used scrapebox for a longtime !free but fastest scraper in the world
  8. N

    Make a script load on every page in wordpress?

    Put in header.php or footer.php = will load in all page single.php = only load on article or blog post page.php = only load on your page, eg: about,contact index.php = only load on home category.php = only load in category page tag.php = only load in tag page search.php = only load in search...
  9. N

    Best video converter to small size ?

    Trick Convert big video into smaller video with camtasia - Record video, with screen capture [camtasia] - convert them as mp4 It can compress 100 MB video into 5Mb video
  10. N

    I want to learn how to make high quality videos!

    camtasia adobe premier or sonyvegas for final editing adobe after effect for animation
  11. N

    Looking For A Website Script

    browse on google or codecanyon find 'Web statistic script'
  12. N

    Need help to insert data into a table from admin painel

    Its imposible to insert any data without connection to your mysql database Use : // connection to db $con = mysql_connect("servername","username","password"); // selecting DB mysql_select_db("my_db", $con);
  13. N

    Learning php

    I think C is parent of PHP and JAVA IMO, for PHP, visit w3school or net tutplus go to php section
  14. N

    Help me with this php "(:(:(

    ANY-URL?M=any-variable <?php if(isset($_GET['M']) && $_GET['M']!=='') : ?> any content <?php endif ?>
Back
Top