B4J Question [ASK]Build B4J MySQL API Server

Puthut Wibowo

Member
Licensed User
Hello, all,

Based on the threat made by aeric with the title [B4X] User Login App + [B4J] MySQL API Server (Key + Token),


I currently rent hosting with Cpanel in it, are there any tutorials on making a B4J webserver into Hosting ? Because I am not a B4J user and this is make me confused


Thank you Before, Best Regards
Masputhut
 

Attachments

  • cpanel version.png
    cpanel version.png
    1.6 KB · Views: 177

aeric

Expert
Licensed User
Longtime User
What you probably have is a shared hosting package where you can’t install B4J server using terminal. I suggest you try to run my PHP example which will be working in your shared hosting.

1. Download my example api.zip. Login to cPanel. Upload to your public_html directory in the hosting using File Manager. Extract the zip file.
2. Create a MySQL database. Use PHPMyAdmin to select the database and run the SQL script attached inside the zip file.
3. Change the settings in config.php and then try open the URL from a web browser.
 
Upvote 0
Top