GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Running a putty cmd line through php script (https://gfy.com/showthread.php?t=1150560)

mkx 09-22-2014 10:06 PM

Running a putty cmd line through php script
 
I have to login to root with putty daily to type in "sendmail -q" to process the mail queue. Is there a way for me to do this through a php script instead so I can have someone else do this whom I don't want to give root access? Maybe even a cron job? I use cpanel

codingwelt 09-22-2014 10:44 PM

It's possible, yes. But you shouldn't let a script log in as root user. You could allow a non-/less-privileged user to execute the command using php, so there wouldn't be that much impact if someone got access to the login details stored in the php file.
(see PHP commands like "exec", "system", "passthru", ... for executing system commands.)

But, why aren't you creating a cronjob for root user that executes sendmail -q for you? There's no need to do this in PHP if not absolutely necessary.

edgeprod 09-22-2014 11:00 PM

Quote:

Originally Posted by codingwelt (Post 20232784)
But, why aren't you creating a cronjob for root user that executes sendmail -q for you? There's no need to do this in PHP if not absolutely necessary.

You just asked a user who called the shell "putty" (an app) why they aren't using a cronjob. Do you think they know what any of that means? :2 cents:

mkx 09-22-2014 11:08 PM

what do I put as the command for the cron job in cpanel, I can do that :)

Babaganoosh 09-22-2014 11:09 PM

Better question is why is your queue filling up?

mkx 09-22-2014 11:19 PM

I have 50 emails going out at the same time during a certain part of the day

freecartoonporn 09-22-2014 11:24 PM

if you just want to fire a command then you dont need a script , just add a cronjob of the same.

become root
crontab -e
//time interval //insert your crontab command
save n exit.

somthig like this.

fuzebox 09-22-2014 11:43 PM

Quote:

Originally Posted by edgeprod (Post 20232788)
You just asked a user who called the shell "putty" (an app) why they aren't using a cronjob. Do you think they know what any of that means? :2 cents:

:1orglaugh :1orglaugh :thumbsup

codingwelt 09-23-2014 01:53 AM

Quote:

Originally Posted by edgeprod (Post 20232788)
You just asked a user who called the shell "putty" (an app) why they aren't using a cronjob. Do you think they know what any of that means? :2 cents:

Nope, but maybe it will help someone who has the same problem, anytime soon... :winkwink:

edgeprod 09-23-2014 02:05 AM

Quote:

Originally Posted by codingwelt (Post 20232842)
Nope, but maybe it will help someone who has the same problem, anytime soon... :winkwink:

Maybe. I'd say that someone with that level of technical sophistication doesn't need help. :2 cents:


All times are GMT -7. The time now is 01:50 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123