1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Buying WhoIs site not working...

Discussion in 'Programming' started by dscurlock, May 10, 2015.

  1. #1
    I have had this whois script for sometime now...
    decided to finally set it up. I followed the bad directions
    on setting it up, and it works to a certain point. It will
    add the URL, but you can not open any urls once
    they have been added, and there is at least one page
    that does not open either...

    here are a couple urls.

    Home Page
    http://www.gpjwhois.com

    Remove Page - (wont open)
    http://www.gpjwhois.com/remove/

    If you think it is an easy fix then let me know what I am doing
    wrong. If it is not an easy fix, then let me know that too....

    Thanks

    ps. Just before I posted this. I tried saving one of the whois urls in the
    post, it would not save. It said the whois url is a redirect back to
    the home page, so maybe this will help. When you click on a whois
    url, it does not open the page and reloads the home page...
     
    Last edited: May 10, 2015
    dscurlock, May 10, 2015 IP
  2. dscurlock

    dscurlock Prominent Member

    Messages:
    4,564
    Likes Received:
    260
    Best Answers:
    0
    Trophy Points:
    300
    As Seller:
    100% - 0
    As Buyer:
    96.3% - 77
    #2
    btw, here is the htacess file; Maybe there is a glitch in the file causing
    the whois links to redirect back to the home page:

    <IfModule mod_rewrite.c>
       
        # Disable Directory Listing
        Options -Indexes
       
        Options +FollowSymLinks
       
        RewriteEngine On
    
        # Redirect non-www to www
        # RewriteCond %{HTTP_HOST} !^www\. [NC]
        # RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301, L]
       
        # Here are some example of RewriteBase values:
        # Installation Path                    RewriteBase line
        # ==========================        ==========================
        # http://www.yoursite.com/            RewriteBase /
        # http://www.webstat.yoursite.com/    RewriteBase /
        # http://www.yoursite.com/webstat/    RewriteBase /webstat/
    
        # RewriteBase /
    
        # Prevents requests for /index.php from being rewritten, to avoid infinite loops.
        RewriteRule ^index\.php$ - [L]
       
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . index.php [L]
    
    </IfModule>
    
    <IfModule mod_deflate.c>
        AddOutputFilterByType DEFLATE text/plain
        AddOutputFilterByType DEFLATE text/html
        AddOutputFilterByType DEFLATE application/xhtml+xml
        AddOutputFilterByType DEFLATE application/xml
        AddOutputFilterByType DEFLATE text/xml
        AddOutputFilterByType DEFLATE text/css
        AddOutputFilterByType DEFLATE text/javascript
        AddOutputFilterByType DEFLATE application/javascript
        AddOutputFilterByType DEFLATE application/x-javascript
    </IfModule>
    
    # Maintenance Mode: Block access to all except specified IP Address
    # when activating remove # from following 3 lines and replace 127.0.0.1 with your IP address
    
    # order deny,allow
    # deny from all
    # allow from 127.0.0.1
    Code (markup):
     
    dscurlock, May 10, 2015 IP
  3. ask2talk

    ask2talk Well-Known Member

    Messages:
    614
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    145
    Digital Goods:
    2
    As Seller:
    100% - 8
    As Buyer:
    57.1% - 2
    #3
    i can open the remove page easily! is the problem solved ?
     
    ask2talk, May 11, 2015 IP
  4. zappak

    zappak Active Member

    Messages:
    366
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    80
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    yes.. remove page opened fine... let me know if you have still problem with site
     
    zappak, May 18, 2015 IP