Dedicated Server Admin

Can some one tell me from where i can find admin who can install Social Media on my dedicated server ?
Social Media required following modules to be installed. FFmpeg (http://ffmpeg.mplayerhq.hu) FFmpeg-PHP Flv2tool (http://inlet-media.de/flvtool2) LAME MP3 Encoder (http://lame.sourceforge.net)

Dear h1ghn3ss, Hope you are doing fine. You can check out Maxim Support. We have been doing ffmpeg related installations from very long time and we do have very good reputation on WHT. http://www.maximsupport.com Reviews: http://www.webhostingtalk.com/showthread.php?t=577064 Best Regards. --- Tom F Maxim Support tom@maximsupport.com http://www.maximsupport.com

CS:S Dedicated Server - Questions?
Hey, I have some questions: * I made my own CS:S dedicated server for free, what's the different between it and a "payed for" server. * How do I make myself an admin on my own deducated server (Specific please) * How long do dedicated servers last for * Can my mates join my server * Can I download stuff onto it? *Is it open for the public to see? I have my RCON password set, but can someone give me steps on what to do and type to become admin on my server pls

1) All "pay for" CSS servers are hosted, usually on their own box, in the places that service for low ping, with less hops. For instance, if I hosted a server in my home town of Detroit, I would ping trace it to chicago, and back, so it'd be a large ping, because my upspeed wouldn't be that well. 2) Use an RCON password. *also, make sure you're running HLDS, not the CSS Server GUI*. Then you're admin. Learn rcon commands such as kick, exec, etc. 3) Until you shut it off? 4) Yes, as long as it's dedicated. 5) Yes. Use Mani if you want an admin mod. Very user friendly 6) Yes, but for those of us who surf by ping, now many people will want to join it because it'll have a large ping.

Why my mail server send Emails into Yahoo bulk Emails?
Dear Admin i have rented a dedicated Mail Server on the internet and i have added 3 Domains Named comsico.net,WebfreeTel.com and Plsenergy.com on it, when i try to compose an Email from any of the Domain's i recive this Email on my Bulk Email in yahoo Mail box, What is the problem, I have rented Clean Ip's again from my provider but the problem Exists yet.

your yahoo mailbox configuration is not proper. Check Mail Options> Spam Guard by clicking on Options at top right hand. Also check blocked addresses. If nothing works take help by going to http://help.yahoo.com

Is there a way to auto-restart the MySQL service when an error is detected?
Right now some script errors are having me to restart my MySQL service about 15 times a day. Obviously I am working on fixing those errors, but in the meantime my site is running and very popular. Is there any way to set up the server to auto restart the MySQL once an error is detected? I am on a dedicated server, so I have root access and I am using Direct Admin. Thanks.

I found this information hope it helps. How to autostart SQL Server Agent (Enterprise Manager) To autostart SQL Server Agent Expand a server group, and then expand a server. Expand Management, right-click SQL Server Agent, and then click Properties. Click the Advanced tab, and then select the Auto restart SQL Server Agent if it stops unexpectedly check box. and this one Create a file with the following (or similar) content -------------8<----------------------------------------------------- #!/bin/sh /etc/init.d/mysql status >/dev/null 2>&1 if [ $? -ne 0 ]; then /etc/init.d/mysql restart >/dev/null 2>&1; fi -------------8<------------------------------------------------------ make it executable and run that script from crontab as often as you think it to be necessary. That script checks if mysql is up and running and restarts it if it's not.

Most secure website (webmaster) login area?
Hello. I have someone developing a website for me. I will have it hosted on a dedicated server. There will be a CMS and admin panel where I (webmaster) can edit webpages and edit/delete users on my site etc. How do I set it up so that hackers cant find the webpage that I (webamster) use to log in on? EG: should it be www.webmasterlogin.example.com or something else?. Also, is it good enough to have just a username and password or do I need something else? Thanks for any help.

I recommend that you protect this directory by using the .htaccess file. Here below everything is explained. http://httpd.apache.org/docs/1.3/howto/htaccess.html