-
Posts
1,189 -
Credits
0 -
Joined
-
Last visited
-
Days Won
7 -
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by FirefoxAurora
-
Share [Blackfreeworld.com] Torrents Community
FirefoxAurora replied to TeenWolf's topic in Off-Topics
hahahaha :3 -
Share [Blackfreeworld.com] Torrents Community
FirefoxAurora replied to TeenWolf's topic in Off-Topics
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! -
Registration works fine, if you still have problem send me message in order to provide you an account with your details. Edit : You dont need to fill them on registration panel, you can avoid those informations.
-
He means on profile fields if there the icons are more than the default option view then under the icons will be a button to expand other options. Edittando message, puta stereotype, nice work :P
-
Ενταξει, τι να σου πω; οτι γνωριζα στο ειπα, απο εκει και περα δεν ξερω τι αλλο να σου πω.
-
Μηπως αυτο το spek σε τρολλαρει; δεν ειναι δυνατον να ειναι ολα 128.....
-
http://mp3fiber.com/Αυτο;
-
http://www.clipconverter.cc/gr/ Βγάλε την Αυτόματη Λειτουργία και διάλεξε τον Ρυθμός Μετάδωσης Bit. Πες μας αν κάνει δουλειά!
-
What Do You Think About Paypal & Receiving Donations?
FirefoxAurora replied to Karasu's topic in General Discussion [English]
Well... that's trully bad not for lineage server but the whole website's wich using paypal.. what about ebay? and such other website's?! Also when someone Donate means he give's something for FREE, on lineage 'they' made donate to take items, actually donation is i give something for free even that is money or something else. For example! When someone Donates 100€ to Unicef via paypal and that someone will refund that 100€ then Unicef must payback those 100€?! Dont think so... Also Donations (The politic of donation and not Donation from lineage) as i know they cannot refund..! Anyway, seems paypal goes to the end :P Thanks for info also! -
RNC Earth Destruction On Waterfall Castle [Guest : Dragon]
FirefoxAurora replied to FirefoxAurora's topic in Graphics/GFX Showcase
Dragon used from already exist wallpaper so.. :P -
RNC Earth Destruction On Waterfall Castle [Guest : Dragon]
FirefoxAurora replied to FirefoxAurora's topic in Graphics/GFX Showcase
Thanks MrPerfect20! -
RNC Earth Destruction On Waterfall Castle [Guest : Dragon]
FirefoxAurora replied to FirefoxAurora's topic in Graphics/GFX Showcase
First of all thanks for +1 :) About the details, the first 50% of image have the maximum Quality and the other half (50%) have half Quality! (combined PNG+JPG*•) About the 'smudge brush' on castle, well its not brush, actually i didnt used any custom brush on this 'showcase' but that 'thing' its a part of the sky, i paste it there cause i wanted to avoid the RIP of image :) (combined PNG+JPG*•) the first image it has been exported on PNG extension and the other half on JPG extension and i just combined them (also part of avoid RIP) Hey! Well all dragons have their dims, you and me and all others ofcouse can call this Dragon Huge-Small etc etc :) Thanks for comment also ^^ About the 'smudge brush' on castle, well its not brush, actually i didnt used any custom brush on this 'showcase' but that 'thing' its a part of the sky, i paste it there cause i wanted to avoid the RIP of image :) Thanks for comment also ^^ Lets take a look on PSD Meteor Effects : http://prntscr.com/544dd9 Brdige + Fire of Dragon : http://prntscr.com/544dmr Sky Effects : http://prntscr.com/544dz4 Skye Effect part2 : http://prntscr.com/544ell Castle Effects : http://prntscr.com/544e6v Sun Effects : http://prntscr.com/544egy Edit : Forgot to add the Color balance! Color Balance Midtones : http://prntscr.com/544skd Color Balance Highlights : http://prntscr.com/544ss8 That's all :) -
Y its ok it doesnt matter also about 'rule' y its great idea to make one... Something else, is there any chance to restore me the ability to change name? (If not doesnt mater, if you ask me what name i want to make it manually just forget it cause i dont know what name i want ^^) After your answer feel free to lock the topic, i think there will not be any answer from me. see ya around.
-
Today i renamed my Display Name to : ╭∩╮(︶︿︶)╭∩╮ But for unknow reason its back to old one. I need to know the main reason about that action (rename to old one) As i know there is no rules about rename. also... i restore my option to rename cause i lost it. (if that is possible)
-
Dat!
-
HAAHAHAHAHAHAHAHAHAHAHA so true :D
-
Ctrl+D Success :)
-
Muchas gracias amigo! wisp @Skype por favor :D
-
Ναι με τα 200 εξτρα ευρω που θα δωσω για εναν Ιντελ με λιγοτερες δυνατοτητες μπορω να παρω ενα v8cooler και να ληξει το θεμα στις δηθεν τοστιερες σας... (με 60ευρω)
-
Αφου λοιπον θες να φτιαξεις εναν υπολογιστη καθαρα και μονο για περνας την ωρα σου με τα παιχνιδια που σου αρεσουν τοτε καλο ειναι να δωσεις λιγο βαση σε αυτο που θα σου πω. Ποιος ο λογος να δωσεις αρκετα χρηματα για εναν Επεξεργαστη ι7? (Εκτος αν εχεις ηδη μητρικη που περνει μονο ι7) Σε περιπτωση που ηδη εχεις την μητρικη καλό θα ηταν να μας πεις τι socket ειναι. Δες λιγο τα κοματια που θα σου βαλω απο κατω. Μητρικη : http://www.e-shop.gr/gigabyte-990xa-ud3-retail-p-PER.526085 (Αυτην εχω και ειναι πραγματικα ΤΕΡΑΣ! rev3.0) Επεξεργαστη : http://www.e-shop.gr/amd-fx-4350-42ghz-4-core-box-p-PER.559653 Καρτα γραφικων : http://www.e-shop.gr/gigabyte-geforce-gtx750-ti-gv-n75toc-2gi-2gb-gddr5-pci-e-retail-p-PER.516494 SSD : http://www.e-shop.gr/kingston-skc300s37a-60g-ssdnow-kc300-60gb-25-ssd-sata3-p-PER.345395 (μονο για λογισμικο!) Σκληρος Δισκος : http://www.e-shop.gr/western-digital-wd5000hhtz-500gb-velociraptor-sata3-p-PER.304595 (Ακριβως αλλα σαν ssd!) Μνημες Ραμ : (Εδω θα ξεφυγουμε λιγο απο τα κλασσικα και θα σε παω σε κατι που πραγματικα αξιζει!) http://www.radeonmemory.com/performance_series.php ( Series-8GB ) Γιατι λοιπον να παρεις αυτα τα κοματια;;; Μητρικη : 1: Αξιζει γιατι εχεις 3slot για καρτες γραφικων 2: 4 slot για μνημες που μπορεις να βαλεις εως 2000Mhz (σε O.C) χωρις OC τοτε εισαι στα 1886! 3: Εως 32GB μνημη Ραμ --- Επεξεργαστης : AMD?! Ναι! AMD! Αρκετα καλοι εως αψογοι! 4πυρηνες ομως..? Ε λοιπον να σου πω πως και 6 πυρηνες να εχεις αν δεν εχεις αρκετα Ghz (παραδειγμα απο 3,5 και ανω) τοτε δεν κανεις δουλεια.. Εδω λοιπον με αυτον τον επεξεργαστη εχεις 4 πυρηνες και.. 4,2 Ghz! Να τονισω πως... οσα ποιο πολλα Ghz εχεις τοσο πιο ξεκουραστα δουλευει ο επεξεργαστης... --- Καρτα Γραφικων : Φθηνη και μετρια. Οπως ειδες... 128-bit (οπως ολες δηλαδη) Αλλα εχει δυνατο Core Clock και GDDR5 μνημη --- SSD : 60αρης για να βαλεις τα windows σου μεσα αντε και κανα 2-3 προγραμματα (μικρα) --- Σκληρος δισκος : Western Digital... Ενα ονομα που κακως το εχουν με κακη φημη.. 10.000 ταχυτητα δισκου! σε 6gb/s SATA! Πολυ γρηγορος που θα παιζεις τα παιχνιδια σου χωρις "Lags" --- Μνημη Ραμ : AMD! Αυτες εχω και εχω... πραγματικα τις αγαπω παρα πολυ! Δεν μασανε τιποτα! 1886 Mhz και αντε γεια..! Αυτα απο εμενα.... Προς του αλλους.... Αν δω οτι δεν σας αρεσουν αυτα που εγραψα και θελετε ετσι απλα να δειξετε μουρη τοτε να πατε σε εναν καθρεπτη και να δειξετε εκει την μουρη σας. Δεν θα μπω στην διαδηκασια να απαντησω τα αρνητικα σας σχολια.
-
Stalone will buy new car even new house.. the problem is.. you sell your cars and houses to make stalone powerfull. Have fun kids. you flame him but you give him food ;)
-
Updated!
- 77 replies
-
- WE ARE STRONGER
- WE ARE BALANCED
- (and 7 more)