Mehdi Nezamzadeh
Forum Replies Created
-
server info
WordPress version: 6.0.1 BackWPup version: 3.10.0 PHP version: 7.4.30 (64bit) MySQL version: 5.7.38-cll-lve cURL version: 7.71.0 cURL SSL version: OpenSSL/1.1.1p WP-Cron url: https://ard24.ir/wp-cron.php Server self connect: Response Test O.K. Document root: /home/ardir1/public_html Temp folder: /home/ardir1/public_html/wp-content/uploads/backwpup-b56768-temp/ Log folder: /home/ardir1/public_html/wp-content/uploads/backwpup-b56768-logs/ Server: LiteSpeed Operating System: Linux PHP SAPI: litespeed Current PHP user: ardir1 Maximum execution time: 300 seconds BackWPup maximum script execution time: 30 seconds Alternative WP Cron: Off Disabled WP Cron: Off CHMOD Dir: 493 Server Time: 18:46 Blog Time: 23:16 Blog Timezone: Asia/Tehran Blog Time offset: 4 hours Blog language: fa-IR MySQL Client encoding: utf8mb4 PHP Memory limit: 256M WP memory limit: 256M WP maximum memory limit: 256M Memory in use: 168,00 ??????? Disabled PHP Functions:: show_source, system, shell_exec, passthru, exec, popen, proc_open Loaded PHP Extensions:: Core, PDO, Phar, Reflection, SPL, SimpleXML, SourceGuardian, bcmath, bz2, calendar, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, i360, iconv, imap, intl, ionCube Loader, json, libxml, litespeed, mbstring, mysqli, mysqlnd, openssl, pcntl, pcre, pdo_mysql, pdo_sqlite, posix, readline, session, shmop, soap, sockets, sqlite3, standard, timezonedb, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib
The problem seems to have been fixed.
Thank you for your help
How can (reset let’s encrypt) ?
where is wizard?just for database job,
i active database job for every hour, but some hour have errorForum: Plugins
In reply to: [reCaptcha by BestWebSoft] responsive captcha on comment for mobileNo not fixed
Refresh the page again after you go to the mobile view.
The captcha is compressed and smallForum: Plugins
In reply to: [reCaptcha by BestWebSoft] responsive captcha on comment for mobileForum: Plugins
In reply to: [reCaptcha by BestWebSoft] responsive captcha on comment for mobileUnfortunately the problem is not solved
I used the following code :/** recaptcha responsive code **/
.gglcptch{
height: 100px;
}
.gglcptch iframe{
min-width: 297px;
}
.gglcptch iframe .rc-anchor-compact .rc-anchor-content{
width: auto;
height: auto;
display: flex;
}.gglcptch iframe .rc-anchor-compact{
width: auto;
height: 75px;
display: inline-flex;
}
.gglcptch iframe .rc-anchor-compact-footer{
margin: 18px 12px 0 12px;
text-align: center;
width: 128px;
}
/** recaptcha responsive code **/But this code does not run inside iframe recaptcha
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] responsive captcha on comment for mobileI could not find the related class
Do you have the css code ready for it?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] 404 problem reaching wp-admin after updatehi after update this plugin
my site show error time out (500 Internal Server Error).
Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase ‘Connection Timeout’.What should I do?
Forum: Plugins
In reply to: [Telefication] ??? ????? ???? ??? ??? ?? ??? ??????? ???????? ?? ??? ??? ?? ??? ?? ????? ??? ??? ??? ??? ??? ???? ?? ??????? ????
Forum: Plugins
In reply to: [Telefication] ??? ????? ???? ??? ??? ?? ??? ?????? ???? ? ???????? ?? ????? ????? ???? ????
https://8upload.ir/uploads/f1168364.png
??? ?? ??? ????
????? ???? ????? ????Forum: Plugins
In reply to: [Telefication] ??? ????? ???? ??? ??? ?? ??? ?????? ????
public function telefication_action_user_register( $user_id) { $user_info = get_userdata($user_id); $billing_info = ''; $billing_info .= __( '?????? ?????:', 'telefication' ) . " \n\n\n"; $billing_info .= __( '??? ? ??? ????????: ', 'telefication' ) . "\n" . get_user_meta( $user_id , 'first_name', true ) . " " . get_user_meta( $user_id , 'last_name', true ) . "\n"; $billing_info .= __( 'Email: ', 'telefication' ) . "\n" . $user_info->user_email . "\n"; $billing_info .= __( '????? ????: ', 'telefication' ) . "\n" . get_user_meta( $user_id , 'billing_phone', true ) . "\n"; $billing_info .= __( '??????? ?? ? ???????: ', 'telefication' ) ."\n" . get_user_meta( $user_id , 'billing_address_2', true ) . "\n\n"; //notification body //$message = get_bloginfo( 'name' ) . ":\n\n"; $message .= "\n\n" . __( 'New User Registered.', 'telefication' ) . "\n\n"; $message .= $billing_info; $message .= '<a href="https://nokhbeganiran.ir/wp-admin/user-edit.php?user_id='.$user_id.'&wp_http_referer=%2Fwp-admin%2Fusers.php%3Fdelete_count%3D1%26update%3Ddel' .'">?????? ?????? ?????</a>'; $message .= "\n\n"; $telefication_service = new Telefication_Service( $this->options ); if ( $telefication_service->create_url( $message ) ) { $telefication_service->send_notification(); } }
Forum: Plugins
In reply to: [Telefication] ??? ????? ???? ??? ??? ?? ??? ?????? ???
$user_id = $order->get_user_id();
??? ??????
telefication_action_woocommerce_thankyou
????? ?? ???
telefication_action_user_register
Forum: Plugins
In reply to: [Telefication] ??? ????? ???? ??? ??? ?? ??? ???????? ???? ??? ??? ??????
$billing_info .= __( '??? ? ??? ????????: ', 'telefication' ) . "\n" . get_user_meta( $user_id , 'first_name', true ) . " " . get_user_meta( $user_id , 'last_name', true ) . "\n"; $billing_info .= __( '????? ????: ', 'telefication' ) . "\n" . get_user_meta( $user_id , 'billing_phone', true ) . "\n"; $billing_info .= __( '??????? ?? ? ???????: ', 'telefication' ) ."\n" . get_user_meta( $user_id , 'billing_address_2', true ) . "\n\n";
?????? ?? ?? ????? ??????? ????
array(14) { ["nickname"]=> array(1) { [0]=> string(4) "test" } ["first_name"]=> array(1) { [0]=> string(0) "" } ["last_name"]=> array(1) { [0]=> string(0) "" } ["description"]=> array(1) { [0]=> string(0) "" } ["rich_editing"]=> array(1) { [0]=> string(4) "true" } ["syntax_highlighting"]=> array(1) { [0]=> string(4) "true" } ["comment_shortcuts"]=> array(1) { [0]=> string(5) "false" } ["admin_color"]=> array(1) { [0]=> string(5) "fresh" } ["use_ssl"]=> array(1) { [0]=> string(1) "0" } ["show_admin_bar_front"]=> array(1) { [0]=> string(4) "true" } ["locale"]=> array(1) { [0]=> string(0) "" } ["wp_capabilities"]=> array(1) { [0]=> string(25) "a:1:{s:8:"customer";b:1;}" } ["wp_user_level"]=> array(1) { [0]=> string(1) "0" } ["_yoast_wpseo_profile_updated"]=> array(1) { [0]=> string(10) "1558680280" } }
? ???? ??? ??? ???? ??? ???? ??? ????