Jump to content
[MUST READ] Forum Rules ×

Burke Knight

Moderators
  • Posts

    821
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Burke Knight

  1. Some messages are set to state about javascript, in case some people have it disabled.
    9 times out of 10, the person wont have it disabled, but the message is just in case.
    But, like stated, API points can not be created on free service as these requests will be seen as bot requests and blocked, this is however supported on premium plans.
    Your Python Code is falling into this, which is why it can't be done, and you are getting the message.

  2. How to flush DNS cache in Linux / Windows / Mac
    Flush dns to get a new name resolution. Also flush dns cache when you can't access a newly registered domain name. You can simply flush your dns cache anytime to get new entry. So, Flush your dns cache now.

    To flush DNS cache in Microsoft Windows (Win XP, Win ME, Win 2000, Win 98):

        - Start -> Run -> type cmd
        - in command prompt, type ipconfig /flushdns
        - Done! You Window DNS cache has just been flush.

    How to clear DNS cache in Vista & Windows 7:

    1. Click the Microsoft Vista Start logo in the bottom left corner of the screen
    2. Click All Programs
    3. Click Accessories
    4. RIGHT-click on Command Prompt
    5. Select Run As Administrator
    6. In the command window type the following and then hit enter: ipconfig /flushdns
    7. You will see the following confirmation:

    Windows IP Configuration
    Successfully flushed the DNS Resolver Cache.

    How to clear DNS cache in Windows 8, 8.1 and 10:

    You need to open an administrative command prompt windows. In Windows 8, to do so, Press Win+C in combination to bring up the 'Charms bar'. In its search box, type cmd. Then, right-click on it and choose 'Run as administrator option. Alternatively you can also open an elevated command prompt from the WinX menu.

    Next, type the following and hit enter:

    ipconfig /flushdns

    You should be able to see a confirmation dialog window: Windows IP Configuration. Successfully flushed the DNS Resolver Cache. 

    To flush the DNS cache in Linux, restart the nscd daemon:


        - To restart the nscd daemon, type /etc/rc.d/init.d/nscd restart in your terminal
        - Once you run the command your linux DNS cache will flush.

        On newer versions of Linux you may need to use:

        /etc/init.d/nscd restart

    To flush the DNS cache in Mac OS X:

        - type lookupd -flushcache in your terminal to flush the DNS resolver cache.
        ex: bash-2.05a$ lookupd -flushcache
        - Once you run the command your DNS cache (in Mac OS X) will flush.

        Newer versions of MacOS X should use the following command:

        type dscacheutil -flushcache

  3. I just looked, and they work for me, although seems same content as main page.

    Seems like it's a work in progress. Like the layout. :)

    It must be your end. Have you tried clearing browser cache?

    How about flushing your PC's DNS?

     

    How to clear DNS cache in Windows 7:

    1. Click the Microsoft Vista Start logo in the bottom left corner of the screen
    2. Click All Programs
    3. Click Accessories
    4. RIGHT-click on Command Prompt
    5. Select Run As Administrator
    6. In the command window type the following and then hit enter: ipconfig /flushdns
    7. You will see the following confirmation:

    Windows IP Configuration
    Successfully flushed the DNS Resolver Cache.

    How to clear DNS cache in Windows 8, 8.1 and 10:

    You need to open an administrative command prompt windows. In Windows 8, to do so, Press Win+C in combination to bring up the 'Charms bar'. In its search box, type cmd. Then, right-click on it and choose 'Run as administrator option. Alternatively you can also open an elevated command prompt from the WinX menu.

    Next, type the following and hit enter:

    ipconfig /flushdns

    You should be able to see a confirmation dialog window: Windows IP Configuration. Successfully flushed the DNS Resolver Cache. 

  4. First of all, this is not a tutorial, so moved to Free Hosting Discussion board.

     

    Second of all, We need more info in order to assist you.

    No idea what you are meaning by "shows" so please tell us more.

    Also, if have a hosting account, please post your username, so we can look into matters.

     

    Thank you.

×
×
  • Create New...