Author |
Message |
Himmel
Regular


Joined: May 08, 2004
Posts: 77
|
Posted:
Sun Jul 17, 2005 4:00 am |
|
Hi
A bad rss feed is blocking my website (i think)
How can i turn off rss? Cant reacht admin.. I have only FTP acces now.
Thx |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sun Jul 17, 2005 4:27 am |
|
You think? Well, if it's a block or a module, use either phpMyAdmin or my NukeToolBox and directly edit the modules or blocks table and turn the module or blocks off. |
|
|
|
 |
Himmel

|
Posted:
Sun Jul 17, 2005 4:38 am |
|
Hi Raven,
The website which the rss is pointing to ,cant be reached, my website cant be reached either .. so i guess/think thats the problem.
Where can i find the block/module using phpmyadmin?
Thx |
|
|
|
 |
Raven

|
Posted:
Sun Jul 17, 2005 4:42 am |
|
Use either phpMyAdmin or my NukeToolBox and directly edit the "modules" or "blocks" table and turn the module or blocks off. What's your URL? |
|
|
|
 |
Himmel

|
Posted:
Sun Jul 17, 2005 4:48 am |
|
My website www.
Badd rss feed website: www.gamesplanet.be
Cant find the block/module in phpmyadmin. Are those feed all in 1 module? |
Last edited by Himmel on Sun Jul 17, 2005 5:31 am; edited 1 time in total |
|
|
 |
Raven

|
Posted:
Sun Jul 17, 2005 4:51 am |
|
They are TABLES: nuke_blocks and nuke_modules |
|
|
|
 |
Himmel

|
Posted:
Sun Jul 17, 2005 4:59 am |
|
It worked! Thx Raven
phpmyadmin did show only 30 items and couldnt find the 1 i needed.
Showing 50 did the trick, found the table and removed it.
Again.. Thx for your help ! |
|
|
|
 |
Raven

|
Posted:
Sun Jul 17, 2005 6:05 am |
|
Also just click on the > button to page in phpMyAdmin |
|
|
|
 |
VinDSL
Life Cycles Becoming CPU Cycles

Joined: Jul 11, 2004
Posts: 614
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com
|
Posted:
Sun Jul 17, 2005 3:20 pm |
|
Raven wrote: | Also just click on the > button to page in phpMyAdmin |
'Show All' works nicely too...
Plus, if you're running your own install of phpMyAdmin, which I highly recommend, you can bump up the rows...
Find:
Code:$cfg['MaxRows'] = 30; // maximum number of rows to display
|
Change to:
Code:$cfg['MaxRows'] = 100; // maximum number of rows to display
|
|
_________________ .:: "The further in you go, the bigger it gets!" ::.
.:: Only registered users can see links on this board! Get registered or login! | Only registered users can see links on this board! Get registered or login! ::. |
|
 |
 |
Himmel

|
Posted:
Sun Jul 17, 2005 5:23 pm |
|
Thx you both
Cheers |
|
|
|
 |
|