ShrinktheWeb Account Problem @ 2012 March 2012-03-21 18:19
/ / /
ShrinktheWeb Account Problem @ 2012 March
1. What is "Account Problem" Symptom
=> Things works good until March 10~20, 2012; you will see "Account Problem" at most thumbnails.
=> Usually happened at FREE account via preview page; According to STW::Brandon, "It is likely a browser cache problem.".
2. How to resolve/workaround?
=> Add a session key after "pagepix.js"
e.g. Original PHP code
| 引言回覆: |
|
$web_tb_str = '<script type="text/javascript" src="http://www.shrinktheweb.com/scripts/pagepix.js"></script>'; |
e.g. NEW PHP code
| 引言回覆: |
|
$session_key = time(); /* or uniqid() */ $web_tb_str = '<script type="text/javascript" src="http://www.shrinktheweb.com/scripts/pagepix.js?'.$session_key.'"></script>'; |
Ref: http://www.shrinktheweb.com/
STW-account-problem.jpg
________________
美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀



