Author Topic: Report to E-Mail  (Read 2924 times)

0 Members and 1 Guest are viewing this topic.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Report to E-Mail
« on: June 29, 2014, 12:22:58 AM »
Here is a little thing I worked on tonight. It's been an idea I've had for a while but some recent changes to gmod's http functions as well as a little free time made it come together.

Let me know if this is something that interests you guys and I can package it for use on other servers.

--------------------------------------------------------

The idea is that you can type !report (report in console) and it'll open a small GUI for sending automated reports to a predefined e-mail. (myself I have a distro that sends it to all my admins).



Offline Cobalt

  • Full Member
  • ***
  • Posts: 216
  • Karma: 44
  • http://steamcommunity.com/id/__yvl/
Re: Report to E-Mail
« Reply #1 on: June 29, 2014, 01:06:31 AM »
Did you send mail using http.post?
« Last Edit: June 29, 2014, 01:08:03 AM by Cobalt »

Offline Storm

  • Full Member
  • ***
  • Posts: 220
  • Karma: 4
Re: Report to E-Mail
« Reply #2 on: June 29, 2014, 03:55:43 AM »
I am interested!

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Report to E-Mail
« Reply #3 on: June 29, 2014, 12:35:33 PM »
Yes Cobalt. Rather I sent information to a web script which sent email using php mail().

Offline Cobalt

  • Full Member
  • ***
  • Posts: 216
  • Karma: 44
  • http://steamcommunity.com/id/__yvl/
Re: Report to E-Mail
« Reply #4 on: June 29, 2014, 01:07:11 PM »
Yes Cobalt. Rather I sent information to a web script which sent email using php mail().
Ah, alright.

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: Report to E-Mail
« Reply #5 on: June 30, 2014, 01:10:10 AM »
This is actually quite interesting. Please do release this.
Out of the Garry's Mod business.

Offline Digital Spit

  • Jr. Member
  • **
  • Posts: 79
  • Karma: 1
Re: Report to E-Mail
« Reply #6 on: June 30, 2014, 02:53:17 PM »
You should make it take a screen shot too! That'd be amazing!

Offline Zmaster

  • Full Member
  • ***
  • Posts: 235
  • Karma: 25
Re: Report to E-Mail
« Reply #7 on: June 30, 2014, 09:50:47 PM »
This sounds great, you should definitely release it for other servers to use!

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Report to E-Mail
« Reply #8 on: July 01, 2014, 09:29:02 PM »
There's nothing to release yet. That was just a tech demo showing capability.

Since it seems to be something you guys would use, I will work on polishing it up and adding features to it.

Offline S

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Report to E-Mail
« Reply #9 on: July 02, 2014, 11:11:22 AM »
This is really great! I was just thinking of something like this and thought I'd check out the forums. What would be really great is if you could remove the option of the player typing in text all together and instead replace it with a pre-configurable list.

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: Report to E-Mail
« Reply #10 on: July 02, 2014, 01:02:22 PM »
There's nothing to release yet. That was just a tech demo showing capability.

Since it seems to be something you guys would use, I will work on polishing it up and adding features to it.

I tried to recreate this and I have it functional, but it isn't as nice as the one being showed in your screenshots.
Out of the Garry's Mod business.

Offline Fanney

  • Newbie
  • *
  • Posts: 44
  • Karma: 11
Re: Report to E-Mail
« Reply #11 on: July 02, 2014, 06:30:06 PM »
and with that more ideas arriving, it could be possible to add all ingame report's to some pool and having a desktop app that notifiys the admins P:

Offline Storm

  • Full Member
  • ***
  • Posts: 220
  • Karma: 4
Re: Report to E-Mail
« Reply #12 on: July 05, 2014, 03:39:34 PM »
I really like S's preconfigurable list idea. It will keep trolls from repeatedly sending profanity,etc to the email. Also, maybe a time/#msgs limit to keep players from spamming it.