-
Posts
63 -
Joined
-
Last visited
Everything posted by greacius
-
Thanks... If anyone has suggestions dont hesitate to post it!
-
Well... that graph system we can also do using the webstats resource... include it and then let webstats gather information and let it be requested by the web app. I will think about a register system but im first going to release a first version:) Edit: Thanks!
-
Thanks! Any suggestions?
-
This resource isnt developed anymore.
-
Well you can edit the servers list in the resource. The first server that is possible to be used is the server i host myself but since i dont have very much time to add all resources i would like it if an other guy could also download the server that is hosted here... They can setup an repository and post their IP here. Then users of the rget-client can edit it in their sources.xml and you candownload resources from it!
-
well actualy its a resource that contacts a other server that has resources available.... Also some resources the community might not have... You don't need to have an url or anything... just the name of the resource you want to install....
-
Hi! Welcome to the special release of the rget-client! The rget-client is a resource to download other resource while you are inside the game! There is no need to connect to the ftp all over again! Just install rget-client and connect to a rget repository. I also have made a server package pre-made. It is an MTA Server with my resource installed and all configurations done. The community post: https://community.multitheftauto.com/index.php?p= ... ls&id=1058 There is more information about installing and using rget-client inside the description. Regards, Greacius
-
@varez: as i said: it is a small program that maybe is usefull for you. * .NET isnt a bad thing, have you ever scripted some advanced stuff like networking in .NET? .NET is a really easy but powerfull thing. * I know that it isnt smart to download a program from unknown publisher, but to add myself as a publisher i need to have some certificates that cost money. And since i dont want to pay money for such a small program, i didnt do that.
-
Its made in vb.net 2010 so it requires .NET framework 4. As i said, i made this for my own use. Im just publishing it for some people that want to use it. If you dont want to use it, dont use it.
-
Hi! This program is just a small program where all the sites of MTA are together. I made this because i didn't want to type all the MTA Urls in the browser. Im still working on the preffered image in the top of the window but now it is showing the game-monitor.com image of my test server... Hope this helps some people!
-
@Uniqu3: I mean... The resource downloads files from a webserver. I tried it with images but it isn't possible. @eAi: Maybe the MTA team can make a function so that I can add image support? @Everyone: Community link now in the main topic.
-
Hi! I made a resource that has the possibility to automaticaly install resources. It is working using a database. The usage is pretty simple: rget Exmaple: rget install login_register This will automaticaly install login_register. The only thing the user has to do is entering upgrade so the server loads the resource. I made this all but now i have a problem. It can't download images. I have no idea if it is possible through mta to send images. Oh and for more information about the resource, it connects to an web server and the pages on it that return resources are written in PHP. Community Resource URL: https://community.multitheftauto.com/index.php?p= ... ils&id=879 Thanks! Greacius
-
http://gservers.eu Don't want to worry about your server? At GServers we fully manage your MTA server! What you get: You get a Debian based VPS. You can host all your servers on it. The physical server is located in the Netherlands and has a 100mbit connection. We are still working on more servers in our datacenter. An other option: A MTA Server for only 10 euro, 128 slots, located in the Netherlands. It is cheaper because you don't get your own VPS, but your server will be hosted at a shared server. The price: For the VPS it is 20 euro/month. This maybe seems much, but compared to other hosters, it's nothing! For the shared hosting plan, it is 10 euro! On the VPS you will get you can host as many servers as you want with as many slots as you want! You could also host a MTA Server AND a CS Server! Just contact us at our site or order direct! Regards, GServers Team http://gservers.eu P.S. GServers.eu isn't a part of GServers.nl. We don't want to be connected with GServers.nl because it has done some terrible things for it's clients! http://gservers.eu
-
There is a new very cheap host! http://gservers.eu --> signup at http://control.gservers.eu I found this one and I'm really happy with it. Only 10 euro's per month for a 128 slot server! You will also get FTP acces and a Control Panel. Private IP isn't possible, but why is it needed?!
-
Now another scripter is wanting to join our team! Our team now exists of 2 people and 1 pending! We are going to a maximum of 5 members!
-
well... look at the BETAversions! it can work now and if you code 5 minutes it works perfect! Butyou wont believe in this project so why are you still busy with it? And we have a new guy who wants to script;)
-
well.... It's not a limit... it would only be easier! And.. look at the mobile phone resource! That had a team of like 5 people!
-
I found the way how to handle it! Here is my ASP.NET Test code: Sub WebLoad(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Init Dim variable As String For Each variable In Request.Form Response.Write(variable & " ") Try Dim openfile As System.IO.FileStream = System.IO.File.Create("C:\MTAStats\development.txt") openfile.Close() Catch ex As Exception End Try System.IO.File.AppendAllText("C:\MTAStats\development.txt", "\r\n" & variable) Next Request.SaveAs("C:\MTAStats\requestinfo.txt", False) For Each Header As String In Request.Form.Keys Dim openfile2 As System.IO.FileStream = System.IO.File.Create("C:\MTAStats\requestheaders.txt") openfile2.Close() System.IO.File.AppendAllText("C:\MTAStats\requestheaders.txt", Header & " - ") Next Dim openfile3 As System.IO.FileStream = System.IO.File.Create("C:\MTAStats\requestjson.txt") openfile3.Close() System.IO.File.AppendAllText("C:\MTAStats\requestjson.txt", decodeJSON(System.IO.File.ReadAllText("C:\MTAStats\requestinfo.txt"))) End Sub Function decodeJSON(ByVal JSONCode As String) As String Dim JSONDencrypter As New JavaScriptSerializer Dim JSONReturnObject As Array = JSONDencrypter.DeserializeObject(JSONCode) Dim JSONReturn As String = JSONReturnObject(0) Return JSONReturn End Function Thanks for all help!!
-
Well... i would love to have more time for it but as I'm getting more projects for other people, I don't have time for my own projects... So sorry I can't work on it the coming month but I maybe am going to work on it later! Sorry!
-
well... JSON is the same everywhere but ASP.NET handles it using an other method.. and since you can't script ASP.NET (VB.NET or C#.NET) you don't know what i mean. I'm going to find out how to handle it and I'm getting some ideas:) Thanks for the help!
-
mmm... maybe it is in the credits?
-
thanks for the stupidity google but i don't know if you noticed: thats all about ASP.NET to Java and I want MTA -> ASP.NET... so does anyone know an option? Thanks!
