Waziper - Whatsapp Marketing Tool By Stackposts

Waziper - Whatsapp Marketing Tool By Stackposts 5.1.1 (UT)

No permission to download

DatDudeUpStairs

Be the change that you wish to see in the world.
Trusted Uploader
Jun 30, 2019
1,334
786
113
Asgardia
@Deepansh, please moderate this thread.
I did not find the user selling stuff in the discussions, but it's all set if you catch a trail.
You can check out the details by reading the previous posts.

@macx I know that you don't want to spill the beans; we mods will try to keep this kind of self-promotion marketing at bay.
 
  • Like
Reactions: macx

julanjubalam

Active member
Trusted Uploader
Mar 3, 2019
227
249
43
I actually did it yesterday and it worked fine
But suddenly this happened
At the time, I just wanted to talk about what went on with me from start to finish
Today, I'm facing problem like you. Just reinstall and after finish installation, remove install folder from your dir.
 
  • Like
Reactions: Ire0

Mossy

Member
Feb 13, 2021
55
67
18
Listen Carefully Put below full code in .htaccess of your domain

Code:
RewriteEngine On
Options +FollowSymLinks
Options -Indexes
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule . index.php [L,QSA]

# Performace optimization
# BEGIN Compress text files
<ifModule mod_deflate.c>
  AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
  AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
  AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
  AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
  AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
  AddOutputFilterByType DEFLATE font/truetype font/opentype
</ifModule>
# END Compress text files
location / {
          try_files $uri $uri/ /index.php;
          }

          location /install {
          try_files $uri $uri/ /install/index.php;
          }
# BEGIN Expire headers
<ifModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 5 seconds"
  ExpiresByType image/x-icon "access plus 31536000 seconds"
  ExpiresByType image/jpeg "access plus 31536000 seconds"
  ExpiresByType image/png "access plus 31536000 seconds"
  ExpiresByType image/gif "access plus 31536000 seconds"
  ExpiresByType application/x-shockwave-flash "access plus 31536000 seconds"
  ExpiresByType text/css "access plus 31536000 seconds"
  ExpiresByType text/javascript "access plus 31536000 seconds"
  ExpiresByType application/javascript "access plus 31536000 seconds"
  ExpiresByType application/x-javascript "access plus 31536000 seconds"
</ifModule>
# END Expire headers

# BEGIN Cache-Control Headers
<ifModule mod_headers.c>
  <filesMatch ".(ico|jpe?g|png|gif|swf)$">
    Header set Cache-Control "public"
  </filesMatch>
  <filesMatch ".(css)$">
    Header set Cache-Control "public"
  </filesMatch>
  <filesMatch ".(js)$">
    Header set Cache-Control "private"
  </filesMatch>
  <filesMatch ".(x?html?|php)$">
    Header set Cache-Control "private, must-revalidate"
  </filesMatch>

  <filesMatch ".(woff|woff2|ttf|otf|eot)$">
    Header set Cache-Control "max-age=31536000 private, must-revalidate"
  </filesMatch>
</ifModule>
# END Cache-Control Headers


# and below code put in .htaccess of server folder like on api server
Code:
location / {
              proxy_pass http://localhost:8000; #whatever port your app runs on
              proxy_http_version 1.1;
              proxy_set_header Upgrade $http_upgrade;
              proxy_set_header Connection 'upgrade';
              proxy_set_header Host $host;
              proxy_cache_bypass $http_upgrade;
          }
I HAVE THE SAME

500 - Internal Server Error CAN PLEASE ASSIST​

 

hrm143

Member
Apr 14, 2020
62
26
18
config.js is all correct too

Code:
var config = {
    debug: false,
    database: {
        host: "localhost",
        user: "dbuser",
        password: "dbpassword",
        database: "dbname",
        charset : "utf8mb4"
    },
    cors: {
        origin: '*',
         optionsSuccessStatus: 200
    }
}

module.exports = config;
 

GSIOT

New member
Dec 31, 2022
3
0
1
Brazil
Yes, I installed
aaPanel _ Ubuntu 20

Check

/app/config.php

<?php
define('DB_HOST', 'localhost');
define('DB_USER', 'dbuser');
define('DB_PASS', 'dbpasswd');
define('DB_NAME', 'dbname');
define('TIMEZONE', 'America/Sao_Paulo');
define('ENCRYPTION_KEY', '44c05606594b8ee7188fcf032a48ec3d');
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu