Alternative title/s:
Phantom Master - Dark Hero From Ruined Empire
Blade of the Phantom Mask
Shin Angyou Onshi
Shin Angyou Onsi
Genres: Adventure, Fantasy
Plot Summary:
The Amen Osa were secret agents of the king of Jushin. But when Jushin is destroyed, only one Amen Osa remains, Moonse. One day, Moonse meets a traveler named Monlyon in the desert, and after hearing his story goes to rescue Monlyon's Fiancé...
Fansub: AnimeHaven & Shining-Fansubs
Format: MKV / Dual Audio (Japanese & Korean) w/ English Subs / 697MB
Links removed.
Cool anime :-)
Shin Angyo Onshi
Simple Machines Forum 1.1.2 Hacks
Note: I used UNIX linefeeds and had trailing spaces removed. So just do the same when you want to compare sources.
1. anonym.to hack
Anonymize your outgoing HTTP/FTP links using anonym.to service. Internal links (i.e. links having your forum URL as part of the target address) are excluded. Supports [URL] and [FTP] BBCodes, and plainly-typed URLs.
http://www.megaupload.com/?d=VJ1AYIIG
Posted by reeky at 12:12 PM 2 comments
Labels: Other
Catblue: Dynamite (ONA)
Episodes: ?
Genres: Action, Fantasy
Plot Summary:
A girl who goes by "Blue" has cat ears and a tail and the ability to see ghosts. When two friends get caught up in a mob race to find a missing Sinatra tape that has some evidence on it, Blue uses her cat-like abilities and afterlife connections to help out her new friends. The odds are stacked against them but Blue never quits on a job she starts.
Format: AVI / Dubbed / 190MB
Screenshots (check bottom page)
Episode #05: Stranger in the Alley [1]
Part 1: http://www.megaupload.com/?d=QN4WVRDV
Part 2: http://www.megaupload.com/?d=2RTQ3G0Y
[1] Only 1 episode has been released so far (?) [ AniDB ] but I didnt find it hanging at all :-\
phpBB 3.0.RC1 Hacks
I'd be surprised if these still work in RC2 :-)
1. Quick Reply MOD
Adds Quick Reply with the smilies [ Preview ] box. Only subsilver2 was modified in this version and this has NOT been submitted as an official MOD to the phpBB Group. Do a source compare instead, which you should always be doing. Needs some further editing of the template if you want it to look the same in most browsers.
Update:
You might want to comment/remove line #49 of:
\styles\subsilver2\template\editor.jsso it wont set the focus to the <textarea> on page load using IE (checked on 6.0). Thanks to Haynes for noticing :-)
http://www.megaupload.com/?d=3CJAK0MS
2. anonym.to hack
Anonymize your outgoing links using anonym.to service.
Update:
Internal links (i.e. links having your forum URL as part of the target address) are excluded.
File to edit: \includes\functions.php
Function to edit: make_clickable_callback()
Search for:
Add this line directly above it:
Search for:
And replace with:
3. Spoiler BBCode (so not really a hack)
Adds a spoiler bbcode ala-AnimeSuki [ Preview ]
BBCode usage:
HTML replacement:
<div class="quotetitle"><strong>Spoiler:</strong> <input type="button" value=
"Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick=
"if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }" />
</div>
<div class="quotecontent">
<div style="display: none;">{TEXT1}</div>
</div>
</div>
Help line:
Display on posting page:
Posted by reeky at 7:10 AM 0 comments
Labels: Other
Bypassing MU country slots limitation
Update: Apparently this method doesnt seem to work anymore starting from v1.0.8.3 :-\ I'll edit this entry if I can figure out what MU is up to ;-)
Picked this up from devilsadvocate and I wanted to try for myself but didnt work for me. Maybe MU changed the UserAgent string and that's what we'll find out ;-)
Downloaded the toolbar (CRC32: 10FD2986) but installed through Sandboxie so I wont actually install it but be contained in a sandbox. Now we fire regedit to see any registry settings made by the toolbar and we see this which modifies IE's (I'm using 6.0) UserAgent string. Cool, now go to this key (I'm on XP):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform
Make sure you close any instances of IE, create a new string value and name it MEGAUPLOAD 2.0. You could check what you did and make sure that it shows that string somewhere in the HTTP_USER_AGENT field. So now it works.
But what about Firefox? Now we go back to our sandbox and we see a java archive (.JAR) being copied onto the Firefox profile dir. We must open/extract to see its contents and WinRAR would do just fine. We see 3 dirs but we're only interested in the content dir. What we must do when we see this upon opening installer.js will be apparent if you understand a bit of javascript and that is to append the string ;MEGAUPLOAD 1.0 (notice the semi-colon at start). So open Firefox (I'm using 2.0.0.4) and type in the address bar:
about:config
You'll see a bunch of settings but we're only interested in one. Search for general.useragent.extra.firefox, modify it (you could also do some basic browser spoofing here) and append the string we found above making mine:
Firefox/2.0.0.4;MEGAUPLOAD 1.0
Now it works.
For Opera (I'm using 9.21), type in the address bar:
opera:config
Now in the Quick Find input box, type:
isp
Now in the results list, click on ISP and enter MEGAUPLOAD 1.0. Click Save and you're done.
So if you're ridden w/ country slots limitation, either you do the above or install the toolbar. But unless you want your statistics being submitted to MU, ads(?) from Yahoo, then the above methods would be better. But how about other browsers and OSes? Not sure. What you could do is spoof the UserAgent by installing tools like Privoxy (free) or Ad Muncher (shareware), etc. And be aware that MU might change this again in the future.
Posted by reeky at 11:55 AM 0 comments
Expandable Posts :)
Saw this in Da-Anime's Blog added by serly and I think it makes long posts neat by not expanding them by default. I would have used that but the "expanded" posts open on new windows and the other one she linked to which expands inline is cool but I decided to make my own to better suit my needs: lesser overhead as it loads smaller, inline javascript code (view this page's source to see), no 3rd party image embeds either and no need to modify the template body aside from adding the javascript in the header and/or the style of the button. It's not much but I'm happy with it :-)
Example:
http://reeeeeky.blogspot.com/
Posted by reeky at 11:00 AM 0 comments
Labels: Archive
TubeHunter Ultra v1.7
Knew about this from YongQing and I think it's a neat app.
Downloads videos and music from hundreds of media-hosting websites, e.g. YouTube, IMEEM, etc. (for an exact list of supported websites, check this page) and converts them (using ffmpeg) to various multimedia formats.
Info: http://www.neoretix.com/
Tip: The keygen copies the serial to your clipboard so simply paste it onto the serial box w/c pops up after some seconds you run the main program.
Update: This keygen only works on the installer I have provided and not on other released builds starting from 7/5/2007 w/c you can download from the official website. Thanks to Neotric for the heads up! :-)
Update: Changed download link... again.