DOWNLOAD A'n'S AppStore (2 Apps And Web Version) Single Panel Version **COMMUNITY PROJECT**

Silencer

Well-known member
Joined
Jun 2, 2021
Messages
391
Awards
4
Offline
Remade This Post For Ease

A'n'S AppStore (App And Web Version) Panel Version

App And Web Version Combined.
To load in Downloader
just go to the root of this panel and it will load the index.php

To login to the panel
Navigate to login.php then admin/admin

************************************************************

Built Using FCD Panel Base @Poncho

Kudos To @JLWOCKEE I Think For Original FCD Panel which we used as a base panel and made it work with this app. ?

To Edit Search App

- https://yoururl/folder

Edit update.xml In Panel Folder:

- Open And Add Your App URL And Version



App And Panel In Zip



Some Great Updates With A Hand From @FireTVGuru ?

• Edit Button Added

• No Need To Encode Description (Auto Now)

• Cleaner API

• Web Browser Display

Upload Feature Added From - @MiMedia ?
- To Remove this
-- Delete Lines 55-60 In includes/header.php

Now Controls Web Version Also On Same Panel - @Bobjohndoe & @Poncho ?

AppLinked Also On Same Panel - @Bobjohndoe & @Poncho ?
Edit AppLinked App:
• Search And Replace
- https://yoururl/folder

Include AppLinked To Panel:
• Default Access Code yourcodehere (Now Editable From Panel)
• To Update, Edit version.txt In Version Folder
- Add APK To Version Folder


UPDATES 01/07/21:

Updates To ApkTime By Psych:
I have simplified the url's so you only need to change them once, in AppConstants.smali

I have changed the app to only run in landscape mode. This is so the background pic shows properly.

I've changed the app so that you can have a background pic instead of color. The background pic is @drawable/background_image

I have also fixed this so it will work with http panels on Android 8+. For reference, Fire OS 7 is based on Android 9...

Updates To Panel:
Updater Page Added For ApkTime.
Access Code Changer Added For AppLinked.
Uploader Removed (You May Link For Yourselves If You Wish)
Login/Logout Redirection Changed For Better Panel Function.


Update 02/07/21
Applinked App Updated
Applinked Updater Added To Panel



*** Hidden text: cannot be quoted. ***



ApkTime App
View attachment 674View attachment 675View attachment 676
View attachment 734

AppLinked
View attachment 706
View attachment 707
View attachment 708


Web Downloader
View attachment 677

Panel

View attachment 743
Very nice update. Request. Would you make picture in store app to be wider as they are too narrow and hard to see them. Apart of that top upload.
 

SideShow

New member
Joined
Apr 27, 2021
Messages
25
Offline
Got the web panel app setup with the basics with app/logos and set a pin on the panel but just logs straight in without pin needed.
Shows on my panel files that it changed the folder yourcodehere to my panel pin i set.
 

Silencer

Well-known member
Joined
Jun 2, 2021
Messages
391
Awards
4
Offline
Got the web panel app setup with the basics with app/logos and set a pin on the panel but just logs straight in without pin needed.
Shows on my panel files that it changed the folder yourcodehere to my panel pin i set.
You need to set it up in the panel AppLinked Code. If you downloaded panel when it came out you need to redownload and set it up again
 

SideShow

New member
Joined
Apr 27, 2021
Messages
25
Offline
Applink code is setup in panel and just downloader the file. On my hosting panel it changes the folder name to my app link code
 

Silencer

Well-known member
Joined
Jun 2, 2021
Messages
391
Awards
4
Offline
Applink code is setup in panel and just downloader the file. On my hosting panel it changes the folder name to my app link code
Which app did you use time or store? The store app is for code the time app is for download only
 

SideShow

New member
Joined
Apr 27, 2021
Messages
25
Offline
Found the answer i was looking for but just can't get there. Posed from member jafo666


jafo666
says
Use a pin to view the webpage, yeah a simple php script added to the html page should work,

Before this amazing panel / appstore i was working on a web page to use in downloader which i added a pin to.

So this would be your index page:

<?php
session_start();
echo isset($_SESSION['login']);
if(isset($_SESSION['login'])) {
header('LOCATION:admin.php'); die();
}
?>
<!DOCTYPE html>
<html>
<style>
h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
</style>
<head>
<meta http-equiv='content-type' content='text/html;charset=utf-8' />
<title>App Store</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h3 class="text-center">App Store Login</h3>
<?php
if(isset($_POST['submit'])){
$username = $_POST['username'];
if($username === '5678'){
$_SESSION['login'] = true; header('LOCATION:admin.php'); die();
} {
echo "<div class='alert alert-danger'>Pin Code Incorrect, Please contact an Admin.</div>";
}

}
?>
<form action="" method="post">
<div class="form-group" "text-center">
<label for="username">Please Enter Pin Code</label>
<input type="number" class="form-control" id="username" name="username" maxlength="4" width:150px required>
</div>
<button type="submit" name="submit" class="btn btn-default">Login</button>
</form>
</div>
</body>
</html>

Line 5: put the main page you want to re-direct to after putting pin in
Line 28: Enter the desired pin / text you want
Line 29: Enter the main re-direct page again, same as line 5

Hopefully this helps, i hasn't finished it but it did work. I know FTG is much better than me with php, a while ago i created something which he amended the login and added password hashing to make it more secure.
 

SideShow

New member
Joined
Apr 27, 2021
Messages
25
Offline
Was able to use my web host panel tools to password protect the site needing the user to enter user pass info to access it.

Was trying myself seting up .htpasswd and .htaccess on the site but never worked so must look at there edits after to learn what worked.
 

We8manutd

Member
Joined
Sep 5, 2021
Messages
40
Awards
2
Offline
What the best link format to use for firestick please because dropbox links with dl=0 get error there was a problem parsing the package and dropbox links with raw=1 the download process stays at 0% working fine on android phone howeber
 
Top