1) Hi, I just installed newest version, first time, and when I came to cron job, I did as it was explained, and I got this in my email:
<font color="red">register_globals is On (warning, you should have this param in Off
state, or your site will unsafe)</font> <br />
Please go to the <br />
<a href="http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter">Dolphin
Troubleshooter</a> <br />
and solve the problem.
then I created phpinfo.php and I got this in webbrowser:
Warning: phpinfo() has been disabled for security reasons in /home/blabla/public_html/blabla/phpinfo.php on line 2
my command in cron job was:
cd /home/blabla/public_html/blabla/periodic; /usr/local/bin/php -q cron.php
I included "blabla" because I don't want to write it publicly.
so, when I opened htaccess file, there was written register_globals Off even I got email that it is "On", as mentioned above. here it is:
Options -MultiViews
<IfModule mod_php4.c>
php_flag register_globals Off
</IfModule>
<IfModule mod_php5.c>
php_flag allow_url_include Off
php_flag register_globals Off
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
2) I have one more question: after I finished installation, I came in my profile and tried to add information there, but when I click Save, it is just loading and nothing is saved. I tried several times. button Save under who can see it: Publicly is working very fast.
later I clicked Save in Admin-Settings-Email Templates, and I got warning: Possible security attack!!! All data has been collected and sent to the site owner for analysis.
and I got long email message which I don't understand.


