sbutler

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

Comments

Recent activity by sbutler Recent activity Votes
  • after I log on in the right column. I have had it stop changing all together as stopped working. I have recently did a transfer from one server to the one I am on now. This feature is supposed to s...

  • @sbutler - I'm not seeing an issue with the feature on the right-hand side of the page in the Jupiter theme. When I access the interface it shows the correct IP of the last access. Can you let m...

  • I looked and found the last line show my login but the one before last is showing up in cPanel. Looks like when they updated it they forgot that on lynx the number 0 is the first number and number ...

  • I have the same issue. I logged in from Business AT&T network it updated. I logged in on Suddenlink/optimum network and no update last login ip. This last login ip is for users to know if anyone ...

  • You can enable url_fopen in cPanel. Login to cPanel. 1. Go to the software section. 2. Open MultiPHP INI Editor. 3. Under Configure PHP INI basic settings select your domain in the list wait for t...

  • If you wanted a catalog of the photo names in a file you can create a php file. Create file photolist.php and put the code below in the file and save into a folder you want to get a text list of al...

  • The only way I was able to use that script was to change root MySQL password and try it out on the website outside of WHM/cPanel. Remotely root didn't work but I did get it to work successfully. Wh...

  • That was the old way with mysqli you have to specify database now. change $conn = new mysqli($servername, $username, $password); TO: $conn = new mysqli($servername, $username, $password, $database);