This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $hooks = array( | |
| //Members | |
| 'member_do_register_end' => array('type' => 'user', 'get' => 'signup', 'isallowed' => '', 'friendlyname' => 'New member registration'), | |
| 'member_activate_accountactivated' => array('type' => '', 'isallowed' => '', 'friendlyname' => 'New member activated'), | |
| 'member_do_login_end' => array('type' => 'login', 'get' => 'last', 'isallowed' => '', 'friendlyname' => 'User logged in'), //TODO: Is user hidden? | |
| 'member_logout_end' => array('type' => '', 'isallowed' => '', 'friendlyname' => 'User logged out'), //TODO: Is user hidden? | |
| //Reputation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ grep '.\{140\}' posterous-hostname-list.txt | |
| abilify-without-a-prescription-online-with-overnight-delivery---prescription-abilify-cod---buy-generic-abilify-without-prescription-4.posterous.com | |
| abilify-without-prescription-overnight-shipping---order-abilify-no-visa-without-rx---buy-abilify-online-without-prescription-9.posterous.com | |
| abilify-without-rx-medications---purchase-abilify-without-prescription-to-ship-overnight---generic-abilify-without-prescription-2.posterous.com | |
| asdjfh9pu823498uoahsdfiouh289734yrt9h2i34uthfkjhsdivfh9784368901-9584yuuthoi1uh42kjrthoiaugsefo8723y8975602873t650uy1g23o4iuthiujhaskjdfh93847096213409785y0918y4iouhkjahsd.posterous.com | |
| blognosebannedatnmkbvetubannedfrgoszawyxbanneduhvlpvcliybannedvtikodjdrcbannedkbngeudavzbannedrymeiwfczebannedddifbjhgbr-bannedqjuwikehnb.posterous.com | |
| cheap-abilify-next-day-delivery---order-abilify-without-prescription-from-us-pharmacy---buy-abilify-online-without-prescription-5.posterous.com | |
| clubbing-did-girl-girl-girl-i-in-licking-life-little-little-lit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!-- | |
| _ _____ _ | |
| \`,"" ,'7"r-..__/ \ | |
| ,'\ `, ,',',' _/ \ | |
| / \ 7 / / ( \ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| groups: | |
| default: | |
| default: true | |
| permissions: | |
| - modifyworld.* | |
| - lwc.protect | |
| - worldguard.region.list.own | |
| - worldguard.region.info.* | |
| - worldguard.region.select.own.* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain("broniesaustralia.com.au") { | |
| /* Only affects admin panel */ | |
| #template { | |
| font-family: monospace !important; | |
| font-size: 13px !important; | |
| } | |
| /* MUFFINS! */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| while : | |
| do | |
| curl -o /dev/null --url http://posterous.com/ >/dev/null 2>&1 | |
| rc=$? | |
| T="$(date +%H:%M:%S)" | |
| if [[ $rc != 0 ]] ; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| foreach ($array as $item): | |
| ?> | |
| <li>Item: <?=$item;?></li> | |
| <?php | |
| endforeach; | |
| ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysql> show profile; | |
| +--------------------------------+----------+ | |
| | Status | Duration | | |
| +--------------------------------+----------+ | |
| | starting | 0.000014 | | |
| | Waiting for query cache lock | 0.000002 | | |
| | checking query cache for query | 0.000068 | | |
| | checking permissions | 0.000002 | | |
| | checking permissions | 0.000001 | | |
| | checking permissions | 0.000001 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select `p`.`nid` AS `nid`,`h`.`hid` AS `hid`,`h`.`name` AS `hookname`,`h`.`type` AS `type`,`p`.`dateline` AS `dateline`,`bau_forum`.`u`.`uid` AS `uid`,`bau_forum`.`u`.`username` AS `username`,`bau_forum`.`u`.`usergroup` AS `usergroup`,`bau_forum`.`u`.`displaygroup` AS `displaygroup`,`bau_forum`.`u`.`avatar` AS `avatar`,`post`.`fid` AS `fid`,`post`.`tid` AS `tid`,`t`.`subject` AS `thread_subject`,`post`.`pid` AS `post_id`,`post`.`subject` AS `post_subject` from `bau_forum`.`mybb_proactivity_log` `p` join `bau_forum`.`mybb_proactivity_hooks` `h` join `bau_forum`.`mybb_users` `u` join `bau_forum`.`mybb_posts` `post` join `bau_forum`.`mybb_threads` `t` left join `bau_forum`.`mybb_proactivity_hidden` `hide` on(((`bau_forum`.`hide`.`hid` = `h`.`hid`) and (`bau_forum`.`hide`.`uid` = '297'))) left join `bau_forum`.`mybb_proactivity_hide_threads` `hide_thread` on(((`bau_forum`.`hide_thread`.`tid` = `post`.`tid`) and (`bau_forum`.`hide_thread`.`uid` = '297'))) left join `bau_forum`.`mybb_proactivity_hide_forums` `hide_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo apt-get update | |
| sudo apt-get install -y build-essential lua5.1 liblua5.1-0-dev python python-setuptools python-dev git-core openssl libssl-dev python-pip rsync gcc make git tmux htop | |
| pip install --user seesaw | |
| git clone https://github.com/ArchiveTeam/xanga-grab.git | |
| cd xanga-grab | |
| ./get-wget-lua.sh | |
| # Start downloading with: |