Jump to content

BeHappy4Ever

Inactive Member
  • Posts

    393
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by BeHappy4Ever

  1. Edit:

    #root@vps: gcc

    ld-elf.so.1: /lib/libc.so.7: version FBSD_1.6 required by /usr/local/bin/gcc not found

    root@vps:~ # uname -a
    FreeBSD vps12.2-RELEASE-p7 FreeBSD 12.2-RELEASE-p7 GENERIC  i386
     

    The trouble is on libc.so.7 i think,when i run the command gcc i get the up error

    I reninstalled gcc and i get the same error.

     

  2. Just now, Finnis said:

    Write uname -a in putty and show us the output.

     

    You could try to reinstall gcc, (pkg remove gcc, pkg install gcc) - (Be sure to reinstall the SAME gcc version or the latest your source supports!)

     

    How can i see which is the last gcc version that my freebsd supports?Can you tell me your skype please to help me a bit,because i have this trouble some days and it 's really stressful . 😛

  3. /lib/libc.so.7: version FBSD_1.6 required by /usr/local/bin/g++ not found
    expr: syntax error
    /lib/libc.so.7: version FBSD_1.6 required by /usr/local/bin/g++ not found
    expr: syntax error
    expr: syntax error
    compiling BattleArena.cpp
    compiling FSM.cpp
    compiling MarkConvert.cpp
    compiling MarkImage.cpp
    /lib/libc.so.7: version FBSD_1.6 required by /usr/local/bin/g++ not found
    /lib/libc.so.7: version FBSD_1.6 required by /usr/local/bin/g++ not foundgmake: *** [Makefile:188: .obj/BattleArena.o] Error 1

    /lib/libc.so.7: version FBSD_1.6 required by /usr/local/bin/g++ not foundgmake: *** Waiting for unfinished jobs....

    /lib/libc.so.7: version FBSD_1.6 required by /usr/local/bin/g++ not foundgmake: *** [Makefile:188: .obj/FSM.o] Error 1

    gmake: *** [Makefile:188: .obj/MarkConvert.o] Error 1
    gmake: *** [Makefile:188: .obj/MarkImage.o] Error 1
     

  4. 10 hours ago, swiss said:

    so you asking because you want to protect your self? or you want to harm? cause i think you lean to the second one.

    You dont have experience, you are overthinking and speak. On online websites to be protected you should try harm your self firstly. I will call you Mr Einstein. 

    5 hours ago, FlorinMarian said:

    Thanks brother alot

  5. 10 hours ago, petmen021 said:

    Hello everyone, i need help :( 
    I search 2 days ago... and i not found solution its my problem...

    This problem : I delete all accounts and player characters and items and etc and full clean...
    And i try registrate the server and cant create the account.... "Alredy exists" and i delete my account :(  I can registrate other username... 
    but according to them the old is inside, and i not know how delete the deleted account.. where save 😕  (Syserr 0..) 
    And the question : Where find log the deleted accounts and player "data" ? :(  

    send me in pm your skype

  6. 10 hours ago, MGA said:

    So, I'm guessing you just need a simple bot to do some action with I assume seleium.webdriver through a proxy server, here's a simple example, all you gotta do is add to chromeOptions, the proxy address, ip_address:port, here's some code:

     

    Prerequisites:

    Keep in mind that the chromeDriver version has to be the same with ur chrome browser version, that is if you want to use chrome as ur browser.

     

     

    
    from selenium import webdriver
    from selenium.webdriver.common.by import By
    
    chromeOptionsInstance = webdriver.ChromeOptions()
    
    #Add ur proxy server id, port by
    #Replace the string "YOUR_Ip_Address_Here" with ur proxyServer ip address between quotes like '127.0.0.1' in the below dictionary
    #Replace the string "Your_Port_here" with ur proxy server port in the below dictionary
    proxyServer = {'ip_Address':'YOUR_Ip_Address_Here',
                   'port':'Your_Port_here'}
    
    chromeOptionsInstance.add_argument(f'--proxy-server={proxyServer["ip_Address"]}:{proxyServer["port"]}')
    
    #Create webdriver.Chrome instance, don't forget to add the absolute path to chromedriver.exe for this example
    driver = webdriver.Chrome(executable_path=r"Ur_ChromeDriver_Absolute_Path\chromedriver.exe", chrome_options=chromeOptionsInstance)
    driver.get('https://metin2.dev/board/topic/25185-selenium-python-proxy/#comment-134552')
    
    #Click on Answer this question elem.
    driver.find_element_by_xpath("//a[contains(text(),'Answer this question')]").click()

     

    In regards of a discrete proxy server, I don't got any, but I suggest using an VPN, does the job, there are alot of these for free on the internet

    Thanks a lot brother for your answer.Wish you the best :)

  7. 4 hours ago, DeYaN. said:

    Hi there, i use the offlineshop by great for about 500 players online , and sometimes for some players after the time of shop expire, the shop dissappear from map1 and that players can`t close the shop , can`t take back the items... To solve this problem i need to reboot the database

     

      Hide contents

    128280185-293563618647187-34042461142727

     

    The shop id with problems still exist in database "shop_items" even if time has expired ,and items do not move automatically as they should in gift_items (database) ...

    Are all the queries successfully ran?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.