07-11-2016, 07:54 PM
It looks pretty cool (though I dislike the really bright colors like pink and light green).
Random Chitchat 2012-2016
|
07-11-2016, 07:54 PM
It looks pretty cool (though I dislike the really bright colors like pink and light green).
07-11-2016, 08:32 PM
The colors are only an example for what the logo could look like. I didn't decide which color to use yet
07-11-2016, 08:35 PM
In that case I'm a big fan of either dark blue or dark red
07-11-2016, 08:53 PM
I quite like the current logo, I don't think it's time for a change already again. The current one is simple yet stylish, it is crisp clear even in a 16x16 variant.
07-11-2016, 09:24 PM
I have to agree with @xoft. While your logo does look pretty cool the current logo doesn't need a replacement already.
07-11-2016, 11:21 PM
The current logo has the problem that if you don't know what it shows, you don't know what the point is. I did a survey with all the people from my company and a few designers they all agreed
07-12-2016, 03:42 AM
How hard would it be to update ProtoProxy to 1.9.X?
07-12-2016, 05:01 PM
Shouldn't be too difficult, it already has the protocol encryption, which is probably the most difficult part; now it's just about rewriting each packet handler to parse the correct data - all the packets have been renumbered in newer versions.
In the webadmin, when I make a post call in the webadmin for some reason I don't get any GET values.
print(a_Request.Params['page'], a_Request.URL) local page = a_Request.Params["page"] or "default" local handler = g_Pages[page] or g_Pages.default return handler(a_Request)prints Code: nil /webadmin/Secret/Secret%20Project?page=dosomething In fact, I'm not getting any data when using a POST. EDIT: Also, is it possible to get raw JSON from a request? |
« Next Oldest | Next Newest »
|