Jump to content

User lookup positioning problem + compromised account question


xhxixdxdxexnx

Recommended Posts

Firstly, I've been having some problems with the formatting of my user lookups. The position of my banner image and textboxes moves around for no apparent reason; one week it'll be centred like it's supposed to be (like this), the next it'll be too far right, then when I fix that it eventually ends up too far left (like this). The only thing I ever change is the left div alignment.

 

Secondly, my main account was compromised a couple of weeks ago. I opened Neopets one morning to find I'd been logged out, when I logged in I noticed a few things missing/changed (I'd rather not be more specific). I immediately changed my passwords/PINs/associated email addresses, scanned my computer, and sent a ticket; but no response yet. I know that in these circumstances accounts are often "frozen for your protection", but mine hasn't, and I was wondering whether or not I should be using it as normal?

I suspect it may have been my ex as he knew my password and could have guessed my PIN, I just don't understand why he'd do something so petty after so long when he doesn't care at all about Neopets (lesson learned). Point being that if it was him, it's unlikely to happen again, and he doesn't have an account to report (that I know of).

Link to comment
Share on other sites

That's... A lot of hard-coded values.

 

macale4 looks alright to me, until I resize the page. Running at 1080p.

 

xx_pet_rescue_xx looks like that to me:-

petrescuebf.jpg

 

I suppose you're trying to achieve:-

petrescueaf.jpg

 

You can do so with the following code (replaced whatever's under your style tags, reworked your code to avoid hard-coding):-

<div>
  <div style="margin-bottom: 10px;" id="image">
    <img src="//images.weserv.nl/?url=http://img.photobucket.com/albums/v396/crazy_chocoholic/charmanderheader_zps023d336c.gif">
  </div>
  <div>
    <div style="float: right;" id="links">
      <a class="nav" href="/myaccount.phtml">
        My Account
      </a>
      <a class="nav" href="/customise/">
        Customise
      </a>
      <a class="nav" href="/games/">
        Games
      </a>
      <a class="nav" href="/explore.phtml">
        Explore
      </a>
      <a class="nav" href="/nf.phtml">
        News
      </a>
      <a class="nav" href="/community/index.phtml">
        Community
      </a>
      <a class="nav" href="/objects.phtml">
        Objects
      </a>
      
      <a class="nav" href="http://ncmall.neopets.com/mall/index.phtml">
        NC Mall
      </a>
      <a class="nav" href="http://nc.neopets.com/membership/">
        Premium
      </a>
    </div>
    <div style="float: left; margin-bottom: 10px;" id="text">
      Main: 
      <a href="http://www.neopets.com/userlookup.phtml?user=macale4">
        macale4
      </a>
      Sides: 
      <a href="http://www.neopets.com/userlookup.phtml?user=bloodkissed">
        bloodkissed
      </a>
      , 
      <a href="http://www.neopets.com/userlookup.phtml?user=p5ych0p47h">
        p5ych0p47h
      </a>
      , 
      <a href="http://www.neopets.com/userlookup.phtml?user=xhxixdxdxexnx">
        xhxixdxdxexnx
      </a>
      , 
      <a href="http://www.neopets.com/userlookup.phtml?user=bloodkissed">
        bloodkissed
      </a>
      <br>
      <br>
      I made this lookup with help from 
      <a href="http://www.neopets.com/~yurbleburble_26">
        this guide
      </a>
      , no touchy.
    </div>
  </div>
</div>

Formatted for easy reading too, although Neopets destroys code formatting. Apply it to your other page if it helps. Also noting your "bloodkissed" side is listed twice.

 

As for your account getting compromised, you should change all your credentials if you haven't done so already, and let TNT do their investigation though that would probably be awhile.

Link to comment
Share on other sites

Thank you! I totally forgot to check in different resolutions, weird that it kept moving around without my resolution changing though :/ I've been using the same base code for years because I was too lazy to work out how to do it better >_> (Stupid filter changes) Do you want credit for the help?

 

Do you think using the account as normal is fine while they're investigating though? I assume they'd freeze me if it's not, but I want to be safe.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...