Activity Stream
48,167 MEMBERS
62908 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1.     
    #1
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk

    Default [IPB 3.1.4] Sitemap + Capcha

    Hello Guys...
    I am facing some problems with my IP board.
    http://devilarts.info/
    v: 3.1.4
    <Recently changed forum path from devilarts.info/warez to devilarts.info>

    Problems List ....
    1.Sitemap generation Failing.



    When i tried that Fix link it takes to me system sheduler



    I unlocked the task "Sitemap generator" and run it there. it shows me as "task run successfully" but again in IP SEO same error




    here is my sitemap url : http://devilarts.info/sitemap.xml

    2. Site not cached by Google

    my site is not cached by google, i dont know more about it; when u search "devilarts.info" in google, u can find that. may be its due to ^above^ sitemap problem

    3. reCapcha
    Need a capcha mod, which must be filled befor posting a thread..

    thank you.
    AJ/...
    AJ Blacklisted Reviewed by AJ Blacklisted on . [IPB 3.1.4] Sitemap + Capcha Hello Guys... I am facing some problems with my IP board. http://devilarts.info/ v: 3.1.4 <Recently changed forum path from devilarts.info/warez to devilarts.info> Problems List .... 1.Sitemap generation Failing. http://i.imgur.com/mxa9p.png Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    SourceParadise.com MobileMaster.org
    Unlock the task & dont run it manually.
    Let us know whats the outcome after that.

    About google thing, it will eventually show up, you cant do nothing about that.

    And I dont think there is any reCaptcha mode like that, good luck finding one.

  4.     
    #3
    Member
    Website's:
    dhi-forumerz.com watchanimes.org c0ver.me
    I had the same type of problem..

    Went to cpanel and added the cron job.. and it started creating sitemaps..

  5.     
    #4
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk
    Quote Originally Posted by World Life View Post
    I had the same type of problem..

    Went to cpanel and added the cron job.. and it started creating sitemaps..
    can you help me to run the cron job. My hosting has 'direct admin panel' .
    Nyway Thank you both.

    ADSPOT available on PR#3 Alexa 100K Site.




  6.     
    #5
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk
    Quote Originally Posted by nEw_boY View Post
    Unlock the task & dont run it manually.
    Let us know whats the outcome after that.

    About google thing, it will eventually show up, you cant do nothing about that.

    And I dont think there is any reCaptcha mode like that, good luck finding one.
    yeah Worked....
    ++REP++
    You must spread some Reputation around before giving it to nEw_boY again.

    ADSPOT available on PR#3 Alexa 100K Site.




  7.     
    #6
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk
    Woooohhhh

    ADSPOT available on PR#3 Alexa 100K Site.




  8.     
    #7
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk
    The Sitemap is automatically generating now. But the problem is the location of diff xml files in http://devilarts.info/sitemap.xml

    The location showned(generated in every min) are
    1.http://devilarts.info/index.php?app=..._topics.xml.gz
    2.http://devilarts.info/index.php?app=..._forums.xml.gz
    3.http://devilarts.info/index.php?app=...ap_core.xml.gz

    But the above locations are not available..
    I recently found the above 3 xml in cahe folder. I downloaded and submitted the url to google webmaster, they accepted it,
    Whats the problem

    ADSPOT available on PR#3 Alexa 100K Site.




  9.     
    #8
    Respected Member
    Quote Originally Posted by AJ Blacklisted View Post
    Woooohhhh
    You people will never learn. That (^) doesn't mean a thing.

    You might have robots, but what if you put disallow on everything? Just by having what is required doesn't mean you configured it right.
    Have fitness or bodybuilding question? Ask Smith!


  10.     
    #9
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk
    yeah i know; in robots nly 4 paths are disabled

    ADSPOT available on PR#3 Alexa 100K Site.




  11.     
    #10
    Member
    Website's:
    hoangthienlong.vn
    I think your forum source not work with "DOC_IPS_ROOT_PATH"

    Try to open /admin/applications_addon/ips/ipseo/modules_public/sitemap/sitemap.php (backup this file)

    Replace all with this code:

    Code: 
    <?php
    
    class public_ipseo_sitemap_sitemap extends ipsCommand
    {
        public function doExecute( ipsRegistry $registry )
        {
            // Requesting a sitemap?
            if(!array_key_exists('sitemap', $this->request))
            {
                $this->registry->output->showError( 'error_generic', 10850, null, null, 404 );
                return false;
            }
            
            // Got a valid name?
            if(!preg_match('/sitemap\_([a-zA-Z0-9\_]+)\.xml(\.gz)?/', $this->request['sitemap']))
            {
                $this->registry->output->showError( 'error_generic', 10850, null, null, 404 );
                return false;
            }
            
            header('Content-Type: ' . (strpos($this->request['sitemap'], '.gz') ? 'application/x-gzip' : 'application/xml'));
            header('Content-Disposition: attachment; filename=' . $this->request['sitemap']);
            
            print file_get_contents('./cache/' . $this->request['sitemap']);
        }
    }

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Capcha Error
    By Zero - HosterBin in forum Web Development Area
    Replies: 3
    Last Post: 25th Mar 2012, 04:00 AM
  2. MegaTypers | Earn up to 1.35$ by writing Capcha Codes
    By delandil in forum Affiliate Programs Promotion
    Replies: 5
    Last Post: 16th Feb 2012, 12:32 AM
  3. Looking for Capcha hook
    By AJ Blacklisted in forum IP.Board
    Replies: 14
    Last Post: 12th Nov 2011, 10:40 AM

Tags for this Thread

BE SOCIAL