*

Recent

Author Topic: Link ?  (Read 6574 times)

qbert

  • Newbie
  • *
  • Posts: 5
  • Force: +0/-0
Link ?
« on: January 26, 2009, 06:36:46 PM »
sitename.com/1-gamenamehere.html  :(

sitename.com/1-game-name-here.html  ??? how?

sory, i am Turkish. i don't speak English :(

help me

Danny

  • Newbie
  • *
  • Posts: 41
  • Force: +5/-0
Re: Link ?
« Reply #1 on: January 26, 2009, 07:30:44 PM »
Seo url's?
Make sure you overwrite the old .htaccess. Turn "Seo Urls" on in the admin settings page.

maverick

  • Newbie
  • *
  • Posts: 34
  • Force: +0/-1
Re: Link ?
« Reply #2 on: February 01, 2009, 02:19:19 AM »
yeah.. this is not working properly... in site settings dropdown menus dont work... an example: when turn off Auto Approve Comments to be NO... when i click CHANGE after that is again YES... this is for all drop menus NO/YES

and what should i change in overwrite for working seo urls

p.s
I hope that im not writing to myself and support is still alive  :-[

Danny help!
« Last Edit: February 01, 2009, 02:22:06 AM by maverick »

Danny

  • Newbie
  • *
  • Posts: 41
  • Force: +5/-0
Re: Link ?
« Reply #3 on: February 01, 2009, 06:33:08 AM »
It does save the settings, just keeps the default value of yes/no. Though. i'll post a update later tonight.

qbert

  • Newbie
  • *
  • Posts: 5
  • Force: +0/-0
Re: Link ?
« Reply #4 on: February 25, 2009, 06:39:50 PM »
Here's how the site has links.

www . sitename . com/4-playgame.html

whereas I want to put a hyphen between the words do. I want to quit and Turkish characters(ş,ü,ğ,ç,ö ...)  properly.

example: www . sitename . com/4-play-game.hmtl

How can I do it?

Robbie

  • Sr. Member
  • ****
  • Posts: 343
  • Force: +16/-0
Re: Link ?
« Reply #5 on: February 26, 2009, 11:31:54 AM »
Please send us your url to support@freearcadescript.net thanks

qbert

  • Newbie
  • *
  • Posts: 5
  • Force: +0/-0
Re: Link ?
« Reply #6 on: March 02, 2009, 04:35:13 PM »
help me  ??? :-[

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Link ?
« Reply #7 on: March 03, 2009, 12:44:35 PM »
IF, and only if, you are asking what I think you are, open the file /pages/base_home.php and find the line near the top

Code: [Select]

      $gamename = ereg_replace('[^A-Za-z0-9]', '', $row['name']);


and edit it to read

Code: [Select]

      $gamename = ereg_replace('[^A-Za-z0-9]', '-', $row['name']);


That should change the links produced on the main page only.

If that produces what it is you are looking for, you will need to go in and look for the rest of the spots in the files and change them as well. They might not be identical in all the files, but something simular. There should be at lease one in most of them in /pages.

If you need help, I migt be able to do something in the next day or so but I would need logon info to your arcade to do it, and I can't guarantee how fast I could get to it.


almost forgot, let us know if that does what you wanted or not, either way.
« Last Edit: March 03, 2009, 01:28:57 PM by kurt »