
Everything posted by aur3
-
Как удалить старые темы (MySQL)
Upgrade your IPB to IPS And then you will have compatible PHP versions .
-
How to remove Copyright in footer [SENDO 4.7] 2024
You see it's better to delete because of Goolge That means google searches not include yours site with keywords like theme name.
-
Can anyone help me fix this error?
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.
- Illuminate PRO
-
Показ баланса
I have done this because his credits plugin is strange, and i tried to add like w/ veriables only it didn't worked. So i did like that. ( of course am not the pro in IPS's but still did what i can do you know )
- Показ баланса
-
Показ баланса
I have registered in your site with a nickname : aur3
-
Показ баланса
- Показ баланса
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- chatbox extender
IF someone paid for that i don't think they going to share mate,. If you really really need i suggest to buy it and thats it- Ошибка 500 перед установкой движка
I assume you are using XAMPP ? If so download latest version of that https://www.apachefriends.org/download.html- Изменение формы при регистрации (полная форма регистрации)
Interesting. Why do you need to add extra effort for no reason when you can achieve the same result by creating fields and adding them as required in registration?- Chatbox+
- Hwllo Every one
What do you mean by that? explain more? - But if your question is for real like that.. Then you should find out more here : https://letmegooglethat.com/?q=knowledgebase+invision+community- Post Notes 1.0.2.1
- HoverCard [Suggestions to add something]
Hey people! 🚀 - Now i started ReDesign one of the templates and now i am thinking what should i add to Hover Card like what type of information should i add for users to see? - Would be nice to get more suggestions Default HoverCard : Current :- How to remove Copyright in footer [SENDO 4.7] 2024
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.)- Sendo Theme (Dark/White)
Here i created a topic w/ how you can remove copyrights.- How to remove Copyright in footer [SENDO 4.7] 2024
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 ) 4. Then click : core > front > __sendo > __footer 5. Remove this line {template="__footer__menu" app="core" group="__sendo" params=""} 6. Here is the result : If you think i helped you leave reaction for more tutorials like this for other themes- Поддержка IPBMafia.ru
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.🤑- Как ограничить Теги ?
You're welcome 😉 !- Как ограничить Теги ?
Here you can change settings minimum / maximum tags per person url : /admin/?app=core&module=settings&controller=posting&tab=tags- Как удалить старые темы (MySQL)
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.- Убрать приставку в url при переходе из поисковых систем
Easy solution to remove is with .htaccess and make nice url RewriteEngine On RewriteCond %{QUERY_STRING} ysclid=[^&]+ [NC] RewriteRule ^(.*)$ /$1? [L,R=301]- Как удалить старые темы (MySQL)
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. - Показ баланса