Search:

Type: Posts; User: Eugeniy

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thank you so much. This works great.

    Thank you so much. This works great.
  2. When I click on the authorization button, my...

    When I click on the authorization button, my script tries to follow the link

    And there is a mistake. Can try to open it in a browser and similarly the error due to port 80.

    It is necessary for...
  3. Replies
    6
    Views
    13,363

    Hmmm ... I think for safety reasons this value...

    Hmmm ... I think for safety reasons this value should be raised significantly.

    > Make sure all your passwords are 12 characters or more...
    https://blog.codinghorror.com/speed-hashing/

    12,...
  4. Thanks. Now I understand what it is used for.

    Thanks. Now I understand what it is used for.
  5. Thank you very much. Great, I didn't know about...

    Thank you very much. Great, I didn't know about it.

    Could you tell me what the template is used for:


    category_level_crossed.tpl
  6. What's an easy way to duplicate ad in other categories?

    Hello.

    Is there a way to duplicate one ad in 2 categories? If there is no such way, then how would it be better to do it. (think) Maybe there will be some ideas? (Without physically adding another...
  7. Replies
    3
    Views
    6,827

    No. I'm talking about something else. 1. Turn...

    No. I'm talking about something else.

    1. Turn off .html in the admin panel
    2. The category page looks fine: site/culture/
    3. Go to the second page and look at the link in the head section that...
  8. Perhaps someone has already tried to do the module for Sphinx?

    Sphinx, Manticore Search, Elasticsearch any...

    Perhaps someone has done an integration with Sphinx or a similar script? Just wondering.

    Perhaps this is true for a large number of ads. I quickly...
  9. Replies
    3
    Views
    6,827

    am not good at regular expressions, but maybe...

    am not good at regular expressions, but maybe this is the correct code:



    if ($current_page == 2) {
    // add ???
    $uri = preg_replace("!.html!si","/",$paging_tpls['first']);
    ...
  10. Replies
    2
    Views
    3,323

    Ok thank you

    Ok thank you
  11. Replies
    2
    Views
    3,323

    How do I disable some email alerts?

    Do I understand correctly that it is enough to go to the email templates and make them inactive?

    For example, your ad has been added.
    Key: free_approval_listing_created

    In my case, if someone...
  12. Replies
    3
    Views
    6,827

    Question about 301 redirects

    Hello.

    Small offer.

    I am testing on a local computer.
    In file: head.tpl

    There is a code:
  13. Replies
    4
    Views
    3,134

    Thanks. Done.

    Thanks. Done.
  14. Thanks! This works great. The issue has been...

    Thanks! This works great. The issue has been resolved.
  15. Question about pagination on my-favorites.html

    On the page: my-favorites.html 3 sites are added. When paginated, it displays the number of pages: 41.

    I decided to look what he gives in the template.
    rlSmarty.class.php



    $per_page...
  16. I didn't add anything there. Therefore, in the...

    I didn't add anything there. Therefore, in the listing, by default, I sort by date (ascending and descending).

    3885

    However, on the pages above, I have additional sorting items. I don't know...
  17. Different items to sort, how do I change them?

    Hello

    On page:

    * my-ads.html
    * my-favorites.html
    * search.html

    Different items for sorting the product listing. In the listing itself, the items are sorted only by date (as it should be)....
  18. Replies
    4
    Views
    3,134

    If there is such a possibility, then it would be...

    If there is such a possibility, then it would be good.

    But I would also like to know the page generation time. In general, something like this.



    $script_start = microtime();
    #CODE
    echo...
  19. Replies
    4
    Views
    3,134

    Time you create the page

    I need the page generation time. I looked it up in the file config.inc.php not exactly what need. Maybe there are standard ways to view this time, or do I need to add time counting to Smarty?
  20. Thank you very much. I study the script. Nice...

    Thank you very much. I study the script. Nice system!
  21. How do I change the default sorting (date added) to a different one?

    Added sorting by the alexa field (Alexa Rank).

    However, sorting is done by default by the date it was added.

    3883

    Sorting is in the listing.
  22. Replies
    1
    Views
    1,715

    I am unable to use the phone, but I can narrow...

    I am unable to use the phone, but I can narrow the screen width.

    I removed in "page-footer": "position: absolute; and bottom: 0;"

    3882

    And this is what I see. Do you want to remove (I have...
  23. All is decided. Thank you very much.

    All is decided. Thank you very much.
  24. Yes, I did it. Disabled creation for...

    Yes, I did it. Disabled creation for unregistered. The question is closed, thanks.
  25. Adding a row to the table when "creating an ad".

    How justified is it to create a record in the table whenever you click the "add ad" button?



    INSERT INTO `fl_listings`...

    (479, 17, -1, 0, 'listing', '0000-00-00 00:00:00', 0, '0000-00-00...
Results 1 to 25 of 28
Page 1 of 2 1 2