Jump to content

miniboxer

Members
  • Posts

    1195
  • Joined

  • Last visited

Everything posted by miniboxer

  1. Could we have the platform and modpack zip link so we can actually do something besides guess?
  2. Did you generate a new world?
  3. Link to the zip it downloads?
  4. Could I have a link to to the platform page? It doesn't look like anything is wrong with the mod zip, it might be your platform configuration.
  5. I had to resist laughing out loud while reading this.
  6. Helo I do everything right but it no werk. fix it without me giving you any details or a link to the pack.
  7. I don't think you understand what I mean. You probably just setup a vanilla server. You need to download the server from http://technicpack.net/tekkit-lite
  8. You aren't going to be able to run a public server off of a 2.5/0.75 connection. I have a 18/1.5 connection, and my server begins lagging pretty badly with 5 people on. But the tick rate stays low, so it is entirely that my connection can't handle that many people. Your processor and RAM are more than enough for a public server, but your connection won't be able to keep up.
  9. Do it yourself. It is one mod, and isn't very hard to install.
  10. don't use the 512 version of sphax. you don't have a good enough computer for it.
  11. You can't change the icon individually without using Solder.
  12. You have no idea how much I am displeased that now THAT FACE IS FOLLOWING ME. *begins crying when static noise plays*

    1. TheBytemaster

      TheBytemaster

      That joke did cross my mind, lol. You should be proud, white face dosn't follow just anyone....

  13. Stop Typing Like This. It Is Really Hard To Read, And Is More Effort To Type. To OP: You mean the custom icon in solder, correct? If you do, try resizing the image. The images with weird resolutions are the pack icon that shows up in the launcher and the background. To demonstrate what I mean, I made this:
  14. If you are experienced, then yes, that is all you need. Having root access would be preferable, but shell access, MySQL, and PHP 5.3+ is really all that is needed.
  15. Fixed that, and just to note, this can't be done on many paid web hosts. It requires a lot of access to things you don't normally have access to.
  16. I got quite a few problems which I imagine that most users might have problems with, and also thought about how people with no understanding how to use a computer would be confused as to why they shouldn't be using solder, so here they are with their solutions: HELP! HOW DO I CHANGE MY DOCUMENT ROOT? If you are asking this, you don't need solder nor want to use it. WHAT DO I CHANGE IN DATABASE.PHP? If you look inside it, you find what at first appears to be an incoherent mess. If you look closer, you will find a list of database systems, and what details that Artisan (the php thing that technic uses for whatever) should use for its databases. Scroll down until you see 'connections' => array( 'sqlite' => array( 'driver' => 'sqlite', 'database' => 'application', 'prefix' => '', ), 'mysql' => array( 'driver' => 'mysql', 'host' => '127.0.0.1, 'database' => 'database', 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'prefix' => '', ), 'pgsql' => array( 'driver' => 'pgsql', 'host' => '127.0.0.1', 'database' => 'database', 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'prefix' => '', 'schema' => 'public', ), If you are using MySQL (you probably are), the only part you need to worry about is 'mysql' => array( 'driver' => 'mysql', 'host' => '127.0.0.1', 'database' => 'database', 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'prefix' => '', change it to this: 'mysql' => array( 'driver' => 'mysql', 'host' => 'localhost', 'database' => 'solder', 'username' => 'root', 'password' => '<mysql root password goes here>', 'charset' => 'utf8', 'prefix' => '', (or whatever your desired configuration is) WHEN I TRY TO USE THE ARTISAN COMMAND, IT TELLS ME IT CAN'T FIND 'mssql.so' Install the mssql php module, and enable it in the php.ini WHEN I TRY TO USE THE ARTISAN COMMAND, IT TELLS ME THAT IT CAN'T CONNECT TO DATABASE 'solder/database/xyz' Make a database with the name that it says it can't connect to. IT INSTALLED FINE, BUT NOW WHEN I VISIT WHERE IT INSTALLED WITH A WEB BROWSER, I GET ERRORS WITH MCRYPT/CURL Install the mcrypt/curl module and enable it in php.ini WHEN I TRY TO VALIDATE THE SOLDER URL ON PLATFORM, IT KEEPS SAYING THAT IT IS INVALID. It is http://yourdomain/index.php/api/ NOT: http://yourdomain http://yourdomain/ http://yourdomain/api http://yourdomain/api/ http://yourdomain/index.php http://yourdomain/index.php/ http://yourdomain/index.php/api if the url you are inputting is identical to any of the wrong ones, reformat it like the right one. NOTE TO MODERATORS: Yes, this was just posted in off topic. I am blind and can't read what section I am in before clicking new thread. Please delete, or lock the old one, which I have since edited out.
  17. Wait, it isn't in platform? *looks at post location* Welp, that's what I get for not checking what section I was in before clicking new thread. Time to burn this and post in the right section.
  18. This was posted in the wrong section because I didn't check what section I was in before clicking new reply. I could have sworn I had been in Platform Pagoda when I had made this. This should just be deleted, or boxed.
  19. Yeah, it is far scarier when you dont know what is coming. By the way, the reason that dont does not have an apostrophe is because my macro keyboard is acting up, a macro I set as a joke a while ago is freaking out, if I were to type it with the apostrophe, this would come out: donblrgblrgblrgt
  20. Worst part is I don't even know why it is so scary. It is the most terrifying game character I have ever seen, and even when you say it behind the bars in that room off the first hallway, it scares the christ out of you. Yet all it is is a poorly drawn pixely white face. It is partailly the atmosphere of the game, and...that laugh, but mostly for an unkown reason. You try to explain why the game is so scary to others, but you can't.
  21. Most I have ever done at a horror game before is jump a little bit. I cried.
  22. I got too scared to finish it. I ended up just watching a lets play.
  23. http://www.youtube.com/watch?v=tfQcXVk9QUs]Look what I just found url tags aren't working right for some reason, so:
  24. haven't gotten that far yet. I don't know what you mean.
  25. is it the part where it asks what it's name is?
×
×
  • Create New...