We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Help Site Down with JAVA | Forum

TeamX
TeamX Aug 21 '13
hello please help



I have added this Java Script to the PAGE SETTINGS tab in  my Oxwall admin

var rev = "fwd";
function titlebar(val)
{
        var msg  = "Gang Giz - India's No.1 Social Network.";
        var res = " ";
        var speed = 100;
        var pos = val;

        msg = ""+msg+"";
        var le = msg.length;
        if(rev == "fwd"){30
                if(pos < le){
                pos = pos+1;
                scroll = msg.substr(0,pos);
                document.title = scroll;
                timer = window.setTimeout("titlebar("+pos+")",speed);
                }
                else{
                rev = "bwd";
                timer = window.setTimeout("titlebar("+pos+")",speed);
                }
        }
        else{
                if(pos > 0){
                pos = pos-1;
                var ale = le-pos;
                scrol = msg.substr(ale,le);
                document.title = scrol;
                timer = window.setTimeout("titlebar("+pos+")",speed);
                }
                else{
                rev = "fwd";
                timer = window.setTimeout("titlebar("+pos+")",speed);
                }
        }
}

titlebar(0);



but after adding this my website is not loading, it is refreshing only, so how can i remove this , i cant even enter the sign in page,,,  so =how can i edit the index page and remove the above tag using the cpannel

www.gangiz.com

Ebenezer Obasi
Ebenezer Obasi Aug 21 '13
Disable the javascript in your browser, refresh your page and try accessing the admin dashboard from www.yoursite.com/admin

I have already responded to the message you sent me.
TeamX
TeamX Aug 21 '13
No way, i needs to know that, when we add a Code in Page Settings Tab in our Oxwall admin, where does the code saved in the ftp
Alia Team
Alia Aug 21 '13
Stanly, open your database>>find ow_base_config table>>clear data from:

1. html_prebody_code
2.html_head_code
TeamX
TeamX Aug 24 '13

Quote from Aliia Stanly, open your database>>find ow_base_config table>>clear data from:

1. html_prebody_code
2.html_head_code


Quote from Ebenezer Obasi (De Gurusmaker) Disable the javascript in your browser, refresh your page and try accessing the admin dashboard from www.yoursite.com/admin

I have already responded to the message you sent me.

Thank Alia and Obasi for your kind response to my query, my issue solved and i have implemented a  new way  to solve the above problem,,,,,

1) I use to log in to my Mobile website, and I call the link
2) www.gangiz.com/admin
3) The page Displayed and i go to page setting and removed the code
Alia Team
Alia Aug 25 '13
Thanks for sharing Stanly.