Core PHP + MySQL ile Supabase Uyumlu RESTful API Dokümantasyonu
Veritabanınızdaki tüm tablolar ve sütun bilgileri. Her tablo için örnek API kullanımlarını görmek için tıklayın.
Wo_Activities| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(255) |
✗ | MUL | 0 |
| post_id | int(255) |
✗ | MUL | 0 |
| reply_id | int(11) unsigned |
✓ | MUL | 0 |
| comment_id | int(11) unsigned |
✓ | MUL | 0 |
| follow_id | int(11) |
✗ | MUL | 0 |
| activity_type | varchar(32) |
✗ | MUL | |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_AdminInvitations| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| code | varchar(300) |
✗ | MUL | 0 |
| posted | varchar(50) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Ads| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| type | varchar(32) |
✗ | MUL | |
| code | text |
✓ | - | NULL |
| active | enum('0','1') |
✗ | MUL | 1 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | type | code | active |
|---|---|---|---|
| 7 | post_third | 0 | |
| 6 | post_second | 0 | |
| 5 | post_first | 0 | |
| 4 | footer | 0 | |
| 2 | sidebar | 0 | |
| 1 | header | 0 |
Wo_Affiliates_Requests| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| amount | varchar(100) |
✗ | - | 0 |
| full_amount | varchar(100) |
✗ | - | |
| iban | varchar(250) |
✗ | - | |
| country | varchar(100) |
✗ | - | |
| full_name | varchar(150) |
✗ | - | |
| swift_code | varchar(300) |
✗ | - | |
| address | varchar(600) |
✗ | - | |
| type | varchar(100) |
✗ | MUL | |
| transfer_info | varchar(600) |
✗ | - | |
| status | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_AgoraVideoCall| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| from_id | int(11) |
✗ | MUL | 0 |
| to_id | int(11) |
✗ | MUL | 0 |
| type | varchar(50) |
✗ | MUL | video |
| room_name | varchar(50) |
✗ | MUL | 0 |
| time | int(11) |
✗ | MUL | 0 |
| status | varchar(20) |
✗ | MUL | |
| active | int(11) |
✗ | - | 0 |
| called | int(11) |
✗ | - | 0 |
| declined | int(11) |
✗ | - | 0 |
| access_token | text |
✓ | - | NULL |
| access_token_2 | text |
✓ | - | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Albums_Media| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| post_id | int(11) |
✗ | MUL | 0 |
| parent_id | int(11) |
✗ | MUL | 0 |
| review_id | int(11) |
✗ | MUL | 0 |
| image | varchar(255) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Announcement| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| text | text |
✓ | - | NULL |
| time | int(32) |
✗ | - | 0 |
| active | enum('0','1') |
✗ | MUL | 1 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Announcement_Views| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| announcement_id | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Apps| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| app_user_id | int(11) |
✗ | MUL | 0 |
| app_name | varchar(32) |
✗ | - | NULL |
| app_website_url | varchar(55) |
✗ | - | NULL |
| app_description | text |
✗ | - | NULL |
| app_avatar | varchar(100) |
✗ | - | upload/photos/app-default-icon.png |
| app_callback_url | varchar(255) |
✗ | - | NULL |
| app_id | varchar(32) |
✗ | MUL | NULL |
| app_secret | varchar(55) |
✗ | - | NULL |
| active | enum('0','1') |
✗ | MUL | 1 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_AppsSessions| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| session_id | varchar(120) |
✗ | UNI | |
| platform | varchar(32) |
✗ | MUL | |
| platform_details | text |
✓ | - | NULL |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | user_id | session_id | platform | platform_details | time |
|---|---|---|---|---|---|
| 2 | 2 | e072929c948f0933d069e069bd3ff9b29cc03252295f29e9d32c4363ac523d17681c39d497544221ae5eb824ef87499f644c3f11a7176157 | web | {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","name":"Google Chrome","version":"143.0.0.0","platform":"mac","pattern":"#(?<browser>Version|Chrome|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#","ip_address":"195.174.244.221"} | 1766023204 |
| 1 | 1 | 946c7d161876ff472ddfa3504e27c834ac77458495baffdfc3639c35c04c5dadbd0b7ace45182412a26475af783877529bf81eed81743d71 | web | {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36","name":"Google Chrome","version":"143.0.0.0","platform":"mac","pattern":"#(?<browser>Version|Chrome|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#","ip_address":"195.174.244.221"} | 1766313557 |
Wo_Apps_Hash| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| hash_id | varchar(200) |
✗ | MUL | |
| user_id | int(11) |
✗ | MUL | 0 |
| active | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Apps_Permission| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | NULL |
| app_id | int(11) |
✗ | - | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_AudioCalls| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| call_id | varchar(30) |
✗ | MUL | 0 |
| access_token | text |
✓ | - | NULL |
| call_id_2 | varchar(30) |
✗ | - | |
| access_token_2 | text |
✓ | - | NULL |
| from_id | int(11) |
✗ | MUL | 0 |
| to_id | int(11) |
✗ | MUL | 0 |
| room_name | varchar(50) |
✗ | - | |
| active | int(11) |
✗ | - | 0 |
| called | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | - | 0 |
| declined | int(11) |
✗ | MUL | 0 |
| status | varchar(100) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Backup_Codes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | - | 0 |
| codes | varchar(500) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Bad_Login| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| ip | varchar(100) |
✗ | MUL | |
| time | int(50) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | ip | time |
|---|---|---|
| 5 | 195.174.244.221 | 1766005226 |
Wo_Banned_Ip| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| ip_address | varchar(100) |
✗ | MUL | |
| reason | varchar(1000) |
✗ | - | |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Blocks| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| blocker | int(11) |
✗ | MUL | 0 |
| blocked | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Blog| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user | int(11) |
✗ | MUL | 0 |
| title | varchar(120) |
✗ | MUL | |
| content | text |
✓ | - | NULL |
| description | text |
✓ | - | NULL |
| posted | varchar(300) |
✓ | - | 0 |
| category | int(255) |
✓ | MUL | 0 |
| thumbnail | varchar(100) |
✓ | - | upload/photos/d-blog.jpg |
| view | int(11) |
✓ | - | 0 |
| shared | int(11) |
✓ | - | 0 |
| tags | varchar(300) |
✓ | - | |
| active | enum('0','1') |
✗ | MUL | 1 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_BlogCommentReplies| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| comm_id | int(11) |
✗ | MUL | 0 |
| blog_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| text | text |
✓ | - | NULL |
| likes | int(11) |
✗ | - | 0 |
| posted | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_BlogComments| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| blog_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| text | text |
✓ | - | NULL |
| likes | int(11) |
✗ | - | 0 |
| posted | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_BlogMovieDisLikes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| blog_comm_id | int(20) |
✗ | MUL | 0 |
| blog_commreply_id | int(20) |
✗ | MUL | 0 |
| movie_comm_id | int(20) |
✗ | MUL | 0 |
| movie_commreply_id | int(20) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| blog_id | int(50) |
✗ | MUL | 0 |
| movie_id | int(50) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_BlogMovieLikes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| blog_comm_id | int(20) |
✗ | MUL | 0 |
| blog_commreply_id | int(20) |
✗ | MUL | 0 |
| movie_comm_id | int(20) |
✗ | MUL | 0 |
| movie_commreply_id | int(20) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| blog_id | int(50) |
✗ | MUL | 0 |
| movie_id | int(50) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Blog_Reaction| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| blog_id | int(11) |
✗ | MUL | 0 |
| comment_id | int(11) |
✗ | MUL | 0 |
| reply_id | int(11) |
✗ | MUL | 0 |
| reaction | varchar(50) |
✗ | - | |
| time | varchar(50) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Blogs_Categories| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| lang_key | varchar(160) |
✗ | MUL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | lang_key |
|---|---|
| 18 | 1469 |
| 17 | 1466 |
| 16 | 1463 |
| 15 | 1460 |
| 14 | 1457 |
| 13 | 1454 |
| 12 | 1451 |
| 11 | 1448 |
| 10 | 1445 |
| 9 | 1442 |
| 8 | 1439 |
| 7 | 1436 |
| 6 | 1433 |
| 5 | 1430 |
| 4 | 1427 |
| 3 | 1424 |
| 2 | 1421 |
Wo_Codes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| code | varchar(50) |
✗ | MUL | |
| app_id | varchar(50) |
✗ | MUL | |
| user_id | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Colored_Posts| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| color_1 | varchar(50) |
✗ | MUL | |
| color_2 | varchar(50) |
✗ | MUL | |
| text_color | varchar(50) |
✗ | - | |
| image | varchar(250) |
✗ | - | |
| time | varchar(50) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | color_1 | color_2 | text_color | image | time |
|---|---|---|---|---|---|
| 3 | #ffffff | #ffffff | #000000 | 1766003381 | |
| 2 | #000000 | #000000 | #ffffff | 1766003374 | |
| 1 | #ffb0ff | #8080c0 | #000000 | 1766003367 |
Wo_CommentLikes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| post_id | int(11) |
✗ | MUL | 0 |
| comment_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_CommentWonders| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| post_id | int(11) |
✗ | MUL | 0 |
| comment_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Comment_Replies| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| comment_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | - | 0 |
| text | text |
✓ | - | NULL |
| c_file | varchar(300) |
✗ | - | |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Comment_Replies_Likes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| reply_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Comment_Replies_Wonders| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| reply_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Comments| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| post_id | int(11) |
✗ | MUL | 0 |
| text | text |
✓ | - | NULL |
| record | varchar(255) |
✗ | - | |
| c_file | varchar(255) |
✗ | - | |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Config| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(100) |
✗ | UNI | |
| value | varchar(20000) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | name | value |
|---|---|---|
| 575 | have_reels | 0 |
| 574 | qiwi_mode | sandbox |
| 573 | exchangerate_key | |
| 572 | payfast_merchant_key | |
| 571 | payfast_merchant_id | |
| 570 | payfast_mode | sandbox |
| 569 | payfast_payment | 0 |
| 568 | fluttewave_encryption_key | |
| 567 | fluttewave_public_key | |
| 566 | admob_point | 5 |
| 565 | qiwi_private_key | |
| 564 | qiwi_public_key | |
| 563 | qiwi_merchant_id | |
| 562 | qiwi_payment | 0 |
| 561 | monetization_commission_percentage | 10 |
| 560 | monetization | 1 |
| 559 | reels_upload | 1 |
| 558 | reels_upload_request | all |
| 557 | WordPressAppId | |
| 556 | WordPressAppkey |
Wo_CustomPages| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| page_name | varchar(50) |
✗ | - | |
| page_title | varchar(200) |
✗ | - | |
| page_content | text |
✓ | - | NULL |
| page_type | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Custom_Fields| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(100) |
✗ | MUL | |
| description | text |
✓ | - | NULL |
| type | varchar(50) |
✓ | - | |
| length | int(11) |
✗ | - | 0 |
| placement | varchar(50) |
✗ | - | |
| required | varchar(11) |
✗ | - | on |
| options | text |
✓ | - | NULL |
| active | int(11) |
✗ | MUL | 1 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Egoing| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| event_id | int(11) |
✗ | MUL | NULL |
| user_id | int(11) |
✗ | MUL | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Einterested| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| event_id | int(11) |
✗ | MUL | NULL |
| user_id | int(11) |
✗ | MUL | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Einvited| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| event_id | int(11) |
✗ | MUL | NULL |
| inviter_id | int(11) |
✗ | MUL | NULL |
| invited_id | int(11) |
✗ | MUL | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Emails| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| email_to | varchar(50) |
✗ | MUL | |
| subject | varchar(32) |
✗ | - | |
| message | text |
✓ | - | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Events| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(150) |
✗ | MUL | |
| location | varchar(300) |
✗ | - | |
| description | text |
✗ | - | NULL |
| start_date | date |
✗ | MUL | NULL |
| start_time | time |
✗ | MUL | NULL |
| end_date | date |
✗ | MUL | NULL |
| end_time | time |
✗ | MUL | NULL |
| poster_id | int(11) |
✗ | MUL | NULL |
| cover | varchar(500) |
✗ | - | upload/photos/d-cover.jpg |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Family| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| member_id | int(11) |
✗ | MUL | NULL |
| member | int(11) |
✗ | - | 0 |
| active | enum('0','1') |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| requesting | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Followers| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| following_id | int(11) |
✗ | MUL | 0 |
| follower_id | int(11) |
✗ | MUL | 0 |
| is_typing | int(11) |
✗ | MUL | 0 |
| active | int(255) |
✗ | MUL | 1 |
| notify | int(11) |
✗ | MUL | 0 |
| time | int(50) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_ForumThreadReplies| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| thread_id | int(11) |
✗ | MUL | 0 |
| forum_id | int(11) |
✗ | MUL | 0 |
| poster_id | int(11) |
✗ | MUL | 0 |
| post_subject | varchar(300) |
✗ | MUL | |
| post_text | text |
✗ | - | NULL |
| post_quoted | int(11) |
✗ | MUL | 0 |
| posted_time | int(11) |
✗ | MUL | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Forum_Sections| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| section_name | varchar(200) |
✗ | MUL | |
| description | varchar(300) |
✓ | MUL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Forum_Threads| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user | int(11) |
✗ | MUL | 0 |
| views | int(11) |
✗ | MUL | 0 |
| headline | varchar(300) |
✗ | MUL | |
| post | text |
✗ | - | NULL |
| posted | varchar(20) |
✗ | MUL | 0 |
| last_post | int(11) |
✗ | - | 0 |
| forum | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Forums| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(200) |
✗ | MUL | |
| description | varchar(300) |
✗ | MUL | |
| sections | int(11) |
✗ | - | 0 |
| posts | int(11) |
✗ | MUL | 0 |
| last_post | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Funding| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| hashed_id | varchar(100) |
✗ | MUL | |
| title | varchar(100) |
✗ | - | |
| description | longtext |
✓ | - | NULL |
| amount | varchar(11) |
✗ | - | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| image | varchar(200) |
✗ | - | |
| time | varchar(50) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Funding_Raise| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| funding_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| amount | varchar(11) |
✗ | - | 0 |
| time | varchar(50) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Games| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| game_name | varchar(50) |
✗ | - | NULL |
| game_avatar | varchar(100) |
✗ | - | NULL |
| game_link | varchar(100) |
✗ | - | NULL |
| active | enum('0','1') |
✗ | MUL | 1 |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Games_Players| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| game_id | int(11) |
✗ | - | 0 |
| last_play | int(11) |
✗ | - | 0 |
| active | enum('0','1') |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Gender| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| gender_id | varchar(50) |
✗ | MUL | 0 |
| image | varchar(300) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Gifts| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) unsigned |
✗ | PRI | NULL |
| name | varchar(250) |
✓ | - | NULL |
| media_file | varchar(250) |
✗ | - | NULL |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_GroupAdmins| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| group_id | int(11) |
✗ | MUL | 0 |
| general | int(11) |
✗ | - | 1 |
| privacy | int(11) |
✗ | - | 1 |
| avatar | int(11) |
✗ | - | 1 |
| members | int(11) |
✗ | MUL | 0 |
| analytics | int(11) |
✗ | - | 1 |
| delete_group | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_GroupChat| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| group_id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | NULL |
| group_name | varchar(20) |
✗ | - | |
| avatar | varchar(3000) |
✗ | - | upload/photos/d-group.jpg |
| time | varchar(30) |
✗ | - | |
| type | varchar(50) |
✗ | MUL | group |
| destruct_at | int(11) unsigned |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_GroupChatUsers| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | NULL |
| group_id | int(11) |
✗ | MUL | NULL |
| active | enum('1','0') |
✗ | MUL | 1 |
| last_seen | varchar(50) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Group_Members| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| group_id | int(11) |
✗ | - | 0 |
| time | int(11) |
✗ | MUL | 0 |
| active | enum('0','1') |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Groups| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| group_name | varchar(32) |
✗ | MUL | |
| group_title | varchar(40) |
✗ | MUL | |
| avatar | varchar(120) |
✗ | - | upload/photos/d-group.jpg |
| cover | varchar(120) |
✗ | - | upload/photos/d-cover.jpg |
| about | varchar(550) |
✗ | - | |
| category | int(11) |
✗ | - | 1 |
| sub_category | varchar(50) |
✗ | - | |
| privacy | enum('1','2') |
✗ | MUL | 1 |
| join_privacy | enum('1','2') |
✗ | - | 1 |
| active | enum('0','1') |
✗ | MUL | 0 |
| registered | varchar(32) |
✗ | MUL | 0/0000 |
| time | int(20) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Groups_Categories| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| lang_key | varchar(160) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | lang_key |
|---|---|
| 18 | 1468 |
| 17 | 1465 |
| 16 | 1462 |
| 15 | 1459 |
| 14 | 1456 |
| 13 | 1453 |
| 12 | 1450 |
| 11 | 1447 |
| 10 | 1444 |
| 9 | 1441 |
| 8 | 1438 |
| 7 | 1435 |
| 6 | 1432 |
| 5 | 1429 |
| 4 | 1426 |
| 3 | 1423 |
| 2 | 1420 |
Wo_HTML_Emails| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(100) |
✗ | - | |
| value | text |
✓ | - | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | name | value |
|---|---|---|
| 9 | account_deleted | Hi {{name}},<br><br> We are here to inform you that your account on {{SITE_NAME}} was deleted and all your data were erased.<br><br>Best regards,<br> {{SITE_NAME}} team. |
| 8 | unusual_login | <p>Hi {{USERNAME}},<br /><br /> Please verify that it’s you<br /><br /> Your sign in attempt seems a little different than usual. This could be because you are signing in from a different device or a different location.<br /><br /> If you are attempting to sign-in, please use the following code to confirm your identity:<br /><br /> {{CODE}}<br /><br /> Here are the details of the sign-in attempt:<br /> Date: {{DATE}}<br /> Account: {{EMAIL}}<br /> Location: {{COUNTRY_CODE}}<br /> IP Address: {{IP_ADDRESS}}<br /> City: {{CITY}}<br /><br /> If this wasn’t you, please reset your password.<br /><br /> Yours securely,<br /> Team {{SITE_NAME}}</p> |
| 7 | recover | <p>Hello {{USERNAME}}, <br /> <br /> To reset your password <a href="{{LINK}}">Click Here</a> <br /><br /> {{SITE_NAME}} Team, <br /> Regards,</p> |
| 6 | payment_approved | <p>Hello {{name}}, <br /><br /> Your payment request of ${{amount}} is approved. <br /><br /> We have sent you money ! <br /><br /> Kind regards,<br /> {{site_name}} Team</p> |
| 5 | payment_declined | <p>Hello {{name}}, <br /><br /> Unfortunately your payment of ${{amount}} was declined. <br /><br /> For more info, please reply to this email. <br /><br /> Kind regards,<br /> {{site_name}} Team</p> |
| 4 | notification | <p> </p> <table class="body-wrap" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; width: 100%; background-color: #f6f6f6; margin: 0;" bgcolor="#f6f6f6"> <tbody> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0;" valign="top"> </td> <td class="container" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto;" valign="top" width="600"> <div class="content" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; max-width: 600px; display: block; margin: 0 auto; padding: 20px;"> <table class="main" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; border-radius: 3px; background-color: #fff; margin: 0; border: 1px solid #e9e9e9;" width="100%" cellspacing="0" cellpadding="0" bgcolor="#fff"> <tbody> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td class="alert alert-warning" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 16px; vertical-align: top; color: #fff; font-weight: 500; text-align: center; border-radius: 3px 3px 0 0; background-color: #e24141; margin: 0; padding: 10px;" align="center" valign="top" bgcolor="#FF9F00">New notification from {{SITE_NAME}}</td> </tr> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td class="content-wrap" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 20px;" valign="top"> <table style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;" width="100%" cellspacing="0" cellpadding="0"> <tbody> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td class="content-block" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 0 0 20px;" valign="top"><a style="text-decoration: none; color: #444;" href="{{NOTIFY_URL}}"><img style="width: 60px; float: left; border-radius: 100px; margin-right: 10px;" src="{{NOTIFY_AVATAR}}" alt="" /> {{NOTIFY_NAME}}</a> <div style="color: #666; font-size: 12px;"><strong> {{TEXT_TYPE}}: </strong> {{TEXT}}</div> </td> </tr> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td class="content-block" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 0 0 5px;" valign="top"><a class="btn-primary" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 12px; color: #fff; text-decoration: none; line-height: 2em; font-weight: bold; text-align: center; cursor: pointer; display: inline-block; border-radius: 5px; text-transform: capitalize; background-color: #a84849; margin: 0; border-color: #a84849; border-style: solid; border-width: 4px 10px;" href="{{URL}}">View on {{SITE_NAME}}</a></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> </td> </tr> </tbody> </table> |
| 3 | login_with | <p>Hello {{FIRST_NAME}}, <br /><br /> Thank you for joining {{SITE_NAME}}!<br /><br /> Your temporary login credentials are: <br /><br /> Username: {{USERNAME}}<br /> Password: {{EMAIL}}<br /><br /> Please change your password as soon as possible to fully secure your account. <br /><br /> Best Regards,<br /> {{SITE_NAME}} Team.</p> |
| 2 | invite | <p>Hi there, <br /><br /> You have received an invitation request from your friend <a style="color: {{backgound_color}};" href="{{URL}}">{{NAME}}</a> to join our social network community <a style="color: {{backgound_color}};" href="{{SITE_URL}}/register?ref={{USERNAME}}">{{SITE_NAME}}</a>.<br /><br /> <a style="color: <?php echo $wo['config']['btn_background_color'];" href="{{SITE_URL}}/register?ref={{USERNAME}}">Let's contact & find your friends !</a> <br /><br /> {{SITE_NAME}} Team. <br /> Best regards.</p> |
| 1 | activate | <p> </p> <p>Actionable emails e.g. reset password</p> <table class="body-wrap" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; width: 100%; background-color: #f6f6f6; margin: 0;" bgcolor="#f6f6f6"> <tbody> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0;" valign="top"> </td> <td class="container" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto;" valign="top" width="600"> <div class="content" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; max-width: 600px; display: block; margin: 0 auto; padding: 20px;"> <table class="main" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; border-radius: 3px; background-color: #fff; margin: 0; border: 1px solid #e9e9e9;" width="100%" cellspacing="0" cellpadding="0" bgcolor="#fff"> <tbody> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td class="content-wrap" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 20px;" valign="top"> <table style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;" width="100%" cellspacing="0" cellpadding="0"> <tbody> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td class="content-block" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 0 0 20px;" valign="top"> <h3>Hello {{USERNAME}},</h3> Thank you for joining our community.</td> </tr> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td class="content-block" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 0 0 20px;" valign="top">Please confirm your email address by clicking the link below.</td> </tr> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td class="content-block" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 0 0 20px;" valign="top"><a class="btn-primary" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; color: #fff; text-decoration: none; line-height: 2em; font-weight: bold; text-align: center; cursor: pointer; display: inline-block; border-radius: 5px; text-transform: capitalize; background-color: #a84849; margin: 0; border-color: #a84849; border-style: solid; border-width: 10px 20px;" href="{{SITE_URL}}/index.php?link1=activate&email={{EMAIL}}&code={{CODE}}">Confirm email address</a></td> </tr> <tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;"> <td class="content-block" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 0 0 20px;" valign="top">{{SITE_NAME}} Team.</td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> </td> <td style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0;" valign="top"> </td> </tr> </tbody> </table> |
Wo_Hashtags| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| hash | varchar(255) |
✗ | MUL | |
| tag | varchar(255) |
✗ | MUL | |
| last_trend_time | int(11) |
✗ | MUL | 0 |
| trend_use_num | int(11) |
✗ | MUL | 0 |
| expire | date |
✓ | MUL | NULL |
Wo_HiddenPosts| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| post_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Invitation_Links| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| invited_id | int(11) |
✗ | MUL | 0 |
| code | varchar(300) |
✗ | MUL | |
| time | int(50) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Job| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✓ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| title | varchar(200) |
✗ | MUL | |
| location | varchar(100) |
✗ | - | |
| lat | varchar(50) |
✗ | MUL | |
| lng | varchar(50) |
✗ | MUL | |
| minimum | varchar(50) |
✗ | MUL | 0 |
| maximum | varchar(50) |
✗ | MUL | 0 |
| salary_date | varchar(50) |
✗ | - | |
| job_type | varchar(50) |
✗ | MUL | |
| category | varchar(50) |
✗ | MUL | |
| question_one | varchar(200) |
✗ | - | |
| question_one_type | varchar(100) |
✗ | - | |
| question_one_answers | text |
✓ | - | NULL |
| question_two | varchar(200) |
✗ | - | |
| question_two_type | varchar(100) |
✗ | - | |
| question_two_answers | text |
✓ | - | NULL |
| question_three | varchar(200) |
✗ | - | |
| question_three_type | varchar(100) |
✗ | - | |
| question_three_answers | text |
✓ | - | NULL |
| description | text |
✓ | - | NULL |
| image | varchar(300) |
✗ | - | |
| image_type | varchar(11) |
✗ | - | |
| currency | varchar(11) |
✗ | - | 0 |
| status | int(11) |
✗ | MUL | 1 |
| time | varchar(50) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Job_Apply| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| job_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| user_name | varchar(100) |
✗ | MUL | |
| phone_number | varchar(50) |
✗ | - | |
| location | varchar(50) |
✗ | - | |
varchar(100) |
✗ | - | ||
| question_one_answer | varchar(200) |
✗ | - | |
| question_two_answer | varchar(200) |
✗ | - | |
| question_three_answer | varchar(200) |
✗ | - | |
| position | varchar(100) |
✗ | - | |
| where_did_you_work | varchar(100) |
✗ | - | |
| experience_description | varchar(300) |
✗ | - | |
| experience_start_date | varchar(50) |
✗ | - | |
| experience_end_date | varchar(50) |
✗ | - | |
| time | varchar(50) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Job_Categories| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| lang_key | varchar(160) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | lang_key |
|---|---|
| 23 | 1602 |
| 22 | 1601 |
| 21 | 1600 |
| 20 | 1599 |
| 19 | 1598 |
| 18 | 1597 |
| 17 | 1596 |
| 16 | 1595 |
| 15 | 1594 |
| 14 | 1593 |
| 13 | 1592 |
| 12 | 1591 |
| 11 | 1590 |
| 10 | 1589 |
| 9 | 1588 |
| 8 | 1587 |
| 7 | 1586 |
| 6 | 1585 |
| 5 | 1584 |
| 4 | 1583 |
Wo_LangIso| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| lang_name | varchar(100) |
✗ | MUL | |
| iso | varchar(50) |
✗ | MUL | |
| image | varchar(300) |
✗ | MUL | |
| direction | varchar(50) |
✗ | - | ltr |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | lang_name | iso | image | direction |
|---|---|---|---|---|
| 24 | vietnamese | ltr | ||
| 23 | urdu | rtl | ||
| 22 | swedish | ltr | ||
| 21 | persian | rtl | ||
| 20 | korean | ltr | ||
| 19 | japanese | ltr | ||
| 18 | indonesian | ltr | ||
| 17 | hindi | ltr | ||
| 16 | hebrew | rtl | ||
| 15 | filipino | ltr | ||
| 14 | danish | ltr | ||
| 13 | croatian | ltr | ||
| 12 | chinese | ltr | ||
| 11 | bengali | ltr | ||
| 10 | turkish | tr | ltr | |
| 9 | spanish | es | ltr | |
| 8 | russian | ru | ltr | |
| 7 | portuguese | pt | ltr | |
| 6 | italian | it | ltr | |
| 5 | german | de | ltr |
Wo_Langs| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| lang_key | varchar(160) |
✓ | UNI | NULL |
| type | varchar(100) |
✗ | MUL | |
| english | longtext |
✓ | - | NULL |
| turkish | longtext |
✓ | - | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | lang_key | type | english | turkish |
|---|---|---|---|---|
| 2567 | deselect_all | Deselect All | Hiçbirini seçme | |
| 2566 | select_all | Select All | Hepsini seç | |
| 2565 | nothing_selected | Nothing selected | Hiçbir şey seçilmedi | |
| 2564 | yearly | Yearly | Yıllık | |
| 2563 | monthly | Monthly | Aylık | |
| 2562 | weekly | Weekly | Haftalık | |
| 2561 | daily | Daily | Günlük | |
| 2555 | subscribe_to_any_users_yet | You didn't subscribe to any users yet. | Henüz hiçbir kullanıcıya abone olmadınız. | |
| 2554 | in_order_to_sell_your_content | In order to sell your content and posts, start by creating a few packages. | İçeriğinizi ve gönderilerinizi satmak için birkaç paket oluşturarak başlayın. | |
| 2553 | please_add_new_address | Please add a new address below to continue | Devam etmek için lütfen aşağıya yeni bir adres ekleyin | |
| 2552 | no_money_for_subscriptions | You don't have enough balance to complete this purchase, {topup} your wallet to contuine. | Bu satın alma işlemini tamamlamak için yeterli bakiyeniz yok, devam etmek için cüzdanınıza {topup} ekleyin. | |
| 2551 | unlock_financial_opportunities | Unlock financial opportunities with Discover Fundings: Your gateway to diverse funding sources and opportunities. | Discover Fundings ile finansal fırsatların kilidini açın: Çeşitli finansman kaynaklarına ve fırsatlara açılan kapınız. | |
| 2550 | unlock_your_career | Unlock your career potential with Discover Jobs—a gateway to endless opportunities and professional growth. | Sonsuz fırsatlara ve profesyonel büyümeye açılan bir kapı olan Discover Jobs ile kariyer potansiyelinizi ortaya çıkarın. | |
| 2549 | explore_captivating_films | Explore captivating films that transport you to new worlds and evoke a spectrum of emotions. | Sizi yeni dünyalara götüren ve çeşitli duygular uyandıran büyüleyici filmleri keşfedin. | |
| 2548 | explore_diverse_discussions | Explore diverse discussions, share insights, and connect with a vibrant community at Discover Forum. | Discover Forum'da çeşitli tartışmaları keşfedin, içgörüleri paylaşın ve canlı bir toplulukla bağlantı kurun. | |
| 2547 | dive_into_a_world | Dive into a world of endless fun and excitement with our captivating collection of games! | Büyüleyici oyun koleksiyonumuzla sonsuz eğlence ve heyecan dolu bir dünyaya dalın! | |
| 2546 | explore_a_world_of_exciting | Explore a world of exciting experiences with our curated events. Uncover memorable moments today! | Özel olarak seçilmiş etkinliklerimizle heyecan verici deneyimlerle dolu bir dünyayı keşfedin. Unutulmaz anları bugün keşfedin! | |
| 2545 | explore_a_curated_marketplace | Explore a curated marketplace where unique finds meet exceptional creators. Uncover hidden gems and elevate your shopping experience at Discover Market. | Benzersiz buluntuların olağanüstü yaratıcılarla buluştuğu, özenle seçilmiş bir pazarı keşfedin. Discover Market'te gizli mücevherleri ortaya çıkarın ve alışveriş deneyiminizi geliştirin. | |
| 2544 | explore_captivating_stories | Explore captivating stories, insightful articles, and intriguing insights on our Discover Blog – where curiosity meets knowledge in every post. | Her gönderide merakın bilgiyle buluştuğu Keşfet Blogumuzda büyüleyici hikayeleri, bilgilendirici makaleleri ve ilgi çekici içgörüleri keşfedin. | |
| 2543 | explore_diverse_communities | Explore diverse communities, share passions, and connect with like-minded individuals on our vibrant Discover Groups platform. Join the conversation! | Canlı Keşfet Grupları platformumuzda çeşitli toplulukları keşfedin, tutkuları paylaşın ve benzer düşüncelere sahip kişilerle bağlantı kurun. Görüşmeye katıl! |
Wo_Likes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| post_id | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Live_Sub_Users| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| post_id | int(11) |
✗ | MUL | 0 |
| is_watching | int(11) |
✗ | MUL | 0 |
| time | int(50) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Manage_Pro| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| type | varchar(100) |
✗ | - | |
| price | varchar(11) |
✗ | - | 0 |
| featured_member | int(11) |
✗ | - | 0 |
| profile_visitors | int(11) |
✗ | - | 0 |
| last_seen | int(11) |
✗ | - | 0 |
| verified_badge | int(11) |
✗ | - | 0 |
| posts_promotion | int(11) |
✗ | - | 0 |
| pages_promotion | int(11) |
✗ | - | 0 |
| discount | text |
✗ | - | NULL |
| image | varchar(300) |
✗ | - | |
| night_image | varchar(300) |
✗ | - | |
| color | varchar(50) |
✗ | - | #fafafa |
| description | text |
✓ | - | NULL |
| status | int(11) |
✗ | - | 1 |
| time | varchar(20) |
✗ | - | week |
| time_count | int(11) |
✗ | - | 0 |
| max_upload | varchar(100) |
✗ | - | 96000000 |
| features | varchar(800) |
✓ | - | {"can_use_funding":1,"can_use_jobs":1,"can_use_games":1,"can_use_market":1,"can_use_events":1,"can_use_forum":1,"can_use_groups":1,"can_use_pages":1,"can_use_audio_call":1,"can_use_video_call":1,"can_use_offer":1,"can_use_blog":1,"can_use_movies":1,"can_use_story":1,"can_use_stickers":1,"can_use_gif":1,"can_use_gift":1,"can_use_nearby":1,"can_use_video_upload":1,"can_use_audio_upload":1,"can_use_shout_box":1,"can_use_colored_posts":1,"can_use_poll":1,"can_use_live":1,"can_use_background":1,"can_use_chat":1,"can_use_ai_image":1,"can_use_ai_post":1,"can_use_ai_user":1,"can_use_ai_blog":1} |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | type | price | featured_member | profile_visitors | last_seen | verified_badge | posts_promotion | pages_promotion | discount | image | night_image | color | description | status | time | time_count | max_upload | features |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4 | VIP | 259 | 1 | 1 | 1 | 1 | 40 | 40 | 60 | #5bbaf5 | GO Limitless! | 1 | unlimited | 1 | 96000000 | {"can_use_funding":1,"can_use_jobs":1,"can_use_games":1,"can_use_market":1,"can_use_events":1,"can_use_forum":1,"can_use_groups":1,"can_use_pages":1,"can_use_audio_call":1,"can_use_video_call":1,"can_use_offer":1,"can_use_blog":1,"can_use_movies":1,"can_use_story":1,"can_use_stickers":1,"can_use_gif":1,"can_use_gift":1,"can_use_nearby":1,"can_use_video_upload":1,"can_use_audio_upload":1,"can_use_shout_box":1,"can_use_colored_posts":1,"can_use_poll":1,"can_use_live":1,"can_use_background":1,"can_use_chat":1,"can_use_affiliate":1,"can_use_ai_image":1,"can_use_ai_post":1,"can_use_ai_user":1,"can_use_ai_blog":1} | ||
| 3 | Ultima | 89 | 1 | 1 | 1 | 1 | 20 | 20 | 20 | #fb924b | Oh yeah, join the ultima! | 1 | month | 1 | 256000000 | {"can_use_funding":1,"can_use_jobs":1,"can_use_games":1,"can_use_market":1,"can_use_events":1,"can_use_forum":1,"can_use_groups":1,"can_use_pages":1,"can_use_audio_call":1,"can_use_video_call":1,"can_use_offer":1,"can_use_blog":1,"can_use_movies":1,"can_use_story":1,"can_use_stickers":1,"can_use_gif":1,"can_use_gift":1,"can_use_nearby":1,"can_use_video_upload":1,"can_use_audio_upload":1,"can_use_shout_box":1,"can_use_colored_posts":1,"can_use_poll":1,"can_use_live":1,"can_use_background":1,"can_use_chat":1,"can_use_affiliate":1,"can_use_ai_image":1,"can_use_ai_post":1,"can_use_ai_user":1,"can_use_ai_blog":1} | ||
| 2 | Hot | 8 | 1 | 1 | 1 | 1 | 5 | 5 | 10 | #dd3c3c | Get Hot! More features. | 1 | month | 1 | 96000000 | {"can_use_funding":1,"can_use_jobs":1,"can_use_games":1,"can_use_market":1,"can_use_events":1,"can_use_forum":1,"can_use_groups":1,"can_use_pages":1,"can_use_audio_call":1,"can_use_video_call":1,"can_use_offer":1,"can_use_blog":1,"can_use_movies":1,"can_use_story":1,"can_use_stickers":1,"can_use_gif":1,"can_use_gift":1,"can_use_nearby":1,"can_use_video_upload":1,"can_use_audio_upload":1,"can_use_shout_box":1,"can_use_colored_posts":1,"can_use_poll":1,"can_use_live":1,"can_use_background":1,"can_use_chat":1,"can_use_affiliate":1,"can_use_ai_image":1,"can_use_ai_post":1,"can_use_ai_user":1,"can_use_ai_blog":1} | ||
| 1 | Star | 4 | 1 | 1 | 1 | 1 | 0 | 2 | 0 | #79c149 | Get started! | 1 | month | 1 | 24000000 | {"can_use_funding":1,"can_use_jobs":1,"can_use_games":1,"can_use_market":1,"can_use_events":1,"can_use_forum":1,"can_use_groups":1,"can_use_pages":1,"can_use_audio_call":1,"can_use_video_call":1,"can_use_offer":1,"can_use_blog":1,"can_use_movies":1,"can_use_story":1,"can_use_stickers":1,"can_use_gif":1,"can_use_gift":1,"can_use_nearby":1,"can_use_video_upload":1,"can_use_audio_upload":1,"can_use_shout_box":1,"can_use_colored_posts":1,"can_use_poll":1,"can_use_live":1,"can_use_background":1,"can_use_chat":1,"can_use_affiliate":1,"can_use_ai_image":1,"can_use_ai_post":1,"can_use_ai_user":1,"can_use_ai_blog":1} |
Wo_Messages| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| from_id | int(11) |
✗ | MUL | 0 |
| group_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| to_id | int(11) |
✗ | MUL | 0 |
| text | text |
✓ | - | NULL |
| media | varchar(255) |
✗ | - | |
| mediaFileName | varchar(200) |
✗ | - | |
| mediaFileNames | varchar(200) |
✗ | - | |
| time | int(11) |
✗ | MUL | 0 |
| seen | int(11) |
✗ | MUL | 0 |
| deleted_one | enum('0','1') |
✗ | MUL | 0 |
| deleted_two | enum('0','1') |
✗ | MUL | 0 |
| sent_push | int(11) |
✗ | MUL | 0 |
| notification_id | varchar(50) |
✗ | MUL | |
| type_two | varchar(32) |
✗ | - | |
| stickers | text |
✓ | - | NULL |
| product_id | int(11) |
✗ | MUL | 0 |
| lat | varchar(200) |
✗ | - | 0 |
| lng | varchar(200) |
✗ | - | 0 |
| reply_id | int(11) |
✗ | MUL | 0 |
| story_id | int(11) |
✗ | MUL | 0 |
| broadcast_id | int(11) |
✗ | MUL | 0 |
| forward | int(2) |
✗ | MUL | 0 |
| listening | int(11) |
✗ | MUL | 0 |
| remove_at | int(11) unsigned |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_MonetizationSubscription| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) unsigned |
✗ | PRI | NULL |
| user_id | int(11) unsigned |
✗ | - | 0 |
| monetization_id | int(11) |
✗ | - | NULL |
| status | tinyint(4) |
✗ | - | 1 |
| last_payment_date | timestamp |
✗ | - | current_timestamp() |
| created_at | timestamp |
✗ | - | current_timestamp() |
| expire | int(10) |
✓ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_MovieCommentReplies| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| comm_id | int(11) |
✗ | MUL | 0 |
| movie_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| text | text |
✓ | - | NULL |
| likes | int(11) |
✗ | - | 0 |
| posted | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_MovieComments| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| movie_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| text | text |
✓ | - | NULL |
| posted | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Movies| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(50) |
✗ | MUL | |
| genre | varchar(50) |
✗ | MUL | |
| stars | varchar(300) |
✗ | - | |
| producer | varchar(100) |
✗ | - | |
| country | varchar(50) |
✗ | MUL | |
| release | year(4) |
✓ | MUL | NULL |
| quality | varchar(10) |
✓ | - | |
| duration | int(11) |
✗ | - | 0 |
| description | text |
✓ | - | NULL |
| cover | varchar(500) |
✗ | - | upload/photos/d-film.jpg |
| source | varchar(1000) |
✗ | - | |
| iframe | varchar(1000) |
✗ | - | |
| video | varchar(3000) |
✗ | - | |
| views | int(11) |
✗ | - | 0 |
| rating | varchar(11) |
✗ | - | 1 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Mute| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| chat_id | int(11) |
✗ | MUL | 0 |
| message_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| notify | varchar(5) |
✗ | MUL | yes |
| call_chat | varchar(5) |
✗ | - | yes |
| archive | varchar(5) |
✗ | - | no |
| pin | varchar(5) |
✗ | - | no |
| fav | varchar(11) |
✗ | MUL | no |
| type | varchar(10) |
✗ | MUL | |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Mute_Story| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| story_user_id | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Notifications| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(255) |
✗ | PRI | NULL |
| notifier_id | int(11) |
✗ | MUL | 0 |
| recipient_id | int(11) |
✗ | MUL | 0 |
| post_id | int(11) |
✗ | MUL | 0 |
| reply_id | int(11) unsigned |
✓ | MUL | 0 |
| comment_id | int(11) unsigned |
✓ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| group_id | int(11) |
✗ | MUL | 0 |
| group_chat_id | int(11) |
✗ | MUL | 0 |
| event_id | int(11) |
✗ | MUL | 0 |
| thread_id | int(11) |
✗ | MUL | 0 |
| blog_id | int(11) |
✗ | MUL | 0 |
| story_id | int(11) |
✗ | MUL | 0 |
| seen_pop | int(11) |
✗ | - | 0 |
| type | varchar(255) |
✗ | - | |
| type2 | varchar(32) |
✗ | - | |
| text | text |
✓ | - | NULL |
| url | varchar(255) |
✗ | - | |
| full_link | varchar(1000) |
✗ | - | |
| seen | int(11) |
✗ | MUL | 0 |
| sent_push | int(11) |
✗ | MUL | 0 |
| admin | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Offers| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| page_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| discount_type | varchar(200) |
✗ | - | |
| discount_percent | int(11) |
✗ | - | 0 |
| discount_amount | int(11) |
✗ | - | 0 |
| discounted_items | varchar(150) |
✓ | - | |
| buy | int(11) |
✗ | - | 0 |
| get_price | int(11) |
✗ | - | 0 |
| spend | int(11) |
✗ | MUL | 0 |
| amount_off | int(11) |
✗ | - | 0 |
| description | text |
✓ | - | NULL |
| expire_date | date |
✗ | - | NULL |
| expire_time | time |
✗ | - | NULL |
| image | varchar(300) |
✗ | - | |
| currency | varchar(50) |
✗ | - | |
| time | int(50) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_PageAdmins| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| general | int(11) |
✗ | - | 1 |
| info | int(11) |
✗ | - | 1 |
| social | int(11) |
✗ | - | 1 |
| avatar | int(11) |
✗ | - | 1 |
| design | int(11) |
✗ | - | 1 |
| admins | int(11) |
✗ | - | 0 |
| analytics | int(11) |
✗ | - | 1 |
| delete_page | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_PageRating| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| valuation | int(11) |
✓ | - | 0 |
| review | text |
✓ | - | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Pages| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| page_id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| page_name | varchar(32) |
✗ | MUL | |
| page_title | varchar(32) |
✗ | MUL | |
| page_description | varchar(1000) |
✗ | - | |
| avatar | varchar(255) |
✗ | - | upload/photos/d-page.jpg |
| cover | varchar(255) |
✗ | - | upload/photos/d-cover.jpg |
| users_post | int(11) |
✗ | - | 0 |
| page_category | int(11) |
✗ | MUL | 1 |
| sub_category | varchar(50) |
✗ | MUL | |
| website | varchar(255) |
✗ | - | |
varchar(32) |
✗ | - | ||
varchar(32) |
✗ | - | ||
| vk | varchar(32) |
✗ | - | |
varchar(32) |
✗ | - | ||
varchar(32) |
✗ | - | ||
| company | varchar(32) |
✗ | - | |
| phone | varchar(32) |
✗ | - | |
| address | varchar(100) |
✗ | - | |
| call_action_type | int(11) |
✗ | - | 0 |
| call_action_type_url | varchar(255) |
✗ | - | |
| background_image | varchar(200) |
✗ | - | |
| background_image_status | int(11) |
✗ | - | 0 |
| instgram | varchar(32) |
✗ | - | |
| youtube | varchar(100) |
✗ | - | |
| verified | enum('0','1') |
✗ | MUL | 0 |
| active | enum('0','1') |
✗ | MUL | 0 |
| registered | varchar(32) |
✗ | MUL | 0/0000 |
| boosted | enum('0','1') |
✗ | MUL | 0 |
| time | int(20) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Pages_Categories| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| lang_key | varchar(160) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | lang_key |
|---|---|
| 18 | 1467 |
| 17 | 1464 |
| 16 | 1461 |
| 15 | 1458 |
| 14 | 1455 |
| 13 | 1452 |
| 12 | 1449 |
| 11 | 1446 |
| 10 | 1443 |
| 9 | 1440 |
| 8 | 1437 |
| 7 | 1434 |
| 6 | 1431 |
| 5 | 1428 |
| 4 | 1425 |
| 3 | 1422 |
| 2 | 1419 |
Wo_Pages_Invites| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| page_id | int(11) |
✗ | MUL | 0 |
| inviter_id | int(11) |
✗ | - | 0 |
| invited_id | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Pages_Likes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | - | 0 |
| active | enum('0','1') |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_PatreonSubscribers| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| subscriber_id | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Payment_Transactions| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) unsigned |
✗ | PRI | NULL |
| userid | int(11) unsigned |
✗ | MUL | NULL |
| kind | varchar(100) |
✗ | MUL | NULL |
| amount | decimal(11,0) unsigned |
✗ | - | NULL |
| transaction_dt | timestamp |
✗ | MUL | current_timestamp() |
| notes | text |
✗ | - | NULL |
| admin_commission | decimal(11,0) unsigned |
✓ | - | 0 |
| extra | varchar(1000) |
✓ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Payments| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| amount | int(11) |
✗ | - | 0 |
| type | varchar(15) |
✗ | - | |
| date | varchar(30) |
✗ | MUL | |
| time | int(20) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_PendingPayments| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| payment_data | varchar(500) |
✗ | MUL | |
| method_name | varchar(100) |
✗ | MUL | |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_PinnedPosts| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| group_id | int(11) |
✗ | MUL | 0 |
| post_id | int(11) |
✗ | MUL | 0 |
| event_id | int(11) |
✗ | - | 0 |
| active | enum('0','1') |
✗ | MUL | 1 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Pokes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| received_user_id | int(11) |
✗ | MUL | 0 |
| send_user_id | int(11) |
✗ | MUL | 0 |
| dt | timestamp |
✗ | - | current_timestamp() |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Polls| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| post_id | int(11) |
✗ | MUL | 0 |
| text | varchar(200) |
✗ | - | |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Posts| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| post_id | int(11) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| recipient_id | int(11) |
✗ | MUL | 0 |
| postText | text |
✓ | - | NULL |
| page_id | int(11) |
✗ | MUL | 0 |
| group_id | int(11) |
✗ | MUL | 0 |
| event_id | int(11) |
✗ | MUL | 0 |
| page_event_id | int(11) |
✗ | MUL | 0 |
| postLink | varchar(1000) |
✗ | - | |
| postLinkTitle | text |
✓ | - | NULL |
| postLinkImage | varchar(100) |
✗ | - | |
| postLinkContent | text |
✓ | - | NULL |
| postVimeo | varchar(100) |
✗ | MUL | |
| postDailymotion | varchar(100) |
✗ | MUL | |
| postFacebook | varchar(100) |
✗ | MUL | |
| postFile | varchar(255) |
✗ | MUL | |
| postFileName | varchar(200) |
✗ | - | |
| postFileThumb | varchar(3000) |
✗ | - | |
| postYoutube | varchar(255) |
✗ | MUL | |
| postVine | varchar(32) |
✗ | - | |
| postSoundCloud | varchar(255) |
✗ | MUL | |
| postPlaytube | varchar(500) |
✗ | - | |
| postDeepsound | varchar(500) |
✗ | - | |
| postMap | varchar(255) |
✗ | - | |
| postShare | int(11) |
✗ | MUL | 0 |
| postPrivacy | enum('0','1','2','3','4','5','6') |
✗ | - | 1 |
| postType | varchar(30) |
✗ | MUL | |
| postFeeling | varchar(255) |
✗ | - | |
| postListening | varchar(255) |
✗ | - | |
| postTraveling | varchar(255) |
✗ | - | |
| postWatching | varchar(255) |
✗ | - | |
| postPlaying | varchar(255) |
✗ | - | |
| postPhoto | varchar(3000) |
✗ | - | |
| time | int(11) |
✗ | MUL | 0 |
| registered | varchar(32) |
✗ | MUL | 0/0000 |
| album_name | varchar(52) |
✗ | MUL | |
| multi_image | enum('0','1') |
✗ | MUL | 0 |
| multi_image_post | int(11) |
✗ | - | 0 |
| boosted | int(11) |
✗ | MUL | 0 |
| product_id | int(11) |
✗ | MUL | 0 |
| poll_id | int(11) |
✗ | MUL | 0 |
| blog_id | int(11) |
✗ | MUL | 0 |
| forum_id | int(11) |
✗ | MUL | 0 |
| thread_id | int(11) |
✗ | MUL | 0 |
| videoViews | int(11) |
✗ | MUL | 0 |
| postRecord | varchar(3000) |
✗ | - | |
| postSticker | text |
✓ | - | NULL |
| shared_from | int(15) |
✗ | MUL | 0 |
| post_url | text |
✓ | - | NULL |
| parent_id | int(15) |
✗ | MUL | 0 |
| cache | int(11) |
✗ | - | 0 |
| comments_status | int(11) |
✗ | - | 1 |
| blur | int(11) |
✗ | - | 0 |
| color_id | int(11) |
✗ | MUL | 0 |
| job_id | int(11) |
✗ | MUL | 0 |
| offer_id | int(11) |
✗ | MUL | 0 |
| fund_raise_id | int(11) |
✗ | MUL | 0 |
| fund_id | int(11) |
✗ | MUL | 0 |
| active | int(11) |
✗ | MUL | 1 |
| stream_name | varchar(100) |
✗ | - | |
| agora_token | text |
✓ | - | NULL |
| live_time | int(50) |
✗ | MUL | 0 |
| live_ended | int(11) |
✗ | MUL | 0 |
| agora_resource_id | text |
✓ | - | NULL |
| agora_sid | varchar(500) |
✗ | - | |
| send_notify | varchar(11) |
✗ | - | |
| 240p | int(2) |
✗ | - | 0 |
| 360p | int(2) |
✗ | - | 0 |
| 480p | int(2) |
✗ | - | 0 |
| 720p | int(2) |
✗ | - | 0 |
| 1080p | int(2) |
✗ | - | 0 |
| 2048p | int(2) |
✗ | - | 0 |
| 4096p | int(2) |
✗ | - | 0 |
| processing | int(2) |
✗ | MUL | 0 |
| ai_post | int(2) unsigned |
✓ | - | 0 |
| videoTitle | varchar(200) |
✓ | - | NULL |
| is_reel | tinyint(4) |
✓ | - | 0 |
| blur_url | varchar(300) |
✓ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_ProductReview| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| product_id | int(11) |
✗ | MUL | 0 |
| review | text |
✓ | - | NULL |
| star | int(11) |
✗ | MUL | 1 |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Products| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| name | varchar(100) |
✗ | - | |
| description | text |
✓ | - | NULL |
| category | int(11) |
✗ | MUL | 0 |
| sub_category | varchar(50) |
✗ | - | |
| price | float |
✗ | MUL | 0 |
| location | text |
✓ | - | NULL |
| status | int(11) |
✗ | MUL | 0 |
| type | enum('0','1') |
✗ | - | NULL |
| currency | varchar(40) |
✗ | - | USD |
| lng | varchar(100) |
✗ | - | 0 |
| lat | varchar(100) |
✗ | - | 0 |
| units | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | - | 0 |
| active | enum('0','1') |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Products_Categories| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| lang_key | varchar(160) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | lang_key |
|---|---|
| 10 | 1479 |
| 9 | 1478 |
| 8 | 1477 |
| 7 | 1476 |
| 6 | 1475 |
| 5 | 1474 |
| 4 | 1473 |
| 3 | 1472 |
| 2 | 1471 |
| 1 | 1470 |
Wo_Products_Media| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| product_id | int(11) |
✗ | MUL | 0 |
| image | varchar(100) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_ProfileFields| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(50) |
✗ | - | |
| description | text |
✓ | - | NULL |
| type | text |
✓ | - | NULL |
| length | int(11) |
✗ | - | 0 |
| placement | varchar(32) |
✗ | - | profile |
| registration_page | int(11) |
✗ | MUL | 0 |
| profile_page | int(11) |
✗ | MUL | 0 |
| select_type | varchar(32) |
✗ | - | none |
| active | enum('0','1') |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Purchases| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| order_hash_id | varchar(100) |
✗ | MUL | |
| owner_id | int(11) |
✗ | MUL | 0 |
| data | text |
✓ | MUL | NULL |
| final_price | float |
✗ | MUL | 0 |
| commission | float |
✗ | - | 0 |
| price | float |
✗ | - | 0 |
| timestamp | timestamp |
✗ | MUL | current_timestamp() |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Reactions| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) unsigned |
✗ | MUL | 0 |
| post_id | int(11) unsigned |
✓ | MUL | 0 |
| comment_id | int(11) unsigned |
✓ | MUL | 0 |
| replay_id | int(11) unsigned |
✓ | MUL | 0 |
| message_id | int(11) |
✗ | MUL | 0 |
| story_id | int(11) |
✗ | MUL | 0 |
| reaction | varchar(50) |
✓ | MUL | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Reactions_Types| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(50) |
✗ | - | |
| wowonder_icon | varchar(300) |
✗ | - | |
| sunshine_icon | varchar(300) |
✗ | - | |
| status | int(11) |
✗ | - | 1 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | name | wowonder_icon | sunshine_icon | status |
|---|---|---|---|---|
| 6 | angry | upload/files/2022/09/iZcVfFlay3gkABhEhtVC_01_771d67d0b8ae8720f7775be3a0cfb51a_file.svg | upload/files/2022/09/iZcVfFlay3gkABhEhtVC_01_771d67d0b8ae8720f7775be3a0cfb51a_file.svg | 1 |
| 5 | sad | upload/files/2022/09/yKmDaNA7DpA7RkCRdoM6_01_eb391ca40102606b78fef1eb70ce3c0f_file.svg | upload/files/2022/09/yKmDaNA7DpA7RkCRdoM6_01_eb391ca40102606b78fef1eb70ce3c0f_file.svg | 1 |
| 4 | wow | upload/files/2022/09/cFNOXZB1XeWRSdXXEdlx_01_7d9c4adcbe750bfc8e864c69cbed3daf_file.svg | upload/files/2022/09/cFNOXZB1XeWRSdXXEdlx_01_7d9c4adcbe750bfc8e864c69cbed3daf_file.svg | 1 |
| 3 | haha | upload/files/2022/09/D91CP5YFfv74GVAbYtT7_01_288940ae12acf0198d590acbf11efae0_file.svg | upload/files/2022/09/D91CP5YFfv74GVAbYtT7_01_288940ae12acf0198d590acbf11efae0_file.svg | 1 |
| 2 | love | upload/files/2022/09/2MRRkhb7rDhUNuClfOfc_01_76c3c700064cfaef049d0bb983655cd4_file.svg | upload/files/2022/09/2MRRkhb7rDhUNuClfOfc_01_76c3c700064cfaef049d0bb983655cd4_file.svg | 1 |
| 1 | like | upload/files/2022/09/EAufYfaIkYQEsYzwvZha_01_4bafb7db09656e1ecb54d195b26be5c3_file.svg | upload/files/2022/09/EAufYfaIkYQEsYzwvZha_01_4bafb7db09656e1ecb54d195b26be5c3_file.svg | 1 |
Wo_RecentSearches| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| search_id | int(11) |
✗ | - | 0 |
| search_type | varchar(32) |
✗ | MUL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Refund| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| order_hash_id | varchar(100) |
✗ | - | |
| pro_type | varchar(50) |
✗ | MUL | |
| description | text |
✓ | - | NULL |
| status | int(11) |
✗ | MUL | 0 |
| time | int(50) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Relationship| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| from_id | int(11) |
✗ | MUL | 0 |
| to_id | int(11) |
✗ | MUL | 0 |
| relationship | int(11) |
✗ | MUL | 0 |
| active | enum('0','1') |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Reports| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| post_id | int(11) |
✗ | MUL | 0 |
| comment_id | int(15) unsigned |
✗ | MUL | 0 |
| profile_id | int(11) |
✗ | MUL | 0 |
| page_id | int(15) |
✗ | MUL | 0 |
| group_id | int(15) |
✗ | MUL | 0 |
| user_id | int(11) |
✗ | MUL | 0 |
| text | text |
✓ | - | NULL |
| reason | varchar(100) |
✗ | - | |
| seen | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_SavedPosts| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| post_id | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Stickers| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) unsigned |
✗ | PRI | NULL |
| name | varchar(250) |
✓ | - | NULL |
| media_file | varchar(250) |
✗ | - | NULL |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Story_Seen| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| story_id | int(11) |
✗ | MUL | 0 |
| time | varchar(20) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Sub_Categories| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| category_id | int(11) |
✗ | MUL | 0 |
| lang_key | varchar(200) |
✗ | MUL | |
| type | varchar(200) |
✗ | MUL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Terms| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| type | varchar(32) |
✗ | - | |
| text | longtext |
✓ | - | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | type | text |
|---|---|---|
| 4 | refund | <h4>1- Write your Terms Of Use here.</h4> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis sdnostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <br><br> <h4>2- Random title</h4> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
| 3 | about | <h4>1- Write about your website here.</h4> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <br><br> <h4>2- Random title</h4> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dxzcolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
| 2 | privacy_policy | <h2>Who we are?</h2> Provide name and contact details of the data controller. This will typically be your business or you, if you are a sole trader. Where applicable, you should include the identity and contact details of the controller’s representative and/or the data protection officer. <h2>What information do we collect?</h2> Specify the types of personal information you collect, eg names, addresses, user names, etc. You should include specific details on: how you collect data (eg when a user registers, purchases or uses your services, completes a contact form, signs up to a newsletter, etc) what specific data you collect through each of the data collection method if you collect data from third parties, you must specify categories of data and source if you process sensitive personal data or financial information, and how you handle this <br><br> You may want to provide the user with relevant definitions in relation to personal data and sensitive personal data. <br><br> <h2>How do we use personal information?</h2> Describe in detail all the service- and business-related purposes for which you will process data. For example, this may include things like: personalisation of content, business information or user experience account set up and administration delivering marketing and events communication carrying out polls and surveys internal research and development purposes providing goods and services legal obligations (eg prevention of fraud) meeting internal audit requirements <br><br> Please note this list is not exhaustive. You will need to record all purposes for which you process personal data. <br><br> <h2>What legal basis do we have for processing your personal data?</h2> Describe the relevant processing conditions contained within the GDPR. There are six possible legal grounds: consent contract legitimate interests vital interests public task legal obligation <br><br> Provide detailed information on all grounds that apply to your processing, and why. If you rely on consent, explain how individuals can withdraw and manage their consent. If you rely on legitimate interests, explain clearly what these are. <br><br> If you’re processing special category personal data, you will have to satisfy at least one of the six processing conditions, as well as additional requirements for processing under the GDPR. Provide information on all additional grounds that apply. <br><br> <h2>When do we share personal data?</h2> Explain that you will treat personal data confidentially and describe the circumstances when you might disclose or share it. Eg, when necessary to provide your services or conduct your business operations, as outlined in your purposes for processing. You should provide information on: how you will share the data what safeguards you will have in place what parties you may share the data with and why <h2>Where do we store and process personal data?</h2> If applicable, explain if you intend to store and process data outside of the data subject’s home country. Outline the steps you will take to ensure the data is processed according to your privacy policy and the applicable law of the country where data is located. If you transfer data outside the European Economic Area, outline the measures you will put in place to provide an appropriate level of data privacy protection. Eg contractual clauses, data transfer agreements, etc. <h2>How do we secure personal data?</h2> Describe your approach to data security and the technologies and procedures you use to protect personal information. For example, these may be measures: to protect data against accidental loss to prevent unauthorised access, use, destruction or disclosure to ensure business continuity and disaster recovery to restrict access to personal information to conduct privacy impact assessments in accordance with the law and your business policies to train staff and contractors on data security to manage third party risks, through use of contracts and security reviews <br><br> Please note this list is not exhaustive. You should record all mechanisms you rely on to protect personal data. You should also state if your organisation adheres to certain accepted standards or regulatory requirements. <br><br> <h2>How long do we keep your personal data for?</h2> Provide specific information on the length of time you will keep the information for in relation to each processing purpose. The GDPR requires you to retain data for no longer than reasonably necessary. Include details of your data or records retention schedules, or link to additional resources where these are published. <br><br> If you cannot state a specific period, you need to set out the criteria you will apply to determine how long to keep the data for (eg local laws, contractual obligations, etc) <br><br> You should also outline how you securely dispose of data after you no longer need it. <br><br> <h2>Your rights in relation to personal data</h2> Under the GDPR, you must respect the right of data subjects to access and control their personal data. In your privacy notice, you must outline their rights in respect of: access to personal information correction and deletion withdrawal of consent (if processing data on condition of consent) data portability restriction of processing and objection lodging a complaint with the Information Commissioner’s Office You should explain how individuals can exercise their rights, and how you plan to respond to subject data requests. State if any relevant exemptions may apply and set out any identity verifications procedures you may rely on. Include details of the circumstances where data subject rights may be limited, eg if fulfilling the data subject request may expose personal data about another person, or if you’re asked to delete data which you are required to keep by law. <h2>Use of automated decision-making and profiling</h2> Where you use profiling or other automated decision-making, you must disclose this in your privacy policy. In such cases, you must provide details on existence of any automated decision-making, together with information about the logic involved, and the likely significance and consequences of the processing of the individual. <h2>How to contact us?</h2> Explain how data subject can get in touch if they have questions or concerns about your privacy practices, their personal information, or if they wish to file a complaint. Describe all ways in which they can contact you – eg online, by email or postal mail. <br><br> If applicable, you may also include information on: <br><br> <h2>Use of cookies and other technologies</h2> You may include a link to further information, or describe within the policy if you intend to set and use cookies, tracking and similar technologies to store and manage user preferences on your website, advertise, enable content or otherwise analyse user and usage data. Provide information on what types of cookies and technologies you use, why you use them and how an individual can control and manage them. <br><br> Linking to other websites / third party content If you link to external sites and resources from your website, be specific on whether this constitutes endorsement, and if you take any responsibility for the content (or information contained within) any linked website. <br><br> You may wish to consider adding other optional clauses to your privacy policy, depending on your business’ circumstances. |
| 1 | terms_of_use | <h4>1- Write your Terms Of Use here.</h4> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis sdnostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <br><br> <h4>2- Random title</h4> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
Wo_Tokens| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| app_id | int(11) |
✗ | MUL | 0 |
| token | varchar(200) |
✗ | MUL | |
| time | int(32) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UploadedMedia| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| filename | varchar(200) |
✗ | MUL | |
| storage | varchar(34) |
✗ | - | NULL |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserAddress| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| name | varchar(100) |
✗ | - | |
| phone | varchar(50) |
✗ | - | |
| country | varchar(100) |
✗ | - | |
| city | varchar(100) |
✗ | - | |
| zip | varchar(20) |
✗ | - | |
| address | varchar(500) |
✗ | - | |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserAds| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(100) |
✗ | - | |
| url | varchar(3000) |
✗ | - | |
| headline | varchar(200) |
✗ | - | |
| description | text |
✓ | - | NULL |
| location | varchar(1000) |
✗ | MUL | us |
| audience | longtext |
✓ | - | NULL |
| ad_media | varchar(3000) |
✗ | - | |
| gender | varchar(15) |
✗ | MUL | all |
| bidding | varchar(15) |
✗ | - | |
| clicks | int(15) |
✗ | - | 0 |
| views | int(15) |
✗ | - | 0 |
| posted | varchar(15) |
✗ | - | |
| status | int(1) |
✗ | MUL | 1 |
| appears | varchar(10) |
✗ | MUL | post |
| user_id | int(11) |
✗ | MUL | 0 |
| page_id | varchar(50) |
✗ | MUL | |
| start | varchar(50) |
✗ | - | |
| end | varchar(50) |
✗ | - | |
| budget | float unsigned |
✗ | - | 0 |
| spent | float unsigned |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserAds_Data| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| ad_id | int(11) |
✗ | MUL | 0 |
| clicks | int(15) |
✗ | - | 0 |
| views | int(15) |
✗ | - | 0 |
| spend | float unsigned |
✗ | - | 0 |
| dt | timestamp |
✗ | - | current_timestamp() |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserCard| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| product_id | int(11) |
✗ | MUL | 0 |
| units | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserCertification| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| name | varchar(100) |
✗ | - | |
| issuing_organization | varchar(100) |
✗ | - | |
| credential_id | varchar(100) |
✗ | - | |
| credential_url | varchar(300) |
✗ | - | |
| certification_start | date |
✗ | - | NULL |
| certification_end | date |
✗ | - | NULL |
varchar(300) |
✗ | - | ||
| filename | varchar(200) |
✗ | - | |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserExperience| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| title | varchar(150) |
✗ | - | |
| location | varchar(100) |
✗ | - | |
| experience_start | date |
✗ | - | NULL |
| experience_end | date |
✗ | - | NULL |
| industry | varchar(100) |
✗ | - | |
| description | text |
✓ | - | NULL |
| image | varchar(300) |
✗ | - | |
| link | varchar(300) |
✗ | - | |
| headline | varchar(150) |
✗ | - | |
| company_name | varchar(100) |
✗ | - | |
| employment_type | varchar(11) |
✗ | - | |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserFields| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | user_id |
|---|---|
| 1 | 2 |
Wo_UserLanguages| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| lang_key | varchar(200) |
✗ | MUL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | lang_key |
|---|---|
| 115 | Zulu_zu |
| 114 | Yoruba_yo |
| 113 | Yiddish_yi |
| 112 | Xhosa_xh |
| 111 | Western Frisian_fy |
| 110 | Welsh_cy |
| 109 | Walloon_wa |
| 108 | Vietnamese_vi |
| 107 | Uzbek_uz |
| 106 | Uyghur_ug |
| 105 | Urdu_ur |
| 104 | Ukrainian_uk |
| 103 | Twi_tw |
| 102 | Turkmen_tk |
| 101 | Turkish_tr |
| 100 | Tongan_to |
| 99 | Tigrinya_ti |
| 98 | Thai_th |
| 97 | Telugu_te |
| 96 | Tatar_tt |
Wo_UserMonetization| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) unsigned |
✗ | PRI | NULL |
| user_id | int(11) unsigned |
✗ | - | 0 |
| price | varchar(11) |
✗ | - | 0 |
| currency | varchar(5) |
✗ | - | USD |
| paid_every | int(3) |
✗ | - | 1 |
| period | varchar(10) |
✗ | - | Daily |
| title | varchar(255) |
✗ | - | NULL |
| description | tinytext |
✗ | - | NULL |
| status | tinyint(4) |
✗ | - | 1 |
| created_at | timestamp |
✗ | - | current_timestamp() |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserOpenTo| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| job_title | varchar(100) |
✗ | MUL | |
| job_location | varchar(100) |
✗ | MUL | |
| workplaces | varchar(600) |
✗ | MUL | |
| job_type | varchar(600) |
✗ | MUL | |
| services | varchar(1000) |
✗ | MUL | |
| description | varchar(1000) |
✗ | MUL | |
| type | varchar(100) |
✗ | MUL | |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserOrders| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| hash_id | varchar(100) |
✗ | MUL | |
| user_id | int(11) |
✗ | MUL | 0 |
| product_owner_id | int(11) |
✗ | MUL | 0 |
| product_id | int(11) |
✗ | MUL | 0 |
| address_id | int(11) |
✗ | MUL | 0 |
| price | float |
✗ | - | 0 |
| commission | float |
✗ | - | 0 |
| final_price | float |
✗ | MUL | 0 |
| units | int(11) |
✗ | MUL | 0 |
| tracking_url | varchar(500) |
✗ | - | |
| tracking_id | varchar(50) |
✗ | - | |
| status | varchar(30) |
✗ | MUL | placed |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserProjects| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| name | varchar(100) |
✗ | MUL | |
| description | varchar(600) |
✗ | - | |
| associated_with | varchar(200) |
✗ | - | |
| project_url | varchar(300) |
✗ | - | |
| project_start | date |
✗ | - | NULL |
| project_end | date |
✗ | - | NULL |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserSkills| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(300) |
✗ | MUL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserStory| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(50) |
✗ | MUL | 0 |
| title | varchar(100) |
✗ | - | |
| description | varchar(300) |
✗ | - | |
| posted | varchar(50) |
✗ | - | |
| expire | varchar(100) |
✓ | MUL | |
| thumbnail | varchar(100) |
✗ | - | |
| ad_id | int(11) |
✓ | MUL | NULL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserStoryMedia| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| story_id | int(30) |
✗ | MUL | 0 |
| type | varchar(30) |
✗ | - | |
| filename | text |
✓ | - | NULL |
| expire | varchar(100) |
✓ | MUL |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_UserTiers| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| title | varchar(200) |
✗ | - | |
| price | float |
✗ | - | 0 |
| image | varchar(400) |
✗ | - | |
| description | varchar(1000) |
✗ | - | |
| chat | varchar(100) |
✗ | MUL | |
| live_stream | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_User_Gifts| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| from | int(11) |
✗ | MUL | 0 |
| to | int(11) |
✗ | MUL | 0 |
| gift_id | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✓ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Users| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| user_id | int(11) |
✗ | PRI | NULL |
| username | varchar(32) |
✗ | UNI | |
varchar(255) |
✗ | UNI | ||
| password | varchar(70) |
✗ | MUL | |
| first_name | varchar(60) |
✗ | MUL | |
| last_name | varchar(32) |
✗ | MUL | |
| avatar | varchar(100) |
✗ | MUL | upload/photos/d-avatar.jpg |
| cover | varchar(100) |
✗ | - | upload/photos/d-cover.jpg |
| background_image | varchar(100) |
✗ | - | |
| background_image_status | enum('0','1') |
✗ | - | 0 |
| relationship_id | int(11) |
✗ | MUL | 0 |
| address | varchar(100) |
✗ | - | |
| working | varchar(32) |
✗ | - | |
| working_link | varchar(32) |
✗ | - | |
| about | text |
✓ | - | NULL |
| school | varchar(32) |
✗ | - | |
| gender | varchar(32) |
✗ | MUL | male |
| birthday | varchar(50) |
✗ | - | 0000-00-00 |
| country_id | int(11) |
✗ | - | 0 |
| website | varchar(50) |
✗ | - | |
varchar(50) |
✗ | - | ||
varchar(50) |
✗ | - | ||
varchar(50) |
✗ | - | ||
varchar(32) |
✗ | - | ||
| youtube | varchar(100) |
✗ | - | |
| vk | varchar(32) |
✗ | - | |
varchar(32) |
✗ | - | ||
text |
✓ | - | NULL | |
text |
✓ | - | NULL | |
| discord | text |
✓ | - | NULL |
| mailru | text |
✓ | - | NULL |
| okru | varchar(30) |
✗ | - | |
| language | varchar(31) |
✗ | - | english |
| email_code | varchar(32) |
✗ | MUL | |
| src | varchar(32) |
✗ | MUL | Undefined |
| ip_address | varchar(100) |
✓ | - | |
| follow_privacy | enum('1','0') |
✗ | - | 0 |
| friend_privacy | enum('0','1','2','3') |
✗ | MUL | 0 |
| post_privacy | varchar(255) |
✗ | MUL | ifollow |
| message_privacy | enum('1','0','2') |
✗ | - | 0 |
| confirm_followers | enum('1','0') |
✗ | - | 0 |
| show_activities_privacy | enum('0','1') |
✗ | - | 1 |
| birth_privacy | enum('0','1','2') |
✗ | - | 0 |
| visit_privacy | enum('0','1') |
✗ | - | 0 |
| verified | enum('1','0') |
✗ | - | 0 |
| lastseen | int(32) |
✗ | MUL | 0 |
| showlastseen | enum('1','0') |
✗ | - | 1 |
| emailNotification | enum('1','0') |
✗ | - | 1 |
| e_liked | enum('0','1') |
✗ | - | 1 |
| e_wondered | enum('0','1') |
✗ | - | 1 |
| e_shared | enum('0','1') |
✗ | - | 1 |
| e_followed | enum('0','1') |
✗ | - | 1 |
| e_commented | enum('0','1') |
✗ | - | 1 |
| e_visited | enum('0','1') |
✗ | - | 1 |
| e_liked_page | enum('0','1') |
✗ | - | 1 |
| e_mentioned | enum('0','1') |
✗ | - | 1 |
| e_joined_group | enum('0','1') |
✗ | - | 1 |
| e_accepted | enum('0','1') |
✗ | - | 1 |
| e_profile_wall_post | enum('0','1') |
✗ | - | 1 |
| e_sentme_msg | enum('0','1') |
✗ | - | 0 |
| e_last_notif | varchar(50) |
✗ | - | 0 |
| notification_settings | varchar(400) |
✗ | - | {"e_liked":1,"e_shared":1,"e_wondered":0,"e_commented":1,"e_followed":1,"e_accepted":1,"e_mentioned":1,"e_joined_group":1,"e_liked_page":1,"e_visited":1,"e_profile_wall_post":1,"e_memory":1} |
| status | enum('1','0') |
✗ | MUL | 0 |
| active | enum('0','1','2') |
✗ | MUL | 0 |
| admin | enum('0','1','2') |
✗ | MUL | 0 |
| type | varchar(11) |
✗ | MUL | user |
| registered | varchar(32) |
✗ | MUL | 0/0000 |
| start_up | enum('0','1') |
✗ | - | 0 |
| start_up_info | enum('0','1') |
✗ | - | 0 |
| startup_follow | enum('0','1') |
✗ | - | 0 |
| startup_image | enum('0','1') |
✗ | - | 0 |
| last_email_sent | int(32) |
✗ | - | 0 |
| phone_number | varchar(32) |
✗ | MUL | |
| sms_code | int(11) |
✗ | - | 0 |
| is_pro | enum('0','1') |
✗ | MUL | 0 |
| pro_time | int(11) |
✗ | - | 0 |
| pro_type | int(11) |
✗ | - | 0 |
| pro_remainder | varchar(20) |
✗ | MUL | |
| joined | int(11) |
✗ | MUL | 0 |
| css_file | varchar(100) |
✗ | - | |
| timezone | varchar(50) |
✗ | - | |
| referrer | int(11) |
✗ | MUL | 0 |
| ref_user_id | int(11) |
✗ | MUL | 0 |
| ref_level | text |
✓ | - | NULL |
| balance | varchar(100) |
✗ | - | 0 |
| paypal_email | varchar(100) |
✗ | - | |
| notifications_sound | enum('0','1') |
✗ | - | 0 |
| order_posts_by | enum('0','1') |
✗ | - | 1 |
| social_login | enum('0','1') |
✗ | - | 0 |
| android_m_device_id | varchar(50) |
✗ | - | |
| ios_m_device_id | varchar(50) |
✗ | - | |
| android_n_device_id | varchar(50) |
✗ | - | |
| ios_n_device_id | varchar(50) |
✗ | - | |
| web_device_id | varchar(100) |
✗ | - | |
| wallet | varchar(20) |
✗ | MUL | 0.00 |
| lat | varchar(200) |
✗ | MUL | 0 |
| lng | varchar(200) |
✗ | MUL | 0 |
| last_location_update | varchar(30) |
✗ | - | 0 |
| share_my_location | int(11) |
✗ | - | 1 |
| last_data_update | int(11) |
✗ | MUL | 0 |
| details | varchar(300) |
✗ | - | {"post_count":0,"album_count":0,"following_count":0,"followers_count":0,"groups_count":0,"likes_count":0} |
| sidebar_data | text |
✓ | - | NULL |
| last_avatar_mod | int(11) |
✗ | - | 0 |
| last_cover_mod | int(11) |
✗ | - | 0 |
| points | float unsigned |
✗ | MUL | 0 |
| daily_points | int(11) |
✗ | - | 0 |
| converted_points | float unsigned |
✗ | MUL | 0 |
| point_day_expire | varchar(50) |
✗ | - | |
| last_follow_id | int(11) |
✗ | - | 0 |
| share_my_data | int(11) |
✗ | - | 1 |
| last_login_data | text |
✓ | - | NULL |
| two_factor | int(11) |
✗ | - | 0 |
| two_factor_hash | varchar(50) |
✗ | MUL | |
| new_email | varchar(255) |
✗ | - | |
| two_factor_verified | int(11) |
✗ | - | 0 |
| new_phone | varchar(32) |
✗ | - | |
| info_file | varchar(300) |
✗ | - | |
| city | varchar(50) |
✗ | - | |
| state | varchar(50) |
✗ | - | |
| zip | varchar(11) |
✗ | - | |
| school_completed | int(11) |
✗ | - | 0 |
| weather_unit | varchar(11) |
✗ | - | us |
| paystack_ref | varchar(100) |
✗ | MUL | |
| code_sent | int(11) |
✗ | - | 0 |
| time_code_sent | int(11) |
✗ | - | 0 |
| permission | text |
✓ | - | NULL |
| skills | text |
✓ | - | NULL |
| languages | text |
✓ | - | NULL |
| currently_working | varchar(50) |
✗ | MUL | |
| banned | int(5) |
✗ | MUL | 0 |
| banned_reason | varchar(500) |
✗ | - | |
| credits | float |
✓ | - | 0 |
| authy_id | varchar(100) |
✗ | - | |
| google_secret | varchar(100) |
✗ | - | |
| two_factor_method | varchar(50) |
✗ | - | two_factor |
| phone_privacy | enum('0','1','2') |
✗ | - | 0 |
| have_monetization | int(10) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| user_id | username | password | first_name | last_name | avatar | cover | background_image | background_image_status | relationship_id | address | working | working_link | about | school | gender | birthday | country_id | website | youtube | vk | discord | mailru | okru | language | email_code | src | ip_address | follow_privacy | friend_privacy | post_privacy | message_privacy | confirm_followers | show_activities_privacy | birth_privacy | visit_privacy | verified | lastseen | showlastseen | emailNotification | e_liked | e_wondered | e_shared | e_followed | e_commented | e_visited | e_liked_page | e_mentioned | e_joined_group | e_accepted | e_profile_wall_post | e_sentme_msg | e_last_notif | notification_settings | status | active | admin | type | registered | start_up | start_up_info | startup_follow | startup_image | last_email_sent | phone_number | sms_code | is_pro | pro_time | pro_type | pro_remainder | joined | css_file | timezone | referrer | ref_user_id | ref_level | balance | paypal_email | notifications_sound | order_posts_by | social_login | android_m_device_id | ios_m_device_id | android_n_device_id | ios_n_device_id | web_device_id | wallet | lat | lng | last_location_update | share_my_location | last_data_update | details | sidebar_data | last_avatar_mod | last_cover_mod | points | daily_points | converted_points | point_day_expire | last_follow_id | share_my_data | last_login_data | two_factor | two_factor_hash | new_email | two_factor_verified | new_phone | info_file | city | state | zip | school_completed | weather_unit | paystack_ref | code_sent | time_code_sent | permission | skills | languages | currently_working | banned | banned_reason | credits | authy_id | google_secret | two_factor_method | phone_privacy | have_monetization | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3 | test29160 | [email protected] | $2y$10$UNnHZuTsj9tLHLwB/kBOXuF6PqVoBFQIAlgxzDOPy/rUeFjAbCRzK | upload/photos/d-avatar.jpg | upload/photos/d-cover.jpg | 0 | 0 | - | male | 0000-00-00 | 0 | - | - | - | - | english | 206b411b5e6513fa196f45de44c1673d | Undefined | 0 | 0 | ifollow | 0 | 0 | 1 | 0 | 0 | 0 | 1766065939 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | {"e_liked":1,"e_shared":1,"e_wondered":0,"e_commented":1,"e_followed":1,"e_accepted":1,"e_mentioned":1,"e_joined_group":1,"e_liked_page":1,"e_visited":1,"e_profile_wall_post":1,"e_memory":1} | 0 | 1 | 0 | user | 12/2025 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1766065939 | 0 | 0 | - | 0 | 0 | 1 | 0 | 0.00 | 0 | 0 | 0 | 1 | 1778347293 | {"post_count":"0","album_count":"0","following_count":"0","followers_count":"0","groups_count":"0","likes_count":"0","mutual_friends_count":false} | {"following_data":[],"followers_data":[],"likes_data":[],"groups_data":[],"mutual_friends_data":[]} | 0 | 0 | 0 | 0 | 0 | 0 | 1 | - | 0 | 0 | 0 | us | 0 | 0 | - | - | - | 0 | 0 | two_factor | 0 | 0 | ||||||||||||||||||||||||||||||||||||||||
| 2 | oguzhan | [email protected] | $2y$10$cvBO/KJssCkbIZ8q0bwCFeEwBBk5zsOvT8w31Z9Ya/WtvpcrDhlPe | upload/photos/d-avatar.jpg | upload/photos/d-cover.jpg | 0 | 0 | - | male | 0000-00-00 | 0 | - | - | - | - | turkish | ec7841c8523a44aa58d593c5ce2b2b13 | site | 195.174.244.221 | 0 | 0 | ifollow | 0 | 0 | 1 | 0 | 0 | 0 | 1766023196 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | {"e_liked":1,"e_shared":1,"e_wondered":0,"e_commented":1,"e_followed":1,"e_accepted":1,"e_mentioned":1,"e_joined_group":1,"e_liked_page":1,"e_visited":1,"e_profile_wall_post":1,"e_memory":1} | 0 | 1 | 0 | user | 12/2025 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1766005284 | 0 | 0 | - | 0 | 0 | 0 | 0 | 0.00 | 0 | 0 | 0 | 1 | 1778347293 | {"post_count":"0","album_count":"0","following_count":"0","followers_count":"0","groups_count":"0","likes_count":"0","mutual_friends_count":false} | {"following_data":[],"followers_data":[],"likes_data":[],"groups_data":[],"mutual_friends_data":[]} | 0 | 0 | 0 | 0 | 0 | 0 | 1 | {"status":"success","country":"Turkey","countryCode":"TR","region":"07","regionName":"Antalya","city":"Kepez","zip":"27500","lat":36.9158,"lon":30.7078,"timezone":"Europe/Istanbul","isp":"Uydunet","org":"Turksat Uydu Haberlesme Kablo TV ve Isletme A.S.","as":"AS9121 Turk Telekomunikasyon Anonim Sirketi","query":"195.174.244.221"} | 0 | 0 | 0 | us | 0 | 0 | - | - | - | 0 | 0 | two_factor | 0 | 0 | |||||||||||||||||||||||||||||||||||||||
| 1 | motocluptest | [email protected] | $2y$10$wExsNTZ0E5mDN.v/4QXokehc3c.dNiPD.oYY8jJPbRyOEk7h5gjYS | upload/photos/d-avatar.jpg | upload/photos/d-cover.jpg | 0 | 0 | - | male | 0000-00-00 | 0 | - | - | - | - | english | Undefined | 195.174.244.221 | 0 | 0 | ifollow | 0 | 0 | 1 | 0 | 0 | 1 | 1766313539 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | {"e_liked":1,"e_shared":1,"e_wondered":0,"e_commented":1,"e_followed":1,"e_accepted":1,"e_mentioned":1,"e_joined_group":1,"e_liked_page":1,"e_visited":1,"e_profile_wall_post":1,"e_memory":1} | 0 | 1 | 1 | user | 00/0000 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1765998853 | 0 | 0 | - | 0 | 0 | 1 | 0 | 0.00 | 0 | 0 | 0 | 1 | 1778347293 | {"post_count":"0","album_count":"0","following_count":"0","followers_count":"0","groups_count":"0","likes_count":"0","mutual_friends_count":false} | {"following_data":[],"followers_data":[],"likes_data":[],"groups_data":[],"mutual_friends_data":[]} | 0 | 0 | 0 | 0 | 0 | 0 | 1 | - | 0 | 0 | 0 | us | 0 | 0 | - | - | - | 0 | 0 | two_factor | 0 | 0 |
Wo_UsersChat| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| conversation_user_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | MUL | 0 |
| color | varchar(100) |
✗ | MUL | |
| type | varchar(50) |
✗ | - | chat |
| disappearing_time | varchar(50) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Verification_Requests| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| page_id | int(11) |
✗ | MUL | 0 |
| message | text |
✓ | - | NULL |
| user_name | varchar(150) |
✗ | - | |
| passport | varchar(3000) |
✗ | - | |
| photo | varchar(3000) |
✗ | - | |
| type | varchar(32) |
✗ | - | |
| seen | int(11) |
✗ | - | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_VideoCalles| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| access_token | text |
✓ | - | NULL |
| access_token_2 | text |
✓ | - | NULL |
| from_id | int(11) |
✗ | MUL | 0 |
| to_id | int(11) |
✗ | MUL | 0 |
| room_name | varchar(50) |
✗ | - | |
| active | int(11) |
✗ | - | 0 |
| called | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | - | 0 |
| declined | int(11) |
✗ | MUL | 0 |
| status | varchar(100) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Votes| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| post_id | int(11) |
✗ | MUL | 0 |
| option_id | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
Wo_Wonders| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| post_id | int(11) |
✗ | MUL | 0 |
| type | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
bank_receipts| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) unsigned |
✗ | PRI | NULL |
| user_id | int(11) unsigned |
✗ | MUL | 0 |
| fund_id | int(11) |
✗ | MUL | 0 |
| description | tinytext |
✗ | - | NULL |
| price | varchar(50) |
✗ | - | 0 |
| mode | varchar(50) |
✗ | MUL | |
| approved | int(11) unsigned |
✗ | MUL | 0 |
| receipt_file | varchar(250) |
✗ | - | |
| created_at | timestamp |
✗ | MUL | current_timestamp() |
| approved_at | int(11) unsigned |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
broadcast| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| name | varchar(100) |
✗ | - | |
| image | varchar(150) |
✓ | - | upload/photos/d-group.jpg |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
broadcast_users| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| user_id | int(11) |
✗ | MUL | 0 |
| broadcast_id | int(11) |
✗ | MUL | 0 |
| time | int(11) |
✗ | MUL | 0 |
Bu tablonun API endpoint'lerini canlı olarak test edin.
wondertage_settings| Sütun Adı | Tip | Null | Key | Default |
|---|---|---|---|---|
| id | int(11) |
✗ | PRI | NULL |
| name | varchar(100) |
✗ | MUL | |
| value | varchar(20000) |
✗ | - |
Bu tablonun API endpoint'lerini canlı olarak test edin.
| id | name | value |
|---|---|---|
| 36 | tag_hide_menu | 0 |
| 35 | tag_show_comments | 0 |
| 34 | tag_artplayer | 0 |
| 33 | tag_posts_feed | 0 |
| 32 | tag_extra_opts | 0 |
| 31 | tag_timeline_layout | 0 |
| 30 | tag_settings_layout | 0 |
| 29 | tag_search_layout | 0 |
| 28 | tag_page_layout | 0 |
| 27 | tag_messages_layout | 0 |
| 26 | tag_job_layout | 0 |
| 25 | tag_home_layout | 0 |
| 24 | tag_group_layout | 0 |
| 23 | tag_games_layout | 0 |
| 22 | tag_friends_nearby_layout | 0 |
| 21 | tag_blog_layout | 0 |
| 20 | tag_album_layout | 0 |
| 19 | tag_wallet_layout | 0 |
| 18 | tag_ads_layout | 0 |
| 17 | tag_prods_layout | 1 |