Title: dvalin's Replies | WordPress.org

---

# dvalin

  [  ](https://wordpress.org/support/users/dvalin/)

 *   [Profile](https://wordpress.org/support/users/dvalin/)
 *   [Topics Started](https://wordpress.org/support/users/dvalin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dvalin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dvalin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dvalin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dvalin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dvalin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/dvalin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dvalin/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/dvalin/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Product Key's plugin ?](https://wordpress.org/support/topic/product-keys-plugin/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/product-keys-plugin/#post-2205198)
 * I never did, I always meant to try and code something myself, but never found
   the time for it, and we just continued to deliver keys via e-mail which is a 
   real pitty.
 * To be honest I had forgotten about this post, and I do have some free time so
   I might give it another crack at some point.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [site url not working as it should.](https://wordpress.org/support/topic/site-url-not-working-as-it-should/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/site-url-not-working-as-it-should/#post-2271027)
 * Ah yeah that works, just one thing.
 * going to [http://cruel-gaming.com](http://cruel-gaming.com) works a treat now.
   
   but [http://something.cruel-gaming.com](http://something.cruel-gaming.com) redirects
   to the blog sign up but it passes [http://www.something](http://www.something)
   instead of something if you know what I mean.
 * I dont actually have blog sign ups on at the moment but was planning to turn 
   them back on once i had all this mess sorted out.
 * oh and thanks btw.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [site url not working as it should.](https://wordpress.org/support/topic/site-url-not-working-as-it-should/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/site-url-not-working-as-it-should/#post-2270944)
 * oh you will see I tried a redirect but that didnt work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [site url not working as it should.](https://wordpress.org/support/topic/site-url-not-working-as-it-should/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/site-url-not-working-as-it-should/#post-2270943)
 * here is my .htaccess in /
 *     ```
       # Switch rewrite engine off in case this was installed under HostPay.
       RewriteEngine Off
   
       SetEnv DEFAULT_PHP_VERSION 5
   
       DirectoryIndex index.cgi index.php
   
       redirect cruel-gaming.com http://www.cruel-gaming.com
   
       # BEGIN WordPress
       #<IfModule mod_rewrite.c>
       #RewriteEngine On
       #RewriteBase /
       #RewriteRule ^index\.php$ - [L]
       #RewriteCond %{REQUEST_FILENAME} !-f
       #RewriteCond %{REQUEST_FILENAME} !-d
       #RewriteRule . /index.php [L]
       #</IfModule>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
   
       # add a trailing slash to /wp-admin
       RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
       RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
       # END WordPress
       ```
   
 * Im running wordpress installed in / and I have multisite on with another two 
   blogs one in dev.cruel-gaming.com and one in swtor.cruel-gaming.com
 * [http://cruel-gaming.com](http://cruel-gaming.com) and [http://www.cruel-gaming.com](http://www.cruel-gaming.com)
   should both point to / my web root..
 * Anyway hope that .htaccess file shows something odd cos I don’t think its a plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Network not showing up.](https://wordpress.org/support/topic/network-not-showing-up/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/network-not-showing-up/#post-2268010)
 * just did a quick search and found another one that does the same thing , got 
   way less options but hay its working so im not gona complain.
 * Thanks for the suggestion about the plugin above, just glad it worked out this
   time and I didnt have ti wipe my database and files AGAIN lol.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Network not showing up.](https://wordpress.org/support/topic/network-not-showing-up/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/network-not-showing-up/#post-2267947)
 * Its the easy Nivo Slider plugin, when thats active, the network admin page does
   not load, wonder if there is an easy way to fix this cos that slider is kickass.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Network not showing up.](https://wordpress.org/support/topic/network-not-showing-up/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/network-not-showing-up/#post-2267940)
 * not that I recall no, would or could a polugin actually prevent the network admin
   page from displaying though ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin Issues..](https://wordpress.org/support/topic/admin-issues-1/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/admin-issues-1/#post-2267342)
 * is there a way to save all widget settings ?
 * think I’m just gona delete the whole site, install a clean wordpress and then
   try and get everything back to normal cos that second blog I installed is still
   running smooth, there must be something up with my main blog or its sub blogs
   but I cant track it down. so.
 * would like to know if I can export widgets and settings so I dont need to reconfigure
   tons of them all over again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow admin panel (color-fresh.css and l10n.js stalling)](https://wordpress.org/support/topic/slow-admin-panel-color-freshcss-and-l10njs-stalling/)
 *  [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/slow-admin-panel-color-freshcss-and-l10njs-stalling/#post-2106546)
 * load times are fluctuating, its 19 seconds some times and then others 2+ minutes,
   what the hell could do that its friggin frustrating.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow admin panel (color-fresh.css and l10n.js stalling)](https://wordpress.org/support/topic/slow-admin-panel-color-freshcss-and-l10njs-stalling/)
 *  [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/slow-admin-panel-color-freshcss-and-l10njs-stalling/#post-2106545)
 * according to chrome , WP-Admin edit.php took 2 minutes 40 seconds to load.
 * so something with edit.php gona test the other slow pages and see what they say.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow admin panel (color-fresh.css and l10n.js stalling)](https://wordpress.org/support/topic/slow-admin-panel-color-freshcss-and-l10njs-stalling/)
 *  [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/slow-admin-panel-color-freshcss-and-l10njs-stalling/#post-2106544)
 * please explain more , downloading chrome now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow admin panel (color-fresh.css and l10n.js stalling)](https://wordpress.org/support/topic/slow-admin-panel-color-freshcss-and-l10njs-stalling/)
 *  [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/slow-admin-panel-color-freshcss-and-l10njs-stalling/#post-2106542)
 * how did you find out what file was causing the load times iv got slow admin, 
   and cant track down the issue ..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow Admin ..](https://wordpress.org/support/topic/slow-admin-2/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/slow-admin-2/#post-2235149)
 * ok just deleted all my plugins, and it didnt do squat, so its something with 
   either my server or wordpress.
 * And since its a problem google shows up a lot on a search I rekon its WP 🙁 all
   that plugin data lost for nothing.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow Admin ..](https://wordpress.org/support/topic/slow-admin-2/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/slow-admin-2/#post-2235145)
 * what would happen to say my widget and plugin data if I simply deleted the files
   from the server plugin folder, would that let me see if it was a plugin causing
   the problem, and if I then upload them back would their settings remain intact?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow Admin ..](https://wordpress.org/support/topic/slow-admin-2/)
 *  Thread Starter [dvalin](https://wordpress.org/support/users/dvalin/)
 * (@dvalin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/slow-admin-2/#post-2235144)
 * same in FF5 and IE..
 * so is there no way for me to remove the plugins, but save their stats positions
   and widget locations etc?? or am I just gona have to delete or remove em and 
   then put them all back in ?

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/dvalin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dvalin/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/dvalin/replies/page/2/?output_format=md)