ayublin
Forum Replies Created
-
Awesome! You guys rock!
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Download Limit IssuesThat’s cool, will try to implement that later, thanks!
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Download Limit Issues@marvmckay66: it’s here, well we apologize for your inconvenience anyway.
@pippin and chriscct7: While you guys are here, I need to ask a question, I just examined our codes and found the problem. Since the free download isn’t using the payment mechanism, I just set the $payment ID to
-1, this is causing the download count for any downloads by any users will be accumulated, therefore the download limit becoming a global limit. Is that possible and won’t cause any misbehavior if I insert a payment record for each download action of each user? the record will be checked first to make sure only one record created for one unique download per user.Seems like so RebelStar, the error message is “Refused to display document because display forbidden by X-Frame-Options”, jetpack comment display the comment using iframe which loads most things directly from WP’s servers, and that error message usually appears if the iframe source URL forbids the access, so it should be an issue from the servers.
Yeah, glad it’s fixed quickly ๐
Hi, I just tried it, and it’s working fine now ๐
Wow, just some seconds I posted, and tried it again, jetpack comment now working ๐
You can try again tehilim ๐
I think we can’t, jetpack comment rely on iframe that load data from jetpack server, so we need to wait for their fix.
For now, you should deactivate the jetpack comment, and let the wordpress default comment works.
awww, there is another person reported this almost at the same time with me, you can delete this admin.
Forum: Fixing WordPress
In reply to: 3.3.1 Hacked by saveprefs.ru redirect@pkwooster Wow, these are really helpful plugins, thanks.
Forum: Fixing WordPress
In reply to: 3.3.1 Hacked by saveprefs.ru redirectWow, if you have done that, and everything has been said here, including changing your FTP, MySQL and cpanel password, but still getting hacked. I don’t have any idea how the hacker is doing it.
Forum: Fixing WordPress
In reply to: 3.3.1 Hacked by saveprefs.ru redirect@urbaanalmelo cleaning your whole server, re-install, and then not importing your old data at all? ๐ฎ
Forum: Fixing WordPress
In reply to: 3.3.1 Hacked by saveprefs.ru redirectThe
.htaccessfile will always be modified as long as the backdoor files haven’t been removed.The backdoor files normally will be placed on directories and files that won’t be replaced even the wordpress updated, they are everything inside wp-content and wp-config.php.
Try checking on your active theme and wp-content/uploads directory, in my case, I found the backdoor files there.
And I updated all timthumb.php script to the latest version (2.8.5), since the old version having security vulnerability.
It’s been 3 hours my
.htaccessstay untouched (I hope it stay like that :prayhard:), it’s keep changing every single hour before.Hope that helps.