Search found 4 matches

by Spidersilk
Mon Jul 03, 2023 2:59 am
Forum: General Discussion
Topic: Wapka Demo Article Copying Tool
Replies: 4
Views: 254253

Re: Wapka Demo Article Copying Tool


You sharing a code that you can not even code lol, why not share code direct instead of video


I won't share it, it's not yet completed, I don't know if anyone wants to use it, and there are still many things that are not very stable at the moment. Due to the lack of automatic access to article ...
by Spidersilk
Mon Jul 03, 2023 2:54 am
Forum: General Discussion
Topic: Wapka Demo Article Copying Tool
Replies: 4
Views: 254253

Re: Wapka Demo Article Copying Tool

francisco wrote: Sun Jul 02, 2023 4:43 pm Google really doesn't like stolen content.
We have a tool that can automatically translate text into another language and modify some text characters to synonyms, but with different spelling and pronunciation.
by Spidersilk
Sun Jul 02, 2023 12:56 pm
Forum: General Discussion
Topic: Wapka Demo Article Copying Tool
Replies: 4
Views: 254253

Wapka Demo Article Copying Tool

The tool is currently being tested. However, you can still try my wapka.

Firstly, in order to publish the post, we need to log in to:

https://dick.wapka.co/login

User name: user1

Password: user1234



Next, you will enter the category and click Create Article to continue.

https://i.imgur.com ...
by Spidersilk
Mon Apr 03, 2023 11:27 pm
Forum: Ask any question
Topic: How to create light and dark mode
Replies: 5
Views: 468350

Re: How to create light and dark mode


please how do I create a light and dark more options in my site



Create 2 file: style.css and style.dark_mode.css
file style.css any your stylesheet, style.dark_mode.css any style dark with .class like style.css
html for select theme:
<select id="select_theme" onchange="select_theme ...