NUKE 7.6 Cant Create New Blocks?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   NUKE 7.6 Cant Create New Blocks?
EFF_HaRt
CZ Newbie
 Codezwiz Site Donator
EFF_HaRt has been a member for over 19 year's 19 Year Member
usa.gif california.gif
Occupation: Aviation Electronics Technician
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Apr 20, 2005
0.00 posts per day
Posts: 28
Points: 3,437
 Yahoo Messenger MSN Messenger 
I just recently Updated to Nuke 7.6. Everything works great as is but i cant add any new blocks. All the current blocks work fine but if i deactivate one it disapears in my blocks menu as well.

Any help would rock!




_________________

[ Register or login to view links on this board.]
Back to top Reply with quote
#2   re: NUKE 7.6 Cant Create New Blocks?
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
[ Register or login to view links on this board. ] [ Register or login to view links on this board. ]

Nice sig but please resize to the specifications of this forum 400x100. TY



Back to top Reply with quote
#3   re: NUKE 7.6 Cant Create New Blocks?
EFF_HaRt
CZ Newbie
 Codezwiz Site Donator
EFF_HaRt has been a member for over 19 year's 19 Year Member
usa.gif california.gif
Occupation: Aviation Electronics Technician
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Apr 20, 2005
0.00 posts per day
Posts: 28
Points: 3,437
 Yahoo Messenger MSN Messenger 
those two topics makes sense but i am not exactly an expert when it comes to this. They refer to the DB i am asuming thats the SQL database? IF so what exactly should i be looking for?

Here is a screen shot of what i am asuming they mean. If i am right can someone tell me what i should do? I dont want to mess it up then my site crash.


Sorry the image is so big but i wanted to be sure it was visable ..lol




Back to top Reply with quote
#4   re: NUKE 7.6 Cant Create New Blocks?
EFF_HaRt
CZ Newbie
 Codezwiz Site Donator
EFF_HaRt has been a member for over 19 year's 19 Year Member
usa.gif california.gif
Occupation: Aviation Electronics Technician
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Apr 20, 2005
0.00 posts per day
Posts: 28
Points: 3,437
 Yahoo Messenger MSN Messenger 
*bump*



Back to top Reply with quote
#5   re: NUKE 7.6 Cant Create New Blocks?
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
Just click on the "nuke_blocks" and then up top click "export" and save it, then post it here using the [code] tags.



Back to top Reply with quote
#6   re: NUKE 7.6 Cant Create New Blocks?
EFF_HaRt
CZ Newbie
 Codezwiz Site Donator
EFF_HaRt has been a member for over 19 year's 19 Year Member
usa.gif california.gif
Occupation: Aviation Electronics Technician
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Apr 20, 2005
0.00 posts per day
Posts: 28
Points: 3,437
 Yahoo Messenger MSN Messenger 
Ok here it is. Hopefully you can explain what to change. i dont want someone to just do it for me i want learn. Thx

-- phpMyAdmin SQL Dump
-- version 2.6.1-pl2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: May 09, 2005 at 03:33 PM
-- Server version: 4.0.22
-- PHP Version: 4.3.11
--
-- Database: `effweb_effteam`
--

-- --------------------------------------------------------

--
-- Table structure for table `nuke_blocks`
--

CREATE TABLE `nuke_blocks` (
  `bid` int(10) NOT NULL auto_increment,
  `bkey` varchar(15) NOT NULL default '',
  `title` varchar(60) NOT NULL default '',
  `content` text NOT NULL,
  `url` varchar(200) NOT NULL default '',
  `bposition` char(1) NOT NULL default '',
  `weight` int(10) NOT NULL default '1',
  `active` int(1) NOT NULL default '1',
  `refresh` int(10) NOT NULL default '0',
  `time` varchar(14) NOT NULL default '0',
  `blanguage` varchar(30) NOT NULL default '',
  `blockfile` varchar(255) NOT NULL default '',
  `view` int(1) NOT NULL default '0',
  `subscription` int(1) NOT NULL default '0',
  `expire` varchar(14) NOT NULL default '0',
  `action` char(1) NOT NULL default '',
  PRIMARY KEY  (`bid`),
  KEY `bid` (`bid`),
  KEY `title` (`title`),
  KEY `bid_2` (`bid`),
  KEY `title_2` (`title`)
) TYPE=MyISAM AUTO_INCREMENT=115 ;

--
-- Dumping data for table `nuke_blocks`
--

INSERT INTO `nuke_blocks` VALUES (1, '', 'Navagation', '', '', 'l', 1, 1, 0, '', '', 'block-Modules.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (2, 'admin', 'administration', '<strong><big>•</big></strong> <a href="admin.php">Administration</a><br>\r\n<strong><big>•</big></strong> <a href="admin.php?op=adminStory">NEW Story</a><br>\r\n<strong><big>•</big></strong> <a href="admin.php?op=create">Change Survey</a><br>\r\n<strong><big>•</big></strong> <a href="admin.php?op=content">Content</a><br>\r\n<strong><big>•</big></strong> <a href="admin.php?op=logout">Logout</a>', '', 'l', 2, 1, 0, '985591188', '', '', 2, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (4, '', 'Search This Site', '', '', 'l', 3, 1, 0, '', '', 'block-Search.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (5, '', 'Languages', '', '', 'l', 4, 1, 0, '', 'danish', 'block-Languages.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (8, 'userbox', 'User''s Custom Box', '', '', 'r', 4, 1, 0, '', '', '', 1, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (94, '', 'PB Security Sites', '<A name= "scrollingCodeDownloads"></A>\r\n <MARQUEE behavior= "scroll" align="right" direction= "down" height="220" scrollamount= "2" scrolldelay= "90" onmouseover=''''this.stop()'''' onmouseout=''''this.start()''''><center><a href="http://www.punksbusted.com/"target="_blank"><img src="http://www.punksbusted.com/pagepics/linkbuttons/psplinks/psb_2.gif" alt="www.punksbusted.com" border=0 height="31" width="88"><br><br><br>\r\n\r\n\r\n<a href="http://www.thecheatpolice.com" target="_blank"><img border=0 src="http://www.thecheatpolice.com/link_banners/banner_cheatpolice_100x60.gif " alt="Arrest a cheat today!" width=100 height=60></a><br><br><br>\r\n\r\n\r\n<a href="http://www.pbbans.com/"target="_blank"><img src="http://www.pbbans.com/images/Banner.gif" alt="www.pbbans.com" border=0 height="31" width="88"><br><br><br>', '', 'l', 6, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (28, '', 'Games We Play', '<A name= "scrollingCodeDownloads"></A>\r\n <MARQUEE behavior= "scroll" align="right" direction= "up" height="220" scrollamount= "2" scrolldelay= "10" onmouseover=''this.stop()'' onmouseout=''this.start()''><center><img src="http://www.elitefightingforce.com/images/rs3.JPG"></img><br><br><br>\r\n\r\n<center><img src="http://www.elitefightingforce.com/images/CSS.jpg"></img><br><br><br>\r\n\r\n\r\n<center><img src="http://www.elitefightingforce.com/images/HF2.jpg"></img><br><br><br>\r\n\r\n<center><img src="http://www.elitefightingforce.com/images/halo_keystone.jpg"></img><br><br><br>\r\n\r\n\r\n<center><img src="http://www.elitefightingforce.com/images/\r\nbf1942_gp.jpg"></img><br><br><br>\r\n\r\n<center><img src="http://www.elitefightingforce.com/images/bfv_prima_cover.jpg\r\n"></img><br><br><br>\r\n\r\n<center><img src="http://www.elitefightingforce.com/images/GR.JPG"></img><br><br><br>\r\n\r\n', '', 'l', 7, 1, 0, '', '', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (104, '', '<b>Link To Us</b>', '<A name= "Link to Us"></A>\r\n <MARQUEE behavior= "scroll" align="right" direction= "up" height="220" scrollamount= "2" scrolldelay= "10" onmouseover=''this.stop()'' onmouseout=''this.start()''><center><img src="http://www.elitefightingforce.com/logos/officialEFF1.gif"><br><br><br>\r\n\r\n<img src="http://www.elitefightingforce.com/logos/officialEFF2.gif"><br><br><br>\r\n\r\n<img src="http://www.elitefightingforce.com/logos/officialEFF3.gif"><br>', '', 'r', 7, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (76, '', 'Terrorist Threat Level', '', '', 'r', 8, 0, 3600, '', 'english', 'block-HSAS_Threat_Level.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (78, '', '<b><u>RECRUITING NOTICE</u></b>', '<img src="http://www.elitefightingforce.com/images/av_trooper.jpg" border="0" Alt="Website" align="right" hspace="10" vspace="10" width="70" height="68"></a>\r\n               <font color="#FFFFFF">\r\n<b>JOIN UP NOW!!!</b>\r\n\r\nWe are Currently Recruiting anyone willing to <b> TRYOUT</b> and show us the skills we are looking for.Current Members may sponsor someone for imediate approval. All current members are encouraged to read the <a href="http://www.elitefightingforce.com/HQ/modules.php?name=Codes_Conduct" title="Codes of Conduct"><u>Codes of Conduct</u></a> before sponsoring. Keep in mind slots are limited so get in while you can!<br><br><br>** (¯`•.¸¸.->Ë.F.F.}{ª®†™', '', 'c', 2, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (20, '', 'Gaming  Sites', '<A name= "scrollingCodeDownloads"></A>\r\n <MARQUEE behavior= "scroll" align="right" direction= "down" height="220" scrollamount= "2" scrolldelay= "70" onmouseover=''this.stop()'' onmouseout=''this.start()''><center>\r\n<a href="http://money-over-bitches.net/v2/index.php" target="_blank"><img border=0 src="http://money-over-bitches.net/v2/images/mobbutton1bb.gif" alt="MOB" width=80 height=31></a><br><br><br>\r\n\r\n\r\n\r\n<a href="http://www.ghostrecon.net/"target="_blank"><img src="http://www.ghostrecon.net/banner/gr-banner-small.gif" alt="www.ghostrecon.net" border=0 height="31" width="88"><br><br><br>\r\n\r\n<br>\r\n<a href="http://www.agr-s.com/"target="_blank"><img src="http://www.agr-s.com/images_links/agrs01.gif" alt="www.agr-s.com" border=0 height="31" width="88"><br><br><br>\r\n\r\n\r\n<a href="http://www.aat-network.com/"target="_blank"><img src="http://www.aat-network.com/link3.gif" alt="www.aat-network.com" border=0 height="31" width="88"><br><br><br>\r\n\r\n<a href="http://fnggaming.com/" target="_blank"><img src="http://www.fnggaming.com/images/CZlinks/but2.gif" alt="fnggaming.com" border=0 height="31" width="88"><br><br><br>\r\n\r\n<a href="http://www.fng-clan.com/"\r\ntarget="_blank"><img src="http://www.fng-clan.com/fngbanners/fngbutton6.jpg" alt="www.fng-clan.com" border=0 height="31" width="88"><br><br><br>\r\n\r\n<a href="http://www.rvsgaming.com/"\r\ntarget="_blank"><img src="http://www.rvsgaming.com/newrvs2.gif" alt="www.rvsgaming.com" border=0 height="31" width="88">\r\n<br><br><br>\r\n\r\n<a href="http://www.ekfclan.com/"\r\ntarget="_blank"><img src="http://www.elitefightingforce.com/images/EKF Clan.bmp" alt="www.ekfclan.com" border=0 height="31" width="88"><br><br><br>\r\n\r\n<a href="http://www.masstactical.com/" target="_blank"><img src="http://www.masstactical.com/images/CZlinks/mtlink7.gif" alt="MassTactical.com" border=0 height="31" width="88"><br><br><br>\r\n\r\n\r\n<a href="http://www.unitxgaming.com/" target="_blank"><img src="http://www.unitxgaming.com/images/unitxbutton.gif" alt="www.unitxgaming.com" border=0 height="31" width="88"><br><br><br>\r\n\r\n\r\n\r\n<a href=http://www.tatclan.com target=_blank><img src=http://www.tatclan.com/images/tatbutton.gif width=88 height=31 border=0 alt=TATclan.com!></a><br><br><br>\r\n\r\n<a href="http://www.clan-xkm.com" target="_blank"><img border=0 src="http://www.clan-xkm.com/images/xkmmini3.gif" alt="XKM Clan" width=88 height=31></a><br><br><br>\r\n\r\n\r\n<p align="center">\r\n<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="100">\r\n<param name="movie" value="http://www.3rdranger.org/LinkToUs/3rb.swf">\r\n<param name="quality" value="high">\r\n<embed src="http://www.3rdranger.org/LinkToUs/3rb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="100"></embed></object></p>\r\n<br>', '', 'l', 8, 1, 0, '', '', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (41, '', 'EFF Store', '<A name= "scrollingCodeDownloads"></A>\r\n <MARQUEE behavior= "scroll" align="right" direction= "down" height="220" scrollamount= "2" scrolldelay= "90" onmouseover=''this.stop()'' onmouseout=''this.start()''><center><a target="_new" href=http://www.cafeshops.com/effonlinegaming\r\n=><img src="http://www.elitefightingforce.com/images/effstore.jpg" alt="EFF STORE" border="0"></a>', '', 'r', 9, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (30, '', 'Cool Sites', '<center>\r\n\r\n<EMBED SRC=''http://www.codezwiz.com/images/links/codezwiz16.swf'' wmode=''transparent'' WIDTH=''88'' HEIGHT=''31''><NOEMBED><a href=''http://www.macromedia.com/go/getflashplayer/''>Get Flash!</a></NOEMBED></EMBED><br>\r\n<br>\r\n\r\n<a href="http://ravenphpscripts.com" title="PHP Web Host - Quality Web Hosting For All PHP Applications"><img src="http://ravenphpscripts.com/images/mylinks/RavenWebServices.gif" border="0" /></a><br><br>\r\n\r\n<a href="http://www.tweaknews.net/"target="_blank">\r\n<img src="http://www.tweaknews.net/img/ad.gif"width="88" height="31" alt="SpeedTest" border="0"></a><br><br>\r\n\r\n<a href="http://www.winmatrix.com/"><img src="http://www.winmatrix.com/images/buttons/winmatrix_88x31.gif" width="88" height="31" border="0" alt="WinMatrix - Windows XP desktop customization community"></a><br><br>\r\n\r\n<a href="http://www.wincustomize.com"><img src="http://www.wincustomize.com/images/buttons/wincustbutton.gif" title="WinCustomize: Skin your desktop!" border=0></a>\r\n\r\n', '', 'l', 9, 1, 0, '', '', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (26, '', 'Website Hosted By..', '<center><a href=http://www.apexity.com><img src="http://www.elitefightingforce.com/downloads/HostedByApexity2.gif" border=0></img></a>', '', 'l', 10, 1, 0, '', '', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (97, '', 'XFIRE NEEDS OUR SUPPORT!!!', '<center><a href="http://www.xfire.com/xf/lawsuit.php">\r\n<img src="http://media.xfire.com/content/xfire_234x60.jpg"\r\nalt="Xfire Needs You" border=0>\r\n</a>\r\n<br>\r\nRecently XFIRE was attacked by YAHOO! Not literally but Yahoo did file a lawsuit against them. XFIRE is NOT asking for money but they are asking for our help. I say we help out . Click the link above to see how you can help.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', '', 'c', 3, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (37, '', 'Affiliates', '<center><a target="_new" href=http://www.shareasale.com/r.cfm?b=94&u=106986&m=47&urllink=&afftrack=><img src=http://www.shareasale.com/image/100100banner.gif border=0></a><br>\r\n<a target="_new" href=http://www.shareasale.com/r.cfm?b=10345&u=106986&m=3262&urllink=&afftrack=><img src=http://www.shareasale.com/image/ACF645.gif border=0></a>', '', 'l', 11, 0, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (43, '', '<center>Team Speak', '', '', 'r', 5, 0, 0, '', 'english', 'block-Team_Speak.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (47, '', 'Top Forum Posters', '', '', 'r', 10, 1, 0, '', 'english', 'block-Top_Posters.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (48, '', '<u>E.F.F. RADIO</u>', '', '', 'c', 4, 1, 0, '', 'english', 'block-Shoutcast.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (51, '', 'PC STUFF', '<center><a href="http://www.alienware.com/index.aspx?from=HaRt:gaming_pc_button_120x30"><img src="http://www.alienware.com/affiliate_pages/banners/gaming_pc_button_120x30.gif" width="120" height="30" border="0" alt="Alienware High-Performance Systems"></a><br>\r\n\r\n<a href="http://www.alienware.com/workstations_daw.aspx?from=HaRt:workstation_pc_banner_160x600_daw"><img src="http://www.alienware.com/affiliate_pages/banners/workstation_pc_banner_160x600_daw.gif" width="160" height="600" border="0" alt="Alienware High-Performance Systems"></a>', '', 'l', 12, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (99, '', '<b>SERVERS FOR RENT</b>', '<center><p><embed width="160" height="200" src="http://www.elitefightingforce.com/effimages/serverad.swf"></p>', '', 'r', 1, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (55, '', '<u>.:|Elite|Fighting|Force|:.</u>', '<center><CELLPADDING><font class="content" color="#FFFFFF">Welcome to Elite Fighting Force! We are a online gaming clan that started in 2000. EFF started out with Ghost Recon and since then we have grown to love and own in almost every FPS game out there.<br><br>\r\n\r\nSo if you have come to this site to check us out or just to see what we are about please be sure to register. You are not required to regester for anything on this site but it is highly encouraged so that we can show the world how many people know us. Also registering only takes a short 2 mins ( i timed myself) and it gives you a name in the forums.\r\n\r\n        </th><br><br><center><img border="0" src="http://www.elitefightingforce.com/images/eff_logo3.gif"></CENTER><br><br><br> Logo Created and Provided By .....Ë•F•F•¤.§o£okaï\r\n', '', 'c', 1, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (59, '', 'Site Admins', '', '', 'r', 11, 1, 0, '', 'english', 'block-Showadmins.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (61, '', 'Top Downloads', '', '', 'r', 12, 1, 0, '', 'english', 'block-ScrollDownloads.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (107, '', '<b>SERVER MAINTANENCE</b>', '<b><u>Summary:</b></u><br><br>\r\n\r\nWhen: Sunday, March 27, 11:00PM EST (Monday,March 28, 4:00AM GMT)<br>\r\nWhat: ServerBeach server migration<br>\r\nServers affected: :Elite:Fighting:Force: (all of them)<br>\r\nExpected downtime: 2-4 hours, 6 hours maximum<br><br><br>\r\n\r\n<b><u>Here''''s what we''''re doing:</b></u><br><br>\r\n\r\nOn the evening of Sunday March 27th, we will hold a six hour \r\nmaintenance window beginning at 11:00 PM EST (Monday, March 28, 4:00 AM\r\nGMT) until Monday 5:00 AM EST (10:00 AM GMT).  During that time, we \r\nwill\r\nbe moving your server(s) listed above to our new South Pointe \r\ndatacenter \r\nin Herndon, VA - which is only 1.8 miles from our current datacenter.  \r\nWe will have plenty of additional staff on hand during this maintenance \r\nwindow in order to ensure that all server(s) get back online quickly \r\nand efficiently. <br><br><br>\r\n\r\n<b><u>HERE''S WHAT''S IN IT FOR US:</b></u><br><br>\r\n\r\n* Migration to the Peer 1 Network - Making your network connection more \r\nreliable and more stable than ever before!<br><br>\r\n\r\n* Improved Network SLA - Once your server is moved, we will improve our \r\nnetwork SLA to 99.99% network uptime guarantee.<br><br>\r\n\r\n* New Datacenter and Staff - Our new South Pointe facility is one of \r\nthe finest datacenters we''ve ever seen.  More importantly, we will be \r\nable to provide a better tech-to-server ratio, faster ticket response \r\ntimes, bandwidth usage charts, and better monitoring.<br><br>\r\n\r\n* 100Mbit Ports - In the new datacenter, we will offer optional\r\nupgrades to a 100Mbit port. The increased capacity will mean fewer restrictions on\r\nthe kind of traffic that passes through these ports.\r\n\r\n\r\n\r\n', '', 'c', 5, 0, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (72, '', 'Tournament', '', '', 'l', 13, 0, 3600, '', 'english', 'block-TRN.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (79, '', 'User Login', '', '', 'r', 2, 1, 0, '', 'english', 'block-CZUser-Info.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (91, '', 'Team Speak', '', '', 'r', 6, 1, 0, '', 'english', 'block-TeamSpeak_nuke.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (108, '', 'Donation', '', '', 'r', 3, 1, 0, '', 'english', 'block-Donat_o_Meter.php', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (112, '', '<b>DNA DRIVERS</b>', '<center><a href="http://www.dna-drivers.com"><img src="http://ads2.extreme-players.de/adimage.php?filename=dna.gif&contenttype=gif" border=0 alt="DNA DRIVERS"><br>\r\n\r\n<b> If your a hardcore GAMER or video Guru then these Drivers are a Must HAVE! DNA Drivers Support ALMOST ALL <u>ATi</u> and <u>NiVidia</u> Cards. Be sure to check these out! If your looking for an FPS boost you have to have these!Best thing about it .... these drivers are 100% FREE!</b>', '', 'c', 6, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (114, '', 'MUSIC', '<center><EMBED src="http://www.elitefightingforce.com/vids/duality_400x300.mov" autostart=false hidden=false loop=false width=400 height=315><br><br>\r\n\r\n<b>Media Pugin Required</b><br>\r\n<b>Music Videos by Request. Request your favorite videos to be played in the forums.</b>\r\n\r\n\r\n', '', 'c', 7, 1, 0, '', 'english', '', 0, 0, '0', '');
INSERT INTO `nuke_blocks` VALUES (113, '', 'CS:SOURCE SERVER', '', '', 'l', 5, 1, 0, '', 'english', 'block-MyCSS-Server1.php', 0, 0, '0', '');



Back to top Reply with quote
#7   re: NUKE 7.6 Cant Create New Blocks?
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
Backup the "nuke_blocks" table, drop the nuke_blocks table only, and then run this:

CREATE TABLE nuke_blocks (
  bid int(10) NOT NULL auto_increment,
  bkey varchar(15) NOT NULL default '',
  title varchar(60) NOT NULL default '',
  content text NOT NULL,
  url varchar(200) NOT NULL default '',
  bposition char(1) NOT NULL default '',
  weight int(10) NOT NULL default '1',
  active int(1) NOT NULL default '1',
  refresh int(10) NOT NULL default '0',
  time varchar(14) NOT NULL default '0',
  blanguage varchar(30) NOT NULL default '',
  blockfile varchar(255) NOT NULL default '',
  view int(1) NOT NULL default '0',
  expire varchar(14) NOT NULL default '0',
  action char(1) NOT NULL default '',
  subscription int(1) NOT NULL default '0',
  PRIMARY KEY  (bid),
  KEY bid (bid),
  KEY title (title)
) TYPE=MyISAM


This is for nuke 7.6


Back to top Reply with quote
#8   re: NUKE 7.6 Cant Create New Blocks?
EFF_HaRt
CZ Newbie
 Codezwiz Site Donator
EFF_HaRt has been a member for over 19 year's 19 Year Member
usa.gif california.gif
Occupation: Aviation Electronics Technician
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Apr 20, 2005
0.00 posts per day
Posts: 28
Points: 3,437
 Yahoo Messenger MSN Messenger 
Ok i am going to give this a shot right now. Thx you. I will post results in here.

I am curious tho ... should i say something or report something to the guys over at nuke about this? I mean when i did the upgrade isnt the nuke script supposed to update the database? To me it seems it failed to do so.



Back to top Reply with quote
#9   re: NUKE 7.6 Cant Create New Blocks?
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
It updated fine, however an entry from a previous nuke install was left behind in that table.



Back to top Reply with quote
#10   re: NUKE 7.6 Cant Create New Blocks?
EFF_HaRt
CZ Newbie
 Codezwiz Site Donator
EFF_HaRt has been a member for over 19 year's 19 Year Member
usa.gif california.gif
Occupation: Aviation Electronics Technician
Age: 45
Gender: Male
Website:
Status: Offline
Joined: Apr 20, 2005
0.00 posts per day
Posts: 28
Points: 3,437
 Yahoo Messenger MSN Messenger 
Ooops sorry i forgot to update what happened when i ran that sql query.

Well the outcome was bad. LOL. When i ran the code you provided i lost all the blocks except for one message block. I tried to re activate them all but admin already showed they were active so that query didnt work.

Thx for the help though. I have decided to go ahead and do a clean install of 7.6 patched with Nuke Sentinel.

Thx anyway.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum