Jump to content
xisto Community

kilz

Members
  • Content Count

    57
  • Joined

  • Last visited

Posts posted by kilz


  1. yes, netfirms is a adshostings. so they do put popups or banners etc on your site.the google ads is from netfirms, and netfirms get money from them.they steal our money !!! :) I have a website @ netfirms too. . .and they never pay you money form our ads.alse, they don't allow us get pay from ads. and don;'t allow us join pay banner / popup program


  2. Ok first off the color scheme is bad. Red, bvlack and green dont mix. But your content is actually very good. and if its hosted on your slow comp it runs very quick. What do you use as your CPanel as I am thinking of building a free server?

     

    Also you have pop ups on your aite as windows keeps blocking them, bad move these do turn people away.

     

    Overall 5/10

    <{POST_SNAPBACK}>


    yes, the website is hosted on my computer before.

    my computer's speed: 501 mhz cpu, 64 mb ram, 10gd harddisk.

     

    but now, the website has been moved to a fast server with 4 2.8e cpu, 2Gb ram, 120 gb harddisk. since yesterday.

    the server is good, however, some error @ my php script. I don't know why.

     

    their php version is 4.3.8, mysql 4.0.20, apache 1.3.31, unix server.

    mince is 4.3.7, mysql 4.0.20, apache 1.3.31, windows system.

     

    but copy(), and some of the function from php is not working at their server.

    please help. I'm stuck.


  3. SQL is easy. . .

    if you wanna insert datas into databases,

    example:

    insert into table (name, age) values (peter, 10);
    then peter will be added.

    if you're going to delete datas,
    example:
    delete from table where name = "peter" && age = "10";
    then peter will be deleted.

    if you wanna change peter's information,
    example:
    update table table set name = "tom", age = "100" where name = "peter";
    then peter will be tom. :):)

    is this a good example??
×
×
  • 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.