Jump to content
Tuts 4 You

LOCALHOST TO PUBLIC SERVER


Deepakk

Recommended Posts

hello all family  members  ,

I was successfully emulation server of a software and also test on localhost host 

(For localhost i edite etc/host file to redirect orignal server to localhost)

But now my problem is how i can make a public server for it 

I try to buy many holster like vps,share web,cloud but it is not working 

I thing due to i dont know mkre thing about these hosting

 

 

Please someone tell me step by step how i can make public server .

SORRY FOR BAD ENGLISH 

Edited by Deepakk
Link to comment
Share on other sites

1-so you have a piece of code (? NODEJS / C# / PHP ?) that RESPONSES something ?

2-you edit the HOSTS, so when the target software asking for validate.xxx.com goes to localhost ?

 

and now you want to do the same on a public server ?

Link to comment
Share on other sites

1 Thanks your reply

Yes i create code which respond same as software want 

Yes i edit host which do same as u say

Yes now i want to do same on public server 

 

How i can do?

Link to comment
Share on other sites

Hi cracker,

 

upload the same files on server, @ HOSTS (or patch the application executable with your URL)

 

x.x.x.x             validate.yyy.com

//your serverIP     software.validation.URL

 

Link to comment
Share on other sites

Sir i thing you not understand my question.

My question is i done all work like edit host file check all respond and patch applications  now i want to host localhost to publish server 

I sent a video i edit file write localhost ipaddress in it now i want write a public server ipaddress for it.

l

Edited by Deepakk
Link to comment
Share on other sites

to get the public IP of the server by executing this PHP 

stackoverflow.com/a/32169910

.. keep in mind that if you are on shared server will not work, because this IP dedicated to more that 100 sites.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...