Search found 68 matches

by francisco
Thu Jan 18, 2024 10:51 am
Forum: Problems
Topic: Please find the mistake
Replies: 8
Views: 9996

Re: Please find the mistake

Now it's working but there us a problem if logindate is not a valid date or empty what can we do ? In this case we can first filter the results of those who have a valid logindate and display the invalid results at the end of the table, replacing the logindate with "—": <div id="demo...
by francisco
Thu Jan 18, 2024 12:11 am
Forum: Problems
Topic: Please find the mistake
Replies: 8
Views: 9996

Re: Please find the mistake

Hello! To sort users by login date, you can implement the following approach: <p id="demo"></p> <script type="text/javascript"> var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function () { if (this.readyState == 4 && this.status == 200) { var obj = this.resp...
by francisco
Tue Jan 16, 2024 3:51 pm
Forum: Ask any question
Topic: [Problem] Increase User Points After Login
Replies: 5
Views: 7787

Re: [Problem] Increase User Points After Login

Bro i mean if user login by login page without clicking and reloading to another page I'm afraid that what you want is not possible. Login and points increase are different features in the current state of Wapka.org and I think it will never be possible to merge features the way you want. Here you ...
by francisco
Sun Jan 14, 2024 2:08 am
Forum: Official Bulletin Board
Topic: BigBitBox.com File Hosting Site
Replies: 5
Views: 8796

Re: BigBitBox.com File Hosting Site

The delete button does nothing, why?
by francisco
Sat Jul 22, 2023 4:22 pm
Forum: Tutorials
Topic: simple dns
Replies: 4
Views: 130566

Re: simple dns

I'm pretty sure these files don't do anything when loaded as a template as they are basically just C# source files and can't be run by the browser to do I don't know what they're supposed to do - in fact they can't even run by themselves, you'd need to compile it into an exe file to be of any use. ...
by francisco
Sat Jul 22, 2023 11:33 am
Forum: Tutorials
Topic: simple dns
Replies: 4
Views: 130566

Re: simple dns

I'm pretty sure these files don't do anything when loaded as a template as they are basically just C# source files and can't be run by the browser to do I don't know what they're supposed to do - in fact they can't even run by themselves, you'd need to compile it into an exe file to be of any use.
by francisco
Tue Jul 11, 2023 6:06 pm
Forum: Problems
Topic: Help urgently
Replies: 8
Views: 200236

Re: Help urgently

you can use html template for static site this will remove ads Please can i have the code? please Admin Hello! What Admin meant is that you can use the HTML Template functionality to upload static files and that these files will not display ads. https://cdn.discordapp.com/attachments/11097924368987...
by francisco
Sun Jul 02, 2023 4:43 pm
Forum: General Discussion
Topic: Wapka Demo Article Copying Tool
Replies: 4
Views: 131836

Re: Wapka Demo Article Copying Tool

Google really doesn't like stolen content.
by francisco
Wed Jun 28, 2023 11:53 am
Forum: Problems
Topic: Help urgently
Replies: 8
Views: 200236

Re: Help urgently

I highly recommend not doing this, as ads help Wapka earn money to keep the service free for everyone.
by francisco
Tue Jun 13, 2023 9:15 pm
Forum: General Discussion
Topic: Borrar
Replies: 4
Views: 112609

Re: Borrar

For File Lister: /delete/file/%id% For Post Lister: /delete/post/%id% I would recommend you to use the %delete% tag instead of the hardcoded URL, to avoid disruption to your site if the URL changes in the future. {{VAR(USER_ROLE)@IFEQ(Super Admin)@THEN(<a href="%delete%">Borrar</a>)@ELSE(...