Solar
Mar 21 2005, 04:52 PM
I get the following crap every tenth or so I load the forums. Any insight on to whatever the Hell this is? (pardon such a long damn error) CODE /* * Cascading Style Sheet(CSS 467), for Invision Power Board 2.0.0 * Author: James A. Mathias, admin@leihu.com, [url=http://www.1lotus.com]http://www.1lotus.com[/url] * Copyright: 2004 Invision Power Services, all rights reserved * * All style attributes in alpha-numeric order starting from 0 * */ /* * ======================================== * global element styles * ======================================== */ html{ overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */ } body{ background: #FFF; color: #222; font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif; font-size: 11px; line-height: 135%; margin: 0; padding: 0; /* required for Opera to have 0 margin */ text-align: center; /* centers board in MSIE */ } table, tr, td{ /* required for text in tables, because tables do not inherit from body */ background: transparent; color: #222; font-size: 11px; line-height: 135%; } table{ /* makes all tables 100% wide */ width: 100%; } td, .divpad{ /* gives all tables faux cellpadding of 5px */ padding: 5px; } td.nopad{ /* allows some tables to have no padding on the td */ padding: 0; } form{ display: inline; margin: 0; /* removes mystery form tag gapping */ padding: 0; /* removes mystery form tag gapping */ } img{ border: 0; /* makes sure linked images do not have a border */ vertical-align: middle; } /* * ======================================== * global hyperlink styles * ======================================== */ a:link, a:visited, a:active{ background: transparent; color: #222; text-decoration: underline; } a:hover{ background: transparent; color: #34498B; } /* * ======================================== * Main wrapper, this controls the overall width of the board in you browser view window. * ======================================== */ #ipbwrapper{ margin: 20px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */ text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */ /* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */ width: 98%; } /* * ======================================== * styles for pagination links * ======================================== */ .pagelink, .pagelinklast, .pagecurrent, .minipagelink, .minipagelinklast{ background: #F0F5FA; border: 1px solid #072A66; padding: 1px 3px 1px 3px; } .pagelinklast, .minipagelinklast{ background: #DFE6EF; } .pagecurrent{ background: #FFC9A5; } .minipagelink, .minipagelinklast{ border: 1px solid #C2CFDF; font-size: 10px; margin: 0 1px 0 0; } .pagelink a:active, .pagelink a:visited, .pagelink a:link, .pagelinklast a:active, .pagelinklast a:visited, .pagelinklast a:link, .pagecurrent a:active, .pagecurrent a:visited, .pagecurrent a:link, .minipagelink a:active, .minipagelink a:visited, .minipagelink a:link, .minipagelinklast a:active, .minipagelinklast a:visited, .minipagelinklast a:link{ text-decoration: none; } /* fake button effect for some links */ .fauxbutton{ background: #BFCDE0; border: 1px solid #072A66; font-size: 11px; font-weight: bold; padding: 4px; } .fauxbutton a:link, .fauxbutton a:visited, .fauxbutton a:active{ color: #222 !important; text-decoration: none; } .forumdesc, .forumdesc a:link, .forumdesc a:visited, .forumdesc a:active{ background: transparent; font-size: 10px; color: #666; line-height: 135%; margin: 2px 0 0 0; padding: 0; } /* ================================================================================ === */ /* ================================================================================ === */ /* ================================================================================ === */ .searchlite { background-color:yellow; font-weight:bold; color: red; } .activeusers{ background: #FFF; border: 1px solid #072A66; color: #000; margin: 0px; padding: 1px; } .activeuserposting a:link, .activeuserposting a:visited, .activeuserposting a:active, .activeuserposting { font-style:italic; text-decoration: none; border-bottom:1px dotted black; } fieldset.search{ line-height: 150%; padding: 6px; } label{ cursor: pointer; } img.attach{ background: #808080 url(style_images/1/click2enlarge.gif) no-repeat top right; border: 1px solid #808080; margin: 0 2px 0 0; padding: 11px 2px 2px 2px; } .thumbwrap, .thumbwrapp, .fullimagewrap{ border: 1px solid #072A66; margin: 2px; } .thumbwrapp{ border: 2px solid #660707; } .fullimagewrap{ background: #F5F9FD; text-align: center; margin: 5px 0 5px 0; padding: 5px; } .thumbwrap h4, .thumbwrapp h4{ background: #DDE6F2; border: 0 !important; border-bottom: 1px solid #5176B5 !important; color: #5176B5; font-size: 12px; font-weight: bold; margin: 0; padding: 5px; } .thumbwrap p, .thumbwrapp p{ background: #EEF2F7 !important; border: 0 !important; border-top: 1px solid #5176B5 !important; margin: 0 !important; padding: 5px !important; text-align: left; } .thumbwrap p.alt, .thumbwrapp p.alt{ background: #DFE6EF !important; margin: 0 !important; padding: 5px !important; text-align: left; } .thumbwrapp p.pin{ background: #EFDFDF !important; text-align: center !important; } .thumbwrap img.galattach, .thumbwrapp img.galattach{ background: #FFF url(style_images/1/img_larger.gif) no-repeat bottom right; border: 1px solid #072A66; margin: 5px; padding: 2px 2px 10px 2px; } li.helprow{ margin: 0 0 10px 0; padding: 0; } ul#help{ padding: 0 0 0 15px; } .warngood, .warnbad{ color: #0B9500; font-weight: bold; } .warnbad{ color: #DD0000; } #padandcenter{ margin: 0 auto 0 auto; padding: 14px 0 14px 0; text-align: center; } #profilename{ font-size: 28px; font-weight: bold; } #photowrap{ padding: 6px; } #phototitle{ border-bottom: 1px solid #000; font-size: 24px; } #photoimg{ margin: 15px 0 0 0; text-align: center; } #ucpmenu, #ucpcontent{ background: #F5F9FD; border: 1px solid #345487; line-height: 150%; } #ucpmenu p{ margin: 0; padding: 2px 5px 6px 9px; } #ucpmenu a:link, #ucpmenu a:active, #ucpmenu a:visited{ text-decoration: none; } #ucpcontent{ width: auto; } #ucpcontent p{ margin: 0; padding: 10px; } .activeuserstrip{ background: #BCD0ED; padding: 6px; } /* Topic View elements */ .signature{ background: transparent; color: #339; font-size: 10px; line-height: 150%; } .postde It's getting annoying.
Comment/Reply (w/o sign-up)
darkmeca
Mar 21 2005, 05:48 PM
Please put your error between these two tags QUOTE [CODE][/CODE] because if you just post the whole error it just counts as hosting credit. For your penalty you will be suspended for 1 day, because you have a clean record. Moderating Team, darkmeca Thank you.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : error, board
- Ips Driver Error
Warning messages! (2)
Awstats Not Working
Getting an error with awstats (1) Hey everyone, I just got the free web hosting and i've just been playing around with my site and
experimenting with certain things. There is one thing though so far that i havent been able to
figure out, and it seems that other people on the net have had the same problem. It has to do with
the Awstats statistic thing that came with the Cpanel. Whenever I click it it gives me this error
Error: Couldn't open config file "awstats.pointless.trap17.com.conf" nor "awstats.conf" after
searching in path ".,/home/ishan/tmp/awstats/,/etc/opt/awstats,/etc/awstats,/etc,/usr....
Problem With Uploading My Website
my be conection error, or ftp (10) i am using Absolute ftp client , but that i can not able to conect, i have tried a lot but no
responce, suggest me which ftp is good, and how i can upload my website. is that ftp id is
currect ? ( ftp.capitalheat.biz )....
Transfering Credits [resolved]
error (6) When i try to transfer credits to BANK (for awardz and other stuff later) i get: Credits to
transfer : 5 Credits With 3% Tax : 5.15 You must have more than to transfer But i have 11 days
which mean about 11 credits O_o. Why do i get that error? am i not allowed to transfer credits when
i get hosted? If i can how do i do it?....
Web Hosting Error
? (3) Processing.. Please wait!. Do not hit RELOAD or BACK.. Username Validated. Connecting to
Database... Database Connection Established. Validating username and password.. Username Validated.
Checking permissions.. Permission granted. Preparing data for Creating Account.. Approved for
trap17_Beta.. Checking, if username is unique. Username seems to be unique. All Data Confirmed.
Account information Ready. Stand-by, Trying to connect to server and create account.. This might
take very long time. Please be patient... CREATING ACCOUNT... REQUEST SENT. WAITING FOR REPLY... REP....
I Could Not Request For Free Web Hosting
reporting an error, when tried to request for free web hosting (3) I could not send a request to host a new free web hosting, after accumulating enough credits from
forum postings. And I get the following error. QUOTE Sorry, an error occurred. If you are
unsure on how to use a feature, or don't know why you got this error message, try looking
through the help files for more information. The error returned was: Our records indicate that
you have already submitted an application. Please wait until that application is approved or denied
before submitting another one. And my previous request was denied due to lack of forum....
Msql Error Message
(5) Can anyone make sense of this? Its not a Trap17 problem by the way. QUOTE Warning :
mysql_connect(): Host 'neo.**********.com' is blocked because of many connection errors.
Unblock with 'mysqladmin flush-hosts' in /home/*****/public_html/inc/connectdb.php on line
2 Warning : mysql_select_db(): Access denied for user: 'nobody@localhost' (Using
password: NO) in /home/******/public_html/inc/connectdb.php on line 3 Warning :
mysql_select_db(): A link to the server could not be established in
/home/******/public_html/inc/connec....
Error With [my Assistant] Link
(4) This is what comes up when I click for my assistant. It seems to be an overlay of some
kind and the text lines scroll on and on. This represents only the first thing that it says. As
you can see it blocks my access to everything by my last 10 posts including the ability to close it
down or move it. It only disappears when I change pages. Does anybody have a clue? ....
Getting Error Whwn Trying To Change My Domain Name
thru trap 17 (0) i am getting theis erroro bellow QUOTE Warning: mysql_real_escape_string(): Access denied for
user: 'nobody@localhost' (Using password: NO) in
/home/trap17/public_html/process/changedomain.php on line 71 Warning: mysql_real_escape_string(): A
link to the server could not be established in /home/trap17/public_html/process/changedomain.php on
line 71 Warning: mysql_real_escape_string(): Access denied for user: 'nobody@localhost'
(Using password: NO) in /home/trap17/public_html/process/changedomain.php on line 72 Warning:
mysql_real_escape_string(): ....
Another Parse Error
lol (11) CODE // the Topic List if ($view == topics) { print " Topic Starter Replies
"; $tsel = mysql_query("select * from topics2"); while ($topic = mysql_fetch_array($tsel))
{ $replies = mysql_num_rows(mysql_query("select * from replies2 where topic_id=$topic "));
if ($sticky == yes) { print " $topic $topic $replies "; } print " $topic
$topic $replies "; } print " "; print " "; print "Add Topic: Body "; }
// View Topic if ($topic) { $topicinfo = mysql_fetch_array(mysql_query(....
A Parse Error Problem
(20) CODE echo " Welcome to the construction site. Randomly we will update this place with stuff
you can do. Currently we are offering you to make a building where you can make trade gold for ap or
platinum for ap. The cost of this project is all 10k silver wood. "; if ($stat { print
'Would you like to start the building'; echo " construct "; ) if ($action == construct) {
print "you have started construction $stat ... "; mysql_query("Update players Set construction=yes
where id=stat "); //a verification should be made if the player has the right amou....
Ftp Error
help :( (2) I got this error when i try to upload my FTP client, it says all is right except this 421 Unable to
setup secure anynomous FTP can anyone help, i need to get my website rolling -Laos....
Free Regestration Error
and error on generating code (5) when i try and generate the code to post in the free regestration area it wont let me... it gives me
File not acquired! ....
Error Page
my site isn't coming up (10) for about 2 days now i have had this problem. when i go to my site www.conret.com a Forbidden page
comes up. I donk know why. Can anyone tell me?....
I Got An Error
help (2) QUOTE Username Validated. Connecting to Database... Database Connection Established. Validating
username and password.. Username Validated. Checking permissions.. Permission granted. Preparing
data for Creating Account.. Approved for trap17_Alpha.. Checking, if username is unique. Username
seems to be unique. All Data Confirmed. Account information Ready. Stand-by, Trying to connect to
server and create account.. This might take very long time. Please be patient... CREATING ACCOUNT...
REQUEST SENT. WAITING FOR REPLY... REPLY RECIEVED. VALIDATING DATA There were prob....
Web Hosting Account Error
(2) I am not sure if i am suposed to post this in this fourm so if I am wrong pleese exuse me. When i
am trying to register my site for web hosting it gives me this error and it sais somone is using
this website and I dont think that is true since the site is mine and I never registered it for
webhosting with trap17. I hope you can fix this problem soon so I can work on my site.
THANK YOU,
conret QUOTE Printing Debug In....
Awstats Error
(2) Hmm there seem's to be a file path error when trying to check my web stats . Error Message
Error: Couldn't open config file "awstats.n-name.be.conf" nor "awstats.conf" after searching in
path ".,/home/xrated/tmp/awstats/,/etc/opt/awstats,/etc/awstats,/etc,/usr/local/etc/awstats": No
such file or directory - Did you use the correct URL ? Example:
http://localhost/awstats/awstats.pl?config=mysite Example:
http://127.0.0.1/cgi-bin/awstats.pl?config=mysite - Did you create your config file
'awstats.n-name.be.conf' ? If not, you can run "./../../tools....
Registration Error?
why can't i registrate? (11) "File not aquired"??? Ok,this seems to be a problem,i tried twice to registrate on trap17 and twice
there was the same error,after filling this application.What do i do wrong?....
"you Are Suppposed To Get Approved For Hosting..."
error message - please help (5) QUOTE Processing.. Please wait!. Do not hit RELOAD or BACK.. Username Validated. Connecting to
Database... Database Connection Established. Validating username and password.. Username Validated.
Checking permissions.. Permission granted. Preparing data for Creating Account.. You are suppposed
to get approved for Hosting by ADMINISTRATORs. You are suppposed to get approved for Hosting by
ADMINISTRATORs what now? please help!!!! do i have my website or not? Quote stuff you copied
from other webpages and make titles as descriptive as possible. "What Now?" = not ....
Google Search Engine Error
within TRAP17's search (2) OpaQue, Our 2 members have noticed that the Google serach engine embedded to TRAP17 isn't
working: QUOTE Forbidden Your client does not have permission to get URL
/custom?domains=trap17.com&q=welcome&sa=Search&sitesearch=&client=pub-1302819251043479&forid=1&ie=IS
O-8859-1&oe=ISO-8859-1&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%233366CC%3BVLC%3A663399%3BAH%3Acenter%
3BBGC%3AFFFFFF%3BLBGC%3AFFFFFF%3BALC%3A0000CC%3BLC%3A0000CC%3BT%3A000000%3BGFNT%3A7777CC%3BGIMP%3A77
77CC%3BLH%3A55%3BLW%3A150%3BL%3Ahttp%3A%2F%2Fwww.google.com%2Fimages%2Flogo_sm.gif%3BS%3Ahttp%3A%2F%
2F%3B....
Error In Sql Database!
(1) Just tryit http://web4kids.info/forums I can't login using phpmyadmin or anything. I never
backed up. HELP ME!....
Ftp/cpanel Error
(1) When I delete forum from cpanel its still on my ftp and I can delete it from there.I dont know if
the other sqls are like that.....
You Are Suppposed To Get Approved For Hosting
Error help. (7) Ok i finaly got my 30 credits, and decided to oder hosting, and got through it all and it now says
QUOTE Processing.. Please wait!. Do not hit RELOAD or BACK.. Username Validated. Connecting to
Database... Database Connection Established. Validating username and password.. Username Validated.
Checking permissions.. Permission granted. Preparing data for Creating Account.. You are suppposed
to get approved for Hosting by ADMINISTRATORs. You are suppposed to get approved for Hosting by
ADMINISTRATORs.faith faith **.***.**.** Does that mean i need to wiat? or do i....
Uploading Error
(9) After I uploaded a large number of files to my host, I cannot get back those files. The sizes of the
files are correct, however, they became invalid file formats.. All the files are affected, except
html files... Java applets, flash, pictures, videos, sound, all become junk files.. Can I know
what's happening ? I uploaded via ftp and web.......
Error?
(0) Could not obtain matched posts list QUOTE DEBUG MODE SQL Error : 1030 Got error 134 from
table handler SELECT m.post_id FROM search_wordlist w, search_wordmatch m WHERE w.word_text LIKE
'password' AND m.word_id = w.word_id AND w.word_common 1 Line : 337 File : search.php
CODE note from serverph to badimage: all posts are reviewed before hosting is approved, and
it may affect your standing if non-quality posts are found, or if an attempt is made to "cheat" the
system by not using appropriate tags to inflate credits. ....
Banners And Tracker Error
(4) hello and how are you evryone I dunno where to post this I have seen a banner error page cannot be
displayed and also there is that tracker error there is no picture and also the website doesn't
work once i click on it. /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> ....
Registration Error
(1) I got accepted for the freewebhost and I went off to the Process link and created an account. And
this is the error message I got: CODE Processing.. Please wait!. Do not hit RELOAD or BACK..
Username Validated. Connecting to Database... Database Connection Established. Validating username
and password.. Username Validated. Checking permissions.. Sorry! You are cannot signup for a hosting
Package! Actually, when I hit submit for the first time the page didn't quite load properly.
I mean it was taking way too much time (23 minutes to be precise), so I went th....
Phpbb Critical Error.
o.o (2) This cannot be good...this is what I get when I try to connect to my website...I need to see my
Cpanel phpBB : Critical Error Could not connect to the database Any suggestions?....
Mysql Phpbb Critical Error?
(6) Warning: mysql_connect(): Too many connections in /home/ill/public_html/void/db/mysql4.php on line
48 Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in
/home/ill/public_html/void/db/mysql4.php on line 330 Warning: mysql_errno(): supplied argument is
not a valid MySQL-Link resource in /home/ill/public_html/void/db/mysql4.php on line 331 phpBB :
Critical Error Could not connect to the database Can anyone tell me what this error is? I've
got it before but it somehow fixed itself but now it's back??....
Cgi Error
(0) I've been tring to fix this problem since I've had hosting here at trap17, but I can't
do it, so I need your help. Two of my cgi scripts aren't working right. The SAME cgi script
worked right on another host. All I did was change the location of my data files, and it messed up.
I looked to see if the data files was right at least 10 times, but it would have given an error if
it couldn't find the file. I'm getting an Error 500. The Error Log showed this message:
Premature end of script headers: /home/hamtaro/public_html/cgi-bin/hamtaro_petitio....
Looking for error, board
|
Searching Video's for error, board
|
advertisement
|
|