User Profile

user
User Points: 170
Joined:
Thursday 28th of July 2011 12:50:46 PM
Display Name:
Mario XP
Interests:
Computers, Games, Psychology, Horror Movies, Films
Occupation:
PHP Developer
Location:
London, UK

My Points

A summary of Mario XP's most recent points transactions.

Points Description Updated
-10 Article was deleted Thu Dec 15 2011 @ 8:36:34
10 Posted a new article. Thu Dec 15 2011 @ 8:35:45
10 Posted a new article. Thu Dec 15 2011 @ 8:32:59
1 answer was liked by Spartan Warrior Wed Dec 14 2011 @ 18:48:50
1 answer was liked by Spartan Warrior Wed Dec 14 2011 @ 15:58:21
To view all Mario XP point transactions click here.

My Answers

A summary of Mario XP's most recent answers.

    user

    Question: Will an N Wireless USB Network adapter work on a G Network ?

    Mario XP answered a question by Spartan Warrior

    Yes it should be backwards compatible however to run at N-Speeds you'll need to upgrade your network router.

    user

    Question: My LiveDrive Doesn't Update Anymore ?

    Mario XP answered a question by Spartan Warrior
    Just a follow up on this as I ended up having a similar problem with my Livedrive too. Livedrive support is terrible I opened a few tickets with them and no response even though they promise a response within 24 hours. Anyway I got to the bottom of the problem and here is the solution. Every LiveDrive installation creates a folder on your C:/ drive called LD. It might be hidden on yours so make sure you're logged in as admin and can view hidden files. This folder has all types of configs and the cache for Livedrive. 1.) Delete this folder 2.) Restart your PC 3.) Re-Install Livedrive 4.) Problem Solved. Hope this helps all of you LiveDrivers :)
    user

    Question: My LiveDrive Doesn't Update Anymore ?

    Mario XP answered a question by Spartan Warrior
    Can you be more specific about the error ? Are you possibly missing a DLL file or has some other part of the installation become corrupt ? Try the link below if you're getting DLL errors ? http://www.dllerrors-fix.com/dllerrors/Livedrive.exe.html
    user

    Question: Wordpress WP_Rewrite Help ?

    Mario XP answered a question by Spartan Warrior
    There's a couple of ways of doing this, but the main actions and filters you need to user are below: add_filter( 'query_vars', 'your_function_query_vars' ); add_action( 'generate_rewrite_rules', 'your_function_generate_rules' ); function your_function_generate_rules( $wp_rewrite ) { $new_rules = array(); $new_rules ['^your-page/([^/]+)/([^/]+/)/?$'] = 'your-page.php?user=' . $wp_rewrite->preg_index(1) . '&id=' . $wp_rewrite->preg_index(2); $wp_rewrite->rules = $new_rules + $wp_rewrite->rules; } function your_function_query_vars( $public_query_vars ) { $public_query_vars[] = 'user'; $public_query_vars[] = 'id'; return $public_query_vars; } The above can go into your functions.php or plugin files. Either way it does what you ask. You'll have to play around with the regular expressions to rewrite it the way you like. I did it so that you'd have urls like: /your-page/spartan/12/ Hope that helps.

    Question: Google Chrome wants to be installed on new komputers

    Mario XP answered a question by Drexp
    I have just tried google chrome (dont know why I didn't earlier). It really feels smooth and handy browser. As I cannot be tied to one broser I will add it's shortcut to desktop - I still have sites to visit that don't work on Firefox - only on IE. Who knows - maybe chrome will change that :D
To view all Mario XP answers click here.

My Questions

A summary of Mario XP's most recent questions.

To view all Mario XP questions click here.

My Articles

A summary of Mario XP's most recent articles.

To view all Mario XP articles click here.