Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. iGuest

    <|:D

    Hello hollywood - welcome to FNH dude - enjoy and dont spam :wink:
  2. Anyone know how to get rid of this f***ing thing? I've got all my config set right, it can connect to the database, but when I try to select the damn database it gives me this: Here's the code for my database class, which I use to process all my database activity. I've got it writing to a log, which says that it connects to the database correctly, but won't select the database. <?phprequire_once("config.php");class database { var $handle; var $db; var $result; var $config; function database() {@ $this->handle = mysql_pconnect($mysql_host, $mysql_user, $mysql_pass); $log = fopen("log.txt",'a'); if(!$this->handle) { fwrite($log,"Error: Could Not Connect to MySQL Database!nMySQL Error:n".mysql_errno()." ".mysql_error()."nnn"); fclose($log); die("Error: Could Not Connect to MySQL Database!nMySQL Error:n".mysql_errno()." ".mysql_error()); } else { fwrite($log, "Connected to MySQL Database Successfully!"); }@ $this->db = mysql_select_db($mysql_dbname, $this->handle); if(!$this->db) { fwrite($log,"Error: Could not select Database!nMySQL Error:n".mysql_errno()." ".mysql_error()."nn"); fclose($log); die("Error: Could not select Database!nMySQL Error:n".mysql_errno()." ".mysql_error()."nn"); } else { fwrite($log,"Selected MySQL Database Successfully!"); } } function query($query) { @$result = mysql_query($query,$this->handle); $log = fopen("log.txt",'a'); if(!$result) { fwrite($log,"Error: Query was not executed!nQuery: ".$query."nMysql Error:n".mysql_errno().": ".mysql_error()."nn"); fclose($log); echo "Non-critical Error: Query was not executed!nQuery: ".$query."nMysql Error:n".mysql_errno().": ".mysql_error()."nn"; return false; } else { fwrite($log,"Query Executed Successfully!nQuery: ".$query."nn"); fclose($log); $this->result = $result; } } function getconfig() { if(empty($this->config)) { $result = $this->query("SELECT title, url, theme FROM config"); if($result) { $this->config = mysql_fetch_array($result, MYSQL_ASSOC); return $this->config; } else { $this->config = false; return $this->config; } } else { return $this->config; } }}?> I know the database exists, and I've got the right user set, but it still won't work!
  3. And now the SEO things. You have to optimize your website for the search engines by optimizing your pages with keywords. The right keywords. Go to inventory.overture.com . This page is highly visited and may be down now and then. It is also very slow, but very usefull. It tells you how many searches there were on overture (for a month) for a specific keyword and related keywords and keyphrases. Type in some programming keywords like "programming in c++", "programming", "java", "c++", "codezila" and look at the difference between the numbers. To give you an example: if you search for Jules Verne you get 200, if you search for Britney Spears, you will get 3 000 000. Quite a difference. So choose your keywords carefully. But the bigger the numbers, the bigger the number of professional websites that optimize for the same keywords. So choose something related to your website, that is not the most searched keyword, but that has at least a few thousand searches a month. This will be possible for you, the other ones will be too hard. You should get another title. It is one of the most important places to put keywords in. Welcome is not a good keyword. Get a good description and keywords in your code under the title. <meta name="description" content="The description of your website."><meta name="keywords" content="All your keywords."> Try to make a H1 title, but maybe reduce the size of it. And use several H2 titles for the smaller headings and reduce the size too. And put some keywords in them, if possible. (as long as they remain good titles) Your first sentence is the most important of the whole website(at least for new websites). Put there a description of your website with a lot of keywords. Remember that search engines can take your meta tag description parts of your first sentences and a bit of the rest of the page as their description. Thanks to all u visitors, the site is set to launch on January 25th 2005. till then some of the sessions may be unavailable or some links may be broken.Do you really want this to be your description? I don't think so. And for new websites you can keep this for up to one month. But as long as you aren't crawled by google, you don't have to care about that. But before you submit to them, you should really fix that. Put some keywords in your main text, but not too much. Remember that your visitors are more important. Do not put all your hope into google. They won't provide you with much traffic in the beginning (most likely not). There is an effect called the "sandbox theory" that states that your website is in a sort of sandbox on the top (no traffic) and you will only get some good listings if you reach the bottom part (4 to 6 months). This is the case for most new websites and for most new pages. Thus it is very important to get listed with google soon. The new MSN beta is very friendly for new websites. It's the search engine that gives me the most traffic. You should submit to them too and they care for the keywords density, title tag and all other things I told you. Finally submit to Yahoo. Let's say that they are in between of Google (who favors the oldest sites) and MSN (who favors the newest websites). Definately read this a few times. (I spend lot of time to write this.) You may also check some SEO and Webmaster-forums. The best ones are https://www.sitepoint.com/ (medium to big, but nice community), http://www.geekvillage.com/ (small, but one of the best communities) and https://www.webmasterworld.com/ (very large and IMO not very personal, some threads grow several pages an hour). To keep visitors, make a forum and a newsletter (in the far future). Add new content, articles and other stuff as much as possible. Fresh content is appreciated by visitors and SE (Search Engines). And I wish you a lot of luck with your website. (and a lot of clicks from the google ads if you put them onto your website)
  4. Use a marquee http://html.com/tags/marquee/ It's not standards-comliant but Mozilla/FF will display it.
  5. bigafair this forum is phpbb not php-nuke. and php-nuke has nothing to do with this host.
  6. iGuest

    Hello

    welcome to the forums, and stay active with good posts :wink:
  7. A shitload of blending options and more filters than can be counted. Here are two more versions of it, just for previewing. Thoughts, preferences, whatever is welcome. (Added a 3d render in the bg) (Added a 3d render and some random swat dude in the bg)
  8. I need/want free hosting to be able to have a library of the things I do/make.Help host my friends things.And basically it's free, and I don't turn don't much free things.And lastly I like phpnuke, I like this site.
  9. Xbox is better to me.It got a harddrive in it and it faster.Plus XBL is more appealing to me
  10. Everybody check out my growing gaming community at http://forums.xisto.com/no_longer_exists/ Please Rate it, I need to know if it's worthy of starting up?
  11. for all the noobs, its "Multi Theft Auto" its the Multi-Player version of GTA: Vice City.
  12. Guys sign up to my website....Seriously I need members Everybody check out my growing gaming community at http://forums.xisto.com/no_longer_exists/
  13. he meant CHMOD the public_html directory to 755also, ive seen other people have this problem search around if this doesnt work. ANd when i first installed my Invision Power Board i was having same problem and after fixiing the CHMOD its been fine. But im not sure about PHPBB, i just think its too big of a hassle. Has problems n stuff.
  14. yea, u guys should just buy hosting. well i guess you can donate if you want too, like i myself thought about donating too but then i was like ill just buy paid hosting. which ill be buying ina bout a month or so.
  15. what do you mean? why are you mad or whatever? how the *BLEEP* do i suppose to know wtf everything is? nobody haas ever tryed to heplme isntalled this stuff so i really dont know alot. and what im asking is how do i execute it, liekw ehre do i go and what do i do. and if its simple then why cant you tell me? man your stupid. you cant help anyone for *BLEEP*. if your ot going to help then just dont post in here. there are other people that want to help and if your goign to start *BLEEP* in ehre then just dont post.
  16. sory i cant help you, if you dont get how to do a simple task i really cant. bye
  17. iGuest

    Hello

    Do you have TFD?....btw i added you to my msn lol
  18. huh? doesnt execute mean like follow, or do the stpe sor whatever?and what do you mean do you have any common sense, this has nothing to do with common sence.and do i suppose to visit the install.phph on another web broswer, then delete it from where i uploaded it?
  19. -.-' do you have ANY common sense?! just execute http://forums.xisto.com/no_longer_exists/ then delete it
  20. No problem. I spend a lot of time on my own website and I made a lot of mistakes and learned a lot about the internet and websites. And you're one of the only at FNH with a website with a domain and with a clear goal. Your website could become famous.(not a stupid forum, design website or clan website - not that I have anything against that sort of website, but they won't be there in a few months) It's the difference between http://forums.xisto.com/no_longer_exists/ and http://forums.xisto.com/no_longer_exists/. I should advice you to always use the one with www. Otherwise you should only use the one without the www. You have to choose between them. If you choose the www one, you should always write it with www and add a redirect from http://forums.xisto.com/no_longer_exists/ to http://forums.xisto.com/no_longer_exists/ (you can do that in cpanel). However, a small number of websites prefer to use the version w/o(without) the www. As I said, it's your choice, but you have to choose. Do you know http://forums.xisto.com/no_longer_exists/ , or is that just a coincidance? About the traffic. That is a very long story and you will have to learn a lot of that by yourself. I should need a few pages to just explain the basics. But I can try. :mrgreen: Put your banner in your signature and maybe make the programming thing stay longer and maybe add your domain name codezila to it. You can host it at http://www.imageshack.us/ . You will even get a BBCode for it. You just have to add a link to your website to it. [url=http://forums.xisto.com/no_longer_exists/ ]your image[ /url] just be sure to delete the two spaces in the tagsThis will get you maybe 10 visitors a day, depending on how much you post.(estimate) Then you have to get some links. You must go to other related websites (programming) and ask for a link exchange. (if they have a link page) Just send them a nice email that you like their website and that you have a programming website yourself (description!!) and that you wanted to exchange links with that website (be sure to link to them first and give them the url). Do not panic if you don't receive a reply the next day. Most of them won't reply or only after a month. After that month you can maybe delete the link if they haven't replied yet. There are also a lot of directories where you can get a link from. But here you have to be very carefull. The most important directories are Dmoz, looksmart and Yahoo. In your case, I suggest to wait a few months before submitting your website for review to those directories. They are very important and you need a very good website for them. So start with the smaller ones and try to find some especially dedicated to programming or other computer-related things. You should learn what PR is. It is PageRank, a factor of google that determines how much and how good the links to your website are. Those links are called backlinks. It's a scale from zero to ten and you can view it in the google bar in IE(download it somewhere from google). It's a green line and if you hold your cursor over it, you will see the pr value. It's only updated every few months and do not put too much attention to it, but it is very usefull. Why am I telling this? Google doesn't like FreeForAll lists and things like that. Some directories aren't human-edited (always look for that) and you can autosubmit your site to those. Do NOT use that. Google can BAN your website for that and that's very bad. So you will always have to look at the directory if it is 1) human-edited (if they say it might take a few weeks/months, you can be quite sure, and do not panic, it's worth submitting to those directories where you have to wait a long time) 2) the frontpage must AT LEAST have a pr of 2 (not zero or grey).Otherwise do not even think of joining it as there is a high possiblility of it being banned by google.(the page on where your link will come is also very important, but as long as the front page has a pr, it can increase) 3) If a directory looks suspicious or looks the same as another one, do not risk it, there are enough directories. 4) You have to provide your email adress. Give a valid one, but use one that is dedicated to directories, so use a new hotmail/gmail or something like that. Although most of them won't send you spam, you can never be sure. 5) Get a good title. This will be your most important keyword for google. I suggest to use something like Code Zila or CodeZila. A longer one will not likely be accepted, but you can try Code Zila Programming. 6) Think of a good description for your website. Not too short and not too long. Use good sentences with a verb, neutral, descriptive and so on. Try not to use "You (will find here)", "I", your title, "the best" and others. Something like "Learn more about programming in c++, java in e-books and articles." (a bit longer) 7) !!!! This is for every link! Always check if the directory provides direct links (when you hold your mouse above it there should be your website in the status bar and not https://www.hugedomains.com/domain_profile.cfm?d=theirwebsite&e=com or https://www.hugedomains.com/domain_profile.cfm?d=theirwebsite&e=com.) Unless you think you can get much visitors form their website, they are certainly not worh it as google doesn't count them as backlinks. I just found a good list of directories you can submit too. Be carefull because the many of the 'newest additions' are FFA (at least I think so) as they have PR=0 and they have the same layout. http://forums.xisto.com/no_longer_exists/ Here is another one I like: http://forums.xisto.com/no_longer_exists/ . It is very new and doesn't get much visitors, but as there are only a few sites listed, it is definately worth a try. However, I had to wait a few weeks before I got listed. And I still didn't start with the SEO thing. (search engine optimisation) You see, having a website is a lot of work and not only by making the website, but also to promote it, to make money out of it and other stuff.
  21. I dont have PayPal. (Im to young to ave a credit card that i have full control over)
  22. Well a very nice forums, hope your community groes big, if you need any help , Ill help :wink:
  23. LOL, hazaa3000, you should have put that in your first post. I thought exactly what you just said "our space being taken away". :shock: 8)
  24. yep I think we get the point that this movie sucks a$$
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.