Answers By Mario XP

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

Question: got an error message how to solve this

Mario XP answered a question by danish muzaffar
I would suggest to uninstall and reinstall real player. This should solve the problem.

Question: How to open .uif file? Seems that Daemon tools cannot understand it

Mario XP answered a question by Drexp
I had this situation once. .uif image file can be opened with MagicISO program (http://www.magiciso.com/download.htm) it's not free, but with demo version you can extract your files and save them to HDD.

Question: DDR2 667MHZ vs. 800MHZ

Mario XP answered a question by neoneo
But if you motherboard supports 800Mhz, so why would you want to put 667MHZ RAM? I thing there is no noticeable difference in price.

Question: BUX programs really pay

Mario XP answered a question by saggygenius
Pennies. I wouldn't even bother to try.

Question: virtualbox - opensource alternative to vmware

Mario XP answered a question by localhost8080
I never tried virtualbox - is it as good as vmware? Now I am using wmware server with console which is actually free (you need to register to get a reg code). Well other opensource applications are obviously forefox, openoffice, Gimp, Programmers notepad, 7-zip. These are great projects that can substitute commercial ones.
Page 1 of 41234»