ragnar22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Account InactiveHi Steve Stern,
when user is not using his/her account within 30 days the account will be locked and when user use his/her account before 30 days the restriction will be reset back to zero..how to done this??
thanks
Forum: Fixing WordPress
In reply to: Password ReuseI already saw this plugins..and also the code..i am finding where to start first:)
[Moderator note: Please, No bumping.
- This reply was modified 7 years, 4 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Password ReuseDo you have any idea on how get in on it??..
Forum: Fixing WordPress
In reply to: Password ReuseHi Steve Stern,
No Password stored at wp_usermeta..how how it works?..
Forum: Fixing WordPress
In reply to: Password ReuseSteve Stern
thanks for the reply..
Question:: should i make another table in my DB for password??..do you already done this kind of scenario?..
Forum: Developing with WordPress
In reply to: specific display page of permalinkthe problem is solve..i used ajax to fetch information and display on the specific page..i have question “is it possible when i click the_permalink() the information will appear on the specific page that i make and not on the single.php template without the help of ajax??”..thanks
Forum: Fixing WordPress
In reply to: DB Connectioni dont have a username and password on my wp_config..i only have is db_host..how is it??..i dont know what to do this kind of situation..
Forum: Fixing WordPress
In reply to: ConnectionI need to run wordpress via XAMPP’s web service on a PC. However, I am required to connect to a remote database (which is another PC). How can I achieve this? Thanks.
Forum: Fixing WordPress
In reply to: Encryption Passwordi want to put a DB_username and DB_password on wp_config..the DB_password must be encrypted..how to that sir..thanks
- This reply was modified 7 years, 5 months ago by ragnar22.
Forum: Fixing WordPress
In reply to: Encryption Passwordin wp_config i want to put a username and password on it..but the password will be hash..how to do that..i tried also when i setup the wordpress..but the that will put on the wp_config is not encrypted..
Forum: Fixing WordPress
In reply to: DB ConnectionHi @bcworkz
Do you know how to do this??
i had 2 pc, in my first pc i will import my db and run the mySql only on the xampp, and the second pc i only run the apache..i have two xampp running, now how would i view my site on the second pc if a have a separate Mysql and apache??
Forum: Developing with WordPress
In reply to: Login in attempsHi..
thanks @bcworkz for the reply.
Forum: Developing with WordPress
In reply to: Login in attempsif the two attempts to login is fail then the 3rd attempts is success the attempts fail will be reset back to zero in the login area
thanks
Forum: Developing with WordPress
In reply to: Login in attempshi @bcworkz
i already found a solution..the problem is when i fail 2 attempts then success for the 3rd attempt the fail attempt will be reset but in the plugin that i found it will continue meeting the attempt..
Forum: Developing with WordPress
In reply to: Login in attempsthanks for the plugin suggestion, i tried the plugins but i thinks it is not my preferred plugins..
i had already a code for that but the problem is when he meet the attempt he will lock down and also the other user cannot login..
i need is only the specific user will lock out and the other user can logins..
but anyways thanks for the reply and suggestion