Jump to content

LOUOS

Member
  • Posts

    62
  • Joined

  • Last visited

Reputation Activity

  1. Like
    LOUOS reacted to Viper9 in Port foward issues   
    No problem, have a good one.
  2. Like
    LOUOS reacted to Viper9 in Port foward issues   
    I guess they're talking about a static IP address. 
  3. Like
    LOUOS reacted to Viper9 in Port foward issues   
    You might need to contact your ISP, sometimes they block some ports since you're a home user.
  4. Like
    LOUOS reacted to Viper9 in Port foward issues   
    Depends of the ISP so you could try to use another incoming port for your minecraft server. 
     
    In their minds, if you have a server you're a business so you should get a business plan with them. 
     
    For easier access to your server you could use a DDNS service like no-ip, because your external IP address is most likely set to DHCP so it will change. 
  5. Like
    LOUOS reacted to Viper9 in Port foward issues   
    You don't have a static IP that's why using a DDNS service is easier. Your public IP address will change eventually. So you won't have to check if your IP address has changed or not.
     
    But first, you need to be able to reach your Minecraft server from outside. Do you know how to change the port in the Minecraft client? Because if you change the external port for your port forward you'll need to change it in the Minecraft client since by default he will use 25565.
  6. Like
    LOUOS got a reaction from Viper9 in Port foward issues   
    I am currently trying to get in contact with my isp. I will try using a different port.
  7. Informative
    LOUOS reacted to C2dan88 in php local file reading shenanigans   
    You should not be using PHP to output a value into a Javascript variable like that.
     
    If your Javascript requires a value from the server then you need to do an XMLHttpRequest (ajax) request to your PHP script which will return the required data in a data format that can be interpolated by Javascript most commonly used would be JSON.
  8. Informative
    LOUOS reacted to mariushm in php local file reading shenanigans   
    You'll have to do the file reading before the html code, otherwise the variable $myfile will be empty when the html code is sent to the output buffer.
     
    You also have functions like file_get_contents($filename) which read a whole file and return a string that has the whole contents of the file (no need for multiple calls)
     
    Also you should close the file handle using fclose($rawfile) if you want to be nice (though php would kill the handle as soon as the script finishes. It's just good to make it a habit to not leave things open
     
    later edit:  if you don't want code at the top and you don't want to use file_get_contents you can do something like this
     
    <!DOCTYPE html> <html> <body> <script> function Number(){ var x = "<?php echo my_custom_function_name();?>"; alert(x); } window.addEventListener('load',Number); </script> <?php function my_custom_function_name() { $rawfile = fopen("obstacles.txt", "r"); $fileinfo = fstat($rawfile); $myfile = fread($rawfile,$fileinfo['size']); fclose($rawfile); return $myfile; } ?> </body> </html>  
  9. Agree
    LOUOS reacted to zMeul in Minors playing M rated games. How do you feel?   
    the parent should do his/hers research before agreeing, or not, to buy the little snot's game
  10. Like
    LOUOS reacted to SpaceGhostC2C in Maths problem that I shouldn't be having so much difficulty with   
    You only have D left on the left hand side, multiplying two terms. Combine them, so D multiplies a difference (3U-3K). Move anything adding or subtracting to the right hand side with proper signs, then divide by (3U-3K).
     
    You can also resume from your 3rd step: instead of distributing everything, you can go for
     
    3D-Y = -P/(U-K)
     
    D =    -P      +   Y  
           3(U-K)      3
     
    With that in mind, I advice you to use my first paragraph to continue from your 4th line, and try to get to D = -P/3(U-K)+Y/3 from there as practice.
     
     
  11. Like
    LOUOS reacted to 1_thing in Maths problem that I shouldn't be having so much difficulty with   
    You were like 1 or 2 steps off, I always used to forget this. move every factor with D onto the same side on their own so you have 
    3DU-3DK=....
     
    factorise that side to
     
    D(3U-3K)=...
     
    then divide it all by that factor so you are left with B. this is what I beleive it is
    D=-P+UY-KY/3U-3K
     
    thing
  12. Funny
    LOUOS reacted to ARikozuM in Do this Linus   
    I misread: "Do the Linus".
     
    Is it anything like dancing for mathematicians?
     
  13. Funny
    LOUOS reacted to Himommies in Minors playing M rated games. How do you feel?   
    Anyone who's gone through Sex-Ed should be able to play it nothing else would ever be as emotionally scarring 
  14. Agree
    LOUOS got a reaction from Velvet Revolver in What fails more HDDs or SSDs ?   
    depends on brand and when it was made. 
    But theoretically HDD because of the whole moving parts thing.
     
  15. Funny
    LOUOS reacted to Nineshadow in Need ideas for game   
    Harambe : Space exploration
  16. Funny
    LOUOS got a reaction from shamus_ftw in Need ideas for game   
    Inspired by the adventure and imagination that we love from classic science-fiction, your game presents you with a galaxy to explore, filled with unique planets and lifeforms, and constant danger and action. 
    In your game, every star is the light of a distant sun, each orbited by planets filled with life, and you can go to any of them you choose. Fly smoothly from deep space to planetary surfaces, with no loading screens, and no limits. In this infinite procedurally generated universe, you'll discover places and creatures that no other players have seen before - and perhaps never will again.
    EMBARK ON AN EPIC VOYAGE
    At the centre of the galaxy lies a irresistible pulse which draws you on a journey towards it to learn the true nature of the cosmos. But, facing hostile creatures and fierce pirates, you'll know that death comes at a cost, and survival will be down to the choices you make over how you upgrade your ship, your weapon and suit.
    FIND YOUR OWN DESTINY
    Your voyage through your game is up to you. Will you be a fighter, preying on the weak and taking their riches, or taking out pirates for their bounties? Power is yours if you upgrade your ship for speed and weaponry. 
    Or a trader? Find rich resources on forgotten worlds and exploit them for the highest prices. Invest in more cargo space and you'll reap huge rewards. 
    Or perhaps an explorer? Go beyond the known frontier and discover places and things that no one has ever seen before. Upgrade your engines to jump ever farther, and strengthen your suit for survival in toxic environments that would kill the unwary.
    SHARE YOUR JOURNEY
    The galaxy is a living, breathing place. Trade convoys travel between stars, factions vie for territory, pirates hunt the unwary, and the police are ever watching. Every other player lives in the same galaxy, and you can choose to share your discoveries with them on a map that spans known space. Perhaps you will see the results of their actions as well as your own...
     
    ez
  17. Funny
    LOUOS reacted to Xreldo in What to spend 150$ on?   
    Robux in Roblox
  18. Like
    LOUOS reacted to TheGermanEngie in Good parts? No bottlenecks?   
    Hello all - 
     
    Just curious if I am set on the current specs for my planned first build. I have made a lot of adjustments before, so you can be picky about the parts if you'd like. 
     
    http://pcpartpicker.com/list/3wC7Cy
  19. Like
    LOUOS got a reaction from jeffmeyer5295 in [Build Log] Gaming PC [Cheap][For Fun][Solved]   
    @jeffmeyer5295300 for all (case,storage,CPU etc) or 300 for "essentials" like GPU,CPU mobo and you all ready have the rest.(sorry to nag)
  20. Like
    LOUOS got a reaction from Xanthe_2871 in This needs to stop.   
    was gonna ask if it was a bug or a spammer.
    I guess I got my answer.
  21. Like
    LOUOS reacted to Xanthe_2871 in This needs to stop.   
    So people who find this thread instead of the other will know.
  22. Like
    LOUOS reacted to CaptainSav916 in This needs to stop.   
    SWEET
    YAY FOR GIFS
  23. Like
    LOUOS got a reaction from jeffmeyer5295 in [Build Log] Gaming PC [Cheap][For Fun][Solved]   
    @jeffmeyer5295This should be perfect for a budget build
    http://www.misco.co.uk/productinfo/productinfo?productCode=2591767&affiliate=GOOGLEPLA&cm_mmc=google-_-Product_PlusBox-__-2591767&catargetid=530001250000670637&cadevice=c&gclid=CjwKEAjwtNbABRCsqO7J0_uJxWYSJAAiVo5L6BI2BurK9dRNKlemc1bkZVDTJrMML-H27t2OB1p3lhoCEkLw_wcB
     

     ( ͡° ͜ʖ ͡°)
     
  24. Like
    LOUOS reacted to jeffmeyer5295 in [Build Log] Gaming PC [Cheap][For Fun][Solved]   
    Hello all,
     
    I have decided to start a project, and wanted to document it somewhere, so where better than the Linus Forums? I have done some basic research and I think it is possible to hit my budget and do some light gaming on the machine.
     
    A little back story on the build; I play games on my gaming pc and my xbox one quite often, and my gf would like something that she can play on occasionally too and doesn't want to spend crazy money on something that only gets used when we both want to play at the same time. I've already got a monitor and decent peripherals for her. Just need the tower. 
     
    This build is currently in the research stage and I've got a deal that I can take on a EVGA GTX 960 SCC 4GB for $150(bit pricey for that card for me, but its through a  friend so I don't want to haggle too much) and I think that might be a front runner but would consume a vast amount of my budget and I feel like it would just get bottle necked by the rest of the build anyway. I have been thinking about following in the steps of a recent build Linus has done about using server hardware to get cheap CPU's and stuff for under $150. What are your thoughts on that?
     
    The most hardware intense game I think she will be running is Rust(Maybe) and mostly simple games that require little to know hardware to run. Thanks for reading and I'll keep you updated  Any advise or recommendations aside from SPEND MOAR MONEY is welcome   
     
    Budget: $~300 USD
  25. Like
    LOUOS got a reaction from jeffmeyer5295 in [Build Log] Gaming PC [Cheap][For Fun][Solved]   
    @jeffmeyer5295I would get other opinions but this is what I got for roughly 300.
    http://pcpartpicker.com/list/n4crcc
     
×