linussolo
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP125] Broken on WP 3.0 RC1is there anyone actively developing this plugin?
Forum: Alpha/Beta/RC
In reply to: WP 3 MultiSite, changed url, broken blogsWhoops, I forgot to change $base on wp-config.php
So if someone happen to read there this is the correct way to move your wp 3.0 multisite from /path to /
-change 2 values in wp-config.php
-change value in .htaccess redirect
-modify every reference in the database from /path to / being careful about leaving everything in the same format of before
-also remember to change external plugins paths (bbpress for example)Forum: Themes and Templates
In reply to: footer in base64… how decrypt it?hm, i tried your method otto but my encypted footer also contains gzipinflate and i don’t seem to be able to decode it.
here it is, thank you in advance if you can help:<?php echo(gzinflate(base64_decode(“bZJNb+MgEIbPza8YceiHVEOlSpW2cYiibqoeuqtq5fsKm7FBxWABXiv59SX+0LZVfDAwzDzzAu+W50zqf/N/BenL0wy03JCgJZbCkyl8biuLriNLbb7tVAfaVqaXCNfF/tfb667Yv+2KF6BA2FxDUxa5WcP2G7YyIoQNqYwnX9TM8HlYBNTORVykfYtmrdD2s+qOX1auO6whL/mTM87XvYFXXSMUClvMWclBYtCNRQnlAXIBymO9ISrG7pGxYRiociFq21CLMYtY0VIfCf+9L7Ji/wQv02bOBAdXn61vhI9olegDVehDRGOSUt9bGaoUpRIJf0YfdZMyRYP2BKPQinSXtUdMuh7PguuxaAQ7fHdCegwBbQKyhaguRd+adR/QjxKFlWdR89kyZ422SEVkra6865KcwGpthT2izRo0kr17lDoi8yKdalrcPvxIHf/8D4y9lj5Xn/pEhdFZDPcPd7RyLSu9GwKmF8ZM+GOiXvGfGmF3moNPFztmn3A5677YYvHF6uJist/Q/Z1McD1ZLL2tk4fTqGJr+OoD”))); ?>