Page 143 of 245 FirstFirst ... 4393133141142143144145153193243 ... LastLast
Results 1,421 to 1,430 of 2445
  1. #1421
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping 4.2.0 Released

    Quote Originally Posted by jackie.taferner View Post
    Agreed, I will contact JS Webs. You said you don't have base eval scripts in your module- is that the commercial version?
    Yep.. v4.4.1 ..

    The only code I found similar was this:
    Code:
        eval("\$address = \"$fmt\";");
    it has been commented out..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #1422
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Ceon URI Mapping 4.2.0 Released

    Quote Originally Posted by DivaVocals View Post
    base eval scripts by themselves aren't bad.. they are just often used by hackers to do bad things.. a quick scan of my Ceon modules doesn't contain this kind of code. You should speak to JS Webs.. Perhaps they have altered the code since taking over Conor's modules.. They've not provided any support of the free Ceon modules since taking over.. So I don't expect they'll answer your question here.. They seem to be more concerned about the revenue generating mods.. The admins do not allow prolonged discussions about ANY commercial mod.. JS Webs would be better equipped to answer your question..
    In support of Diva's suggestion, yes my original copy too is free of this threat/code, it appears to have been added since Conor's passing.
    Last edited by picandnix; 5 Feb 2014 at 01:52 PM.

  3. #1423
    Join Date
    Feb 2014
    Location
    Indianapolis
    Posts
    14
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping 4.2.0 Released

    Just curious. I've just installed uri mapping and was wondering about creating a sitemap. Reading through the docs that come with the plugin, it doesn't really recommend or talk about it too much. Is there a recommended Sitemap program to use? My site is hosted with Godaddy, can I use the sitemap generator in there hosting tools (although I'm not sure I like it)? What are your recommendations?

  4. #1424
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping 4.2.0 Released

    Quote Originally Posted by Stitcher View Post
    Just curious. I've just installed uri mapping and was wondering about creating a sitemap. Reading through the docs that come with the plugin, it doesn't really recommend or talk about it too much. Is there a recommended Sitemap program to use? My site is hosted with Godaddy, can I use the sitemap generator in there hosting tools (although I'm not sure I like it)? What are your recommendations?
    Not the place to ask this question.. You need to start a new thread to ask about sitemaps..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #1425

    Default Re: Ceon URI Mapping 4.2.0 Released

    I have entered a new uri mapping directly into the database table so that my "page_2" is "get-boosted" in the address bar. Now I need to change it so it reads "ways_to_pay", however I cannot edit or delete tables directly without using a SQL query, as it says in phpmyadmin " This table does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available."
    Does anybody know what query I would have to run to delete it, so I can add it again as ways_to_pay?
    The uri is /page_2, language_id and current_uri are 1, main_page is get-boosted, query_string_parameters, associated_db_id and alternate_uri are null, redirection_type_code is 301

    Thanks

  6. #1426
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping 4.2.0 Released

    Quote Originally Posted by kitten091182 View Post
    I have entered a new uri mapping directly into the database table so that my "page_2" is "get-boosted" in the address bar. Now I need to change it so it reads "ways_to_pay", however I cannot edit or delete tables directly without using a SQL query, as it says in phpmyadmin " This table does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available."
    Does anybody know what query I would have to run to delete it, so I can add it again as ways_to_pay?
    The uri is /page_2, language_id and current_uri are 1, main_page is get-boosted, query_string_parameters, associated_db_id and alternate_uri are null, redirection_type_code is 301

    Thanks
    and WHY are you trying to delete the WHOLE table if all you want to do is CHANGE a URI???
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #1427

    Default Re: Ceon URI Mapping 4.2.0 Released

    Quote Originally Posted by DivaVocals View Post
    and WHY are you trying to delete the WHOLE table if all you want to do is CHANGE a URI???
    Hi, I would prefer to just change it if you know how please?
    Thanks

  8. #1428
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping 4.2.0 Released

    Quote Originally Posted by kitten091182 View Post
    Hi, I would prefer to just change it if you know how please?
    Thanks
    Fyi, and keeping with the intent of the uri rewriter/mapping, you would want to change that one to current 0 and create a new one that is current 1. That way, if anyone has already "seen" the rewritten uri and possibly bookmarked it, they will still be able to get to you're newly named page, but be shown the new name when done. As for specific query, well, start with a select query to retrieve the one (or more) entries you want to modify. Once that is successful, change the select to an update and identify the new value(s) you want to have in their place.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #1429
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping 4.2.0 Released

    Quote Originally Posted by mc12345678 View Post
    Fyi, and keeping with the intent of the uri rewriter/mapping, you would want to change that one to current 0 and create a new one that is current 1. That way, if anyone has already "seen" the rewritten uri and possibly bookmarked it, they will still be able to get to you're newly named page, but be shown the new name when done. As for specific query, well, start with a select query to retrieve the one (or more) entries you want to modify. Once that is successful, change the select to an update and identify the new value(s) you want to have in their place.
    If still have an error with that, temporarily create a new field that is autonumber/unique so that phpmyadmin can play with it, then I suggest deleting that column. This is something I have done to make a "quick/bulk" change. (Lazily)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #1430

    Default Re: Ceon URI Mapping 4.2.0 Released

    Quote Originally Posted by mc12345678 View Post
    If still have an error with that, temporarily create a new field that is autonumber/unique so that phpmyadmin can play with it, then I suggest deleting that column. This is something I have done to make a "quick/bulk" change. (Lazily)
    To be honest with you, all of that just went way over my head! I'm not too good when it comes to SQL. It doesn't really matter if somebody has bookmarked the page, it wasn't up for long so I'm not sure that anybody would have done anyway. I just need to change get-boosted to ways_to_pay. I'll backup my database and have a play.
    Thanks

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR