New step by step token with BNB earn functions on Remix and solidity 0.8

You should look over the guide at OpenZeppelin Upgrades: Step by Step Tutorial for Hardhat

This will get you started with a proxy, which allows updates to your token.

You will need to figure out how to link different tokens to each other. You can follow some tutorials on how to have one smart contract call or interact with another.

unfortunately i am at the begining with solidity
Then for sure go over the tutorial. It will get you a dev environment.

what functions i need for reflect to holders and get % from the tax to 3 different contracts? and what fuction to have access to the sourcecode example to my sourcecode on bscscan?

Take a look at the many safemoon forks and understand how their code works.