momtaz1976,
>>but I don't know how to reach at :suPHP off, suApache off, suhosin off, and so on !!
First of all it is worth checking current status of those settings.
In most of the cased you can get the status by adding php info into config.php file.
find your config.php file>> add phpinfo (); code right after <?php part. So you should have:
<?php
phpinfo ();
define('OW_URL_HOME'........
Save changes. Go to your site and you should see a long table with all kind of data. Search for suPHP and other items you need. The table might or might not contain this data. In most of the cases it does.
If you won't be able to find this out, it is really better to contact host support.
>>1) my users can't change their avatar
2)
except in newsfeed and wall, when a user post a message, the page never
refresh automatically and user should refresh that page manually! (for
example in blog and forum)
3) in Admin panel, I can not make a new page. when I click for making new page, even I can't edit an existing page !
4) I can't set or change my logo !
Those issues might have been caused by something else and your hosting settings might not be involved here at all. I suggest using DEBUG tool ( for example firebug) for a start.
As I have understood your currently URL is not working at all and there is no way we can actually reproduce the issue.
My suggestion is enabling maintenance mode.
IF you can't do this via admin panel, do this via your database.
Find "ow_base_config" table and change value for "maintenance" from 0 to 1.
This will put your site under maintenance, and only site admin will be able to log in.
Change back your DNS so that your site is visible and if possible provide me admin panel username and pass so that I can debug your issues for you.
If you can't provide admin panel username and pass, try to debug using any debug tool yourself.