Results 1 to 9 of 9

Thread: Need somone to test my site.

  1. #1
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Need somone to test my site.

    Hi i need to see if my sites redirecton works in the US if you go to http://www.queerfm.net/demo.html and your from japan it should redirect you to http://www.queerfm.net/Japan if your from the US it should redirect you to http://www.queerfm.net/US

    If for some reson it does not work can you post it here.

    Thanks
    The web in one word.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    It just keeps me on the demo.html page which is blank.

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    I got redirected to /WORLD/
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  4. #4
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    i know i am trying to fix it now thanks
    The web in one word.

  5. #5
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    if anyone can tell me what i am doing wrong that would be great
    Code:
    <script language="Javascript" src="http://gd.geobytes.com/Gd?after=-1&variables=GeobytesLocationCode"></script>
    <script language="Javascript">
    var sSpanishLocations="ES,MX,GT,SV,HN,NI,CR,EC,PE,CU,DO,PR,PA,VE,CO,BO,AR,CL,PY,UY";
    var sEuroLocations="AT,BE,FI,FR,DE,GR,IE,IT,LU,NL,PT,ES";
    var sGermanLocations="DE,AT,CH";
    var sAustraliaLocations="AU";
    var sFrenchLocations="FR,BE";
    var sPhilippineLocations="PH";
    var sEnglandLocations="UK";
    var sCanadianLocations="CA";
    var sJapaneseLocations="JP";
    var sUSLocations="US";
    var sSingaporianLocations="SG";
    var sChineseLocations="CN";
    if(typeof(GeobytesLocationCode)=="undefined")
    {
       var GeobytesLocationCode="unknown";
    }
    if(GeobytesLocationCode==sSpanishLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.queerfm.net/WORLD'>");
    } else
    if(GeobytesLocationCode==sAustraliaLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.queerfm.net/Australia'>");
    } else
    if(GeobytesLocationCode==sFrenchLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.queerfm.net/France'>");
    } else
    if(GeobytesLocationCode==sPhilippineLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.queerfm.net/Philippine'>");
    } else
    if(GeobytesLocationCode==sChineseLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://cn.queerfm.net'>");
    }
    if(GeobytesLocationCode==sSingaporianLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://cn.queerfm.net'>");
    } else
    if(GeobytesLocationCode==sEnglandLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.queerfm.net/UK'>");
    } else
    if(GeobytesLocationCode==sCanadianLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.queerfm.net/Canada'>");
    } else
    if(GeobytesLocationCode==sJapaneseLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.queerfm.net/Japan'>");
    } else
    if(GeobytesLocationCode==sUSLocations)
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.queerfm.net/US'>");
    } else
    {
       document.write("<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.queerfm.net/WORLD'>");
    }
    </script>
    The web in one word.

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by queerfm View Post
    if anyone can tell me what i am doing wrong that would be great
    err... using meta redirects? That's my guess.

    It would be easier, more useful and overall better if you used links and let the user click on what language they wanted.

    If I have to travel over seas for business and I can't view the English page because my current location prevents it, I probably won't be going back to the site when I get home.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  7. #7
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I fixed it could you try again please

    also any one from japan or china if you could check it out to because i want to make sure i have the words correct english version at http://www.queerfm.net/WORLD
    Last edited by queerfm; 02-18-2007 at 04:49 PM.
    The web in one word.

  8. #8
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Vista?

    NOOOO!!!!!!!!
    Insights of the QCF resident furry...
    LINK
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  9. #9
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Wink

    Quote Originally Posted by boxxertrumps View Post
    Vista?

    NOOOO!!!!!!!!
    Insights of the QCF resident furry...
    LINK
    Well i am not going to say if vista is better then mac or what every. But i will say running a radio station and moving to vista is one big job i was hoping that i would be done by now.

    Also what did you think about the design if i may ask.

    After 12:30pm today (time now- 9:15am) ill be uploading new content to the server. So i can release the new site design. The hard part is converting each page into different laguages. But i am doing it slowly.
    The web in one word.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •