Search found 7 matches
- Sat Jan 13, 2024 4:04 pm
- Forum: Problems
- Topic: [Fixed] Unable to log in with my old account
- Replies: 0
- Views: 21030
[Fixed] Unable to log in with my old account
I can no longer log in using my old account @Francisco. Whenever I try to login a first time I get the error "You have exceeded the maximum number of login attempts allowed.[…]" and when I try a second time I get the incorrect password error, but it is impossible for it to be incorrect bec...
- Fri Jan 12, 2024 11:47 am
- Forum: Problems
- Topic: Increase views count problem
- Replies: 1
- Views: 27765
Re: Increase views count problem
These %views% or %hits% tags have never worked since the new wapka was created, I don't even know why they are still displayed in the function documentation, as they are totally useless.
- Fri Jan 12, 2024 11:40 am
- Forum: Problems
- Topic: [Problem] Admin plz give us all in one solution
- Replies: 5
- Views: 34266
Re: [Problem] Admin plz give us all in one solution
I just found this post where the admin says that the API would be disabled soon, so yeah, I guess these problems won't be solved.
- Thu Jan 11, 2024 11:01 pm
- Forum: Problems
- Topic: Upload files with help of api
- Replies: 9
- Views: 51096
Re: Upload files with help of api
I want to redirect user to index page after upload a file how can can you give me a source code of that Hello! I wasn't able to get the JS Wrapper library for the Wapka API to work, but anyway, here's a javascript code to allow you to upload the file and, if successful, redirect to the home page. <...
- Tue Jan 09, 2024 2:23 pm
- Forum: Problems
- Topic: Upload files with help of api
- Replies: 9
- Views: 51096
Re: Upload files with help of api
For sure! You can do this in JavaScript using the JS Wrapper library for wapka API, but which URL would you like to redirect to?shrmaprem0202 wrote: ↑Tue Jan 09, 2024 5:23 am Wow thanks it's awesome i need one more help can i redirect to another page to api url
- Tue Jan 09, 2024 2:17 pm
- Forum: Tutorials
- Topic: [Problem] Is there anyone who's can help me
- Replies: 1
- Views: 18985
Re: [Problem] Is there anyone who's can help me
That's a great question. At first I thought it was something related to the Data API functions, but going to https://api.wapka.org/<APIKEY>/[DataInfo|DataTableInfo]?[id|pid]=758493 only returns "false". @Administrator would you mind giving us some insight into what these Wapka API methods ...
- Tue Jan 09, 2024 2:23 am
- Forum: Problems
- Topic: Upload files with help of api
- Replies: 9
- Views: 51096
Re: Upload files with help of api
Quoting Administrator: <dir> become <folderid> <form action="https://api.wapka.org/FileCreator" method="post" enctype="multipart/form-data"> <input type="hidden" name="apikey" value="{{VAR(APIKEY)}}"> <input name="folderid" type=...