• https://infinitysite.net.tc

    Help me, i tried to edit “bookmark us” script as a new page title, and now my index is screwed up, what should i edit? what should i do???

    here is the script:
    <script language=”JavaScript”>
    <!–
    // ==============================================
    // Copyright 2003 by jsCode.com
    // Source: jsCode.com
    // Author: etLux
    // Free for all; but please leave in the header.
    // ==============================================

    // message to show in non-IE browsers
    var txt = “Bookmark Us!”
    // do not edit below this line
    // ===========================

    var url = this.location;
    var who = document.title;
    var ver = navigator.appName
    var num = parseInt(navigator.appVersion)
    if ((ver == “Microsoft Internet Explorer”)&&(num >= 4)) {
    document.write(‘<A HREF=”javascript:window.external.AddFavorite(url,who);” ‘);
    document.write(‘onMouseOver=” window.status=’)
    document.write(“txt; return true “)
    document.write(‘”onMouseOut=” window.status=’)
    document.write(“‘ ‘; return true “)
    document.write(‘”>’+ txt + ‘‘)
    }else{
    txt += ” (Ctrl+D)”
    document.write(txt)
    }

    //–>
    </script>

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Heat

    (@heat)

    Guys, i really need help with this, when i write a post, where does it go in the server??

    Heat

    I looked at https://infinitysite.net.tc and it’s a mess. You are trying to use frames, and your coding is so bad that the site won’t even validate.

    1. Take the site out of frames – you will be much happier in the long run and your users will be totally thrilled. If this is part of your server host’s requirements for their ads, then you are stuck cuz you get what you pay for.

    2. Cut the javascript from your page and save it in a text file or something until you figure everything else out.

    3. If you are using a “bookmark this page” javascript, most people know how to make their own bookmark/favorite without any help so encouraging them is redundant and of the “old school” style. If they want to return, they know what to do. If they don’t, there’s nothing you can say to encourage them. And bookmarking doesn’t even mean they will return since most people bookmark sites but their list is so out of control, they hardly revisit the list let alone the site. ??

    4. When you “post” a new post, it is stored in the database. The WordPress Loop in your template files pull the information out of the database for it to be displayed for the viewer.

    And the answer is right on your screen, of what little I saw.

    ">

    Look for every one of those and figure out why it is the only thing showing.

    And visit the https://codex.www.remarpro.com to read up on documentation that may help you get through all of this.

    Thread Starter Heat

    (@heat)

    The problem is, i can’t! the post isn’t even showing in the WP CP, because it’s javascript, the only way i can delete this post, is to remove it from the servers database, is that possible?

    Heat

    Yea… what she said.

    Mess is an understatement.

    Thread Starter Heat

    (@heat)

    Well, that post of yours didn’t really help Marc, i know there is a mess there, the thing is: i’m asking for help….stop being “smart”

    Heat

    Do you have access to phpMyAdmin or any similar interface to access your database?
    If you have phpMyadmin you can go into your DB and select the “yourprefix_posts” table and find the last post you’ve made – select and delete it.

    Thread Starter Heat

    (@heat)

    moshu, i owe you one BIG BIG Thanks for helping me:

    1. you actually helped
    2. you just answered my question, without saying “you are terrible”, or understaetments and that stuff..

    Big big thanks!
    Heat

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Help, screwed up my wordpress’ is closed to new replies.