Deleting emails older than 2 years
to view:
find /home/*/mail/*/*/cur -mtime +729 -type f -ls
to delete:
find /home/*/mail/*/*/cur -mtime +729 -type f -delete
Go to: Multi Account Functions » Modify/Upgrade Multiple Accounts There is no “check all” box so, do a quick search for “x3” and “select matching users” Change “Theme” to paper lantern and click change.
İnternette artık 3-4 karakterli alanadı bulmak imkansız gibi biliyorsunuz, yeni çıkan uzantılarda bile. Ben de bir tane 3 harfli almış bulundum “.so” uzantılı, HavaNasilOralarda.com adlı site adı çok uzun olduğu için hno.so almıştım URL kısaltma amaçlı. Saçma sapan 99$ yenileme ücretinden daha ilginç olan durum ise şu ki; domainin süresi bitmeden önce yenileyemiyorsunuz. Önce süresi…
So all you need is simply 1 random post, 1 random post->ID or 1 post link, you dont need to go through all the hoops. (Update: added $wpdb function to tests) Jump to conclusion or lets evaluate our options here: query_posts(), get_posts(),wp_query(), $wpdb As a rule of thumb, usually we can say wp_query > get_posts…
Sorry, this entry is only available in English. For the sake of viewer convenience, the content is shown below in the alternative language. You may click the link to switch the active language. I ve searched low and high for this came across a lot of tips but none of them worked. Changing the “default…
So I wasn’t able to add new items to wordpress menu and found out that the reason is the POST limit but adding max_input_vars = 2000 did not solve the problem (default is 1000). If you have suhosin and cant add new menu items or save your menu, you have to add the below to your…