amitwebethics411

  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by amitwebethics411
  • amitwebethics411 commented,

    hi Every time I created a new crontab in the cron jobs a new linkey (unique ID ) is added to the current cron queue. How I can stop that ? It is also updated every time I updated a cron job earlie...

  • amitwebethics411 commented,

    I am looking for a php solution the first solution that is described in the thread that what I using already

  • amitwebethics411 commented,

    I am trying every possible solution to get the result. But all in vain. I am trying a third party login into the cpanel. I just need a script to login in to the third party server and takes backup...

  • amitwebethics411 commented,

    132.148.xx.xxx:2083/cpsess3979807116/login/?session=pickupherew%3ahGFZD6Y3FxEejN25%3acreate_user_session%2c874804442c9944d3129301bf484a57bce I get a sessionurl some thing like this when I open thi...

  • amitwebethics411 commented,

    Hi Thanks for the fast reply use lib '/usr/local/cpanel'; How I can get this? Can you give me this liberary? I am being able to get logged in to my cpanel account. but not possible to third per...

  • amitwebethics411 created a post,

    Login into cPanel with curl in php

    I want a script to logged in to cpanel using username and password with thehelp of curl. this is what I am currently using function createSession() { // Example details $ip = "127.0.0.1"; $cp_us...