Перейти к содержанию

aur3

Пользователи
  • Постов

    31
  • Зарегистрирован

  • Посещение

  • Победитель дней

    4

Сообщения, опубликованные aur3

  1. 2 hours ago, katz said:

    Sorry for the late reply.

    I was able to significantly reduce the DB size using one of your queries, I modified it slightly but thank you very much for your help.

    It took hours to OPTIMIZE the large tables but it worked.

    It's an old version of IPB running on PHP5, do you have an idea on how to make it compatible with newer servers / PHP versions?

    Upgrade your IPB to IPS :) And then you will have compatible PHP versions . 

  2. It appears that there was a problem logging into the POP3 server to fetch incoming emails.
    To fix this, you should review and confirm the settings for the POP3 email account. This includes verifying the username, password, server address, and port number.
    Make sure these settings are accurate and properly configured to enable successful access to the email account.

  3. So just go to PostContainer in ACP and add 
     

      {{endif}}
        {{if settings.ipc_activity_f}}
              <li class='ipc_info ipc_width'>
                   <span class='ipc_l'><i class="fa fa-rub"></i> {lang="credit_balance"}:</span>
                   <span class='ipc_r'>{$balance}</span>
          	  </li>                
           {{endif}}


    But if you need help by doing this give me your forum URL and i will register and do it :)

  4. 1 hour ago, Ronyk said:

    Damn in the mobile version faced trouble, the chat icon lies down over the bar navigator, which is why it is dumb and works every other time.

    Can it be raised higher or built into the bar panel?

    IMG_20240225_205024.jpg

    Yes you can you just need to modify a bit of css :)

     

  5. 12 minutes ago, amnesia said:

    Эх. Не уважаете чужой труд 

    You see, we're using NULLED versions of plugins, applications, and engines, so I don't see a problem with sharing some information on "How to." As for respect, of course, I respect the author of the template, no doubts about it. But I don't have any issues providing extra information for all users.
    And if we're speaking about respect in general, why are you here in the NULLED community in the first place? Let's talk about that. Everyone is perfect and has their own opinions and solutions, you know. (No offense or anything like that.)

  6. Heyyy everyone, previously there was a method shared for removing copyrights w/ JavaScript but it appears to be ineffective now. However i have simpler solution for you to remove copyrights and customize content as per your preferences effortlessly.


    1. Download the theme : Sendo Theme 
    2. Upload your theme
    3. Go to Appearance > Themes  and click on </> ( Edit HTML and CSS
    image.thumb.png.d079e9c519be9b894b8df4f625eb4c10.png
    4. Then click : core > front > __sendo > __footer 
    image.thumb.png.8d73a00f274c2a6d9e161761ddd799b9.png

    5. Remove this line {template="__footer__menu" app="core" group="__sendo" params=""}
    image.thumb.png.f1fcfd7be4c7bb2ef67eb5c253c4da09.png

    6. Here is the result : 
    image.thumb.png.10401f1dd1dc3396be097e70f9a34ea0.png

     

    If you think i helped you leave reaction for more tutorials like this for other themes
    image.png.81c55294ddc24aaf6e9633e1fee29c38.png

  7. Isn't it wonderful when support circles back around?😇 I mean, if there's something to gain from the support we offer, like exclusive access or special perks, why not spread that support across the entire community, right?🚀

    I've been around these parts for quite some time, even dating back to around 2012 if memory serves me right. Back then, this place buzzed with conversations happening every minute. Ah, those were the days! However, I did lose my login info along the way, so here I am, starting anew. 🤗

    It would be great to contribute a bit financially to keep this vibrant community alive and thriving. After all, it takes resources to maintain something as special as this forum. Yet, it would also be fantastic to see more involvement from the moderators and administrators themselves. Perhaps they could spice things up with giveaways or other engaging activities to further enrich our experience here.🥳

    As a gesture of my appreciation, I'm willing to contribute between £50 and £100 in British pounds, which translates to 5895 to 11790 Russian rubles, to support our community's growth and sustainability.🤑

  8. You can set up what to delete in each file, or you can change manually tables. 

    For OPTIMSE so it could get timeout for you so that means you need to increase some settings. 
    Look for options like "max_execution_time", "wait_timeout", and "max_allowed_packet". Increasing these settings allows the server to handle longer-running operations, like table optimization. Doing this can prevent MySQL from timing out and throwing errors during the optimization process.

  9. Where am having my db so is : "AMD Ryzen 7 Pro 3700 - 8 c / 16 t - 3.6 GHz / 4.4 GHz 128 GB DDR4" and I deleting 20k rows every seven minutes and I feel nothing or users either. 

    - So in your case it's depends how well database is optimised.
    - So to be clear and safe try from little bit like start from 100 and increase the row number till you see that db can't handle more. ( and of course always have back-up ) 

    And if needed you can optimise the table it self(sql code below). 

    OPTIMIZE TABLE table_name;


    To say exact number is hard because I don't really know what your server is capable are but by increasing your rows number like I said before you can try to increase little by little and check it. 

×
×
  • Создать...