• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
VIPEmbed - Movies TV Shows Embed PHP System

VIPEmbed - Movies TV Shows Embed PHP System 1.3

user dashboard and devapi not working any solutions


 
Reacted by:
user dashboard and devapi not working any solutions


You are going to have to elaborate on that.
It's not working for YOU.
My car is broken, how can I fix it?

If you expect help, you need to help yourself, by doing some of the legwork yourself. At minimum, we would expect a description of the error and an error_log. At best you could supply, server config, php.ini, chmod map, software versions, & error_logs.

It's broken, fix it, is not a valid request.
 
Reacted by:
You are going to have to elaborate on that.
It's not working for YOU.
My car is broken, how can I fix it?

If you expect help, you need to help yourself, by doing some of the legwork yourself. At minimum, we would expect a description of the error and an error_log. At best you could supply, server config, php.ini, chmod map, software versions, & error_logs.

It's broken, fix it, is not a valid request.
Sometimes I don't get why member complaint about script not working here.
Please understand that you get commercial script here for free, if you get error when install it, fix for yourself or get support from the developers.

Don't just complaint why not working!!
If you plan to use it for commercial, then buy from the developer and ask support there.
Grow up guys....!
 
alex2k 's signature
Reacted by:
  • Like
Reactions: kkleber.1991, ZONTODAY and Techrad
i
Sometimes I don't get why member complaint about script not working here.
Please understand that you get commercial script here for free, if you get error when install it, fix for yourself or get support from the developers.

Don't just complaint why not working!!
If you plan to use it for commercial, then buy from the developer and ask support there.
Grow up guys....!
i am not complaining about it's not working i fixed it. devapi is not mentioned in routes.php so thats why it is not working earlier but now its working
edit these at /public_html/app/Config/Routes.php

$routes->group('devapi', function($routes) {
// Route for creating movies
$routes->get('movie/create', 'DevAPI\Movie::create');

// Route for getting movie details
$routes->get('movie/get', 'DevAPI\Movie::get');

// Route for creating TV shows
$routes->get('series/create', 'DevAPI\Series::create');

$routes->get('series/get', 'DevAPI\Series::get');

// Route for adding links to movies or episodes
$routes->get('links/add', 'DevAPI\Links::add');

$routes->get('links/get', 'DevAPI\Links::get');
});

create movie
https://moviemates.cloud/devapi/movie/create?apikey=your_apikey&imdb=tt26655108

get movie
https://moviemates.cloud/devapi/movie/get?apikey=your_apikey&imdb=tt26655108

create series
https://moviemates.cloud/devapi/series/create?apikey=your_apikey&imdb=tt26655108&sea=1&epi=2

add links
https://moviemates.cloud/devapi/links/add?apikey=your_apikey&imdb=tt26655108&links=link1,link2&type=stream
 
Reacted by:
  • Like
Reactions: alex2k
can
i

i am not complaining about it's not working i fixed it. devapi is not mentioned in routes.php so thats why it is not working earlier but now its working
edit these at /public_html/app/Config/Routes.php

$routes->group('devapi', function($routes) {
// Route for creating movies
$routes->get('movie/create', 'DevAPI\Movie::create');

// Route for getting movie details
$routes->get('movie/get', 'DevAPI\Movie::get');

// Route for creating TV shows
$routes->get('series/create', 'DevAPI\Series::create');

$routes->get('series/get', 'DevAPI\Series::get');

// Route for adding links to movies or episodes
$routes->get('links/add', 'DevAPI\Links::add');

$routes->get('links/get', 'DevAPI\Links::get');
});

create movie
https://moviemates.cloud/devapi/movie/create?apikey=your_apikey&imdb=tt26655108

get movie
https://moviemates.cloud/devapi/movie/get?apikey=your_apikey&imdb=tt26655108

create series
https://moviemates.cloud/devapi/series/create?apikey=your_apikey&imdb=tt26655108&sea=1&epi=2

add links
https://moviemates.cloud/devapi/links/add?apikey=your_apikey&imdb=tt26655108&links=link1,link2&type=stream
can you shere your script downloading link because the link here uploaded its not working
 
INDTECH 's signature
Reacted by:
  • Like
Reactions: gurumitra
Top