We use cookies to ensure the best experience for you on our website. By using this website you accept our use of cookies. Ok Read more

Los Santos Roleplay Cops and Robbers
  • Home
  • Forum
  • Information
    • Beginners Tutorial
    • Server Rules
    • Privacy Policy
    • Server Map
  • Statistics
    • Top 25
    • Most Active
    • Server Stats
    • Top Score
    • Groups
    • Turf Stats
  • UCP
    • Dashboard
    • Profile
    • Messaging
    • Houses
    • Vehicles
    • Donation Items
    • Transfers
    • Tag Area
    • Support
    • Logs
  • Shop
    • Shop page
    • Donation items
    • Wearables
    • Memberships
    • Vehicle Addons
    • Vehicles
    • Houses
    • Apartments
    • Groups
    • Get Points
  • Donate
  • Game (UCP) Sign in
Lsrcr Forum • Recovery your account

Lsrcr Forum

Los Santos Roleplay Cops and Robbers
https://ls-rcr.com/forum/

Recovery your account

https://ls-rcr.com/forum/viewtopic.php?t=128272

Page 1 of 1

Recovery your account

Posted: July 20, 2025, 3:04 pm
by Commander
Recover your account password. However, if you still remember the email (Gmail or Yahoo) linked to your Lsrcr account...

Following steps

username: your in game name
Email address: yahoo or Gmail linked already
Then you may check your email you will get code then confirm it and the new password will be sent and change it to your own

That's it for In game account

Forum reset password and then change it to your own password




same as like in game steps you may write whether it is yahoo or gmail you will get code then you may login




If you lost yahoo/gmail you may contact senior admin in discord

Re: Recovery your account

Posted: July 22, 2025, 10:41 am
by ackman
Code: Select all
import webbrowser
import time

def print_link(label, url):
    print(f"{label}: {url}")

def wait_for_user():
    input("\nPress Enter to continue...")

def recover_ingame_account():
    print("\n--- LSRCR In-Game Account Recovery ---")
    print("Step 1: Visit the following link to begin recovery.")
    print_link("Recovery Link", "https://ls-rcr.com/recover/?p=samp&method=email")
    
    print("\nProvide the following information:")
    print(" - Username: Your in-game name")
    print(" - Email: Your Gmail or Yahoo email linked to the account")

    wait_for_user()
    print("Step 2: Check your email. You will receive a code.")
    print("Step 3: Enter the code to confirm.")
    print("Step 4: A new password will be sent to your email.")
    print("Step 5: Use it to log in, then change the password to your own.")

def recover_forum_account():
    print("\n--- LSRCR Forum Account Recovery ---")
    print("Step 1: Visit the following link to reset your password.")
    print_link("Forum Password Reset", "https://ls-rcr.com/forum/app.php/user/forgot_password?sid=efd27b8a719f73a4f7d161788724ddff")

    print("\nFollow the same process as in-game:")
    print(" - Enter your Gmail or Yahoo email")
    print(" - Check your email for the code")
    print(" - Use the code to recover your account")

    wait_for_user()
    print("Step 2: Once logged in, change your password using this link:")
    print_link("Change Password", "https://ls-rcr.com/forum/ucp.php?i=ucp_profile&mode=reg_details")

    print_link("Forum Login Page", "https://ls-rcr.com/forum/")

def contact_admin():
    print("\n--- Contact Senior Admin ---")
    print("If you lost access to your Yahoo/Gmail, contact a senior admin on Discord:")
    print_link("Discord Server", "https://discord.gg/PDwe7GGwjC")

def main():
    print("Welcome to the LSRCR Account Recovery Assistant (Python Version)")
    print("Please choose what you want to recover:")
    print("1. In-Game Account")
    print("2. Forum Account")
    print("3. Contact Admin (Lost Email Access)")

    choice = input("\nEnter your choice (1/2/3): ").strip()

    if choice == "1":
        recover_ingame_account()
    elif choice == "2":
        recover_forum_account()
    elif choice == "3":
        contact_admin()
    else:
        print("Invalid choice. Exiting.")

    print("\nThank you. Good luck recovering your account!")

if __name__ == "__main__":
    main()

Re: Recovery your account

Posted: May 28, 2026, 8:26 am
by Sinwar
July 22, 2025, 10:41 amackman wrote:
Code: Select all
import webbrowser
import time

def print_link(label, url):
    print(f"{label}: {url}")

def wait_for_user():
    input("\nPress Enter to continue...")

def recover_ingame_account():
    print("\n--- LSRCR In-Game Account Recovery ---")
    print("Step 1: Visit the following link to begin recovery.")
    print_link("Recovery Link", "https://ls-rcr.com/recover/?p=samp&method=email")
    
    print("\nProvide the following information:")
    print(" - Username: Your in-game name")
    print(" - Email: Your Gmail or Yahoo email linked to the account")

    wait_for_user()
    print("Step 2: Check your email. You will receive a code.")
    print("Step 3: Enter the code to confirm.")
    print("Step 4: A new password will be sent to your email.")
    print("Step 5: Use it to log in, then change the password to your own.")

def recover_forum_account():
    print("\n--- LSRCR Forum Account Recovery ---")
    print("Step 1: Visit the following link to reset your password.")
    print_link("Forum Password Reset", "https://ls-rcr.com/forum/app.php/user/forgot_password?sid=efd27b8a719f73a4f7d161788724ddff")

    print("\nFollow the same process as in-game:")
    print(" - Enter your Gmail or Yahoo email")
    print(" - Check your email for the code")
    print(" - Use the code to recover your account")

    wait_for_user()
    print("Step 2: Once logged in, change your password using this link:")
    print_link("Change Password", "https://ls-rcr.com/forum/ucp.php?i=ucp_profile&mode=reg_details")

    print_link("Forum Login Page", "https://ls-rcr.com/forum/")

def contact_admin():
    print("\n--- Contact Senior Admin ---")
    print("If you lost access to your Yahoo/Gmail, contact a senior admin on Discord:")
    print_link("Discord Server", "https://discord.gg/PDwe7GGwjC")

def main():
    print("Welcome to the LSRCR Account Recovery Assistant (Python Version)")
    print("Please choose what you want to recover:")
    print("1. In-Game Account")
    print("2. Forum Account")
    print("3. Contact Admin (Lost Email Access)")

    choice = input("\nEnter your choice (1/2/3): ").strip()

    if choice == "1":
        recover_ingame_account()
    elif choice == "2":
        recover_forum_account()
    elif choice == "3":
        contact_admin()
    else:
        print("Invalid choice. Exiting.")

    print("\nThank you. Good luck recovering your account!")

if __name__ == "__main__":
    main()
Print("Hello World!")

All times are UTC
Page 1 of 1
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/