Jump to content

Recommended Posts

Posted

http://blackfreeworld.com/
Hello everyone,

We are happy to announce that we start our new community for download torrents.

Some days after [piratebay.se] was closed by police officers we decided to support Admin of [Piratebay.se]

So we make this forum to upload torrents.

You can read rules of forum in announcements category.

MOVIES ARE FREE

MUSIC IS FREE

PROGRAMS IS FREE

Greedings,

Evergreen xHope

 

Posted (edited)

 

http://blackfreeworld.com/

Hello everyone,

We are happy to announce that we start our new community for download torrents.

Some days after [piratebay.se] was closed by police officers we decided to support Admin of [Piratebay.se]

So we make this forum to upload torrents.

You can read rules of forum in announcements category.

MOVIES ARE FREE

MUSIC IS FREE

PROGRAMS IS FREE

Greedings,

Evergreen xHope

 

With a nulled version of 3.4.6 Invision Power Board  you cant support someone... your forum will close in a few days...

 

Edit :

 

2: Parse error: syntax error, unexpected '(', expecting '{' in /home/a1815578/public_html/hooks/shoutboxGlobalJs_898b31a420d8dfcce7bf18a5704a6872.php on line 2

 

2: Fatal error: Class 'public_forums_extras_legends' not found in /home/a1815578/public_html/hooks/reportTrollSpam_function_0215fef6431fa93a4a2a353790150712.php on line 3

 

3: class groupColorUserLink_search extends skin_search(~id~) { function asForumTopics($data) { $topicc = IPSMember::load( $data['starter_id'] ); $lastp = IPSMember::load( $data['last_poster_id'] ); $starter = IPSMember::makeNameFormatted( $data['starter_name'], $topicc['member_group_id'] ); $lastposter = IPSMember::makeNameFormatted( $data['last_poster_name'], $lastp['member_group_id'] ); $data['starter'] = IPSMember::makeProfileLink($starter , $data['starter_id'] , $topicc['members_seo_name']); $data['last_poster_id'] = IPSMember::makeProfileLink($lastposter, $data['last_poster_id'], $lastp['members_seo_name']); return parent::asForumTopics($data); } }

 

4 : class groupColorUserLink_reps extends skin_global_other(~id~) { public function reputationPopup( $reps ) { if ( is_array( $reps ) AND count( $reps ) ) { foreach( $reps as $_rid => $_rdata ) { $reps[ $_rid ]['member']['members_display_name'] = IPSMember::makeNameFormatted( $_rdata['member']['members_display_name'], $_rdata['member']['member_group_id'] ); } } return parent::reputationPopup( $reps ); } }

 

5 : class groupColorUserLink_modteam extends skin_stats(~id~) { function group_strip($group='', $members=array(), $pagination='') { foreach($members as $info) { $info['members_display_name'] = IPSMember::makeNameFormatted( $info['members_display_name'], $info['member_group_id'] ); } return parent::group_strip($group, $members, $pagination); } }

 

6 : class groupColorUserLink_memberList extends skin_mlist(~id~) { public function member_list_show( $members, $pages="", $dropdowns=array(), $defaults=array(), $custom_fields=null, $url='' ) { $_replaceNames = array(); if ( is_array( $members ) and count( $members ) ) { foreach( $members as $id => $member ) { $members[ $id ]['members_display_name'] = IPSMember::makeNameFormatted( $member['members_display_name'], $member['member_group_id'] ); $_replaceNames[ sprintf($this->lang->words['users_photo'], $member['members_display_name']) ] = sprintf($this->lang->words['users_photo'], $members[ $id ]['members_display_name']); $_replaceNames[ sprintf( $this->lang->words['member_has_x_rep'], $member['members_display_name'], $member['pp_reputation_points']) ] = sprintf( $this->lang->words['member_has_x_rep'], $members[ $id ]['members_display_name'], $member['pp_reputation_points']); } } $return = parent::member_list_show( $members, $pages, $dropdowns, $defaults, $custom_fields, $url ); if ( is_array( $_replaceNames ) AND count( $_replaceNames ) ) { foreach( $_replaceNames as $replace => $search ) { $return = str_replace( $search, $replace, $return ); } } return $return; } }

 

7 : class groupColorUserLink_forumIndexTopics extends skin_forum(~id~) { function topic($data, $forum_data, $other_data, $inforum) { $lastp = IPSMember::load( $data['last_poster_id'] ); $lastposter = IPSMember::makeNameFormatted( $data['last_poster_name'], $lastp['member_group_id'] ); $data['last_poster'] = IPSMember::makeProfileLink( $lastposter, $data['last_poster_id'], $lastp['members_seo_name']); return parent::topic($data, $forum_data, $other_data, $inforum); } function forumIndexTemplate($forum_data, $announce_data, $topic_data, $other_data, $multi_mod_data, $sub_forum_data, $footer_filter, $active_user_data, $mod_data, $inforum=1) { if ( $forum_data['sub_can_post'] == 0 ) { return parent::forumIndexTemplate($forum_data, $announce_data, $topic_data, $other_data, $multi_mod_data, $sub_forum_data, $footer_filter, $active_user_data, $mod_data, $inforum); } foreach($announce_data as &$adata) { $adata['member_name'] = IPSMember::makeNameFormatted( $adata['member_name'], $adata['member_group_id'] ); } return parent::forumIndexTemplate($forum_data, $announce_data, $topic_data, $other_data, $multi_mod_data, $sub_forum_data, $footer_filter, $active_user_data, $mod_data, $inforum); } }

 

8 : Fatal error: Class 'admin_forums_forums_moderator' not found in /home/a1815578/public_html/hooks/groupColorUserLink_fmoderators_e321edd32907e01d5e3b607b07521230.php on line 3

 

9 : class groupColorUserLink extends shoutboxGlobalJs { function userHoverCard($member=array()) { $groupCache = ipsRegistry::cache()->getCache('group_cache'); /* Already got the formatting? => taken from "(TB) Group Format 4.1.1" */ if ( ( $groupCache[ $member['member_group_id'] ]['prefix'] && stripos( $member['members_display_name'], $groupCache[ $member['member_group_id'] ]['prefix'] ) !== FALSE ) || ( $groupCache[ $member['member_group_id'] ]['suffix'] && stripos( $member['members_display_name'], $groupCache[ $member['member_group_id'] ]['suffix'] ) !== FALSE ) ) { return IPSMember::makeProfileLink( $member['members_display_name'], $member['member_id'], $member['members_seoname'] ); } $member['members_display_name'] = IPSMember::makeNameFormatted( $member['members_display_name'], $member['member_group_id'] ); return parent::userHoverCard($member); } }

 

10 : Fatal error: Class 'public_forums_forums_forums' not found in /home/a1815578/public_html/hooks/dp3_fi_forumsClassActionOverloader_548061272556fa7c0501ce9258d84b27.php on line 17

 

11 : Fatal error: Class 'public_forums_forums_boards' not found in /home/a1815578/public_html/hooks/dp3_fi_boardsClassActionOverloader_ac4461c33c6c3b6232442529350f7307.php on line 17

 

I can sumbit much more errors if you want.

Good luck btw with your forum.. you gonna need it!

Edited by FirefoxAurora
  • 3 weeks later...
Guest
This topic is now closed to further replies.


  • Posts

    • Honestly, I think L2ETINA is worth keeping an eye on again. With the new team coming in, it feels like there’s finally some fresh energy around the project. They’ve got skilled people working on it now, and from what I’ve seen, they’re actually focused on bringing the project back to life and expanding it instead of just making empty promises. I also like the transparency so far. They’re communicating with the community and being open about what they’re working on and where they want to take L2ETINA. Obviously, there’s still a lot to prove and nobody can predict how things will turn out. But compared to before, I’m definitely more optimistic about the project now. I’m going to keep watching the progress and see what the new team can deliver. So far, I like the direction they’re taking.
    • [RED-TEAM REVERSECODE]LINEAGE2 ESSENCE SAMURAI CROW 542 KR [DEVMODE works tested100%pv+sv+nv] ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE  SAMURAI CROW 542 EU [UPDATE 09.12.2025][LANG:EUROPE-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [unpacked  RED-TEAM REVERSECODE-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯   ================================================== ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE  SAMURAI CROW 547 KR [UPDATE 27.01.2026][LANG:KOREAN-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [unpacked  RED-TEAM REVERSECODE-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ ================================================== LINEAGE2 Server War: Age of the Legion Protocols:558 [UPDATE 17 03 2026][LANG:KOREAN-ORIGINAL] ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ [MAIN] LINEAGE2   Server War: Age of the Legion 558 KR [UPDATE 11 03 2026]][LANG:KOREAN-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [unpacked  RED-TEAM REVERSECODE-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯   ================================================== [REVERSECODE RED-TEAM]L2 ESSENCE Echo of Elements 557 EU[UPDATE 15.04.2026][LANG:EUROPE-ORIGINAL] ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE Echo of Elements 557 EU [UPDATE 15.04.2026][LANG:EUROPE-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [unpacked  RED-TEAM REVERSECODE-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ ================================================== [REVERSECODE RED-TEAM]L2 ESSENCE Echo of Elements 557 EU[UPDATE 20.04.2026][LANG:EUROPE-ORIGINAL] ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE Echo of Elements 557 EU [UPDATE 20.04.2026][LANG:EUROPE-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [ unpacked  REVERSECODE RED-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE Celestial Destiny 563 EU [UPDATE 28.07.2026][LANG:EUROPE-ORIGINAL] Clean System Patch Lineage 2 Martial Art: Dragon Attacks the Heavens Unpack NCGuard (Anti-Tamper Protected)  Core.dll + Engine.dll + NWindow.dll super clean 100% [ unpacked  REVERSECODE RED-TEAM ] [ Kill game guard ][ Kill FROST ][ LCID FIX ] [ Kill AwesomiumProcess ] + DEVMODE works tested 100% pv+sv+nv [SELL WTS PM ME ] ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ new products in development updates information [MAIN] IRON MASTERS Protocols:591 KR [UPDATE 25.08.2026][LANG:KOREAN-ORIGINAL] ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ in my profile there is a link to my discord group  we write all the questions there - if you are interested in something ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯   PATCH DEVELOPER LABORATORY  REVERSECODE  RED-TEAM  Service Creating Full Clean Patched Systems  Unreal Scripts / Reverse Enginering / Game Client Modifications Portfolio Discord Group https://discord.gg/56EuZyFJj2   ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯   [  A large selection of Products In our group at the link in the Discord   ] DO NOT LEAVE POSTS IN THIS SECTION IF YOU HAVE ANY QUESTIONS, CONTACT US IN THE DISCORD AND ASK YOUR QUESTIONS. ( prices are shown in green text in the first post ) You can also write in a private message. ( pm forum personal messgame ) those who write about non-existent goods or write insults will be denied services.      
    • 🚀 Full suite available: ChatGPT Plus, Gemini Pro, Claude, Cursor, and Canva Pro with instant automated setup!
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..