Raised This Month: $32 Target: $400
 8% 

call an admin via email


Post New Thread Reply   
 
Thread Tools Display Modes
Fishy
Junior Member
Join Date: Sep 2007
Old 02-15-2008 , 05:03   Re: call an admin via email
Reply With Quote #21

I tried with pop.gmail.com:995
Too bad it didn't work

Edit: That dumb ssl
Fishy is offline
chungkiman
Junior Member
Join Date: Feb 2009
Location: Hong Kong
Old 02-20-2009 , 12:13   Re: call an admin via email
Reply With Quote #22

the idea is nice
but it didn't work =[
chungkiman is offline
Self-Serve
Member
Join Date: Jul 2008
Old 02-23-2009 , 17:25   Re: call an admin via email
Reply With Quote #23

I'll test this out on my server and see how it works! Sounds good.
__________________
Self-Serve is offline
Send a message via AIM to Self-Serve
add
Junior Member
Join Date: Apr 2007
Location: Poland
Old 02-27-2009 , 12:32   Re: call an admin via email
Reply With Quote #24

Work ?
__________________

add is offline
freanky
Member
Join Date: May 2010
Old 05-02-2010 , 23:52   Re: call an admin via email
Reply With Quote #25

Dont work for me, me server crash when i test: amx_email test


amx_cvar amx_email_host mail.clan-*******.ca:25

amx_cvar amx_email_admin
foxrac****@***.com
amx_cvar amx_email_from
admin@clan-******.ca
amx_cvar amx_email_subject GameServer
freanky is offline
notsupersaian
New Member
Join Date: Mar 2008
Old 07-06-2010 , 17:09   Re: call an admin via email
Reply With Quote #26

my server alsow crah whe ai do the amx_email comand
how did this plugin get aproved but the plugin is not working
?
notsupersaian is offline
oglop
Member
Join Date: Jul 2010
Location: Czech Republic
Old 04-15-2011 , 07:07   Re: call an admin via email
Reply With Quote #27

It crashed my serever TOO !!
oglop is offline
kropto
Member
Join Date: Aug 2010
Location: Lithuanian
Old 08-29-2011 , 16:25   Re: call an admin via email
Reply With Quote #28

Why is this error?
Error on sending mail: error 3
kropto is offline
Send a message via Skype™ to kropto
heliumdream
Senior Member
Join Date: Aug 2006
Old 06-10-2019 , 16:24   Re: call an admin via email
Reply With Quote #29

Just wanted to let anyone out there know, this bad boy still works ^_^

Got a local notification system up and running really quickly, piggybacking off the copy of mercury email server that came installed with the xampp server package I already had installed.

Code:
public client_connect(id)
{
	cmdEmail(id)
}
Adding the above line to the script, now I get a notification anytime anyone logs in. My server rarely gets any action, and now if I'm on my pc when someone joins, I can go meet them.
__________________
heliumdream is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 07-06-2019 , 01:20   Re: call an admin via email
Reply With Quote #30

I looked at the source and the size of the buffers is what was making it crash for some back in the day. Optimizing it will be a pleasure. For instance 1023 or 1 Mb to send 'exit' is ridiculous when 8 will due. It will go much faster when the leaning is done. 6 Megs ouch! 256 kb is all that is needed with a super long novel to the admin even. A 64 kb variation is all that is needed to auto send the IP/STEAM/PLAYERNAME on connect or 32 kb for a blank. Footprint goes from potential lag spike to a tiny red hair on the clients' netgraphs.

There could be stuff like this also to prevent lag.

Code:
/// socket = socket_open( server , port, SOCKET_TCP, error ); /// out-of-date     socket = socket_open( server , port, SOCKET_TCP, Soc_O_ErroR2, SOCK_NON_BLOCKING|SOCK_LIBC_ERRORS); if (socket_is_writable if (socket_is_readable
__________________
DJEarthQuake is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:52.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode