Jump to content
  • Sign Up

hermit101

Apprentice
  • Posts

    59
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hermit101

  1. Thank you lock down ,to save opening another thread asking how could i do the same but for the subforums page and profile page please
  2. Hi all , I have added a custom section to my board as pictured below (class disscussions) and made a forum section for each and linked each section to the custom content and hidden the ipb ones from view leaving people still able to post etc , is there some code i can add to make my custom section only viewable on the board index ? as currently it shows on any page *EDIT Nvm i relised what i was doing wrong xD ,like a noob i was adding it to the global template and not the board index template ...solved !
  3. Hi All can some body help me out please ,i'm converting/ripping a skin atm and it's my first proper one and more of a self teach project ,I'm trying to learn what to do correctly but have found myself stuck with trying to add a custom logged in and logged out area to the header bar could someone please show me exactly where i should be placing this in the global template please maybe with this added in place and linked back via pastebin if possible please,It's the last piece to finish the skin would be ideal to have some help if i may Logged In <div class="logged_in_bar member-side-left"> <div class="avatar"> <span></span> <img src='{$this->memberData['pp_small_photo']}' alt="{parse expression="sprintf($this->lang->words['users_photo'],$this->memberData['members_display_name'])"}" class='ipsUserPhoto ipsUserPhoto_mini photo' /> </div> <div class="info"> <p> Welcome back, <font color="#e9ac35"> {$this->memberData['members_display_name']} </font> ! </p> <div class="coints"> <span id="gold_c"> <if test="messengerlink:|:$this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0"> <a data-clicklaunch="getInboxList" href='{parse url="app=members&amp;module=messaging" base="public"}' title='{$this->lang->words['your_messenger']}'> <div></div> </a> {$this->memberData['msg_count_new']}, </if> </span> <span id="silver_c"> <a data-clicklaunch="getNotificationsList" href="{parse url="app=core&amp;module=usercp&amp;area=notificationlog" base="public"}" title="{$this->lang->words['notifications_at_the_top']}"> <div></div> </a> {$this->memberData['notification_cnt']} </if> </span> </div> <ul id='admin_bar' class='ipsList_inline left'> <if test="showacplink:|:$this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link']"> <li> <a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}' target="_blank">{$this->lang->words['login_to_acp']}</a> </li> </if> <li><a href="{parse url="app=core&amp;module=modcp" base="public"}" title='{$this->lang->words['gbl_modcp_link_title']}'>{$this->lang->words['gbl_modcp_link']}</a></li> <if test="rclink:|:$this->memberData['access_report_center'] && $this->memberData['_cache']['report_num'] > 0"> <li class='active'> <a href="{parse url="app=core&amp;module=reports&amp;do=index" base="public"}" title='{$this->lang->words['view_reports']}'>{$this->memberData['_cache']['report_num']} {$this->lang->words['report_member_bar']}</a> </li> </if> </ul> </if> <!-- <div class="vote-now-ico"><a href="#"><span id="ic… --> </div> <ul class="acc-menu"> <li> <a id="acc-panel" <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> <span></span> <p></p> </a> </li> <li class="not-voted-yet-effect"> <div></div> </li> <li> <a id="vote" href="#"> <span></span> <p></p> </a> </li> <li> <a id="buy-coins" href="#"> <span></span> <p></p> </a> </li> <li> <a id="store" href="#"> <span></span> <p></p> </a> </li> <li> <a id="logout" href="{parse url="app=core&amp;module=global&amp;section=login&amp;do=logout&amp;k={$this->member->form_hash}"> <span></span> <p></p> </a> </li> </ul> </div></div> logged out <div class="membership-holder"> <div class="membership-bar"> <div class="search"> <form id="search" method="get" action="#"> <input type="text" title="Search for keywords" maxlength="128" name="keywords"></input> <input type="submit" value=""></input> </form> </div> <div class="search"> <form id="search" method="get" action="#"> <input type="text" title="Search for keywords" maxlength="128" name="keywords"></input> <input type="submit" value=""></input> </form> </div> <div class="member-side-left"> <ul class="not-logged-menu"> <li class="login-home"> <a id="login" href="#"> <p></p> <span></span> </a> </li> <li class="register-home"> <a id="register" href="#"> <p></p> <span></span> </a> </li> </ul> <div class="bonus-m-links"> <a href="#"> Frequently Asked Questions </a> <a href="#"> Connection Guide </a> </div> </div>
  4. Hi All , wondered if some kind person would mind making me a nav bar please ,I would like one made in the same shape and width as the heroeswow.info one but with no logo in it ,i would like to add my own logo in the center space (which should be covered all the way across) where logo would be and darker than image below maybe a grungy greyish similar to the current nav bar image,ty sort of thing i want please Current Nav bar Tabs names will be as in the top image please
  5. you legend <3 got it fixed n1 for the pointers dude could still do with a little help if i can when u get home ,just a couple of silly little things im spinning myself out on lol and nearly finished look ,really chuffed with what ive managed so far being a total code noob xD
  6. ok m8 n1 i will leave it until your home else no doubt i will mess something else up xD
  7. ok added a pastebin link to what i added and where (added the cms code after member logged in and not logged in ) ****removed by op
  8. Hi All , I'm currently doing my first skin rip which is of Warcry CMS but have ran across a issue i'm struggling to get my head around and would greatly apreciate some help with it before i pull all my hair out lol i have the CMS installed here *************** (removed by op) and my IPboard link for the skin rip is here **************************(removed by op) The problem i am stuck with is the login bar and getting it to match up to the CMS ,i can make it so the logged in area looks the same and the coins are replaced by messages and notifactions and the account links to the logged in members profile ,but when logged out its all messed up and i am making myself dizzy looking at the code and what i should be putting where in the css and so forth ,could some kind sould please help me out here when logged in after adding the cms code to global template and css when logged out after adding the code to global template (weirdly it shows as guest logged in even after signing out ) How it should look when logged out
  9. Not working for me http://prntscr.com/4655qs
  10. hermit101

    Question WF SKIN ?

    This new skin is fantasic ,I really like it great work Phun
  11. does not work , gives a database error when i try to install hook and doesnt install tried on 2 different board installs :/
  12. @Lock Down you legend !!! that solved the problem right away ,thank you so much it was really bugging me
  13. {parse js_module="board"} {parse variable="sidebar_enabled" default="$show_side_blocks"} <if test="boardIndexTop:|:true"></if> <div id='board_index' class='ipsLayout <if test="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withright</if> ipsLayout_largeright clearfix <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">no_sidebar</if>'> <div id='categories' class='ipsLayout_content clearfix'> <!-- CATS AND FORUMS --> <if test="cats_forums:|:is_array( $cat_data ) AND count( $cat_data )"> <foreach loop="categories:$cat_data as $_data"> <if test="cat_has_forums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )"> <div id='category_{$_data['cat_data']['id']}' class='category_block block_wrap'> <h3 class='maintitle'> <a class='toggle right' href='#' title="{parse expression="sprintf( $this->lang->words['toggle_cat'], IPSText::striptags( IPSText::htmlspecialchars($_data['cat_data']['name'] ) ) )"}">{parse expression="sprintf( $this->lang->words['toggle_cat'], $_data['cat_data']['name'] )"}</a> <a href="{parse url="showforum={$_data['cat_data']['id']}" seotitle="{$_data['cat_data']['name_seo']}" template="showforum" base="public"}" title='{parse expression="sprintf( $this->lang->words['view_cat'], IPSText::striptags( IPSText::htmlspecialchars($_data['cat_data']['name'] ) ) )"}'>{$_data['cat_data']['name']}</a> </h3> <div class='ipsBox_container'> <table class='ipb_table' summary="{$this->lang->words['forums_in_cat']} '{$_data['cat_data']['name']}'"> <tr class='header hide'> <th scope='col' class='col_c_icon'>&nbsp;</th> <th scope='col' class='col_c_forum'>{$this->lang->words['cat_name']}</th> <th scope='col' class='col_c_stats stats'>{$this->lang->words['stats']}</th> <if test="canSeeLastInfoHeader:|:$this->memberData['gbw_view_last_info']"><th scope='col' class='col_c_post'>{$this->lang->words['last_post_info']}</th></if> </tr> <!-- / CAT HEADER --> <foreach loop="forums:$_data['forum_data'] as $forum_id => $forum_data"> <if test="forumRedirect:|:$forum_data['redirect_on']"> <tr class='redirect_forum' id='f_{$forum_data['id']}'> <td class='col_c_icon'> <img src='{$this->settings['img_url']}/f_redirect.png' /> </td> <td <if test="canSeeLastInfoRedirect:|:$this->memberData['gbw_view_last_info']">colspan='2'</if> class='col_c_forum'> <h4><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'>{$forum_data['name']}</a></h4> <p class='desc'>{$forum_data['description']}</p> </td> <td class='desc'> <ul class='last_post ipsType_small'> <li class='desc lighter'><em>{parse format_number="$forum_data['redirect_hits']"} {$this->lang->words['rd_hits']}</em></li> </ul> </td> </tr> <else /> <tr class='<if test="hasUnreadClass:|:$forum_data['_has_unread']">unread</if>'> <td class='col_c_icon'> <if test="hasUnread:|:$forum_data['_has_unread']"> <a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=forum&amp;forumid={$forum_data['id']}&amp;returntoforumid={$this->request['f']}&amp;i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'><img src='{$this->settings['img_url']}/f_icon.png' /></a> <else /> <img src='{$this->settings['img_url']}/f_icon_read.png' /> </if> </td> <td class='col_c_forum'> <h4> <if test="hasQueuedAndCanSeeIcon:|:!empty($forum_data['_has_queued_and_can_see_icon'])"> <a href='{parse url="showforum={$forum_data['id']}&amp;modfilter=unapproved" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}' title='{$this->lang->words['view_unapproved']}' class='ipsBadge ipsBadge_orange' data-tooltip="{parse expression="sprintf( $this->lang->words['f_queued'], $forum_data['queued_topics'], $forum_data['queued_posts'])"}" style='vertical-align: top'>{$this->lang->words['f_queued_badge']}</a> </if> <a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'>{$forum_data['name']}</a> </h4> <p class='desc __forum_desc ipsType_small'>{$forum_data['description']}</p> <if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']"> <br /> <strong>Sub Forums:</strong> <ol class='subforums1'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> </ol> <ol class='subforums2'> <if test="showSubForumsLit:|:$__data[3]"> </foreach> </ol> <ol class='subforums3'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> </ol> <ol class='subforums'> <if test="showSubForumsLit:|:$__data[3]"> <li class='newposts'> <else /> <li> </if> <a href="{parse url=" showforum={$__data[0]} " seotitle="{$__data[2]} " template="showforum " base="public "}" title='{$this->lang->words[' go_to_forum ']}'>{$__data[1]}</a> </li> </foreach> </ol> </if> </td> <td style="width: 7%;"> <span class="statsNumber">{$forum_data['topics']}</span> <span class="statsText">{$this->lang->words['topics']}</span> </td> <td style="width: 7%;"> <span class="statsNumber">{$forum_data['posts']}</span> <span class="statsText">{$this->lang->words['replies']}</span> </td> <if test="canSeeLastInfo:|:$this->memberData['gbw_view_last_info']"> <td class='col_c_post'> <if test="hideLastInfo:|:$forum_data['hide_last_info']"> <ul class='last_post ipsType_small'> <li class='desc lighter'><em>{$this->lang->words['f_protected']}</em></li> </ul> <else /> <if test="hideTopicInTitle:|:$forum_data['_hide_last_date']"> {parse template="userSmallPhoto" group="global" params="array('member_id' => $forum_data['last_poster_id'], 'members_seo_name' => $forum_data['seo_last_name'], 'pp_small_photo' => $forum_data['pp_small_photo'], 'alt' => '' )"} <else /> {parse template="userSmallPhoto" group="global" params="array('member_id' => $forum_data['last_poster_id'], 'members_seo_name' => $forum_data['seo_last_name'], 'pp_small_photo' => $forum_data['pp_small_photo'], 'alt' => sprintf( $this->lang->words['bindex_userphoto_alt'], $forum_data['last_title'], $forum_data['members_display_name'] ) )"} </if> <ul class='last_post ipsType_small'> <if test="!$forum_data['last_id']"> <li class='desc lighter'><em>{$this->lang->words['f_none']}</em></li> <else /> <li> {$forum_data['last_topic_title']} </li> <if test="lastPosterID:|:$forum_data['last_poster_id']"> <li>{$this->lang->words['by']} {parse template="userHoverCard" group="global" params="$forum_data"}</li> </if> <if test="hideDateUrl:|:$forum_data['_hide_last_date']"> <li class='desc lighter blend_links'>{parse date="$forum_data['last_post']" format="DATE"}</li> <else /> <li class='desc lighter blend_links'><a href='{parse url="showtopic={$forum_data['last_id']}&amp;view=getlastpost" base="public" template="showtopic" seotitle="{$forum_data['seo_last_title']}"}' title='{$this->lang->words['view_last_post']}'>{parse date="$forum_data['last_post']" format="DATE"}</a></li> </if> </if> </ul> </if> </td> </if> </tr> </if> </foreach> </table> </div> <br /> </div> </if> </foreach> </if> </div> <if test="sideBarEnabled2:|:$this->templateVars['sidebar_enabled']"> <div id='index_stats' class='ipsLayout_right clearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>> <foreach loop="side_blocks:$side_blocks as $block"> {$block} </foreach> </div> <a href='#' id='toggle_sidebar' title='{$this->lang->words['toggle_sidebar']}' data-closed="{$this->lang->words['_laquo']}" data-open="&times;">&nbsp;</a> </if> </div> <script type='text/javascript'> //<![CDATA[ var markerURL = ipb.vars['base_url'] + "app=forums&module=ajax&section=markasread&i=1"; // Ajax URL so don't use &amp; var unreadIcon = "<img src='{$this->settings['img_url']}/f_icon_read.png' />"; <if test="markercatforums:|:is_array( $cat_data ) AND count( $cat_data )"> <foreach loop="markercategories:$cat_data as $_data"> <if test="markerhasforums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )"> <foreach loop="markerforums:$_data['forum_data'] as $forum_id => $forum_data"> <if test="markernotredirect:|:!$forum_data['redirect_on']"> <if test="markerhasunread:|:$forum_data['_has_unread']"> ipb.global.registerMarker( "forum_img_{$forum_data['id']}", "{$forum_data['img_new_post']}", markerURL + "&forumid={$forum_data['id']}" ); </if> </if> </foreach> </if> </foreach> </if> //]]> </script> any idea where here it might be ?
  14. Hi All ,Basically a bit of a problem with my subforums on my new skin and im not sure how to resolve it and wondered if some kind soul could help me out please ,ok example picture of a set of my subforums When ever i click a subforum the link it goes to is broken in terms of spaces for example but if i copy the link from the browser tab and paste it ,it comes out like below with %20 where the spaces are showing http://www.fragzonegaming.co.uk/index.php?/%20forum/129%20-fz-homefront-cracked%20/ it should be showing for example this with no spaces http://www.fragzonegaming.co.uk/index.php?/forum/129-fz-homefront-cracked/ Can someone tell me what i need to edit to fix this issue please Kind Regards Hermit101
  15. Version 1.0

    163 downloads

    [img]http://s29.postimg.org/3z67um9kn/image.jpg[/img] [for use with custom sidebar blocks] [color=#282828][font=helvetica]Add an "Active Users" block with the following settings[/font][/color] [color=#282828][font=helvetica]This block requires some custom block templates, so first download the hook and[/font][/color][color=#282828][font=helvetica] extract it, and import the [/font][/color]CSBActiveUsersTemplates[color=#282828][font=helvetica].xml file from ACP->Manage Hooks[/font][/color] [color=#282828][font=helvetica]Then create a new Custom Sidebar Block with the following data:[/font][/color] [color=#282828][font=helvetica]Name: Active Users[/font][/color] [color=#282828][font=helvetica]Enabled : Yes[/font][/color] [color=#282828][font=helvetica]Hide From Main Custom Block: Depends on where you want it[/font][/color] [color=#282828][font=helvetica]Full Image Name: user.png (or whatever you wish as long as it is in the proper directory and your reference it)[/font][/color] [color=#282828][font=helvetica]Enable RAW HTML/JS mode: No[/font][/color] [color=#282828][font=helvetica]Enable PHP Mode: Yes[/font][/color] [color=#282828][font=helvetica]Use Table/Border/Title/Image?: Yes[/font][/color] [color=#282828][font=helvetica]Remove Ability for User to Collapse Block? Up to you[/font][/color][code=auto:0] $active = array( 'TOTAL' => 0 , 'NAMES' => array(), 'GUESTS' => 0 , 'MEMBERS' => 0 , 'ANON' => 0 , ); if ( $this->settings['show_active'] ) { if( !$this->settings['au_cutoff'] ) { $this->settings['au_cutoff'] = 15; } //----------------------------------------- // Get the users from the DB //----------------------------------------- $cut_off = $this->settings['au_cutoff'] * 60; $time = time() - $cut_off; $rows = array(); $ar_time = time(); if ( $this->memberData['member_id'] ) { $rows = array( $ar_time.'.'.md5( microtime() ) => array( 'id' => 0, 'login_type' => substr( $this->memberData['login_anonymous'], 0, 1), 'running_time' => $ar_time, 'seo_name' => $this->memberData['members_seo_name'], 'member_id' => $this->memberData['member_id'], 'member_name' => $this->memberData['members_display_name'], 'member_group' => $this->memberData['member_group_id'], 'cns_prefix' => (ipsRegistry::$settings['cns_on']) ? $this->memberData['cns_prefix'] : "", 'cns_suffix' => (ipsRegistry::$settings['cns_on']) ? $this->memberData['cns_suffix'] : "" ) ); } if (ipsRegistry::$settings['cns_on']) { $customNameStyleJoin = array( 0 => array( 'select' => 'pp.cns_prefix, pp.cns_suffix', 'from' => array( 'profile_portal' => 'pp' ), 'where' => "s.member_id = pp.pp_member_id", 'type' => 'left', ) ); } $this->DB->build( array( 'select' => 's.id, s.member_id, s.member_name, s.seo_name, s.login_type, s.running_time, s.member_group, s.uagent_type', 'from' => array( 'sessions' => 's' ), 'where' => "running_time > {$time}", 'add_join' => $customNameStyleJoin ) ); $this->DB->execute(); //----------------------------------------- // FETCH... //----------------------------------------- while ( $r = $this->DB->fetch() ) { $rows[ $r['running_time'].'.'.$r['id'] ] = $r; } krsort( $rows ); //----------------------------------------- // cache all printed members so we // don't double print them //----------------------------------------- $cached = array(); foreach ( $rows as $result ) { $last_date = $this->registry->getClass('class_localization')->getDate( $result['running_time'], 'TINY' ); //----------------------------------------- // Bot? //----------------------------------------- if ( isset( $result['uagent_type'] ) && $result['uagent_type'] == 'search' ) { /* Skipping bot? */ if ( ! $this->settings['spider_active'] ) { continue; } //----------------------------------------- // Seen bot of this type yet? //----------------------------------------- if ( ! $cached[ $result['member_name'] ] ) { $active['NAMES'][] = IPSMember::makeNameFormatted( $result['member_name'], $result['member_group'], $result['cns_prefix'], $result['cns_suffix'] ); $cached[ $result['member_name'] ] = 1; } else { //----------------------------------------- // Yup, count others as guest //----------------------------------------- $active['GUESTS']++; } } //----------------------------------------- // Guest? //----------------------------------------- else if ( ! $result['member_id'] OR ! $result['member_name'] ) { $active['GUESTS']++; } //----------------------------------------- // Member? //----------------------------------------- else { if ( empty( $cached[ $result['member_id'] ] ) ) { $cached[ $result['member_id'] ] = 1; $result['member_name'] = IPSMember::makeNameFormatted( $result['member_name'], $result['member_group'], $result['cns_prefix'], $result['cns_suffix'] ); if ( $result['login_type'] ) { if ( $this->memberData['g_access_cp'] ) { $active['NAMES'][] = "<a href='" . $this->registry->getClass('output')->buildSEOUrl( "showuser={$result['member_id']}", 'public', $result['seo_name'], 'showuser' ) . "' title='$last_date'>{$result['member_name']}</a>*"; $active['ANON']++; } else { $active['ANON']++; } } else { $active['MEMBERS']++; $active['NAMES'][] = "<a href='" . $this->registry->getClass('output')->buildSEOUrl( "showuser={$result['member_id']}", 'public', $result['seo_name'], 'showuser' ) ."' title='$last_date'>{$result['member_name']}</a>"; } } } } $active['TOTAL'] = $active['MEMBERS'] + $active['GUESTS'] + $active['ANON']; $this->users_online = $active['TOTAL']; } $this->lang->words['active_users'] = sprintf( $this->lang->words['active_users'], $this->settings['au_cutoff'] ); return $this->registry->output->getTemplate('boards')->customSidebarBlockActiveUsers($active); [/code]
  16. hermit101

    Bundlestars

    Hi All ,thought i would share this site i've been using for a while now ,i'm sure most of you have all ready heard of the HumbleBundle website ,bundlestars is very similar but is for games only no crappy offers for stuff like ebooks etc lol ,the bundles generally last for 30 days for each bundle and they have multiple bundles running all the time http://www.bundlestars.com/all-bundles/
  17. Desktop ,unless you would be just using it for webbrowsing and light dutys ,laptops will get outdated quickly sure you can upgrade the ram add a SSD etc but your screwed if you game with it and within a year or so you can't play the latest games at good settings because you gpu is outdated ,at least with a desktop you can upgrade when needed with any parts and costs a lot less
  18. Version 1.0

    295 downloads

    [img]http://s16.postimg.org/g90opymfp/pc_Ej_Owj.png[/img] A hook to show [b]Online users [/b]/ [b]Total posts[/b] / [b]Total Topics[/b] / [b]Total Members [/b]counts on Forum Index sidebar [img]http://community.invisionpower.com/filestore/public/style_emoticons/default/smile.png[/img] Please read "Readme.txt" file for installation instruction
  19. Hi All , Sniper Elite V2 is free on steam for 24hours ,claim it and keep it forever http://store.steampowered.com/app/63380/ Enjoy !
  20. i picked some parts on partpicker http://pcpartpicker.com/p/bKfXnQ takes you over the $1000 budget ($1395 with mail in rebate etc) but you could knock the price down on the case for a cheap and nasty one , also if you dont plan to overclock at all you could sacrifice the h100i for a evo 212 air cooler and the platinum 80+ certified psu for a cheaper bronze, also a budget mouse and budget backlit keyboard along with changing the 240 evo ssd to a 120 evo would likely take you down to $1000ish
  21. Intel are great CPU's (not including celeron's .../spit lol ) ,my last intel gaming rig was a i5 3570k oc'd to 4.5ghz on a Z77 Fatality and was great for gaming and other tasks unfortunatly had to sell the rig recently due to financal problems ,so for the first time since owning a phenom 9550BE back in the day lol ,i have gone the AMD route again to save some money ,currently running a FX 8350 on a sabertooth 990FX and tbh i was quite surprised how good it actually is and am very happy with it (surprised myself as i'm a bit of a intel fanboy) it will certainly do until i can afford a upgrade to a topend i7 system anyways
  22. Cyberpower, Kitguru. Gigabyte and IN-Win have joined forces and are currently hosting a contest to win a £1366 gaming pc atm ,http://splur.gy/r/6pPFl/r/2LTmMM0Hc6s some runner up prizes as well ,legit competition 14 days left until it is over ,thought i would share as might interest some here ,good luck all !
×
×
  • Create New...