Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WordPress_SexHackMe_Plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SexHackMe
WordPress_SexHackMe_Plugin
Commits
15acc0f6
Commit
15acc0f6
authored
Jul 20, 2022
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated TODO list
parent
97d18005
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
4 deletions
+19
-4
TODO.txt
TODO.txt
+18
-3
class-query.php
includes/class-query.php
+1
-1
No files found.
TODO.txt
View file @
15acc0f6
This is a very rough plan for this plugin
based on the ideas
i
planned for www.sexhack.me:
based on the ideas
I
planned for www.sexhack.me:
- Version 0.0.2:
...
...
@@ -35,16 +35,31 @@ based on the ideas i planned for www.sexhack.me:
* Write new smartcontract for automation of instant and scheduled payout to models
* Write new NFTs login system, remove Unlock Protocol dependency
* More social features
* Scalability: explore/support object storage support, distributed web support
* Scalability: better caching support
* Scalability: reduce DB/Storage queries with better use of sessions
* Web site performances: move content to ajax calls for lower data exchange and less requests
* Considering to remove Woocommerce and create internal system for payments and downloads
* IPFS Support for data storage?
* General cleanup for privacy
* Integrate the plugin "Multipurpose Confirmation Alert" or similar
* User forums
* Internal chat/messaging system
- Version 2.0.0:
* More and better VR Support
* Split database out, abstract and support multiple backends
* Live camming FLAT
* IPFS Support for data storage?
* Scalability: explore/support object storage support, distributed web support
* Internal Videochat
- Version 3.0.0
* Live camming (VR)
* Cellphone App
- Version 4.0.0
* Remote sex toys (also in VR)
--------------------------------------
SPARSE NOTES
...
...
includes/class-query.php
View file @
15acc0f6
...
...
@@ -54,7 +54,7 @@ if(!class_exists('SH_Query')) {
$count
++
;
}
if
(
$video
->
id
||
(
is_long
(
$video
->
id
)
&&
$video
->
id
>
0
))
if
(
(
$video
->
id
)
&&
(
is_long
(
$video
->
id
)
&&
$video
->
id
>
0
))
{
// Save an already existing video entry
$sql
=
"UPDATE
{
$wpdb
->
prefix
}
"
.
SH_PREFIX
.
"videos SET
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment