Getting ddos cuz someone i hate always get my ip t...

Ok I had fight with some idiot on the internet removed him from friendlist but he keeps ddos by using skype resolvers like Grabthatip.com i cant believe skype allows this **bleep** to happen shame on skype i made agreat mistake by creating skype id.  even right now my speed is slow  and i have to use vpn
Edited to conform with the Community Guidelines

There really is no forum for this. I think you must submit a request here.
https://support.live.com/eform.aspx?productKey=edfsmsbl3&ct=eformts&wa=wsignin1.0
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

Similar Messages

  • What language would suit someone who hates anything that isn't PHP?

    Psst. Yes, this message is long, but so are my requirements. Please take the extra few seconds to read it
    First it was QBasic, then QuickBasic, then, of all things, Visual Basic... version 1.0. On Win98. Then XP.
    I made a lot of stuff with VB. 500 doesn't give a very good indication of how many things I made with VB 1.0, but I remember having more items than that in my c:\vbwin folder. VB might not look all that great visually, but it had a few things I've not found in any other language/environment, namely simplicity, freedom of use, speed, flexibility, hackability, and speed. Definately speed. It wasn't great on memory usage however - after my projects started creating 80KB binaries, VB would start to get crashy.
    But VB had simplicity because it didn't use the 2873598734-options 997341234-properties 897592873562874353469582743-functions mantra of VB 6.0 nor the 9-billion-of-everything mantra of .net. I could whip up an application in that environment within seconds - indeed, I became quite a master at configuring some defaults I liked for forms and adding a hidden button that responded to the ESC key in about 7 seconds. It had freedom of use because... I could do anything with it. I could, because I was just that patient enough, use 234 perfectly aligned pictureboxes to create "the Win95 look" in a program designed to work on Windows 3.1 (yes, VB 1.0 is 16-bit ), and VB had speed because those 234 pictureboxes appeared on my running program's form when I hit F5 faster than I could blink. It had flexibility because I could shove 12MB of BMPs into my EXE and it'd run fine. It had hackability because I could import the Win16 API and work around issues in the language itself to make my applications what I wanted them to be. Did I mention the speed? Well, it was copyrighted in 1991, so was written in the good old days of the 16MHz 486!
    However, all that fun was, sadly, from a while ago. Like, 8 months ago or so, probably more.
    What marked the end of that period was a conversation on IRC one day: someone gave me a 5-or-so line snippet of code in PHP. It wasn't very complicated, but it showed a clean solution to something I needed to do with web development, which I was just getting into at the time - I can't really remember what the actual issue was, but I do remember that my choices were either to use the code snippet, or go through some looong complex process to complete whatever it was I wanted to do manually.
    The code didn't look too scary, so I installed PHP and gave it a whirl. And I've liked, used, and abused PHP for many months following that initial "well maybe this isn't so bad". I don't mind PHP's use of 14 functions or more/less to do the same thing, or the fact that PHP isn't multithreaded. I probably wouldn't take advantage of multithreading in my code for a long time anyway, and PHP does have pcntl_fork() if I want to do two things at once in a controlled way.
    However... I'm starting to outgrow PHP, and I'm a bit homesick of VB's visual ease of use as well. I want an environment that lets me drag'n'drop a picturebox onto a form, shove a pile of pictureboxes inside of it, then programmatically manage them all. Yes, that's exactly the kind of thing I'd do with VB 1.0, and what do you know, I created something good from it - a simple but very usable media center-ish user interface complete with animation and it all ran fast on the PC I was using, a Pentium 3 clocked at 450MHz, with only 128MB RAM.
    Yes, PHP-GTK, PHP-QT and PHP-TK do exist, and they've all failed on my system at various points: PHP-GTK compiles and works absolutely fine, but breaks PHP-CGI. PHP-QT won't compile on my system, and its compile process is just too hard to tweak so I can't try gcc-3.4 on it. And anything involving PHP-TK that doesn't amount to creating a single, empty, lifeless window titled "PHP/TK" produces warnings or segfaults.
    So I'm looking for a programming language that gives me something comparable or equal to what VB 1.0 had - a visual drag'n'drop development environment that didn't visually overwhelm, compilation, and speed, and what PHP has - simplicity, readability, and bindings to/for everything that isn't desktop application development, without the VB syntax format. I'm past VB, and about to surpass PHP.
    Possible candidates for a new language are pretty much anything that includes both a compiler and interpreter, looks and feels like PHP, has nothing PHP doesn't have, but offers more power by using more functions, not weird, non-C-like ASCII character soup. So, if you were to take the PHP parsing engine and couple that with a bunch of libraries that adds sane stuff like native window support, the ability to manage boxes and squares in code, and so on. OR anything equivalent. So if something had ability XYZ which I couldn't figure out how to use, but also let me complete goal ABC while *not* using XYZ, it meets my requirements. And if something has just an compiler, you'll have a bit of a hard time convincing me to like it, but if it only has an interpreter, you'll really need to sell it to me, since I'm starting to get the compilation bug again, just like I did 7-8 years ago when I gazed at the wonder that was the EXE and wanted so badly to create my own.
    Also, before you list Perl, let me stop you: Perl has too many unreadabilities. "test ? abc : def" is about as far as I'm prepared to go; I far prefer English text over regular expressions, Awk and the like. Also, C is just too much. It is, probably unsurprisingly considering what you've just read, too cool for my artistic brain. I don't want a language that can do everything: I get inspired by difficulty, not being able to do whatever I want. Yes, that's how my brain works, and I need to go with the flow, not against it, so simply because C can do absolutely anything and everything, I can't use it.
    I will, however, note that I also like the Bash language, and the way it works, if only it wasn't so slow!
    So, to sum up, the best things I've written include a media center user interface in a language that's 17 years old (same age as me! ), a telnet server using PHP (I wrote the RFC-compliant telnet parser myself, from scratch), and lastly a textual taskbar, an IRC client, and some animations using Bash.
    I want a language that is readable and doesn't try to extend or expound on its own using syntax but lets me do the thinking my own way, so I have nothing stopping me from using it for what it wasn't used for. Because isn't that what we all do with programming languages anyway?
    -dav7

    As promised...
    A little simple at the moment, but it's the result of a dream... to create The Perfect Language. I just may end up calling it TPL if it works out.
    ; dav7's view of what The Perfect Language is
    ; Licensed under the Nonexistant Public License (NPL) - "do w/e you want w/ it, just give me a bit of credit."
    ; 30-sep-08 - ?-oct-08
    ; <[email protected]>
    ; /me invents comment blocks so he doesn't have to keep typing ;s
    There. :D
    Now, the problem with most common programming languages (I'm looking at you, C) is that they
    - are rather unreadable
    - are really hard to work with for the unknowledgable
    - impose a 32768-second wait on the impatient, ADHD-infused programmer as the code file(s) compile for the
    247th time
    - involve a lot of typing, some of it needing to be a specific case (CAPS or lowercase)
    - requires a lot of input to get something basic functional, and has a very high initial code to output
    ratio: at the beginning of a project a high percentage of code is required to get a reasonable amount of
    output, and only after there is a fairly decent amount of code present will the code / output ratio
    decrease so that only a relatively small amount of code is needed to produce the application-specific
    output desired
    - is not natively very image-oriented - to display an image in a window without 5GB of libraries, I need to
    know Xlib, how to decode PNGs and how to manage double-buffering
    So, I want to create a language that
    - is both readable AND easy to type. No, I'm not going to do a survey of what word groups are the easiest
    for the eye to pick up on, or go anywhere near that extreme; rather, my language will have two "modes".
    One is amazingly quick to type, and the other, while relatively minimalistic, actually uses ASCII characters
    to denote function, data and flow, and my compiler/interpreter combo will have a converter that will pass
    through and convert a code file from one "syntax mode" to the other.
    - can be both interpreted or emitted, depending on the situation ("emitted" here means that instead of working on
    something that can generate native code for 784598754 platforms myself, I'll just output C-- code or something)
    - has bindings for X
    - makes it very easy to debug a program
    From a result-, goal- or solution-based person like myself, I don't see language design the way most others would.
    I don't value a language based on its algorithmic efficiency, I value it based on ease of use. I don't see things
    from a procedural perspective, but rather a tokenized object oriented tree of constructs that I must feed to the
    computter to achieve the result I want. This language adheres to that principle.
    So, let's get started with this new language. As I go along, I explain points of interest / trivia about whatever
    I'm referring to.
    ; The ubiquitous "Hello World". To print something, you encase it with single or double quotes and don't assign
    ; any meaning to it by telling the language to set the string to a variable or test it against something. A
    newline is automatically added at the end of a line of such output produced by quoting.
    "Hello world!"
    ; variable assignment by usage. There's no "true" or "false" here. Everything uses plain, un-expounded (in that 0
    won't mean false or 1 true) integers to represent state or status.
    x = 1
    ; if/then - the '? var : abc : def' construct compares 'var', and if 'var' is 1, it executes 'abc', otherwise it
    ; executes 'def'. This'll print "x = 1!". This construct could be used to do anything - I'd want it to operate
    ; as much like the C preprocessor as possible.
    ? x = 1: "x = 1!" : "x = 0!"
    ; the previous line could also be written as:
    ? x: "x = 1!" : "x = 0!"
    ; or even:
    "'x' is equal to $x, which would equal"; ? x: "TRUE" : "FALSE"; "in a lot of other programming languages."
    ; calling a procedure. See the procedure declaration below for more info.
    test x
    ; a loop. Loops start with a '[' and end with a ']'. This language doesn't have any for or while loops - you
    ; construct those on your own.
    [ ;; this demos both nested comment blocks, and the fact that I stole C's add-1 method -> ;; x++
    ; the ! operator breaks out of a loop. I might change this.
    ? x > 5: !
    ; Print the current index, up to 5. Using a $ next to a known variable name in a quoted string will
    ; print that variable's contents.
    "$x"
    ; Now for a for-esque loop - very similar to the previous example. Note that at the beginning of the block, a
    ; semicolon isn't required to denote its seperation of the pre- or proceeding code behind and in front of it.
    z = 0 [ z++; ? z > 10: !
    "$z"
    ; procedure start. No definition of the function or parameters is required - variables are accessible inside
    ; the function as 'a', 'b', 'c', etc. When 'z' is reached the next variable is indexed as 'aa', then the next
    ; as 'ab', etc. Also, functions can be defined after they're called - the parser will have the entire program
    ; in memory before it executes a single line of it, and the compiler will likewise parse the entire program
    ; before outputting any C.
    test:
    ; Yes, it looks like I have the quotes wrong, but I don't. This language allows for Bash-style
    ; variable-string combination ;)
    "ohai from teh procedure! You passed "$a"!"
    ; procedure end. Note that I start with "proc:" and end with ":proc" - this makes it very easy to see
    ; what function I might be seeing the end of if it's long and I can see any function starts.
    :test
    ; Now for everything demoed here as a one-liner.
    "Hello world!"; x = 1; ? x: "x = 1!" : "x = 0!"; "'x' is equal to $x, which would equal"; ? x: "TRUE" : "FALSE"; "in a lot of other programming languages."; test; [ ? x > 5: !; "$x" ] z = 0 [ z++; ? z > 10: !; "$z" ] test: "ohai from teh procedure!" :test
    ; And now for everything in its slightly more readable form...
    "Hello world!"
    x = 1
    if x = 1 then "x = 1!" else "x = 0!"
    if x then "x = 1!" else "x = 0!"
    "'x' is equal to $x, which would equal"; if x then "TRUE" else "FALSE"; "in a lot of other programming languages."
    test
    [ x++
    if x is greater than 5 then break
    ; OR
    ; if x > 5 then break
    "$x"
    z = 0 [ z++; if z > 10 then !
    "$z"
    test:
    "ohai from teh procedure!"
    :test
    ; And now for this version as its oneliner:
    "Hello world!"; x = 1; if x then "x = 1!" else "x = 0!"; "'x' is equal to $x, which would equal"; ? x: "TRUE" : "FALSE"; "in a lot of other programming languages."; test; [ if x is greather than 5 then break; "$x" ] z = 0 [ z++; if z > 10 then break; "$z" ] test: "ohai from teh procedure!" :test
    That's about it.
    What do you think?
    What language has the closest syntax as mine?
    Is this language viable? Could it survive actually being developed?
    Please do let me know your opinions/comments/suggestions/flames.
    -dav7

  • N95. when someone rings, it always comes up 'No Nu...

    Everytime someone rings my sisters N95 it comes up 'No Number', I'm not witholding my number when I ring the phone... its every single call... getting very frustrated when we miss a call, we cant find out who it is.... ALSO I just tyed updating the phone with 'Software updater' the phones switched on, set to general, but it keeps saying update failed??? anybody have any Ideas ( THANKS COOPS!!!

    Hi, Corinneact. 
    Thank you for visiting Apple Support Communities. 
    The usual cause for errors is that the security question responses are case sensitive.  If case sensitivity is not an issue with your answers, see the last step in the attached section of the article below. 
    Navigate to My Apple ID using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    Note: The option to send an email to reset your security questions and answers will not be available if a rescue email address is not provided. You will need to contact iTunes Store support in order to do so. 
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    Cheers,
    Jason H. 

  • My bookmarks disappeared when I updated firefox. I've gone through all the help sections and I can't get them back.

    I've tried everything in the help sections on the firefox website. I've tried on multiple occasions to get into the live chat to talk to someone, but its always either closed or I can't get anybody to respond.

    Is this how you do it?
    1. Turn off iPad. Press and hold the Sleep/Wake button for a few seconds until the red slider appears, slide to turn off.
    2. Connect USB cable to computer
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune (make sure you have the newest version of iTune)
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times to recover your iPad

  • Skype status is always available on windows, even ...

    skype status is always available on windows, even after logging out. how to fix that?

    Alright, so if you have tried the previous steps and it did not work, then let's try something else.
    Do you have another account? If so: Sign into the other account and add yourself. Sign back into your own account and add your other account. Sign off your main account and sign onto your other account and check your online status. If you are still online, you may have followed the previous step improperly or someone may have hijacked your account via the P2P version of Skype (which you should change your password right away so that the other user will be logged out.) 
    That being said, you can also have a friend or family member who has you on their contact list call you to determine if the account rings after you knowingly disconnected everywhere. If it rings, someone running under the older protocol of Skype may be utilising your account without your notice (or your account has been hijacked.) 
    If, in any situation, you choose to call your own account after you're knowingly offline and someone you do not know answers your call, do not attempt to acquaint with the hijacker or unknown person on your own as it may not be the best course of action to take for recovering your account. Do not interact with those you do not know and simply hang up right away if you do not feel comfortable speaking with the unknown person.
    So let me run down the steps for you:
    Check what others see of you. 
    If others still see you online and you followed the previous post completely and it still occurs, change your password immediately. Someone could be using Skype's older protocol to get into your account. Changing your password will sign them off.
    Should you choose to, you can have someone call the always available account and observe the response. If someone responds and you do not know them, do not attempt to get acquainted with them.
    Hopefully, this time around, this solution should help you. I know it sounds complex, but if you're saying you've tried absolutely everything else, then maybe getting creative should be pretty interesting enough to work.
    I.T. Professional
    Virtualisation Solutions (VCA-DCV - VMware)
    Donating time to help you here with your Skype needs.
    If I've answered your question, feel free to "Kudo" me!

  • Why my face time is always connecting but won't work ?

    My face time isn't working , I've entered my Apple ID , configured iPad tryed face time but I can't have FaceTime with someone else it always stay on connecting .... Why .

    See this article from Apple.
    ~Lyssa

  • The New Xbox-Alway​s Online?

    Well, some of the big news this week is that the new Xbox will have an "always online" requirement built into it.  Is it a bad thing for Microsoft that will hurt sales or is it just the natural progression of console gaming?
    I came across an article on The Penny Arcade Report that I thought was interesting:
    http://www.penny-arcade.com/report/article/gamers-​may-say-they-hate-always-on-internet-requirements-​...
    What are your thoughts on this? 
    Bill|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

    Bill-BBY wrote:
    Well, some of the big news this week is that the new Xbox will have an "always online" requirement built into it.  Is it a bad thing for Microsoft that will hurt sales or is it just the natural progression of console gaming?
    I came across an article on The Penny Arcade Report that I thought was interesting:
    http://www.penny-arcade.com/report/article/gamers-​may-say-they-hate-always-on-internet-requirements-​...
    What are your thoughts on this? 
    I really don't think Microsoft cares if we are against this or not. Actions speak louder than words. They will have to see the sales numbers before they reverse course. I think they will go ahead with the "always online" requirment, if sales tank they can always disable it with a software update. If you want to play next gen xbox exclusive games, you really have no choice.

  • IPhone feature requests

    I got my iPhone on 6/29 had time to really examine it. Below is a list of the iPhone features that I, as a power CINGULAR-8525 user, think should be included in iPhone upgrades. Most other phones on the market include these features. I was sooooo disappointed, but I guess the phone software development was somehow rushed, but here goes:
    1. CONTACTS: We should be able to add or edit contacts, while talking on the phone! It has only "browse" capabilities! Also, I cannot Email, Beam or Send CONTACTS via Bluetooth/Infrared to another phone.
    2. SOUNDS: Everyone is complaining for the ability to add songs from ipod as ringtones etc. But how about the sounds for Notifications? Its barely audible! No capability to adjust the volume for notifications. i lot more can be developed in the "Sounds" department.
    3. CABLES: They are too short! If the phone is charging, you have to sit close to the outlet to use the phone! Cant stay in a corner all day! It wont even reach my desk at work! Hate leaving such a beautiful device on the floor!
    4. MEMO RECORDER (NOTES): Why wasnt that thought of? All other Cell phones and PC phones have that feature! Ability to record and use/edit as greeting, ringtone, notification, and also to email clips! Come on!!?
    5. CAMERA: aaaahhh shucks! No flash, but also cannot zoom or adjust (its a beautiful pic) but jeez! No advance features there! Could be better! (See the 8525). Have you tried to take a self portrait? Its very awkward because of the button position! Dont know how to solve that.
    6. PHOTOS: Drats! no options there either! Cant rotate, resize or adjust lighting, set default Album Pic. Could be better! Its no more than a Disposable camera! Unbelievable!!
    7. SMS/TEXT MESSAGES: Beautiful, but The worst on any phone!!! Cant edit? Copy/Paste? I hate retyping the same message from the history or previous string, to send to same recipient or another recipient? No options in "Settings" to adjust SMS/TEXT MESSAGES. Also, cant check for new TEXT MSGS on the server.
    8. EMAIL: (same deficiencies as #7) Cant edit emails! Thats a lot of "backspacing" to delete text!!! Need more editing features (highlight, copy, paste, delete etc).
    9. SAFARI: Excellent!! Better than getting Mobile versions of webpages, got bookmarks, but where is the default HOMEPAGE setting? HELLO!!?? Hate always going to the last page I visited. Who would develop a web browser without a "Homepage" setting???
    10. SEALED BATTERY: That totally ***! You guys know the battery life is short, and not exactly as the specifications say (5hrs? NOT!) Actual talk time is about 3 hours!!! How can I replace the battery as needed? Send phone in for "service" and lose all my settings and information each time! How many advanced college degrees it took to think up this idea!?
    EVERY PART OF THE PHONE IS LACKING SOMETHING!!!
    LASTLY, I really like the iPhone, but I sometimes have flashbacks and reminisce for my 8525. I REALLY thought the iPhone would have superceded that technology! But all I get is embarrasing comments from my friends:
    "Here comes the fancy iPhone guy with his crappy features"
    My cheesy reply: "Its just an iPod, with a phone"
    They say: "for $600.00 !?"
    PLEASE GET THE UPGRADES TO iTUNES, so we can download ASAP!
    Sincerely,
    (MORON with a $600 iPod)
    [title edited]
    Compaq Windows XP Pro

    Contrary to OS2Guy, I don't think many of us see this
    as whining. This is an excellent effort and a
    comprehensive wishlist which pretty much represents
    the public opinion to date based on these posts. If
    more people would search the forum rather than
    posting the same questions over and over, they'd find
    this list and realize that these things are in fact
    missing from the iPhone and move on.
    After spending considerable time with the phone, I
    don't ever see this model being a road warrior,
    forthcoming updates or not. Safari is, on or off the
    phone, an unrobust product and has been for years.
    Most Mac users will admit they use Firefox and/or
    Opera instead. Mail too has been seriously lacking
    for years comparatively speaking. Not much has ever
    been done about it despite complaints. Don't look
    for much to improve here. The Mail client alone will
    prevent this phone from every becoming a leader in
    the industry. And it was never meant to be. It is
    an expensive, beautifully designed toy with some
    fun, novel, and entertaining features.
    I agree that you should submit this to Apple and blog
    it as well to slow down some of the redundant
    complaints and questions in these discussions.
    "it's an expensive, beautifully designed toy with some fun, novel, and entertaining features" is an understatement. this is evolution, regardless of what it lacks. and the next time you come onto these forums to insult apple's software, think again please. just because you use firefox or opera doesn't mean that safari is an unrobust product, it means that you didn't do research before posting. and by the way, this isn't the place to post your suggestions about the iPhone.

  • Phone company without phone service

    This may not be the place to vent but I'm upset. I spent over an hour trying to call and talk to someone at verizon because I had a question that I could not find an answer to. All I ever got was electronic voices telling me how to make a change. I needed to know if i made that change if I could change it back. After trying all that time, I decided to call the local number which I did land lo and behold I got the same automated message. I had to drive to the store to get my question answered.
    Shouldn't a phone company have a means of talking to someone in the company on a phone?
    I think when my contract is out, I'll find another provider.
    I will say when I used to be able to talk to someone, they were always very helpful.

    This is good to know but the phone company needs to make that information available on their web site. That would be part of customer service who I was wanting to reach.

  • ITunes and Safari access problems

    Running 10.3.9 with Safari 1.3.2
    Suddenly I am having problems with iTunes and Safari. I can no longer access my account in iTunes, get Keychain Invalid error, I have run Keychain first aid, nothing works. Completely deleted all keychains, and still no access
    I also can no longer download from Apple site, have limited access to areas on the Apple site. Certain pages from the Apple site aren't loading completely.
    Certain other websites not accessible anymore, getting "couldn't establish secure connection" error message.
    Seems like something changed in my security settings.
    Can access from other computers in house, so not a ISP problem.
    Any suggestions on what might be causing problem.

    kevgil,
    It is not necessary to post a duplicate topic asking the same question. If you find that you are not receiving help from someone you can always "bump" your existing topic by just replying to it. That will of course bring it to the top of the list.
    Anyways, you mention "Can access from other computers in house, so not a ISP problem". It would help to know if these other computers are using 10.3.9 and Safari 1.3.2? Are these computer connected in any different manner than the affected computer that you are having the problem with.
    Did you try the browser that I suggested in your previous topic (Camino 1.6.8)? Safari 1.3.2 is no longer supported and will have many problems with certain websites and their features (such as flash version etc.) Please try Camino and let us know if the problem persists. This will at least let everyone know that the problem is not with an outdated browser.
    LS

  • Since downloading Yosemite, I have had performance, battery, and overheating issues. Help?

    Hello,
    I've been quite unfortunate with my laptop (Macbook Pro Early 2011) ever since downloading the Yosemite OS. It has been plagued with extremely slow speeds when running basically anything, the fan runs constantly, and the battery drains at a rate of 1% every minute it seems. I can typically only get an hour or 2 out of my MBP without having to run and find an outlet.
    The performance is extremely slow when opening apps, but not so bad once they are open and running. However, switching apps (e.g. from Chrome to iTunes) causes a long lag and leaves me unproductive. Some apps don't even open. It takes about 5 minutes to open one app, and about 15 minutes on average to use my computer once again after restarting.
    I've looked at various other discussions where people had problems, but each situation seemed unique with no solution working for everyone. I used Etrecheck to analyze my computer, but not knowing a lot about computers, I didn't find a solution. Below you will find the data. Any insight or solutions would help so much! I hate always having to be plugged in and burning my legs when my laptop is on my lap.
    EtreCheck version: 2.0.11 (98)
    Report generated November 10, 2014 at 12:07:25 PM EST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.3 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 5 days 13:16:15
    Disk Information: ℹ️
      ST9320325ASG disk0 : (320.07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 318.84 GB (75.40 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 319.21 GB Online
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/hosts - Count: 30
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/Symantec/Protector
      [not loaded] com.symantec.kext.protector.panther (1.0f5) Support
      [not loaded] com.symantec.kext.protector.tigerplus (1.0f5) Support
      /Library/StartupItems/SymAutoProtect
      [not loaded] com.Symantec.kext.SAVAPComm (11.0.6) Support
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) Support
    Startup Items: ℹ️
      NortonMissedTasks: Path: /Library/StartupItems/NortonMissedTasks
      SMC: Path: /Library/StartupItems/SMC
      SymAutoProtect: Path: /Library/StartupItems/SymAutoProtect
      SymProtector: Path: /Library/StartupItems/SymProtector
      Startup items are obsolete and will not work in future versions of OS X
    Problem System Launch Agents: ℹ️
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.CallHistorySyncHelper.plist
      [failed] com.apple.cmfsyncagent.plist
      [failed] com.apple.coreservices.appleid.authentication.plist
      [failed] com.apple.printtool.agent.plist
      [failed] com.apple.rcd.plist
      [failed] com.apple.scopedbookmarkagent.xpc.plist
      [failed] com.apple.spindump_agent.plist
      [failed] com.apple.Spotlight.plist
      [failed] com.apple.telephonyutilities.callservicesd.plist
      [failed] com.apple.xpc.loginitemregisterd.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.awdd.plist
      [failed] com.apple.ctkd.plist
      [failed] com.apple.icloud.findmydeviced.plist
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.nehelper.plist
      [failed] com.apple.periodic-weekly.plist
      [failed] com.apple.spindump.plist
      [failed] com.apple.tccd.system.plist
      [failed] com.apple.wdhelper.plist
      [failed] com.apple.xpc.smd.plist
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.adobe.CS5ServiceManager.plist Support
      [loaded] com.divx.dms.agent.plist Support
      [loaded] com.divx.update.agent.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.symantec.quickmenu.application.plist Support
    Launch Daemons: ℹ️
      [failed] com.adobe.fpsaud.plist Support
      [invalid?] com.adobe.SwitchBoard.plist Support
      [loaded] com.cloudpath.maccmd.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [running] hdjsd.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [running] com.akamai.single-user-client.plist Support
      [loaded] com.divx.agent.postinstall.plist Support
      [failed] com.facebook.videochat.[redacted].plist Support
    User Login Items: ℹ️
      iSyncr Application (/Applications/iSyncr.app)
      Flux Application (/Applications/Flux.app)
      Steam UNKNOWN (missing value)
      iTunesHelper UNKNOWNHidden (missing value)
      VMware Fusion Helper UNKNOWN (missing value)
      CrossOver CD Helper UNKNOWN (missing value)
      uTorrent Application (/Applications/uTorrent.app)
      Google Drive Application (/Applications/Google Drive.app)
      Spotify UNKNOWN (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      Notify ApplicationHidden (/Library/Application Support/Pharos/Notify.app)
      Popup ApplicationHidden (/Library/Application Support/Pharos/Popup.app)
      SAVDiskMountNotify Application (/Library/Application Support/Symantec/AntiVirus/SAVDiskMountNotify.app)
      ScanNotification Application (/Library/Application Support/Symantec/AntiVirus/ScanNotification.app)
      SymSecondaryLaunch Application (/Library/Application Support/Norton Solutions Support/Scheduler/SymSecondaryLaunch.app)
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 5.38.5.0 - SDK 10.8 Support
      OVSHelper: Version: 1.1 Support
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 3.0.0.104 BETA  - SDK 10.8 Support
      net.juniper.DSSafariExtensions: Version: (null) Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      DivXBrowserPlugin: Version: 2.2 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Mismatch! Adobe recommends 15.0.0.189
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.38.5.0 - SDK 10.8 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.7
      SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 55 Check version
    User Internet Plug-ins: ℹ️
      CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
      Google Earth Web Plug-in: Version: 7.1 Support
    Safari Extensions: ℹ️
      searchtab
      DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
      Akamai NetSession Preferences  Support
      DivX  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Growl  Support
      MusicManager  Support
      Perian  Support
      SymAutoProtect
      Symantec\nQuickMenu  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 318.84 GB Disk used: 243.44 GB
      Destinations:
      Seagate Backup Plus Drive [Local]
      Total size: 999.86 GB
      Total number of backups: 10
      Oldest backup: 2013-08-15 02:25:42 +0000
      Last backup: 2014-06-07 16:57:46 +0000
      Size of backup disk: Excellent
      Backup size 999.86 GB > (Disk size 318.84 GB X 3)
    Top Processes by CPU: ℹ️
        383% ReportCrash
          1% Google Chrome
          1% coresymbolicationd
          0% Spotlight
          0% Dropbox
    Top Processes by Memory: ℹ️
      142 MB Google Chrome
      116 MB Finder
      76 MB ReportCrash
      72 MB Google Chrome Helper
      47 MB quicklookd
    Virtual Memory Information: ℹ️
      61 MB Free RAM
      1.12 GB Active RAM
      966 MB Inactive RAM
      1.18 GB Wired RAM
      105.25 GB Page-ins
      1.37 GB Page-outs

    Thanks.  Tried all of this already.  Wifi works on all other devices including ipad running iOS 6.  Tbis problem manifested itself after I updated.

  • "Could not save as a PDF because of a program error"

    Saving a Photoshop file as a PDF for emailing to someone else has always been complicated by the number of choices to be made, and now it's become impossible. Every time I try it now, I get this message, and I have to send a jpeg instead. I've tried different files, trashed the PS prefs, tried different settings in the dialog box that pops up after I hit "save", but it is no longer possible to save a PS file as a PDF. In spite of the fact that this just started happening for no reason I know, I presume that it's my fault. Every single file I try to save  has "a program error", for some reason. So I'm going to have to read up on how to save  a PS file as a PDF. Can anyone help or point me to a knowledgebase article on saving a PDF in Photoshop?

    You have not provided any system information. That aside, rather than faulting Photoshop it's more likely a generic issue with Acrobat/ Adobe Reader and the shared PDF libraries. The pertinent question would therefore be if those apps actually function properly and can display PDFs, what updates they may have received recently, what their security settings are (sandboxing) and if other apps like e.g. Illustrator still save PDFs.
    Mylenium

  • Has anyone else been mislead by Time Machine?

    Before I start, I'd like to make a little disclaimer that before the trolls set to work on berrating my naivity for the problem i've suffered, i'd just like to say "I KNOW THAT NOW" and hindsight is such a wonderful thing but unfortunately, the simple appeal of OSX has tricked me on this occasion.
    So to a mac user of around 15 years I find myself seething about my misunderstanding of how time machine works.  Unfortunately that misunderstanding manifested itself by way of me losing some work of up to 18 months old.
    Although i'd regard myself as an experienced mac user, I would never say that i'm a computer expert, and having trawled the forums to see if anyone else has had their backup device DELETE their backups, it would seem the best reason people could come up with to explain my error is simply "Time Machine is a Backup program and not Archiving software".  I'm sorry but to someone who has always regarded Apple products as being user friendly and simple to average Joe like myself, I find this excuse a bit of a non-washer.. Backup (in english) means Backup, it's that simple - and the way this is marketed is exactly that.  Just like everything else of Apple's.  Clean, simple, user friendly and painless.  Nowhere does it warn you that it's NOT an archive program (like average Joe even realised there was such a thing and / or any difference between the two) Nowhere does it tell you to manually backup old files elsewhere as you kind of expect that's the point of a BACKUP right?
    Obviously I know it tells you in the preferences about what will happen (hourly backups kept for 24 hours, etc etc) and that old backups will be deleted when the disk becomes full, yes i get that. But you would have thought it would give you a warning before it's about to do it? Or lets you know that the disk doesn't have the space to backup WITHOUT some deleting.  I'm especially surprised that when I turn automatic backing up OFF in favour of doing it manually.. It STILL overides on deletion of old stuff.. I just assumed that manual meant manual control of all of it.. Silly me
    Anyway, I think a little heads up before disaster strikes would be a highly valuable addition to the system. I mean, Come on Apple? Not much to ask is it?
    Like I said, i feel really dumb now as I really just didnt realise thats what was going on behind the scenes.  I was happily backing up at the end of each day for the last year and a half without a care in the world.. Luckily (or unluckily as it turned out) I hadn't lost any work until now, so this is my first EVER time of having to actually use the retrieval part of the system and to my horror, there was nothing older than February of this year!!!
    Massive Sad Face
    Anyway, having read all the forums and info out there, the idea behind the system DOES make sense, BUT i cant help feeling that the way it is demonstrated is misleading and I emplore Apple to either make it more obvious to the likes of myself (who am a simple musician, not a computing expert) who just embrace it as a simple and painless exercise to keep all our hard work safe without buying 3rd party stuff.  Or even better, as I suggested, make some kind of software changes to offer a safety net to stop this happening to others.. Or ****, why not develope some Archive system too!!!
    Thanks for reading
    oh, ps - anyone know where you can make suggestions to Apple directly?

    You can leave Apple your feedback here.
    I know it does not help much now but there is a setting in TM to warn when old backups are deleted.
    You may want to turn it on moving forward:
    System Preferences > Time Machine > Options > check Notify after old backups are deleted.

  • HT1414 Where us my previous backup in iTunes

    I had did the new iOS6 upgrade and it crashed my entire phone. I had the iTunes sign and plug into iTunes on the front of my phone. I called apple and they said all I can do is restore my phone. I had done a backup in iTunes a few weeks previous to this incident but for some reason I cannot find it. It's as if I never backed up my phone on iTunes. Someone told me always to do a backup so if something like this happened u would still have all your pictures an contacts etc from your last backup. My phone has a new name it used to be karmas iPhone on the side in iTunes when I plugged it in and now it's called something else. I then tried to restore it again but I didn't get that backup back. Why can I not find it.?! I'm so frustrated I had a lot of my baby girls pictures an I am desperate to get this backup back ... I don't understand what happened to it? As well I'm not using an apple computer just a regular PC. Hopefully someone can help. Thanks :)

    Are you saying that you have previously connected your iPhone to your iTunes Account on your laptop or desktop computer?  If that is the case, you should be able to re-connected your iPhone to your PC and access your previous data.  Take a look on your iPhone and go to Settings and then down to iTunes and App Store and click on that line so that it takes you to the next screen.  You should see your correct Apple ID.  If you do, then connect your iPhone to your PC and it should automatically open iTunes.  Look in the left hand column when iTunes shows your connected iPhone.  See if the correct iPhone Name is showing.  If not then it is seeing the phone as a separate device sharing the iTunes Account.  You still should be able to see all your content even if certain Apps for example are not checked for sync.

  • Sent messages come back as new mail in inbox...

    Whenever I send an email from my iPhone's Gmail account to someone else, it always comes back to me as a new message. It only does this with my iPhone and not my computer. Why is that? Shouldn't it be sent to the "Sent" folder? Or is this normal? Please help me, as this is getting annoying.
    -M.R.P.

    It is normal. Perform a search on the iPhone forums and you will get your answer. That is how gmail works it is not the fault of the iPhone. From the main screen tap settings - email - your gmail account - advanced - scroll all the way down and tap use recent mode. That will stop the iPhone from displaying new messages that you send yourself.

Maybe you are looking for