Jump to content


WillyC

Member Since 02 May 2011
Offline Last Active Today, 03:46 PM
*****

Posts I've Made

In Topic: Got hacked need PW 1.9

Today, 02:29 PM

what  .is pw 1.9 ? 

seens version 1.9 never.have i

   2.0 first ver no ?


In Topic: MarkupTwitterFeed - where do I get the feed?

16 June 2013 - 08:33 AM

which is when I got "Error    Call to undefined function wireRmdir() (line 195 of
/home/checkere/www/www/site/modules/MarkupTwitterFeed/MarkupTwitterFeed.module)"

 

u need.to upgraded yer processwires ver 2.3


In Topic: .htaccess

11 June 2013 - 12:21 PM

what.i use this is

good it does.work

top {not buttock}, of  htaccess u

will.put it . enjoy

 

 

<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 1 seconds"
  ExpiresByType image/x-icon "access plus 1 year"
  ExpiresByType image/jpeg "access plus 1 year"
  ExpiresByType image/png "access plus 1 year"
  ExpiresByType image/gif "access plus 1 year"
  ExpiresByType text/css "access plus 1 month"
  ExpiresByType text/javascript "access plus 1 month"
  ExpiresByType application/octet-stream "access plus 1 month"
  ExpiresByType application/x-javascript "access plus 1 month"
</IfModule>

<IfModule mod_headers.c>
  <FilesMatch "\\.(ico|jpe?g|png|gif|swf|woff)$">
    Header set Cache-Control "max-age=31536000, public"
  </FilesMatch>
  <FilesMatch "\\.(css)$">
    Header set Cache-Control "max-age=2692000, public"
  </FilesMatch>
  <FilesMatch "\\.(js)$">
    Header set Cache-Control "max-age=2692000, private"
  </FilesMatch>
  <FilesMatch "\.(js|css|xml|gz)$">
    Header append Vary: Accept-Encoding
  </FilesMatch>
  Header unset ETag
  Header append Cache-Control "public"
</IfModule>

<IfModule mod_deflate.c>
  AddOutputFilter DEFLATE js css
  AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4\.0[678] no-gzip
  BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</IfModule>
 

 


In Topic: Token replacement modules

04 June 2013 - 11:29 AM

hana.pirana  gallery, u type :

 

[[gallery tag=pirana]]

 

 

,,gallery,, hana code :

 

$fotos=isset($tag)? $page->images->findTag($tag): $page->images; 
if(count($fotos)) {
  foreach($fotos as $foto) print "<img src=$foto->url>";
} else {
  print "<img src=/buttocks/fotos/bottolusk.jpg>";
}
 

have.this right do i mr.ryan ?

 

 

 

 

[[gallery float="right" summary="Colorful photo gallery of Piranhas in action" width="400"]]
[[image id=789 caption="Adorable Piranhas flocking around my legs"]]
[[image id=123 caption="Piranhas attacking my legs"]]
[[image id=456 caption="What was left of my legs after the attack"]]
[[/gallery]] 

mind.play.dkk u good  :-*​ 


In Topic: Does $input->urlSegments mess with $_POST ?

31 May 2013 - 11:20 AM

u.need add slash after URL

like /social/test/  

 no /social/test  !

so it no 301

redirect convertng post to.get