tejli007
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin panel loads to easy and uses up to 8GB RAM!disabled wp_cron via config but still uses to much ram.
Forum: Fixing WordPress
In reply to: Admin panel loads to easy and uses up to 8GB RAM!LFD Errors:
User:blogs PID:27213 PPID:26262 Run Time:14(secs) Memory:74848(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.php
User:blogs PID:27225 PPID:26281 Run Time:12(secs) Memory:75172(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.php
User:blogs PID:27226 PPID:24423 Run Time:12(secs) Memory:74592(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.php
User:blogs PID:27237 PPID:26092 Run Time:11(secs) Memory:56972(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/wp-cron.php
User:blogs PID:27239 PPID:25796 Run Time:10(secs) Memory:73908(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/wp-cron.php
User:blogs PID:27240 PPID:25795 Run Time:10(secs) Memory:73908(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/wp-cron.php
User:blogs PID:27241 PPID:26106 Run Time:10(secs) Memory:73648(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/wp-cron.php
User:blogs PID:27263 PPID:26108 Run Time:8(secs) Memory:71696(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.php
User:blogs PID:27272 PPID:26276 Run Time:8(secs) Memory:70904(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.php
User:blogs PID:27294 PPID:26478 Run Time:8(secs) Memory:69628(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.php
User:blogs PID:27295 PPID:24438 Run Time:7(secs) Memory:69436(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.php
User:blogs PID:27308 PPID:27286 Run Time:6(secs) Memory:67228(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.php
User:blogs PID:27312 PPID:27297 Run Time:5(secs) Memory:66864(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/wp-cron.php
User:blogs PID:27315 PPID:27299 Run Time:4(secs) Memory:65220(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/wp-cron.php
User:blogs PID:27316 PPID:27300 Run Time:4(secs) Memory:65188(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/wp-cron.php
User:blogs PID:27318 PPID:26074 Run Time:3(secs) Memory:63348(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.php
User:blogs PID:27332 PPID:27285 Run Time:1(secs) Memory:60544(kb) exe:/usr/selector/php cmd:/usr/bin/php /home/blogs/public_html/index.phpForum: Fixing WordPress
In reply to: Admin panel loads to easy and uses up to 8GB RAM!No idea. It not gives all the time that error. maybe after i install 4-5 plugins and it gives that error.
Forum: Fixing WordPress
In reply to: Admin panel loads to easy and uses up to 8GB RAM!It loads 10-15 seconds and sometimes give me error: /home/blogs/public_html/wp-admin/includes/update.php on line 115
Forum: Fixing WordPress
In reply to: Admin panel loads to easy and uses up to 8GB RAM!Yes
Forum: Hacks
In reply to: New link on refresh? is this possible?Thank you but cant figure it out ??
Can you tell me some lines of code to add into the 404.php page please?
I have posted the index template into it and works as it should be just the bots getting 404 erros.
Thank you very much!
Forum: Hacks
In reply to: New link on refresh? is this possible?Hello.
Am working in a SEO experiment and really need to do it. I want to have unlimited urls in my site (thats the main thing).
Can you please guide me please how to do the 404 hook?
Thank you!
Forum: Hacks
In reply to: New link on refresh? is this possible?Hello.
Sorry, i forgot to tell that from the beggining. I want the random link but to show the content of the orginal post.
nvm, i have modified the 404 page and now show a random post.
The problem is now that the robots considers it as 404 and not a normal page.
Is there a option to rewrite it somehow?
All I want is to not be considered as 404 page but a normal page for the robots.
p.s redirecting to a random post will be a option.
Thank you!
Forum: Hacks
In reply to: New link on refresh? is this possible?Here we go https://pastebin.com/raw.php?i=p7dHeqS3
Forum: Hacks
In reply to: New link on refresh? is this possible?Here lol. I have writen the post 2 times when i click post it just disapier
Forum: Hacks
In reply to: New link on refresh? is this possible?Why am not able to post long posts?
Forum: Hacks
In reply to: New link on refresh? is this possible?This one is great but not what i wanted. I dident explained werry well.
Now this code generates unique link for every post (great).
When i click it it redirects to the 404 page.
Is there a option to rewrite the link to show the content of the right post under the random link?Ex:
Orginal post link is site.com/?p-13The random link is site.com/3467
Now whem i click the random link to show the content of site.com/?p-13 ?
This is complicated but i know here are the minds that can figure it out!
Thank you
Forum: Hacks
In reply to: New link on refresh? is this possible?ok here is the code that should be edited:
<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
I have added the funktion in funktions.php and when i replace the_permalink with random_link am getting this link on posts:
https://mydomain.com%3Ca%20href%3D/407%3ERandom%20Link%3C/a%3E
and goes to nowhere.
Forum: Hacks
In reply to: New link on refresh? is this possible?Please forget the plugin. First must be this one.
Forum: Hacks
In reply to: New link on refresh? is this possible?@catacaustic thank you!
Id like to add it in index page and on post.
Can you please guide me how to do it, i mean which part of the template should I remove and add this code?
Thank you Sir!