![](https://xisto.com/discuss/uploads/set_resources_4/84c1e40ea0e759e3f1505eb1788ddf3c_pattern.png)
Mike
Members-
Content Count
175 -
Joined
-
Last visited
Everything posted by Mike
-
Nah, karlo. There is a style. It runs on the boards' CSS. You just haven't changed your theme yet. To do so, copy and paste this into your browser: http://forums.xisto.com/no_longer_exists/ You have to be logged in (duh) to change your theme though. And there is an admin area, but you're not an admin, so you can't see it. Basically just a purge posts thing and delete system.
-
PHP in the files, SQL database to hold the users, topics, messages, boards, etc.
-
Actually mobious, you are incorrect. PHP does have a way to refresh a page. Put this at the top of your page *BEFORE* the <head> tag. header('Refresh: 120'); If you want it to refresh to a different link, put this: header('Refresh: 120; url=PAGEYOUWANTTOREFRESHTO');
-
Anyways, I'm re-coding my boards. Those are horrible, and I'm making great progress on the new ones. Karlo, I coded my own shoutbox thing too. It's not as good as yours, but it has everything you really need. Administrative purge function, basic shout function, last 100 shouts function, and your last 5 shouts function. http://forums.xisto.com/no_longer_exists/ You have to login first though... Also, for a news script, it's really only like 3 or 4 lines of simple code.
-
Well, thank you all for your reviews! I would make the logo of my site 100% of the width that it is up there, but everybody on the 10 gazillion sites that I go to said that it was too big when I did that! I appreciate you guys taking the time to leave Xisto (oh no!) to view my site, lol. I think this homepage is the best, and that my message boards are really nice, except nobody posts on my boards. They are all LURKERS! Don't you just hate lurkers?
-
Err... Well possibly, and that is probably the way that you would add or remove or even edit the links on your site. I haven't really used the Invision Power Board, so I wouldn't know what files come with it... There probably is a header though, because that would be the easiest way to handle all of the stuff on the top of the page, including the links. Again about the shoutbox thing, however, if you don't know any PHP then I recommend the kShoutbox created by karlo, a Xisto member. If you do know PHP, it's extremely easy. Basically just setting up some databases and using a looping function ( while() or for() ) to display all the messages and stuff.
-
I've already set the CSS as the default for the homepage and the comments.. I seriously think that it's the best CSS that I've ever used and the best HTML that I've ever coded! Click Here to view my NEWEST homepage! I learned some new CSS techniques like 'display: block;' and 'position: absolute;' which is what enabled me to create the navbox on the left with the links and stuff. So, this will be my final design for a while (most likely) so tell me what you think. Thanks in advance! --Mike
-
Trap17 has professional programmers add lots of stuff to the site. To change the name, go into the admin panel in the IPB. To add links, you have to go to where the IPB files are stored, and edit the index.php file. You would have to code a shoutbox yourself, and edit the index.php file to include one wherever you want it. Basically, if you want to add something you have to code it then edit the index file [or whereever you want it to show] and include it.
-
Yeah, if you use varchar() it it only goes from 0-255. I would pust something like 'text', and you most likely won't fill that one up.. Or BLOB like the others said; I just don't like using blob. >_>; Or if the text in the field is just going to be numbers, and not any writing or anything, you could use 'bigint' which is from -REALBIGNUMBER to +REALBIGNUMBER >_____>
-
Err.. This is the third new homepage that I have created for my website! After making the second one and getting better feedback except the fact that it needs more color, I decided to make an even BETTER one! Or at least I think it's better. Alright, again.. remember that the comments thing still runs on the original CSS.. so just ignore that. >_> So tell me which is the best, and rate it out of 10! Please? Original: http://forums.xisto.com/no_longer_exists/ Style 2: http://forums.xisto.com/no_longer_exists/homepage.php Most Recent: http://forums.xisto.com/no_longer_exists/page.php
-
Rate My Newest Homepage.. Its better.. I promise.
Mike replied to Mike's topic in Websites and Web Designing
Bah, I like the new one. It is kinda plain though.. I'm not good with photoshop though so my graphics will just make it ugly. >_< -
After last time, getting very horrible reviews for my homepage, I've decided to create another one. Here is the one that I currently use: Current Homepage and here is the one that I have just created: New Homepage. I've also added a comment system for it as well.. but it runs on the old homepages' CSS so it may possibly changing depending on the reviews I get for my new homepage. Thanks in advance, --Mike--
-
About Cragllo's Script Time File. Located on support.trap17.com
Mike replied to Mike's topic in Programming
Well cragllo, it is true that the script has to execute but it's just recording the loading time, which basically takes no time at all. Here is a better script thing (again): // At the top of the page $start = array_sum(explode(' ',microtime()));// At the bottom of the page$end = array_sum(explode(' ',microtime()));$domath = $end-$start;$calc = round($domath,5);echo 'Executed in <b>'.$calc.'</b> seconds'; Of course, like Spectre said.. Not everybody cares how long it takes for the page to load. But I actually find it kinda interesting, and it lets you know ahead of time is somebody is trying to DDoS you. >_> -
Meh, I'm not particularly good with photoshop... If anybody wants to give me some better graphics, I'd appreciate it.
-
Here is the homepage that I have just recently finished coding.. http://www.subzer0.net/ It is Valid XHTML, and there are only a couple errors I need to fix before it will be Valid CSS. I also coded many other files for my site.. On the homepage, put your cursor over the word "edits" and a little box should pop up and show you some of my coded files!
-
About Cragllo's Script Time File. Located on support.trap17.com
Mike replied to Mike's topic in Programming
ill, if you think that two-line code that I just posted wastes the users time, then you shouldn't be in the PHP forum because you obviously lack the knowledge of it. It takes no time at all, it shows the time that it takes for the script to execute. -
It's incorrect.. It gives you a HUGE number with E-5 or something at the end. Just do this for your file: <?php// At the very top of the document!$start_time = microtime();// ...// ...// At the very BOTTOM of the document$end_time = microtime();// Footerfunction footer() {print 'Copyright ©2005 - YOURNAME<br />Script executed in '.round($end_time-$start_time,5).' seconds.';}
-
Why would he rape a ten-month-old baby? I mean, the person shouldn't rape anyone, but a human that young? Somone who barely got to experience the world yet? Come on, even though the baby probably could not understand what was going on, but still. The baby will find out some time in life, and will be scarred for life.
-
Mysql Database Help need help with MySQL databases...skip to page three
Mike replied to Dayzed's topic in Web Hosting Support
Once you upload the files, you have to create a new database for the boards. Then you use the SQL in the SQL file to create all the tables needed for the boards. Then you go into the config.inc.php and edit the database connection variables to the yours. It should look like this: $_MYSQL['dbhost'] = 'localhost';$_MYSQL['dbuser'] = 'CPANELUSERNAME_DBUSER';$_MYSQL['dbpass'] = 'DBUSERPASS';$_MYSQL['dbname'] = 'CPANELUSERNAME_DBNAME'; -
Uhh.. That's just a simple query like beeseven posted.. mysql_query("UPDATE tablename SET columnname=columnname - 1") or die(mysql_error()); It would just update the column as the column - 1.
-
Good Grief Graphics, e-mail me some of your work. I may hire you as a Graphics Designer! EMAIL ME AT: webmaster@subzer0.netAnd, well.. It re-directs sometimes. I could fix it if I stopped being lazy. ;And karlo, it's not really supposed to use tables on the index. Check out this site.. It's kinda a spinoff of it except with a different look: http://www.gamefaqs.com/ (click 'Boards')I could probably make a site like PHP-Nuke. It's not that hard. :PAnd snlildude, I get a kick out of the very long loading times!
-
It took me roughly 3-5 days. I'll be adding more and more to it!
-
Alright, I used my great knowledge of PHP ( ) to code my own message boards! http://forums.xisto.com/no_longer_exists/ . The script runs exceptionally fast and posting/leveling up works and most of the admin/mod features work. If you want to register, then you would be able to explore these features more. If you don't, then could you just rate them by the look of the index? >_> Please rate them from 1 to 10!
-
Uh.. Here are a couple examples from the source code that my regular boards run on. http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ And here are the scripts I used to code my OWN message boards: http://forums.xisto.com/no_longer_exists/ and http://forums.xisto.com/no_longer_exists/