30712 comments found.
Hi, my directory has a 404 error, how can I fix this?
Hello,
Thank you for contacting us. Please open a support ticket at
https://doughouzforest.ticksy.com/ and we will investigate the problem.Best regards,
Chandan,
I think it worked when I’m logged in to the site, it appears in the footer of the site without being logged in, giving me the 404 error.
https://ibb.co/ckHYTNjHello,
We have checked on our site it’s working perfectly
https://i.drop.cm/e8634f103ecf799214aded508.pngPlease check it once with your server end.
Best regards,
Chandan,
Hello. Im struggleing to update to new version. I have copied the version files over.
/update.php if logged out i just get login screen if logged in i get 404
Any help for me please
Hello,
Thank you for contacting us. Please open a support ticket at
https://doughouzforest.ticksy.com/ and we will investigate the problem.Best regards,
Chandan,
Hi i have tried to do a ticket. Support has expired. Surely you dont want tme to renew support for the update that will now update. I got this script on the promise of lifetime updates… These should be able to be updated without support ?
please help
Hello,
Please make sure that the .htaccess file is uploaded to your server and updated to latest version.
If the file is exists, but you still face this issue, please contact your host provide, and let them enable mod_rewrite.
If you are using a VPS with Ubuntu Linux installed, please follow this guide.
If you use Nginx in your server, please follow the last step in the installation page.
Best regards,
Chandan,
mod rewrite is installed on vps. .htaccess is installed
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule password-reset/([\/]+)(\/|)$ index.php?link1=welcome&link2=password_reset&user_id=$1 [NC,QSA] RewriteRule admin-cp$ admincp.php [NC,QSA] RewriteRule ^admin-cp/(.)$ admincp.php?page=$1 [NC,QSA] RewriteRule ^admincp$ admincp.php [NC,QSA] RewriteRule ^admincp/(.)$ admincp.php?page=$1 [NC,QSA] RewriteRule ^adminPages/(.)$ admin-panel/$1 [L] RewriteRule ^start-up(/?|)$ index.php?link1=start-up [NC,QSA] RewriteRule ^watch/(.)$ index.php?link1=watch&id=$1 [NC,QSA] RewriteRule ^watch(.)$ index.php?link1=watch [NC,QSA] RewriteRule ^saved-posts/(.)$ index.php?link1=saved-posts [NC,QSA] RewriteRule ^unusual-login(/?|)$ index.php?link1=unusual-login [NC,QSA] RewriteRule ^activated/(.)$ index.php?link1=activate&link2=$1 [NC,QSA] RewriteRule ^search(/?|)$ index.php?link1=search [NC,QSA] RewriteRule ^ads-create$ index.php?link1=ads-create [NC,QSA] RewriteRule ^search/([\/]+)(\/|)$ index.php?link1=search&query=$1 [NC,QSA] RewriteRule app/([\/]+)(\/|)$ index.php?link1=app&app_id=$1 [NC,QSA] RewriteRule messages/([\/]+)(\/|)$ index.php?link1=messages&user=$1 [QSA] RewriteRule terms/([\/]+)(\/|)$ index.php?link1=terms&type=$1 [QSA] RewriteRule video-call/([\/]+)(\/|)$ index.php?link1=video-call&call_id=$1 [QSA] RewriteRule video-call-api/([\/]+)(\/|)$ index.php?link1=video-call-api&call_id=$1 [QSA] RewriteRule post/([\/]+)(\/|)$ index.php?link1=post&id=$1 [NC,QSA] RewriteRule game/([\/]+)(\/|)$ index.php?link1=game&id=$1 [NC,QSA] RewriteRule upgraded(/?|)$ index.php?link1=upgraded [NC,QSA] RewriteRule ^get_news_feed(/?|)$ index.php?link1=get_news_feed [NC,QSA] RewriteRule ^games(/?|)$ index.php?link1=games [NC,QSA] RewriteRule ^new-game(/?|)$ index.php?link1=new-game [NC,QSA] RewriteRule ^go-pro(/?|)$ index.php?link1=go-pro [NC,QSA] RewriteRule ^oops$ index.php?link1=oops [NC,QSA] RewriteRule ^user-activation$ index.php?link1=user-activation [NC,QSA] RewriteRule ^hashtag/([\/]+)(\/|)$ index.php?link1=hashtag&hash=$1 [NC,QSA] RewriteRule follow-requests/(.)$ index.php?link1=follow-requests[NC,QSA] RewriteRule ^p/([\/]+)(\/|)$ index.php?link1=page&p=$1 [NC,QSA] RewriteRule g/([\/]+)(\/|)$ index.php?link1=group&g=$1 [NC,QSA] RewriteRule home(/?|)$ index.php?link1=home [QSA] RewriteRule ^404(/?|)$ index.php?link1=404 [QSA] RewriteRule ^welcome(.)$ index.php?link1=welcome [QSA,L] RewriteRule ^register(/?|)$ index.php?link1=register [QSA,L] RewriteRule ^confirm-sms(/?|)$ index.php?link1=confirm-sms [QSA,L] RewriteRule ^confirm-sms-password(/?|)$ index.php?link1=confirm-sms-password [QSA,L] RewriteRule ^forgot-password(/?|)$ index.php?link1=forgot-password [QSA,L] RewriteRule ^activate(/?|)$ index.php?link1=activate [QSA] RewriteRule ^pages(/?|)$ index.php?link1=pages [QSA] RewriteRule ^liked-pages(/?|)$ index.php?link1=liked-pages [QSA] RewriteRule ^joined_groups(/?|)$ index.php?link1=joined_groups [QSA] RewriteRule ^suggested-pages(/?|)$ index.php?link1=suggested-pages [QSA] RewriteRule ^groups(/?|)$ index.php?link1=groups [QSA] RewriteRule ^suggested-groups(/?|)$ index.php?link1=suggested-groups [QSA] RewriteRule ^create-group(/?|)$ index.php?link1=create-group [QSA] RewriteRule ^create-page(/?|)$ index.php?link1=create-page [QSA] RewriteRule ^logout(/?|)$ index.php?link1=logout [QSA] RewriteRule ^contact-us(/?|)$ index.php?link1=contact-us [QSA] RewriteRule ^setting(/?|)$ index.php?link1=setting [QSA] RewriteRule ^messages(/?|)$ index.php?link1=messages [QSA] RewriteRule ^saved-posts(/?|)$ index.php?link1=saved-posts [NC,QSA] RewriteRule ^albums(/?|)$ index.php?link1=albums [QSA] RewriteRule ^albums/([A-Za-z0-9_-]+)$ index.php?link1=albums&user=$1 [QSA] RewriteRule ^album/([A-Za-z0-9_-]+)$ index.php?link1=album&id=$1 [QSA] RewriteRule ^create-album$ index.php?link1=create-album [QSA] RewriteRule ^create-album/([A-Za-z0-9_-]+)$ index.php?link1=create-album&album=$1 [QSA] RewriteRule ^$ index.php?link1=home [QSA] RewriteRule ^setting/([A-Za-z0-9_])/([A-Za-z0-9_-])$ index.php?link1=setting&user=$1&page=$2 [NC,QSA] RewriteRule ^page-setting/([\/]+)(\/|)$ index.php?link1=page-setting&page=$1 [QSA] RewriteRule page-setting/([A-Za-z0-9_])/([A-Za-z0-9_-])$ index.php?link1=page-setting&page=$1&link3=$2 [QSA] RewriteRule ^group-setting/([\/]+)(\/|)$ index.php?link1=group-setting&group=$1 [QSA] RewriteRule group-setting/([A-Za-z0-9_])/([A-Za-z0-9_-])$ index.php?link1=group-setting&group=$1&link3=$2 [QSA] RewriteRule ^new-product(/?|)$ index.php?link1=new-product [NC,QSA] RewriteRule ^edit-product/([A-Za-z0-9_]+)$ index.php?link1=edit-product&id=$1 [NC,QSA] RewriteRule ^products(/?|)$ index.php?link1=products [NC,QSA] RewriteRule ^products/([A-Za-z0-9_-]+)$ index.php?link1=products&c_id=$1 [QSA] RewriteRule ^products/([A-Za-z0-9_-])/([A-Za-z0-9_-])$ index.php?link1=products&c_id=$1&sub_id=$2 [QSA] RewriteRule ^my-products(/?|)$ index.php?link1=my-products [QSA] RewriteRule ^site-pages/(.)$ index.php?link1=site-pages&page_name=$1 [NC,QSA] RewriteRule ^blogs(/?|)$ index.php?link1=blogs [NC,QSA] RewriteRule ^sharer(/?|)$ index.php?link1=sharer [NC,QSA] RewriteRule ^blog-category/(\d+)(/?|)$ index.php?link1=blog-category&id=$1 [NC,QSA] RewriteRule ^create-blog(/?|)$ index.php?link1=create-blog [NC,QSA] RewriteRule ^edit-blog/(\d+)(/?|)$ index.php?link1=edit-blog&id=$1 [NC,QSA] RewriteRule ^my-blogs(/?|)$ index.php?link1=my-blogs [NC,QSA] RewriteRule ^read-blog/(.)$ index.php?link1=read-blog&id=$1 [NC,QSA] RewriteRule ^app_api(/?|)$ index.php?link1=app_api [NC,QSA] RewriteRule ^api_request(/?|)$ index.php?link1=app_api [NC,QSA] RewriteRule ^authorize(/?|)$ index.php?link1=authorize [NC,QSA] RewriteRule ^poke(/?|)$ index.php?link1=poke [NC,QSA] RewriteRule ^most_liked(/?|)$ index.php?link1=most_liked [NC,QSA] RewriteRule ^jobs(/?|)$ index.php?link1=jobs [NC,QSA] RewriteRule ^common_things(/?|)$ index.php?link1=common_things [NC,QSA] RewriteRule ^funding(/?|)$ index.php?link1=funding [NC,QSA] RewriteRule ^my_funding(/?|)$ index.php?link1=my_funding [NC,QSA] RewriteRule ^create_funding(/?|)$ index.php?link1=create_funding [NC,QSA] RewriteRule ^edit_fund/(.)$ index.php?link1=edit_fund&id=$1 [NC,QSA] RewriteRule ^show_fund/(.)$ index.php?link1=show_fund&id=$1 [NC,QSA] RewriteRule ^live(/?|)$ index.php?link1=live [NC,QSA] RewriteRule ^memories(/?|)$ index.php?link1=memories [NC,QSA] RewriteRule ^offers(/?|)$ index.php?link1=offers [NC,QSA] RewriteRule ^nearby_shops(/?|)$ index.php?link1=nearby_shops [NC,QSA] RewriteRule ^nearby_business(/?|)$ index.php?link1=nearby_business [NC,QSA] RewriteRule ^refund(/?|)$ index.php?link1=refund [NC,QSA] RewriteRule ^advertise(/?|)$ index.php?link1=advertise [NC,QSA] RewriteRule ^checkout(/?|)$ index.php?link1=checkout [NC,QSA] RewriteRule ^purchased(/?|)$ index.php?link1=purchased [NC,QSA] RewriteRule ^orders(/?|)$ index.php?link1=orders [NC,QSA] RewriteRule ^customer_order/(.)$ index.php?link1=customer_order&id=$1 [NC,QSA] RewriteRule ^order/(.)$ index.php?link1=order&id=$1 [NC,QSA] RewriteRule ^reviews/(.)$ index.php?link1=reviews&id=$1 [NC,QSA] RewriteRule ^open_to_work_posts(/?|)$ index.php?link1=open_to_work_posts [NC,QSA] RewriteRule ^banned(/?|)$ index.php?link1=banned [NC,QSA] RewriteRule ^withdrawal(/?|)$ index.php?link1=withdrawal [NC,QSA] RewriteRule ^explore(/?|)$ index.php?link1=explore [NC,QSA] RewriteRule ^tiktok_callback(/?|)$ index.php?link1=tiktok_callback [NC,QSA] RewriteRule ^vkontakte_callback(/?|)$ index.php?link1=vkontakte_callback [NC,QSA]
- * FORUM *
RewriteRule ^forum(/?|)$ index.php?link1=forum [NC,QSA] RewriteRule ^forum/members(/?|)$ index.php?link1=forum-members [NC,QSA] RewriteRule ^forum/members/([a-zA-Z]{0,1})(/?|)$ index.php?link1=forum-members-byname&char=$1 [NC,QSA] RewriteRule ^forum/search(/?|)$ index.php?link1=forum-search [NC,QSA] RewriteRule ^forum/search-result/(/?|)$ index.php?link1=forum-search-result [NC,QSA] RewriteRule ^forum/events(/?|)$ index.php?link1=forum-events [NC,QSA] RewriteRule ^forum/help(/?|)$ index.php?link1=forum-help [NC,QSA] RewriteRule ^forums/(\d+)(/?|)$ index.php?link1=forums&fid=$1 [NC,QSA] RewriteRule ^forums/add/(\d+)(/?|)$ index.php?link1=forumaddthred&fid=$1 [NC,QSA] RewriteRule ^forums/thread/(\d+)(/?|)$ index.php?link1=showthread&tid=$1 [NC,QSA] RewriteRule ^forums/thread/reply/(\d+)(/?|)$ index.php?link1=threadreply&tid=$1 [NC,QSA] RewriteRule ^forums/thread/quote/(\d+)(/?|)$ index.php?link1=threadquote&tid=$1 [NC,QSA] RewriteRule ^forums/thread/edit/(\d+)(/?|)$ index.php?link1=editreply&tid=$1 [NC,QSA] RewriteRule ^forums/user/threads(/?|)$ index.php?link1=mythreads [NC,QSA] RewriteRule ^forums/user/threads/edit/(\d+)(/?|)$ index.php?link1=edithread&tid=$1 [NC,QSA] RewriteRule ^forums/user/messages(/?|)$ index.php?link1=mymessages [NC,QSA]
- * EVENTS *
RewriteRule ^events(/?|)$ index.php?link1=events [NC,QSA] RewriteRule ^events/create-event(/?|)$ index.php?link1=create-event [NC,QSA] RewriteRule ^events/edit/(\d+)/(/?|)$ index.php?link1=edit-event&eid=$1 [NC,QSA] RewriteRule ^events/my(/?|)$ index.php?link1=my-events [NC,QSA] RewriteRule ^events/going(/?|)$ index.php?link1=events-going [NC,QSA] RewriteRule ^events/invited(/?|)$ index.php?link1=events-invited [NC,QSA] RewriteRule ^events/interested(/?|)$ index.php?link1=events-interested [NC,QSA] RewriteRule ^events/past(/?|)$ index.php?link1=events-past [NC,QSA] RewriteRule ^events/(\d+)(/?|)$ index.php?link1=show-event&eid=$1 [NC,QSA]
- * MOVIES RewriteRule ^movies(/?|)$ index.php?link1=movies [NC,QSA] RewriteRule ^movies/genre/([A-Za-z-]+)(/?|)$ index.php?link1=movies-genre&genre=$1 [NC,QSA] RewriteRule ^movies/country/([A-Za-z-]+)(/?|)$ index.php?link1=movies-country&country=$1 [NC,QSA] RewriteRule ^movies/watch/(.)$ index.php?link1=watch-film&film-id=$1 [NC,QSA]
- * ADS RewriteRule ^ads(/?|)$ index.php?link1=ads [NC,QSA] RewriteRule ^wallet(/?|)$ index.php?link1=wallet [NC,QSA] RewriteRule ^send_money(/?|)$ index.php?link1=send_money [NC,QSA] RewriteRule ^ads/create(/?|)$ index.php?link1=create-ads [NC,QSA] RewriteRule ^ads/edit/(\d+)(/?|)$ index.php?link1=edit-ads&id=$1 [NC,QSA] RewriteRule ^ads/chart/(\d+)(/?|)$ index.php?link1=chart-ads&id=$1 [NC,QSA] RewriteRule ^admin/ads/edit/(\d+)(/?|)$ index.php?link1=manage-ads&id=$1 [NC,QSA]
- STATUS RewriteRule ^status/create(/?|)$ index.php?link1=create-status [NC,QSA] RewriteRule ^more-status(/?|)$ index.php?link1=more-status [NC,QSA]
- REELS RewriteRule ^reels(/?|)$ index.php?link1=reels [NC,QSA] RewriteRule ^reels/([A-Za-z0-9_-]+)$ index.php?link1=reels&id=$1 [NC,QSA] RewriteRule ^reels/([A-Za-z0-9_-])/([A-Za-z0-9_-])$ index.php?link1=reels&id=$1&user=$2 [NC,QSA]
- MONETIZATION
RewriteRule ^monetization/(.)$ index.php?link1=monetization&user=$1 [NC,QSA] RewriteRule ^monetization(/?|)$ index.php?link1=monetization [NC,QSA]
- * SUBSCRIPTION RewriteRule ^subscriptions(/?|)$ index.php?link1=subscriptions [NC,QSA] RewriteRule ^subscriptions/monetizations index.php?link1=subscriptions&type=monetizations [NC,QSA]
- DIRECTORY
RewriteRule ^directory/posts(.)$ index.php?link1=directory-posts&page=$1 [NC,QSA] RewriteRule ^directory/users(.)$ index.php?link1=directory-users&page=$1 [NC,QSA] RewriteRule ^directory/pages(.)$ index.php?link1=directory-pages&page=$1 [NC,QSA] RewriteRule ^directory/groups(.)$ index.php?link1=directory-groups&page=$1 [NC,QSA] RewriteRule ^directory/market(.)$ index.php?link1=directory-market&page=$1 [NC,QSA] RewriteRule ^directory/events(.)$ index.php?link1=directory-events&page=$1 [NC,QSA] RewriteRule ^directory/games(.)$ index.php?link1=directory-games&page=$1 [NC,QSA] RewriteRule ^directory/movies(.)$ index.php?link1=directory-movies&page=$1 [NC,QSA] RewriteRule ^directory/jobs(.)$ index.php?link1=directory-jobs&page=$1 [NC,QSA] RewriteRule ^directory/fundings(.)$ index.php?link1=directory-fundings&page=$1 [NC,QSA] RewriteRule ^directory/blogs(.)$ index.php?link1=directory-blogs&page=$1 [NC,QSA] RewriteRule ^directory/forums(.)$ index.php?link1=directory-forums&page=$1 [NC,QSA] RewriteRule ^directory(.)$ index.php?link1=directory&page=$1 [NC,QSA]
- * SWITCH ACCOUNT RewriteRule ^switch-account/(.)$ index.php?link1=switch-account&session=$1 [NC,QSA] RewriteRule ^switch-account(/?|)$ index.php?link1=switch-account&session=$1 [NC,QSA]
- * FIND NEARBY * RewriteRule ^friends-nearby(/?|)$ index.php?link1=friends-nearby [NC,QSA]
RewriteRule ^api(/?|)$ api-v2.php [NC,QSA] RewriteRule ^api/([\/]+)(\/|)$ api-v2.php?type=$1 [NC,QSA]
RewriteRule _$ requests.php [QSA]
RewriteRule ^graph-success$ index.php?link1=graph-success [NC,QSA] RewriteRule ^developers$ index.php?link1=developers [NC,QSA] RewriteRule ^apps$ index.php?link1=apps [NC,QSA] RewriteRule ^create-app$ index.php?link1=create-app [NC,QSA] RewriteRule ^graph$ index.php?link1=graph [NC,QSA] RewriteRule ^oauth$ index.php?link1=oauth [NC,QSA]
RewriteRule ^boosted-pages(/?|)$ index.php?link1=boosted-pages [NC,QSA] RewriteRule ^boosted-posts(/?|)$ index.php?link1=boosted-posts [NC,QSA]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^setting/([A-Za-z0-9_-]+)$ index.php?link1=setting&page=$1 [NC,QSA]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^@([\/]+)(\/|)$ index.php?link1=timeline&u=$1 [QSA]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ">/([\/])(\/|)$ index.php?link1=timeline&u=$1&type=$2 [QSA]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ([\/]+)(\/|)$ index.php?link1=timeline&u=$1 [QSA]
<IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/opentype BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0678 no-gzip BrowserMatch \bMSIE- EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg “access plus 1 year” ExpiresByType image/jpeg “access plus 1 year” ExpiresByType image/gif “access plus 1 year” ExpiresByType image/png “access plus 1 year” ExpiresByType text/css “access plus 1 month” ExpiresByType application/pdf “access plus 1 month” ExpiresByType text/x-javascript “access plus 1 month” ExpiresByType application/x-shockwave-flash “access plus 1 month” ExpiresByType image/x-icon “access plus 1 year” ExpiresDefault “access plus 1 month” </IfModule>
- EXPIRES CACHING ##
<ifModule mod_headers.c> Header unset Connection Header set Connection keep-alive </ifModule>
Header unset Keep-Alive
Header set Keep-Alive timeout=100,max=500
i CAn see you have done some replys today… I really need help with this. write re mod is activated and .htaccess is as above
I have fixed this issue. Thanks anyway
Alright mate that’s great.
Regards
my website is not working, I just Paid and I have set up everything according to the requirement, my website is not working, and its not loading me to the welcome page, it wrote Errors and I have submitted a ticket, No one to Help me out.
Hello,
Please shar with us your ticket ID here.
Best regards,
Chandan,
It took you so many hours to respond to me, My Hosting provider has assisted me to do some part of the installation yesterday as soon as I contacted them, Unfortunately your Customer Service Management System is still Lacking Behind. As soon as I contacted my Hosting provider yesterday, they responded and assisted me ASAP. Please improve in your Customer Service Management System. If I need help further, I will Contact you as soon as possible as well. And please do well to respond to me as soon as possible. Because you are the one who sold the Item to me.
Hello,
Mate,
Sorry to hear that, however, you did not include the ticket ID here so I could look into it.
We are located in GMT +5:30 time zone and we answer all questions within 12-24 hours on weekdays. In some rare cases, the waiting time can be up to 48 hours. (except holiday seasons which might take longer).
And great to hear that it’s working for you. 
Best regards,
Chandan,
It is outrageous to release an update only every six months in a context where everything changes weekly. The code is ineffective and contains too many useless lines; it is a disaster! They seem to be trying to profit from bugs and technical support.
Hello,
Thank you for your feedback, mate; we’ll check it for the future version.
Best regards,
Chandan,
Can you pls integrate https://developers.cloudflare.com/calls/ Cloudflare Calls?
Hello,
Thanks for the suggestion mate.
If you urgently require it will require custom work.
Best regards,
Chandan,
Could you please add idrive S3 storage feature
Hello,
Please share with us that URL we will check into it.
Best regards,
Chandan,
Hi,
Thanks for sharing, we will think about this for sure for future updates.
Regards
Hi I have a problem with your website when you send a message to another account it gets deleted which solves this problem
Hello,
Thank you for contacting us. Please open a support ticket at
https://doughouzforest.ticksy.com/ and we will investigate the problem.Best regards,
Chandan,
Invite-Only Community Option Needed — I have reviewed your comment from user “ifabdo” regarding invite-only in the affiliate section, but this does not accomplish the needed feature. It only allows inviters to be paid for an invite and doesn’t offer the option for a private invite-only community.
Site owners may want to pay members for invites or not. It would also be great to determine whether you pay users via points or cash. Please add a feature to allow a closed invite-only community with an invite code or invite link.
Hello,
Thank you for your suggestions, your suggestions have been added to the list, and they will be available in future updates!
Best regards,
Chandan,
Hi, For heaven sake please bring some advance spam tools in the script instead of giving new features. Spammers are out running the website even small scripts have basic fundamental feature of detaining spammers in automated way.
Hello,
We’ll do it, Your suggestion has been put on the list and will be included in future versions!
Best regards,
Chandan,
Hi, does the information from the users custom fields show up in the common things page? I need some kind of matchmaking for users 
Hi there,
I want to use *.gif extension on my script to replace images like – https://domain.com/themes/wowonder/img/backgrounds/welcome.jpg, but i see only *.jpg is been read not any other format, how or where can i change that please so that also *.gif is support or replace *.jpg with *.gif?
Thanks
Hello,
Thanks for contacting us, you can use .jpg.
themes\wowonder\img\backgrounds
Best regards,
Chandan,
Hi Chandan,
I know that, my question was if i want to use a *.gif image what or where or how in the script i should i change to make the site or your script to use or rather read the *.gif instead of *.jpg
Thanks
And apart from all I’m writing about, why is it that in the demo version, when I want to log in I have to enter a code from an email that never comes?
Because of this, I cannot log in to the same account from other devices, nor can I log out from a logged-in device, because the code never arrives.
I had to create several accounts for laptops and three phones because of this.
Hello,
Please check it here>>
https://i.drop.cm/6d85c6c6adde015caf8c55fdb.pngBest regards,
Chandan,
A colleague (in Sngine) wrote about problems with bots. It might be worth implementing Cloudflare TURNSTILE in the script WOWONDER.
https://www.cloudflare.com/products/turnstile/This is a better alternative to google. And widgets can be used to secure various places in the script. Logging, file uploads and more…. Besides, Cloudflare also offers other forms of bot protection.
My suggestion would be to additionally add Cloudflare R2 in WOWONDER to store uploaded files. It has a very large free option and there are no data output charges.
Hello,
Thank you for your suggestions, your suggestions have been added to the list, and they will be available in future updates!
Best regards,
Chandan,
update it!!
Hi,
The script has been updated recently mate.
Regards
It is outrageous to release an update only every six months in a context where everything changes weekly. The code is ineffective and contains too many useless lines; it is a disaster! They seem to be trying to profit from bugs and technical support.
1. the whole version of INSTAGRAM needs to be improved. On the PC there is no menu like there is on smartphones. Adding posts is the same as in the Facebook version, but Reels, Surveys, Files, Audio, Voice Notes and other types of posts cannot be displayed on the PC version of Instagram.
2. no display of Reels in the Instagram version. They display randomly in Explore. Reels that a user has posted on their Profile (as is the case in the Facebook version) cannot be displayed.
3. On a computer, the Explore button at the top, does not fit and moves lower. You have to reduce the font to get it back in place next to the other buttons. ( in Brave )
4. the Sunshine theme works worse than the Default theme.
5. Reels and videos often stutter, refreshing the page helps.
6. Go through all Wowonder functions very carefully and fix them. At the moment there is too much chaos and errors. The interface is not intuitive.
I’ve been testing Wowonder for a few weeks now and I like the functions, but they often work incorrectly.
7. it’s nice that Wowonder can have several different modes of operation, but the most important thing is that everything works properly in each mode and instead of adding more modes, it’s better to refine one, but done decently.
8 The Instagram mode is underdeveloped. It becomes a dump there, no order. Well, and what is available on a smartphone is different from what is available on a computer (e.g. no menu that is visible on a smartphone.
Or you can add posts on the computer that cannot be seen on the computer version of instagram:
- polls (but it is required to add some kind of media file to the poll for example audio, video, photo – WHY?), - files… - audio…
You can add such posts, but you cannot see these added posts on the profile of the person who added it. You can only see on Home. Because in the Instagram version you can only see Photo and Video on the user’s profile. But you can’t Reels any more, and that’s video too after all!
Or you can view groups on the INSTAGRAM version, but you don’t know where to create these groups. The same with pages – you can view them, but there is no button to create them (or it’s all so hidden that you can’t see how to add a group and a page).
Hi,
Thanks for your concern about that and we will check those setting too.
Regards
I would like to set up a page for retired postmen, but I don’t want visitors to pay. Can you do that? Is the script like Facebook so that users can post photos themselves and more? Thanks
Hi,
You can already do that with wowonder script mate. You can provide services for free on your site.
Regards
I know 7.4 is the recommended php stable version to work wowonder script. As i was checking 8.1 and i turned on developer mode look at these error:Deprecated: preg_replace_callback(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/xxxx/domains/site.com/public_html/assets/includes/functions_two.php on line 7047. Deprecated: preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/xxxx/domains/site.com/public_html/assets/includes/functions_one.php on line 6136
Hi,
Those are just warnings mate, you can still run your site with out any issues. If you face issues with 8.1 with the site functionality then let us know.
Regards
@SK2006 I understand you, thank you for sharing your experience with us. It’s strange, my server meets all the requirements. The issue of emails happens to everyone, if they manage to get it to work with PHP 8.1, when they send the emails to the users, they arrive incorrectly showing only code.
If it is true, there are a lot of CSS errors, look at this here: https://demo.wowonder.com/more-status upload several stories and you will see how everything is poorly centered.
Since I updated to the latest version, I haven’t stopped fixing what’s wrong. But it happens sometimes that when you touch a line in CSS, it affects other parts of the site. Many things have to be changed to make them look good, I don’t understand why developers verify before uploading an update. And they should check on a cell phone, because the errors here are many.
I am a fan of Wowonder, and in general it is an excellent code, but it has many childish errors that should be corrected as soon as possible.
Hello,
Thank you for acknowledging our hard work.
Yes, our dev team will fix the bugs.
Best regards,
Chandan,
I am using version 4.3.3, but more than 4 reels videos are not displayed in the reels system. What files can I fix this with? If you tell me the relevant file names, I can try by replacing them with the default files
Hello, Thank you for contacting us. Please open a support ticket at
https://doughouzforest.ticksy.com/ and we will investigate the problem.Best regards,
Chandan,