Romaxa55 / v380_cams_hack

GNU General Public License v3.0
4 stars 0 forks source link

Hello, please ask you how to run the V380 project, I run a mistake here #1

Closed zq12288 closed 10 months ago

zq12288 commented 1 year ago

Hello, please ask you how to run the V380 project, I run a mistake here

Romaxa55 commented 1 year ago

Setting Up and Running the V380 Project

To get the V380 project up and running, follow these detailed steps:

  1. Setup Configuration File:
    • First, copy the .env.example file to .env.
    • Fill in your Telegram token, which you can obtain from the BotFather.
    • To get your Telegram ID, use the getmyid_bot.

.env

export TELEGRAM_TOKEN=6065942785:AAE4LPRrHYK..............
export TELEGRAM_CHAT_ID=1080000000
  1. Build the Docker Images on VPS Server:
    docker-compose build
  2. Adjust Server Parameters:
    # CHECKER CONFIG FOR SCANNING CAMS ONLINE IN RANGE
    SCAN_NEW_CAMS = True
    FROM_ID = 30000000
    TO_ID = 39999999
    TIMEOUT = 30
    PACK_LIST_CAMS = 999999  # SIZE CAMS FOR 1 THREAD LISTEN
    THREAD_CHECK = 500
    SERVER_CHECKER = '149.129.177.248'
    PORT_CHECKER = 8900
    TMP_FILE = "tmp.txt"
    #########################
    # OTHER CONFIG
    DEBUG = False
    SERVER = 'ipc1300.av380.net'
    PORT = 8877
    FileListCams = "cams.txt"
    PassFile = "pass.txt"
    CamsList = None
    TMP = []
  3. Launch the Docker Containers:
    docker-compose up -d

Once you've completed these steps, you should receive a message from the bot indicating that the script has started successfully. Now, all you need to do is wait and hope for the best!

After following these steps, the V380 project should be up and running on your machine. If you encounter any issues or errors, it's recommended to refer to the project's documentation or reach out to the community for further assistance.

Happy hacking!