Jump to content

lostone

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

lostone's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i use UAMP(unix apache mysql php)
  2. i think your right... i dont know much about sql ive been reading abunch of stuff over the net... also that first system shared up there wouldnt work... lol the processors were am2 not 940... i got a new one here. and this is what gonna be on it freebsd 7.0, apache 2.2.8 (with mod_cahce & mod_deflate), mysql 5.1, php5.2.5 i think its pritty good and cheaper then my hp vista computer (with tv tuner and nvidia 8500) http://www.newegg.com/Product/Product.aspx?Item=N82E16819117103 processor 198.99 http://www.newegg.com/Product/Product.aspx?Item=N82E16813131192 mobo 169.99 http://www.newegg.com/Product/Product.aspx?Item=N82E16820134339 ram 83.99 http://www.newegg.com/Product/Product.aspx?Item=N82E16822210004 hdd 44.99 http://www.newegg.com/Product/Product.aspx?Item=N82E16817371005 power 54.99 full price: 552.95 oh and is that the right type of ram i want shure
  3. lostone

    sodaDome

    nice layout other than home page is too busy... the dark dots on that light background are really busy other than that it looks like nice... ok now for your xhtml... its ...well ...sh*t lol. 189 errors with http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sodadome.com%2F but your css is nice and clean http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.sodadome.com%2Fsoda.css
  4. well i wasnt planing on going duel prosses but that mother board was a great deal for all the power it packs and i think im just gonna do sql and master on one server. i thought sql takes up alot of memory... i put a montior or the test sql server and look at it... only uses about 200mb of ram and isnt hard in cpu... but is heavy on lan so i think it will really speed up to just do a LAMP(really UAMP)... oh have you seen the price for windows 2008?? its 7,000$ (2008 web is only like 600$) but still thats a sh*t load! i like my stuff free thats why i use unix ... also it doesnt work like myspace it just has myspace script generators.
  5. ok i figured it out just for you who want to know you just when you shell>make clean shell>./configure --enable-module=rewrite --enable-module=cache make && make install and just add any other mods you want.. thanks for helping guys........
  6. ok i et up on freebsd and did the make file set up... it works... but there are no modules installed... how do install the mods?( i know i want cache and ssl and deflate)
  7. no traffic yet we havent gone live because we havent fenish the web page(im not working on web page im OS and hardware/software) but the site is html/php/JS help and myspace (got like 10 code gens) about 8 pages of html help about 5 pages of php, about 5 pages of JS help. home page has 2 ad rotators and google ads and got a poll and rss ticker... she hasnt made the nav bar eather gonna do flash or JS, home page loads at .40 to .15secs the only slow part is forum is there a faster way for master to talk to sql other than threw LAN?
  8. how heavy is mysql on your ram/cache? how heavy is apache on your ram? how heavy is php on everything? and should i slipt my website on 2 servers(one server for all sql and one for all html/php)? ... i have 2 test servers one with just php and apache other is just sql. befor i had just one with it all on it(and all pages that had to open sql load fast than thay do now befor it was 1.5 sec load now its 3.0 sec load the test servers wernt ever ment for being a server on is a dell dimension 2400(master) and sql is a HP pavilion 7965 and i dont have cache enabled yet on apache and sql is pritty much running with out of box config ... im a little scatter brained when i type if im confussinf you or your not shure wht im asking ill type more just ask for more info ------------------------------------------------------------------------------------------------------------------------------ oh and wht do you think of this for a master server.... --Master Server-- try1{ http://www.newegg.com/Product/Product.aspx?Item=N82E16813131550 mother 122 http://www.newegg.com/Product/Product.aspx?Item=N82E16819105133 prosses 159*2 http://www.newegg.com/Product/Product.aspx?Item=N82E16817128014 pow 89 http://www.newegg.com/Product/Product.aspx?Item=N82E16820144162 mem 48*2 http://www.newegg.com/Product/Product.aspx?Item=N82E16822210004 hdd 44 669} i got a box that will hold fit it all... huge box at that lol and for the sql server i think ill do a lighter one im think a single pross(dual core tho maybe) with 2gig ram
  9. nevermind i found it after 2 half hours i feel stupid it was easy sorry for a pointless post
  10. ok on mysql 5.1 (win) how do i set it to alow a differnt server to connsect to it... ive spent about an hour and ahalf running around like a headlees chicking trying to find out how to do this(not on google but on mysql's website.. and plz dont say oh this took me 2 mins to find just help... atleest i tryed unlike other people in the world.
  11. Ha ha i found the error... i didn't change the set the folders to be view by the server after sending over FTP from Dreamweaver lol my bad sorry for bothering y'all.
  12. Ok, lets first say hi and give a server background... ok its freebsd 7.0, php 5.2.5, apache 2.2, and i just set it up today so it might be a setting i haven't changed or i didn't install php right lol but heres the error i have and please help I'm getting really mad! ??? also could this have anything to do with not having java installed on here(only because I'm not sure how to do ... I'm new to Freebsd/Unix/Linux...nut not too new on this code the imgs are showing up just getting a red (X) on both this computer and my xp and my vista. <?php $t = date('H'); $T = $t - 1 ; if ($T >4 && $T <= 6) print '<img src="img/dawn.jpg" alt"" />'; elseif ($T > 6 && $T < 18) print '<img src="img/day.jpg" alt"" />'; elseif ($T >= 18 && $T < 20) print '<img src="img/nightfall.jpg" alt"" />'; else print '<img src="img/night.jpg" alt"" />'; ?> ... oh ps. everything worked fine on my last tester server(the xp had same php, had the win apache 2.2. and your welcome to edit/use my img on time script just add cred to matt garner
×
×
  • Create New...

Important Information

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.