riteshdeshmukh264
New member
- May 8, 2021
- 17
- 3
- 3
babiato.orgCan someone please help me with zip password?
Last edited:
babiato.orgCan someone please help me with zip password?
Down Link Of rss feed post & schedule module for stackpostsModules for Stackposts - Some modules I have. Enjoy!
COMBO Twitter Tool Module For Stackposts
Instagram Analytics Module For Stackposts
Instagram Auto Activity Module for Stackposts
Instagram Direct Message Manager Module
Instagram Live with Recorded Video Module for Stackposts
Linkedin Auto Post Module for Stackposts
Proxy Advance Manager Module for Stackposts
Reddit Auto Post Module for Stackposts
Rss Feed Post & Schedule Module For Stackposts
Vk Auto Post Module for Stackposts
Youtube Auto Post Module for Stackposts
Note: I modded the Twitter Activity module other than that everything else is original code.
If anybody can upload the latest stackposts update and followin plugins that would be awesome!
Instagram Auto Activity Module for Stackpost - v4.0.3
Linkedin Auto Post Module for Stackposts - v4.0.4
Instagram Direct Message Manager Module - v2.0.3
Instagram Analytics Module For Stackposts - v2.0.2
Rss Feed Post & Schedule Module For Stackposts - v1.0.3
use this version stackpost it should be working but stuck on loader.....hello, im found link STACKPOSTS V7.2.1 (installation files tested localhost on laragon)
Do not mind. Friends who act in a hurry like me, please be patient. You think it's stuck, but it's been done after a long time
its an issue with permission while installing the app. best of luck
Thanks a lot man.hello, im found link STACKPOSTS V7.2.1 (installation files tested localhost on laragon)
Ok and how i can sole it?its an issue with permission while installing the app. best of luck
please check permission issue and del install folder post installation and also check the PHP version ur usingafter installation. when i click login from it throws "404 not found error".
can anyone help me on this?
I deleted the install folder. and while installing I cross-checked the permissions too. and PHP modules are fine. but unfortunately, I'm getting this error.please check permission issue and del install folder post installation
check the php version and is possible could u send us .htt file detailsI deleted the install folder. and while installing I cross-checked the permissions too. and PHP modules are fine. but unfortunately, I'm getting this error.
in previous months I used the same script files in different domain for testing purpose. it works fine on there.
now I installed it in the subdomain.
surecheck the php version and is possible could u send us .htt file details
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
# 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