To top it off, when I see my charges on PayPal, they have signed me up for some kind of recurring payment!!
RUN. FAST. RUN!!! Like another reviewer said, SHAME ON YOU 10Web!!!
]]>https://www.ads-software.com/plugins/youtube-channel-gallery/
]]>If I install and active the plugin, I cannot get logged in. It kicks me to the main page of my blog. If I go into thru FTP and kill the plugin, then the site works fine.
I guess its so secure that you can’t access it. Not exactly what I had in mind.
I’ve deleted all the itsec database tables, and the plugin still does not work.
Way to take a great plugin that was working and turn it into crap.
https://www.ads-software.com/plugins/better-wp-security/
]]>https://i.imgur.com/rNt4YOT.png
Seriously guys, please don’t do this. An advert for your services *within the plugin page itself* is OK, but not sticking it on every freakin’ page. I appreciate the plugin you provide for free, but just imagine if every plugin did this.
https://www.ads-software.com/plugins/bruteprotect/
]]>I can’t figure out how to: Get the array of user capabilities and Loop through them
Then I will need to figure out how to: Check and then set certain capabilities. But I’m this close!
global $current_user;
$user = $current_user;
// THIS WORKS AND IS EASY
/*if ( !empty( $user->roles ) && is_array( $user->roles ) ) {
foreach ( $user->roles as $role )
echo $role;}
// THIS DOESN’T GIVE ME WHAT I WANT
if ( !empty( $user->allcaps ) && is_array( $user->allcaps ) ) {
foreach ( $user->allcaps as $cap )
// this line outputs 1 1 1 1 for an admin user
echo $cap;
But what I need to do I guess is break out the name value pairs?
or reference the display name of the capability in usermeta?
yes, i suck at truly understnding arrays
$capname = $cap->SOMETHING_HERE;
echo $cap.’ is ‘ . $capname. ‘ capacity’;}
Help is on the way?
]]>Below is my comment on his blog (which will deleted there, I suppose).
https://www.programmingfacts.com/wordpress-pluginrax-email-subscription-and-social-media-links-after-posts/
[Comments moderated]
]]>Question 1 –
I updated the wp-config.php file in WordPad. No matter what I do
the file is showing up as wp-config.php.txt. How can I save as a
pure php file? Do I need to do this? The file name looks like
wp-config.php but when I look at the properties, it’s
wp-config.php.txt.
Question 2 –
I’ve defined the DB_NAME, DB_USER, DB_PASSWORD and DB_HOST on the
wp-config.php(.txt) file. Is there anything additional that I
should update? Do I need to erase all of the “//” stuff?
Question 3 –
And this is going to blow my cover. I’ve FTP’d files to a
directory before, but I’ve never used a database. I have MySQL
4.1.9. Where do I upload the directory? It says under step #4
to “upload everything” but where? Do I upload to the MySQL
database or to my normal FTP directory? Oye.
Question 4 –
Do I need an additional html editor or does WordPress act as one
as well? How do I identify in the source code that the blog exists
if I need an additional html editing program. I’m a fish out of
water.