0
Welcome Guest! Login
0 items Join Now

funny numbers in links on starting page

    • Camino's Avatar
    • Camino
    • Newbie
    • Posts: 14
    • Thanks: 0

    funny numbers in links on starting page

    Posted 17 years 2 weeks ago
    • When trying to click a link on my main page there are a whole bunch of numbers behind the html. To see what I mean please click on the site:

      www . grieger - cie . de (without spaces)


      If you click on "Mystery Shopping" you get to

      site . de/mystery-shopping.html?48f49780e2f473769267a7da73126e00=a36799a9a6bc5071f7821b7663df5be6

      It is still working but it looks strange!

      Any suggestions?
    • Last Edit: 17 years 18 hours ago by Camino.
  • Re: funny numbers in links on starting page

    Posted 17 years 2 weeks ago
    • Well I can explain why it works:

      Because of the ?48f... The question mark in the easiest term I can use is to pass information to another page. So for example:

      If I want to pass information from one page to another I would use something like this:

      index.asp?option=on

      Now in the index.asp file I would have something like this:
      Options = Request.Querystring ("option")
      If lcase(Options) = "on" then
         Response.Write ("You have turned on this option")
      else
         Response.Write ("This option is turned off")
      end if

      Everything after the ? is looking for the Querystring. The reason I used ASP is becuase I am about 150% more efficient in ASP than PHP, although I believe PHP would be:
      $options = $_GET("option");
      if ($options == "on"){
        echo "You have turned on this option"
      } else {
         echo "This option is turned off"
      }

      as you can see it is very simliar. That is why the page is still working correctly. Because of the ?. Now what is causing it? It would have to be in your menu section in the admin backend.

      Hope this helps.
    • Jessica Kennedy
    • Camino's Avatar
    • Camino
    • Newbie
    • Posts: 14
    • Thanks: 0

    Re: funny numbers in links on starting page

    Posted 17 years 2 weeks ago
    • Thanks for the effort you put in explaining why it appears as it appears on my page. However, I would be very happy for a suggestion on how to not have the ?4... appearing on my page. Therefore, could you please be more specific about what I have to do in the back end?

      Greetings
  • Re: funny numbers in links on starting page

    Posted 17 years 2 weeks ago
    • In the admin backend click on Menus - mainmenu* - Mystery Shopping

      Look at the link and see what it says
    • Jessica Kennedy
    • Camino's Avatar
    • Camino
    • Newbie
    • Posts: 14
    • Thanks: 0

    Re: funny numbers in links on starting page

    Posted 17 years 2 weeks ago
    • Dear Jeff,

      I don't know what to change. I try to elaborate my problem a little bit more:

      If you click on my site at the above mentioned link you will experience something else. It is: If you click a second time on it the numbers after the ? are not there anymore. Thus the numers only appear on the initial first click on the menu items in the front end.
  • Re: funny numbers in links on starting page

    Posted 17 years 2 weeks ago
    • Can you PM me a admin login so I can look at it. I am sure it is in there.
    • Jessica Kennedy

Time to create page: 0.056 seconds