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

    • LIVE VERIFICATION? SUMSUB? “IMPOSSIBLE”? ▪ Spoiler: it is possible — if you know who to work with. A client came in with a task to pass **live verification** on **WantToPay**, a Telegram virtual card service. On the platform side — **Sumsub**: liveness check, SMS, manual review. “Fast” and “by eye” simply don’t work here. › What was done: → analyzed the verification scenario and Sumsub requirements → built the correct flow: phone number, email, timing → **completed live verification remotely, without account handover** → handled SMS and confirmation codes → brought the process to final approval ▪ Result: → verification passed → access granted → no flags or repeat requests ▪ Live verification is not luck. It’s scenario-based preparation — not hope. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +6RAKokIn5ItmYjEx ) *All data is published with the client’s consent.* #verification #sumsub #livecheck #kyc #case
    • IMPORTANT INFO: In a few days, I will switch to completely new code, written from scratch with a new download system, patch building and management system. The Updater will become true 2026 code with "foolproof systems". I'm going to create a Discord server for customers to request new ideas and features. FIRST CUSTOMERS ARE ALREADY USING THE NEW UPDATER ON LIVE SERVERS! Watch this topic for upcoming info because the new updater is around the corner! Yes, you can still use self-update on the previous updater! No, the new updater won't be compatible with the old patch system! A new build is required, but players who already have game files won't have to download the entire patch again! New templates and updates to existing templates are coming soon! Sneak peek:  
    • i used guytis IL project and source. i found in his project there are 3 Client version source... 1,CliExt_H5   --->this one cant be compiled in VS2005,i did know why..is it for H5 client? 2,CliExtNew  --->this one is IL version ,but when i compiled it and use it.player cant login game,MD5Checksum wrong.i check the source code,but not found any hints. 3,L2Server    --->this one for HB client?im not sure...   so my question is what are the differences between these three versions of cliext.dll?how can i fix the issue of the MD5Checksum not matching problem?   01/29/2026 21:04:11.366, [CCliExt::HandleCheckSum] Invalid Checksum[1130415144] vs [-721420287] packet[dd] len[29] sum[2698] key[30] HWID[] Account[]! 01/29/2026 21:04:11.366, SocketLimiter::UserSocketBadunknownprotocol 11111111111 01/29/2026 21:04:11.366, [usersocket]unknown protocol from ip[113.137.149.115]!      
    • ## [1.4.1] - 2026-01-29   ### ✨ New Features - **Short Description**: Server owners can add a short tagline (up to 240 characters) on the server info page, under the "Online" status. It appears in the server list (By Votes) for VIP, Gold VIP, and Pinned servers so players see a brief summary at a glance.   ### 🔄 Improvements - **Server Info Page**: Description field is limited to 3000 characters with a character counter; the textarea is vertically resizable. A second **Save Changes** button was added at the bottom (after the description) for easier saving. - **Server Name**: In My Servers → Edit, the server name is read-only and can no longer be changed (avoids accidental changes and naming conflicts). - **Server Rows (By Votes)**: Short descriptions wrap correctly and no longer affect row height; long text is clipped to two lines so the list stays tidy and consistent.   ---
  • 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..