Jump to content

BlackBloods

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by BlackBloods

  1. Hmm guys, let it be bug or something else. Request tcadmin to fix this as well as possible
  2. I have allowed everything ticket all box on sub user access i think, it is the problem of panel. If it is, i am kindly requesting tcadmin to fix this
  3. Hi guys, I found a small problem in custom link. I created a sub user with all access to all programs. But when i logged in sub user, custom links are invisible. Other all things are visible. So, i am kindly requesting to help me to fix this
  4. How i can create a textbox like this ?
  5. where does the custom script files located in vps ? thnz for reading sorry for my bad english
  6. This is the script for creating database, can i get the script for deleting database ?
  7. Vuze, can i get your skype name ? :)

    i need some help from you...

  8. I got this script from that link, I added this code on custom script But it show blank page, when i ask to support ticket, they said 'There is no MySQL variable contain' How i can create a bash script for game ? Bash script = custom script ?
  9. Hi guys, i need help, i want to add mysql custom script on game server. i am new to tcadmin. i got a script #!/bin/bash dbname=${ThisService_UserName}_${ThisService_ServiceId} user=${ThisUser_UserName} password=${ThisUser_Password} mysql -h localhost -u root -pYourPassword -e "CREATE USER '$user'@'%%'" mysql -h localhost -u root -pYourPassword -e "SET PASSWORD FOR '$user'@'%%' = PASSWORD('$password')" mysql -h localhost -u root -pYourPassword -e "GRANT USAGE ON * . * TO '$user'@'%%' IDENTIFIED BY '$password' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0" mysql -h localhost -u root -pYourPassword -e "CREATE DATABASE IF NOT EXISTS $dbname" mysql -h localhost -u root -pYourPassword -e "GRANT ALL PRIVILEGES ON $dbname . * TO '$user'@'%%'" when i add this in custom script with custom icon event, when i open it, it show me a blank page so i contacted support ticket, as they said what script they meant ? can someone give me that script ? thnz for reading sorry for my bad english
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use