mediarayek-me / smmbooster

SMMBOOSTER is an online social media marketing tool (web application) that allows to buy SMM services from your service providers and start selling them in your own panel. With an easy to use panel. You can provide quality and cheap SMM Services to your customers, they can buy all packages or services like post likes, followers, views, or even general engagement or website traffics and many more using your panel. You can create as many as services & packages according to your expertise, is a completely dynamic panel. Whether it is something you need for your social media accounts or you are a SMM services reseller. by using this script you can start building your online business today
137 stars 65 forks source link

Hello, many files are missing, Please check the files you uploaded to github #6

Closed lpker closed 2 years ago

lpker commented 2 years ago

I tried to use the code of this project and found that the page is different from your demo site, for example, the home page is always loading, Capture1 the style of the login/register page is not normal at all, Capture2 Capture3 and when I open the browser developer tools, it hints that many files cannot be loaded, such as welcome.png/left-image.png/person.jpeg, etc. Capture6 I searched and found that the files you uploaded to github doesn't have these files at all, please check the files and fix the missing files

mediarayek-me commented 2 years ago

Hi @lpker , you see this errors because you don't have node_modules and vendor folders so you should generate them.

this is how to install the script in you local machine :

Step 1 - clone repository to local machine. git clone https://github.com/mediarayek-me/smmbooster.git

Step 2 - in your project directory run. composer install && npm install to generate vendor and node_modules directories

Step 3 - to test the script in your local machine just run. php artisan serve

lpker commented 2 years ago

The previous screenshot was after executing "composer install && npm install", I tested it on windows and linux,and it both doesn't work . I took a new screenshot to prove that even though the "node_modules" and "vendor" folders are there, the site is still abnormal. Capture111

mediarayek-me commented 2 years ago

@lpker did you set your database configuration ??!!

lpker commented 2 years ago

My profile has been set Capture222

lpker commented 2 years ago

The screenshot shows the local test environment, I redirected nb.com to local in hosts

lpker commented 2 years ago

If I fill in the database incorrectly, the site will look like this Capture333

mediarayek-me commented 2 years ago

you don't set your database configuration correctly. in windows username is root and set password to empty db_username=root db_password=
like this.

the problem is no on the script.

lpker commented 2 years ago

In my local test environment,I set database name/user name/password=rootroot Capture444

lpker commented 2 years ago

Capture555

lpker commented 2 years ago

If i set username=root,password blank, Capture666 If I Replace upper case with lower case, Capture777 Capture888

mediarayek-me commented 2 years ago

the script can't connect to your database, please make sure you are using the correct username and password in .env file

xiaoxiaoyeqi commented 1 year ago

I also encountered this problem, how did you solve it

lpker commented 1 year ago

@xiaoxiaoyeqi In the end it didn't work out, I used other similar projects