Code Monkey home page Code Monkey logo

Comments (3)

erfg12 avatar erfg12 commented on June 18, 2024 1

I purchased aolemu.com and hooked it up to cloudflare and my server. There is a small website template that is very close to the 1997 aol.com template as a placeholder that I made. And, I finished the Rest API and did several test requests; they seem to work. It can do the following:

Create Account - It also creates an email (user)@aolemu.com
Add / Remove Buddy
Fetch Account Info - It also fetches the buddy list for the user

Next step is to convert over some of the functions to use this Rest API stuff.

from aol_4.0_emu.

erfg12 avatar erfg12 commented on June 18, 2024

Added Update Password and Update Full Name API methods.

Going to upload a new RestAPI.cs file and rename accounts.cs class file to sqlite_accounts.cs.

I will still store username/fullname and buddies into the sqlite db for quick references.

Because CPanel has restrictions on password complexity, we will be salting the password first, then storing the salted password to satisfy CPanel's requirement.

from aol_4.0_emu.

erfg12 avatar erfg12 commented on June 18, 2024

This is mostly complete!

  • Create Accounts
  • Add/Remove Buddies
  • Fetch Buddies List
  • Fetch Account Information

It's possible there could be more added. Maybe store/fetch download history, URL history or favorites.

from aol_4.0_emu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.