FenyX
Forum Replies Created
-
Forum: Themes and Templates
In reply to: twentyten argument in comments callbackI will try to apply this rules to the rest of the callback script in my functions.php.
I hate to don’t understand something, even after long search on the web, lol. So your help is really useful to me. One more time thank you Rev. Voodoo!
😉Forum: Themes and Templates
In reply to: twentyten argument in comments callbackThanks a lot for this infos. I’m just a PHP noob trying to modify a free theme according to his needs and tastes. And I translate the text strings directly in my theme’s PHP code
So if I’ve well understood your advice about bracket, my example should look as bellow. That’s it?
<?php printf( '%s <span class="says">says:</span>' ), sprintf( '<cite class="fn">%s</cite>', get_comment_author_link() ); ?>Forum: Plugins
In reply to: [Word Replacer] [Plugin: Word Replacer] Code line replacementIt was 2 weeks ago so I’ve switched to Text Obfuscator, sorry. Anyway as I’ll need to make some “search and replace” on another blog very soon, I promise to try your new version and to give you my feedback. Thanks for your work, takien.
Forum: Plugins
In reply to: [Text Obfuscator] [Plugin: Text Obfuscator] Error message foreach() line 212Sorry for the response delay. I’ve tried it today morning and the problem seems to be solved. It’s the second time you save me, lol. Thanks a lot! 😉
If you need beta testers for suture releases, please add me to the list.
Forum: Plugins
In reply to: [Text Obfuscator] [Plugin: Text Obfuscator] Error message foreach() line 212So yes, finally it was easy to switch language. But the problem is the same when WP is set to en-US (default), so I think that this issue isn’t related to the blog’s language.
I’ve also left a message to the plugin’s author but I’ve not received his answer yet.
Forum: Plugins
In reply to: [Text Obfuscator] [Plugin: Text Obfuscator] Error message foreach() line 212Everything is configured as UTF-8 on this blog but, as you say, it may be a cause. Btw I’ve forgotten to explain that I’ve just installed and activated this plugin without adding any rule or setting yet.
I’ll follow your advice and will do a full backup via my hosting control panel in addition of doing a database backup. I also don’t know how easy it is to switch WP language as I always install the right version language and never have to change it. Do you think that modifying the wp-config.php file would be enough?
Forum: Plugins
In reply to: [Text Obfuscator] [Plugin: Text Obfuscator] Error message foreach() line 212It’s the exact same version (updated today), near the same plugins are installed… Only the theme really changes. Ha… and also the language. First blog was an english version of WordPress, the blog where I’m encountering problems now is a french version of WP.
Forum: Plugins
In reply to: [Text Obfuscator] [Plugin: Text Obfuscator] Error message foreach() line 212Yes, it’s running PHP5. But thanks anyway for your suggestion. Merci 😉
• PHP Version : 5.2.17
• PHP Safe Mode : OffThey don’t seem to be very responsive
No but I can understand their concern about security. I’ve tried several hosting providers before this one and I’ve never had any security problem with their restrictive configuration. Restrictive but no XSS, no SQL or file injection and such attacks. I’m tired of chinese hackbots. That’s why I appreciate this company’s security strategy for shared hosting. I just didn’t know that the price to pay for this was so much deactivated functions.
Anyway I had already planned to get a VPS for myself, I will just get it sooner than expected. 🙂
I had already sent them the code in my first request. They answered me once again that I should choose a VPS solution. So I’ve said:
But the script doesn’t require exec to be enabled. Developer says your server’s config makes the script stop when ONLY testing “if exist”, while if it is diabled it should just continue the script without using exec.
One more time, as posted above, the developer said me:
“It can work without it also, just that the code should not break when it asks for that function existence, so I think your hosting support still need to fix this! (…) the script should finish execution under normal conditions with or without exec function enabled!”That’s why this problem seems to be not related to enable or not the exec function.
Support answer:
Hi,
It can be another function which is disabled, this functions are disabled at this moment:
system, shell_exec, exec, passthru, php_uname, popen, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid,posix_setgid, posix_uname, proc_close, proc_nice, proc_open, proc_terminate
Confirmation by WeServIT.nl support team:
Hi,
The exec command is disabled for security reasons. If we enable this, clients would be able to execute Linux commands on our servers.
So my only way seems to be a Linux VPS. More expensive but I will seriously think about it. I just think that my lack of skills could be a big problem. Still hesitating.
I’m really thankful for all your help and for the time you’ve been working on solving my problem. And for sure I will install XCloner as soon as it will be technically possible to me.
Aaah ok. Thanks for your patience and your explanations 😀
By the way, Php open_basedir returns a red text:
“/home/myname/:/tmp:/var/tmp:/usr/local/lib/php/”
I don’t know why it’s in red text but this path seems complicate too me. Couldn’t it be related?I’ve tried to remove the part you’ve shown me so now it looks like this:
<?php $out = ""; $val = ($out != "")? "ENABLED":"<font color='red'>DISABLED</font>"; echo HTML_cloner::get_color($val, 'DISABLED'); ?>But it still doesn’t work. Should I remove this entirely too?
I don’t understand why their server would add a
display:nonestyle to the DIV but I’ll follow your advice and will discuss it with my hosting support team.Thanks a lot for your efforts to help me. I will let you know the result of the discussion with support…
The HTTP Headers monitored when clicking the Settings button in Main Menu: [link]
Not sure it could help by any way.