http://203.104.248.135/kcs/sound/titlecall/c/07.mp3
http://203.104.248.135/kcs/sound/kc#ship_id/[1-37].mp3
http://203.104.248.135/kcs/ships/#ship_id.swf?VERSION=1
| // cl.exe /Ox /GA /LD winscard.cpp | |
| // winscard.cpp Put the following files in the same folder: | |
| // Crypto.cpp, Crypto.h, Decoder-ECM.cpp, Decoder.h, Global.h | |
| // Keys.cpp, Keys.h, Keyset.cpp, Keyset.h | |
| // You should modify "Size" in Decoder-ECM.cpp l42 to "Size-3" | |
| #include <Windows.h> | |
| #define htons htons_ | |
| #define ntohs ntohs_ | |
| #include "Crypto.cpp" |
| みすって取得したアカウントです。(全部凍結されている) | |
| 垢消しスクリプトがあれば開放したいのですが、誰かください。 | |
| この中でもし必要なアカウントがありましたら凍結解除申請をして、解除次第譲渡します。 | |
| aau0 | |
| aa0b | |
| aa0c | |
| aa0f | |
| aa0g | |
| aa0i |
| 最終更新日: | |
| [12-23-01:28:08] | |
| ae0c | |
| ae0d | |
| ae0e | |
| ae0f | |
| ae0g | |
| ae0h | |
| ae0i | |
| ae0j |
| package ws.temp.dustcode; | |
| import java.util.LinkedList; | |
| import android.app.Activity; | |
| import android.os.Bundle; | |
| import android.view.LayoutInflater; | |
| import android.view.View; | |
| import android.view.ViewGroup; | |
| import android.widget.AdapterView; |
| package ws.temp.dustcode; | |
| import android.app.Activity; | |
| import android.os.Bundle; | |
| import android.view.View; | |
| import android.view.View.OnClickListener; | |
| import android.view.ViewGroup; | |
| import android.widget.ArrayAdapter; | |
| import android.widget.Button; | |
| import android.widget.EditText; |
| package ws.temp.dustcode; | |
| import android.app.Activity; | |
| import android.content.Intent; | |
| import android.os.Bundle; | |
| import android.view.View; | |
| import android.view.View.OnClickListener; | |
| import android.widget.Button; | |
| import android.widget.EditText; |
| package ws.temp.dustcode; | |
| import android.app.Activity; | |
| import android.content.Context; | |
| import android.os.Bundle; | |
| import android.support.v4.view.PagerAdapter; | |
| import android.support.v4.view.ViewPager; | |
| import android.view.LayoutInflater; | |
| import android.view.Menu; | |
| import android.view.View; |
| <?php | |
| class AccountSearch{ | |
| public $account_list = array(); | |
| public function checkAccount($name = array(), $single = false){ | |
| $url = array(); | |
| $falg = array(); | |
| foreach ($name as $value) { |
| <?php | |
| /** | |
| * Smarty {get_page_info} function plugin | |
| */ | |
| function smarty_function_get_page_info($param, &$smarty){ | |
| //var_dump($param["page"]); | |
| //現在のページ数からどのくらいの範囲のページを詳細に表示するか | |
| //例:5の場合、手前は現在のページからdetailの半分の値で小数点以下切り捨てで、この場合2こ表示する。 | |
| // 奥はdetailの数だけ表示するので、この場合4こ表示する。 |