Jump to content

'LinKin

Members
  • Posts

    636
  • Joined

  • Last visited

Posts posted by 'LinKin

  1. The domain is pointing to a different IP from the VPS's public IP. This is for reverse proxy purposes.

    The reverse proxy allows me to access my web directory typing in the browser the URL (domain name). It doesn't work with the IP.

  2. Hello,

    I was trying to connect remotely to a database using a domain name as host instead of an IP address and it didn't succeed. So I'm wondering if it's the dbConnect function itself which doesn't accept a domain name as host or the failure to connect is caused by another factor.

    Regards,

    LinKin.

  3. Hello,

    I'm looking for someone with advanced knowledge in PHP Object Oriented Programming to discuss a couple of topics.

    If you're up for it, leave your contact here, preferably Skype.

  4. I put the aftermarket cooler because of two factors.

    1. The temperature which is about 28 degrees maximum and 22 minimum during an average day.

    2. Because this PC will be running during 8 hours a day with a possible break of 2 hours. And kind of outdoors

    I don't really know how hot it can get. Could you estimate?

    About the PSU, thanks I will research about this component.

    Upgrading to Skylike costs more and I'm trying to keep things as cheap as possible. Not being enthusiasts about this build.

  5. Hello,

    As the title states, I'm building the best budget friendly PC to have a good experience with the up-coming Oculus Rift (Which I already Pre-Ordered). As I've heard the up-coming version will be able to output 90-120 FPS, so I want to take advantage from those FPS improvements at the Oculus Rift and have a PC capable to output them as well.

    I've chosen these parts so far, but I'd appreciate any comment, suggestion, etc..

    http://pcpartpicker.com/p/Ry9yJx

    Regards,

    LinKin.

  6. Hello,

    How can I draw a rectangle like this? Do I need to make 2 rectangles (one darker than the other) and then use dxDrawLine to create the bordered effect?

    Rectangle.png

    Isn't there an option "border" to dxDrawRectangle?

    Regards,

    Linkin.

  7. Hello,

    I got this script from community, it works perfectly.

    -- The Body. Author: FornetGear© 
    local shader = dxCreateShader( "fx/nodirt-shader.fx" ) 
    addEventHandler( "onClientResourceStart", resourceRoot, function() 
        engineApplyShaderToWorldTexture( shader, "vehiclegrunge*" ) 
    end) 
    -- End 
    

    But now I want to add a command to remove the shader, I tried using:

    engineRemoveShaderToWorldTexture( shader, "vehiclegrunge*" )

    destroyElement(shader)

    But it's not removing the shader

  8. Hello,

    How can I set the color of the nitrous to orange for one player only?

    So that all players see their nitrous color as default, but the nitrous color of this certain player is orange for them..

    I have already the nitrous.fx shader, but it will change the color for all players.

    Thanks.

×
×
  • Create New...