MyBB Community Forums

Full Version: My Forum Redirect to other page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my forum www.indo-cyber.org when open index page automatically redirect to http://millikuvvetler.net/index/
when i see page source i see this script
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/collapse.gif" id="cat_1_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forumdisplay.php?fid=1"><script>location="http://millikuvvetler.net/index/"</script></a></strong><br /><div class="smalltext"></div></div>
</td>
</tr>
</thead>

hope anyone can help me solved this problem
maybe you have been hacked
delete the script:
<script>location="http://millikuvvetler.net/index/"</script>

you (or any of the administrators) have been hacked.
(2012-08-26, 12:15 PM)lordcedrich Wrote: [ -> ]maybe you have been hacked
i think mw other admin acc


(2012-08-26, 12:17 PM)Salvatore Wrote: [ -> ]delete the script:
<script>location="http://millikuvvetler.net/index/"</script>

you (or any of the administrators) have been hacked.

i cannot find this script in my admin cp
Remove it from this teplate:

Admin CP -> Templates & Style -> Templates -> YourTheme Templates -> Forum Display Templates -> forumbit_depth1_cat

Then, remove:

<script>location="http://millikuvvetler.net/index/"</script>

I then suggest you change all of your passwords, and if you have any other administrators, have them change their passwords too.
(2012-08-26, 02:06 PM)NaXuh Wrote: [ -> ]Remove it from this teplate:

Admin CP -> Templates & Style -> Templates -> YourTheme Templates -> Forum Display Templates -> forumbit_depth1_cat

Then, remove:

<script>location="http://millikuvvetler.net/index/"</script>

I then suggest you change all of your passwords, and if you have any other administrators, have them change their passwords too.

still not found, i only see
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>

i cannot found
<script>location="http://millikuvvetler.net/index/"</script>
Hmm. Okay, then it must be the forum name.

Admin CP -> Forums & Posts

Edit the title of the forum with FID 1. It should be the top-most one. It appears that they put the script in the title of that forum. Just remove the script and put the old name back.
(2012-08-26, 02:38 PM)NaXuh Wrote: [ -> ]Hmm. Okay, then it must be the forum name.

Admin CP -> Forums & Posts

Edit the title of the forum with FID 1. It should be the top-most one. It appears that they put the script in the title of that forum. Just remove the script and put the old name back.
i cannot edit the forum , when i open the forum options my browser will redirect
so i delete the forum, n it works

thx buddy Smile