Jump to content

Swift aka AnonyWS

Contributor
  • Posts

    146
  • Joined

  • Last visited

Everything posted by Swift aka AnonyWS

  1. Pretty sure IPB Are salting all passwords, so will take them quiet time to crack them >_>
  2. Oh wow awesome! Thanks, do i also have to rebulid cache? Since i tried it, and it was normall username with no effects.
  3. I'm myself a Playstation 3 Modder, i love technology. How much do you think i would get for it? O.o
  4. Because i know i can shut down your whole datacenter with 6milion pps.
  5. I'm currently owning the domain "ITModding.com" should i start a IT Modding forum, or sell that domain? It's a pretty top level domain if you ask me..
  6. Fine, give me your doamin and i'll confirm it if they are migrated in 30min or less. Most DDoS Protected hosting providers are charging $500/month for the 3gbps protection.. Godaddy has decent protection thought.
  7. Cloudflare aren't shit if you are using your brain. Most sites don't use their brains, and they get attacked because their DNS can be resolved easily. Put all your DNS Under the orange cloud, then the attacker has no IP Address to attack on. But now, he can attack you with HEADER Attack, which means to block that you'll need to put on "I'm under attack mode" then you can put the TTL on for one week. You should be pretty safe with that, if you are running a forum that sends out mails. You should considering using php mail so they can't gain your servers IP Address by looking up on the header information on your mail.. If you're already under a attack, do what i said above then change your server IP Address. That should stop it all! There is no need buying Cloudflare PRO Unless you are going to make custom error pages. Sorry, but lol. I talked with Phun about it, i managed to resolve the IP Address of the domain because he didn't put all hes DNS Under the orange cloud. I could easily ping mail.webflake.net in command prompt and get webflake's IP Address. However, that problem is fixed, if webflake ever gets attacked again he have to put on "I'm under attack mode" which should protect it against all kind of attacks such as HEADER/GET/POST. Sorry, but same answer as i already said. Put all the DNS under the orange cloud, so they can't resolve it. Use phpsendmail to send the mails so they can't get your real server IP Address. Put on "I'm under attack mode" And good luck to the so called "Hackers" i mean, ddosers.
  8. Right, i am on altus website. Should i order Sweden/Netherland/Luxemburg.. or are they all offshore?
  9. Download all your web directory files, then search with malwarebytes and find the files... might help D: and you obv have vurlns
  10. Right, my website has been a victim of DDoS Attacks today. I've installed cloudflare now, but when i install the cloudflare proxy dns over my "mail.domain.com" dns it won't send out mails to registrations? Do IP.Board support phpmail, so i dont need to send them from my server? i can use gmail if that is possible... as long as i don't use the "mail.domain.com" dns thanks
  11. Hello, i wonder if there is any application or hook that allow me to view my members IP History? This would be great to find leakers and people that share their VIP Accounts on my forum! Thanks.
  12. How can i remove "Hello $username" block? So it only shows the announcement.. here is the hook; <?xml version="1.0" encoding="utf-8"?> <hookexport> <hookdata> <config> <hook_name>(RC34) Welcome Guests Message</hook_name> <hook_desc>Display Few Welcome Message For your groups</hook_desc> <hook_author>-RAW-</hook_author> <hook_email>[email protected]</hook_email> <hook_website>[url="http-~~-//rawcodes.net"]http-~~-//rawcodes.net[/url]</hook_website> <hook_update_check/> <hook_requirements><![CDATA[a:3:{s:21:"required_applications";a:0:{}s:20:"hook_php_version_min";s:0:"";s:20:"hook_php_version_max";s:0:"";}]]></hook_requirements> <hook_version_human>6.0.0</hook_version_human> <hook_version_long>60000</hook_version_long> <hook_extra_data><![CDATA[a:5:{s:7:"display";a:3:{s:8:"settings";s:38:"Setting groups: Welcome Guest Messages";s:8:"language";s:45:"From core_public_global: wgm_guest, wgm_hello";s:9:"templates";s:55:"From skin_wgm: GroupsMSG, GuestMSG, StaffMSG, ZeroPosts";}s:13:"settingGroups";a:1:{i:0;s:6:"srdWGM";}s:8:"settings";a:9:{i:0;s:6:"wgm_gm";i:1;s:12:"wg_enable_gm";i:2;s:6:"wgm_mm";i:3;s:13:"wgm_mm_groups";i:4;s:6:"wgm_0p";i:5;s:13:"wgm_enable_0p";i:6;s:6:"wgm_sm";i:7;s:13:"wgm_sm_groups";i:8;s:9:"wgm_dobio";}s:8:"language";a:1:{s:18:"core_public_global";a:2:{i:0;s:9:"wgm_guest";i:1;s:9:"wgm_hello";}}s:9:"templates";a:1:{s:8:"skin_wgm";a:4:{i:0;s:9:"GroupsMSG";i:1;s:8:"GuestMSG";i:2;s:8:"StaffMSG";i:3;s:9:"ZeroPosts";}}}]]></hook_extra_data> <hook_key>ibmWGMhook</hook_key> <hook_global_caches/> </config> </hookdata> <hookfiles> <file> <hook_file_real>WGM.php</hook_file_real> <hook_type>templateHooks</hook_type> <hook_classname>WGM</hook_classname> <hook_data><![CDATA[a:8:{s:12:"dataLocation";s:0:"";s:14:"libApplication";s:0:"";s:15:"classToOverload";s:0:"";s:9:"skinGroup";s:11:"skin_global";s:12:"skinFunction";s:14:"globalTemplate";s:4:"type";s:2:"if";s:2:"id";s:15:"mainpageContent";s:8:"position";s:11:"pre.startif";}]]></hook_data> <hooks_source><![CDATA[<?php /********************************* * VirteQ Welcome Guests Message * Author : Amged Osman Aka Sacred * website: VirteQ.com * File: WGM.php * * File Updated By: -RAW- * Rawcodes.net * website: www.rawcodes.net *********************************/ class WGM { public $registry; public $member; public function __construct() { $this->registry = ipsRegistry::instance(); $this->DB = $this->registry->DB(); $this->settings =& $this->registry->fetchSettings(); $this->request =& $this->registry->fetchRequest(); $this->lang = $this->registry->getClass('class_localization'); $this->member = $this->registry->member(); $this->memberData =& $this->registry->member()->fetchMemberData(); } public function getOutput() { $this->registry->class_localization->loadLanguageFile( array( 'public_global' ) ); $classToLoad = IPSLib::loadLibrary( IPS_ROOT_PATH . 'sources/classes/text/parser.php', 'classes_text_parser' ); $parser = new $classToLoad(); /* Set up some settings */ $parser->set( array( 'parseArea' => 'core', 'memberData' => $this->memberData, 'parseBBCode' => 1, 'parseHtml' => 0, 'parseEmoticons' => 1 ) ); $this->settings['wgm_mm'] = $parser->display( $this->settings['wgm_mm'] ); $this->settings['wgm_sm'] = $parser->display( $this->settings['wgm_sm'] ); $this->settings['wgm_0p'] = $parser->display( $this->settings['wgm_0p'] ); $this->settings['wgm_gm'] = $parser->display( $this->settings['wgm_gm'] ); $ver = "6.0.0"; if ($this->memberData['member_id']) { $name = IPSMember::makeProfileLink( IPSMember::makeNameFormatted( $this->memberData['members_display_name'], $this->memberData['member_group_id'] ), $this->memberData['member_id'], $this->memberData['members_seo_name'] ); } else { $name = $this->lang->words['wgm_guest']; } //----------------- // Guest Message //----------------- if( !$this->memberData['member_id'] and $this->settings['wg_enable_gm'] == 1 ) { $OutPut .= $this->registry->output->getTemplate( 'wgm' )->GuestMSG($srd,$name); } //----------------- // Groups Message //----------------- if( in_array( $this->member->getProperty('member_group_id') , explode(',' ,$this->settings['wgm_mm_groups']))) { $OutPut .= $this->registry->output->getTemplate( 'wgm' )->GroupsMSG($srd,$name); } //----------------- // Zero Posts Message //----------------- if( $this->memberData['posts'] == 0 and $this->settings['wgm_enable_0p']== 1 AND $this->memberData['member_id']) { $OutPut .= $this->registry->output->getTemplate( 'wgm' )->ZeroPosts($srd,$name); } //----------------- // Staff Message //----------------- if( in_array( $this->member->getProperty('member_group_id') , explode(',' ,$this->settings['wgm_sm_groups']))) { $OutPut .= $this->registry->output->getTemplate( 'wgm' )->StaffMSG($srd,$name); } //----------------- // Globality //----------------- if ( $this->settings['wgm_dobio'] == 0 and $this->request['act'] != 'idx') { $OutPut = ''; } return $OutPut; } } ?>]]></hooks_source> </file> </hookfiles> <hookextras_settings> <setting> <conf_is_title>1</conf_is_title> <conf_title_title>(RC34) Welcome Guest Messages</conf_title_title> <conf_title_desc><![CDATA[Few Welcome Messages to be displayed globally depending on the member's group]]></conf_title_desc> <conf_title_noshow>0</conf_title_noshow> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_title_app>core</conf_title_app> <conf_title_tab>(RawCodes)</conf_title_tab> </setting> <setting> <conf_id>527</conf_id> <conf_title>Members With 0 Posts</conf_title> <conf_description>This Message will be displayed for members who did not make any posts yet!</conf_description> <conf_group>56</conf_group> <conf_type>editor</conf_type> <conf_key>wgm_0p</conf_key> <conf_value/> <conf_default/> <conf_extra/> <conf_evalphp/> <conf_protected>1</conf_protected> <conf_position>6</conf_position> <conf_start_group>Zero Posts Members</conf_start_group> <conf_add_cache>1</conf_add_cache> <conf_keywords/> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_is_title>0</conf_is_title> </setting> <setting> <conf_id>531</conf_id> <conf_title>Globality</conf_title> <conf_description>Display this hook ?</conf_description> <conf_group>56</conf_group> <conf_type>yes_no</conf_type> <conf_key>wgm_dobio</conf_key> <conf_value/> <conf_default>0</conf_default> <conf_extra/> <conf_evalphp/> <conf_protected>1</conf_protected> <conf_position>1</conf_position> <conf_start_group>Globality</conf_start_group> <conf_add_cache>1</conf_add_cache> <conf_keywords/> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_is_title>0</conf_is_title> </setting> <setting> <conf_id>528</conf_id> <conf_title>Enable 0 Posts Message</conf_title> <conf_description>Enable/Disable Message for members with 0 posts</conf_description> <conf_group>56</conf_group> <conf_type>yes_no</conf_type> <conf_key>wgm_enable_0p</conf_key> <conf_value/> <conf_default>1</conf_default> <conf_extra/> <conf_evalphp/> <conf_protected>1</conf_protected> <conf_position>7</conf_position> <conf_start_group/> <conf_add_cache>1</conf_add_cache> <conf_keywords/> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_is_title>0</conf_is_title> </setting> <setting> <conf_id>523</conf_id> <conf_title>Guests Message</conf_title> <conf_description>Will be displayed for guests only!</conf_description> <conf_group>56</conf_group> <conf_type>editor</conf_type> <conf_key>wgm_gm</conf_key> <conf_value/> <conf_default/> <conf_extra/> <conf_evalphp/> <conf_protected>1</conf_protected> <conf_position>2</conf_position> <conf_start_group>Messages For Groups</conf_start_group> <conf_add_cache>1</conf_add_cache> <conf_keywords/> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_is_title>0</conf_is_title> </setting> <setting> <conf_id>525</conf_id> <conf_title>Groups Message</conf_title> <conf_description>Message will be displayed for certain groups that you select!</conf_description> <conf_group>56</conf_group> <conf_type>editor</conf_type> <conf_key>wgm_mm</conf_key> <conf_value/> <conf_default/> <conf_extra/> <conf_evalphp/> <conf_protected>1</conf_protected> <conf_position>4</conf_position> <conf_start_group>Selected Groups Message</conf_start_group> <conf_add_cache>1</conf_add_cache> <conf_keywords/> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_is_title>0</conf_is_title> </setting> <setting> <conf_id>526</conf_id> <conf_title>Groups Message</conf_title> <conf_description>Groups who will see the message</conf_description> <conf_group>56</conf_group> <conf_type>multi</conf_type> <conf_key>wgm_mm_groups</conf_key> <conf_value/> <conf_default/> <conf_extra>#show_groups#</conf_extra> <conf_evalphp><![CDATA[if ($save == 1) { if (is_array($_POST['wgm_mm_groups'])) { $_POST['wgm_mm_groups'] = implode(',', $_POST['wgm_mm_groups']); } else { $_POST['wgm_mm_groups'] = ''; } $key = 'wgm_mm_groups'; } if ($show == 1) { $key = 'wgm_mm_groups[]'; }]]></conf_evalphp> <conf_protected>1</conf_protected> <conf_position>5</conf_position> <conf_start_group/> <conf_add_cache>1</conf_add_cache> <conf_keywords/> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_is_title>0</conf_is_title> </setting> <setting> <conf_id>529</conf_id> <conf_title>Staff Message</conf_title> <conf_description>Message Will be displayed for staff</conf_description> <conf_group>56</conf_group> <conf_type>editor</conf_type> <conf_key>wgm_sm</conf_key> <conf_value/> <conf_default/> <conf_extra/> <conf_evalphp/> <conf_protected>1</conf_protected> <conf_position>8</conf_position> <conf_start_group>Staff Message</conf_start_group> <conf_add_cache>1</conf_add_cache> <conf_keywords/> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_is_title>0</conf_is_title> </setting> <setting> <conf_id>530</conf_id> <conf_title>Staff Groups</conf_title> <conf_description>Select your staff groups</conf_description> <conf_group>56</conf_group> <conf_type>multi</conf_type> <conf_key>wgm_sm_groups</conf_key> <conf_value/> <conf_default/> <conf_extra>#show_groups#</conf_extra> <conf_evalphp><![CDATA[if ($save == 1) { if (is_array($_POST['wgm_sm_groups'])) { $_POST['wgm_sm_groups'] = implode(',', $_POST['wgm_sm_groups']); } else { $_POST['wgm_sm_groups'] = ''; } $key = 'wgm_sm_groups'; } if ($show == 1) { $key = 'wgm_sm_groups[]'; }]]></conf_evalphp> <conf_protected>1</conf_protected> <conf_position>9</conf_position> <conf_start_group/> <conf_add_cache>1</conf_add_cache> <conf_keywords/> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_is_title>0</conf_is_title> </setting> <setting> <conf_id>524</conf_id> <conf_title>Enable Guests Message</conf_title> <conf_description>Enable /Disable Message for guests</conf_description> <conf_group>56</conf_group> <conf_type>yes_no</conf_type> <conf_key>wg_enable_gm</conf_key> <conf_value/> <conf_default>1</conf_default> <conf_extra/> <conf_evalphp/> <conf_protected>1</conf_protected> <conf_position>3</conf_position> <conf_start_group/> <conf_add_cache>1</conf_add_cache> <conf_keywords/> <conf_title_keyword>srdWGM</conf_title_keyword> <conf_is_title>0</conf_is_title> </setting> </hookextras_settings> <hookextras_language> <language> <word_app>core</word_app> <word_pack>public_global</word_pack> <word_key>wgm_hello</word_key> <word_default>Hello</word_default> </language> <language> <word_app>core</word_app> <word_pack>public_global</word_pack> <word_key>wgm_guest</word_key> <word_default>Guest</word_default> </language> </hookextras_language> <hookextras_modules/> <hookextras_help/> <hookextras_templates> <templates> <template_group>skin_wgm</template_group> <template_content><![CDATA[<br /> <div id="category_wgmGRM" class="category_block block_wrap"> <h3 class="maintitle"> <a class="toggle right" href="#" title="{$this->lang->words['toggle_cat']}"> {$this->lang->words['toggle_cat']} </a> {$this->lang->words['wgm_hello']} {$name} </h3> <div class="ipsBox table_wrap"> <div class="ipsBox_container"> <table class="ipb_table"> <tr> <td> {$this->settings['wgm_mm']} </td> </tr> {$srd} </table> </div></div> </div> <br /> ]]></template_content> <template_name>GroupsMSG</template_name> <template_data><![CDATA[$srd='',$name='']]></template_data> <template_updated>1362874469</template_updated> <template_removable>1</template_removable> <template_added_to>1</template_added_to> <template_user_added>1</template_user_added> <template_user_edited>1</template_user_edited> <template_master_key>root</template_master_key> </templates> <templates> <template_group>skin_wgm</template_group> <template_content><![CDATA[<br /> <div id="category_wgmGUM" class="category_block block_wrap"> <h3 class="maintitle"> <a class="toggle right" href="#" title="{$this->lang->words['toggle_cat']}"> {$this->lang->words['toggle_cat']} </a> {$this->lang->words['wgm_hello']} {$name} </h3> <div class="ipsBox table_wrap"> <div class="ipsBox_container"> <table class="ipb_table"> <tr> <td> {$this->settings['wgm_gm']} </td> </tr> {$srd} </table> </div></div> </div> <br /> ]]></template_content> <template_name>GuestMSG</template_name> <template_data><![CDATA[$srd='',$name='']]></template_data> <template_updated>1362874061</template_updated> <template_removable>1</template_removable> <template_added_to>1</template_added_to> <template_user_added>1</template_user_added> <template_user_edited>1</template_user_edited> <template_master_key>root</template_master_key> </templates> <templates> <template_group>skin_wgm</template_group> <template_content><![CDATA[<br /> <div id="category_wgmSM" class="category_block block_wrap"> <h3 class="maintitle"> <a class="toggle right" href="#" title="{$this->lang->words['toggle_cat']}"> {$this->lang->words['toggle_cat']} </a> {$this->lang->words['wgm_hello']} {$name} </h3> <div class="ipsBox table_wrap"> <div class="ipsBox_container"> <table class="ipb_table"> <tr> <td> {$this->settings['wgm_sm']} </td> </tr> {$srd} </table> </div></div> </div> <br /> ]]></template_content> <template_name>StaffMSG</template_name> <template_data><![CDATA[$srd='',$name='']]></template_data> <template_updated>1362872674</template_updated> <template_removable>1</template_removable> <template_added_to>1</template_added_to> <template_user_added>1</template_user_added> <template_user_edited>1</template_user_edited> <template_master_key>root</template_master_key> </templates> <templates> <template_group>skin_wgm</template_group> <template_content><![CDATA[<br /> <div id="category_wgmZPM" class="category_block block_wrap"> <h3 class="maintitle"> <a class="toggle right" href="#" title="{$this->lang->words['toggle_cat']}"> {$this->lang->words['toggle_cat']} </a> {$this->lang->words['wgm_hello']} {$name} </h3> <div class="ipsBox table_wrap"> <div class="ipsBox_container"> <table class="ipb_table"> <tr> <td> {$this->settings['wgm_0p']} </td> </tr> {$srd} </table> </div></div> </div> <br /> ]]></template_content> <template_name>ZeroPosts</template_name> <template_data><![CDATA[$srd='',$name='']]></template_data> <template_updated>1362874553</template_updated> <template_removable>1</template_removable> <template_added_to>1</template_added_to> <template_user_added>1</template_user_added> <template_user_edited>1</template_user_edited> <template_master_key>root</template_master_key> </templates> </hookextras_templates> <hookextras_css/> <hookextras_replacements/> <hookextras_tasks/> <hookextras_database_create/> <hookextras_database_alter/> <hookextras_database_update/> <hookextras_database_insert/> </hookexport>
  13. LMAO, Well done bro.. I totally hate them, and they hate me. This is leakforums ELITE/SPONOSR Theme.. but keep ripping it
  14. It explains everything in the error message. Copy that to your host/manager and he should do it for you. If you are on a VPS and have WHM installed you can do it via PHP Configuration.
  15. how can i deactivate one when i cant even access admin cp?..
  16. http://www.pshomecentral.net/index.php I awards system via cPanel as .ZIP , extracted it into the correct dir's then that happend.. i didnt install it or anything.. any ideas? need it fixed asap D: http://www.pshomecentral.net/error_log.txt not sure if this caused it ^ here is form.php if it was the problem: http://pastebin.com/LDraYKvj I also can't access /admin, it says it dosent exist wtf. I'll pay $10 to the one that can fix it for me... PayPal!
  17. Is there any plugin/hook that allows me to set a minimum post ammount required to upload images @ IP.gallery? ty..
  18. Guess i can get somebody to modify it or something.. thanks.
  19. Hi. Is there an good article systems out there, that i can install on my IP.Board forum? I've heard of; - IP.Content (I have no clue how to modify it) - Portal (Looks great, but my competition site uses it)
  20. what do you define as nulled, removing the license error? heh
  21. I donated because i get alot of help on here. However, i haven't downloaded anything of the donator resources in the download section... I didn't find anything good yet.. here is a screenshot of it: hhhhhhhhhhhhhhhhhhhhhhhhhhhhh NO! Buy it and see <3 <3 <3
  22. I restored a backup, then the same thing happend again. Right, what the.. anyone? omfg.
×
×
  • Create New...