• 0

    posted a message on zip file archive

    It's not very helpful if we do not know the values of your variables. When I push a ZIP file via PHP, I do:

    $file = "thefile.zip";
    header("Content-Type: application/zip");
    header("Content-Disposition: attachment; filename=$file");
    header("Content-Length: " . filesize($file));
    readfile($file);

    That works fine for me. The ZIP doesn't arrive messed up or anything.

    Posted in: Computer Science and Technology
  • 0

    posted a message on Is buying a server better than running one yourself?
    Quote from avrona_world»

    1. He doesn't want reasons for paid hosting. He wants reasons for both options.


    2. I just said what I think about spending money on a server.


    3. Calm down, ok?


    1. As he already corrected you on, no, that's not accurate.
    2. It was the manner in which you said it that prompted my reply.. "and I established".. as if your preferences were more important than the OPs in his own thread.
    3. Kids on the internet don't get to me. When I'm not calm, you'll know it lol
    Posted in: Hosting Discussion
  • 1

    posted a message on Can't Bind To Port Problem Need Help!!! Solved No need to help anymore.

    If the IP in his router or on his computer has changed, the server would still start with no problems. Minecraft doesn't know or care what the IP configuration is like unless you specified an IP in server.properties file. If he did, and that IP is no longer valid, the error would be different. This error means something else is already listening on 25565.


    OP, the fact that the port scanner said the port is open is proof that something else is listening. More often than not another server instance is going. Try opening a command prompt and typing:

    taskkill /im java* /f

    Then see if that makes any difference. If it still gives that error when you try to start the server, while in the command prompt type:
    netstat -ano | find "25565"

    The part after -ano is a pipe (shift then backslash key, looks kinda like a colon). That will give you something akin to this:
    TCP 0.0.0.0:25565 0.0.0.0:0 LISTENING 11724
    TCP [::]:25565 [::]:0 LISTENING 11724
    UDP 0.0.0.0:25565 *:* 11724
    UDP [::]:25565 *:* 11724

    The number at the very end is the important part. That is the process ID of the program using the port, in this example 11724. Type:

    tasklist | find "(portnumber)"

    So in the example above I'd type tasklist | find "11724". I have a server running, so when I do this I get:
    java.exe 11724 Console 1 978,032 K

    So java is what has the port open. If you did the taskkill, java shouldn't be running so it may show something else. If you want to just close it out, you could type
    taskkill /pid 11724 /f

    Obviously replacing 11724 with the number associated with the program listening on the MC port.

    Posted in: Hosting Discussion
  • 0

    posted a message on Is buying a server better than running one yourself?
    Quote from avrona_world»

    Problem with getting a host is that you have to pay.


    And I established that I am not paying for anything server related.


    Uhh.. this isn't your thread. Not to be rude, but your desire not to pay is therefore totally irrelevant. OP wants reasons to go with paid hosting.
    Posted in: Hosting Discussion
  • 0

    posted a message on Best way to host minecraft server at home?

    You cannot host a service without sharing your public IP address. Well, maybe Hamachi would work to obscure it, dunno since I've never played with Hamachi. I'd recommend against it not because of any worries about sharing an IP address but because being on a home internet connection if you go public and advertise your server everywhere you may get some of the jerks who like to DDoS servers offline. Your home connection won't be able to handle it. You may get lucky though and not get those jerks, who knows. Personally, were I in your position of not having any money I'd ask my parents to pay for real hosting and work off the money around the house doing chores or something like that.

    Posted in: Hosting Discussion
  • 0

    posted a message on dynmap plugin setup help

    What he said. "I need help" is rather vague. Dynmap works right out of the box so what needs configuring for you? All you do to install Dynmap is throw the jar in plugins and start the server. It auto configures itself to operate on port 8123 so after server is up you go to server-ip:8123 and you'll have your map. Then give yourself permissions and you're good to go.

    Posted in: Server Support and Administration
  • 0

    posted a message on Some commands not going through? HELP

    Logs show anything when you try the cmd or during server start?

    Posted in: Server Support and Administration
  • 0

    posted a message on Some commands not going through? HELP

    True, but I'm not saying to use ONLY plugins that match your version. I'm saying to download the correct version if it's available. My server runs on WorldEdit and WorldGuard 5 (not 6) for compatibility with region command plugins. Yet it still works great.


    Yup. I read your statement as being literal heh. Oops.


    Normally I just upload the .jar file, the when I restart my server, it makes a folder with the config and stuff for me.


    Yea, BlockParty doesn't work that way. Extract the blockparty zip to your hard drive. Connect to your host. Upload the BlockParty.jar to the plugins folder, then make a BlockParty folder in the plugins folder. Put all the rest of the files from the zip in that folder.

    Posted in: Server Support and Administration
  • 0

    posted a message on Can someone give me tips so I can obtain Abs?
    Quote from Blootz»

    And gaming nerds can't be fit and healthy? C'mon now, lets not succumb to pathetic stereotypes.


    Of course they can, but stereotypes don't come into existence out of random chance after all :) Out of the 15 or so gamer friends I have, only 2 are not overweight. Gamers, at least the ones who are hardcore into it, tend to lead a rather sedentary lifestyle and as they age and that wonderful youthful metabolism slows down it starts to hurt heh. But that's a discussion for another thread.
    Posted in: General Off Topic
  • 1

    posted a message on Job Openings

    Pay rate? Expected hours? Job description? Requirements? You're a bit vague.

    Posted in: Hosting Discussion
  • 0

    posted a message on Weird A glitch (corrupted?)

    It looks like an encoding problem.


    EDIT: Googled it, yep, that's what they say over at SpigotMC: https://www.spigotmc.org/threads/weird-a-symbol-Â-i-suspect-encoding.13921/#post-148295

    Posted in: Server Support and Administration
  • 0

    posted a message on Some commands not going through? HELP

    If you only downloaded plugins where the version matched your Spigot version, you wouldn't have a lot of plugins. Many plugin authors don't keep up to date, but they still work. BlockParty is one example. I run Spigot 1.8.6 but BP 1.8.1 works fine. Also, BlockParty doesn't require Vault it requires WorldEdit minimum. BarAPI and NoteBlockAPI if you are using some of the other features.


    As to your problem, do you have a BlockParty folder in your plugins folder? If the folder you have is BlockParty_ then some numbers, rename it to BlockParty. If you have no BlockParty folder at all, you likely extracted the zip without preserving the folder structure. In that case, make a BlockParty folder in plugins and move the BP files into it, all save the jar.

    Posted in: Server Support and Administration
  • 0

    posted a message on SSD or HDD or Hybrid for higher Minecraft Performance?

    karlzhoa314 said it all. I'd just add that I, personally, would get an SSD upgrade if you're using a regular drive because I assume you do more than just Minecraft with the computer. When I went from a normal drive to an SSD I was pretty happy with the general Windows performance increase. Boot times, responsiveness, just generally more "perky". Just do your research and be sure you choose quality drives.

    Posted in: Hardware & Software Support
  • 1

    posted a message on Pex error need help

    You need a colon after the Member group name title on line 3.

    Posted in: Server Support and Administration
  • 0

    posted a message on Mind teaching me some java?

    Glad to hear it. But I kinda doubt anyone was really waiting with bated breath since July wondering if you figured it out ;)

    Posted in: Computer Science and Technology
  • To post a comment, please .