Jump to content
xisto Community

contor

Members
  • Content Count

    148
  • Joined

  • Last visited

Posts posted by contor


  1. This progran to anyone who use it must know what i am talking.I have been learning in school how to create databases with the openoffice database creator. This program is full of bugs some computers have an error i dont know which,in my case when i made a querry the result where show 4 times. i have been 1 hour trying to repare that. I write the querry by hand but it continues apearing.I want to kill that group of programers that develope that code


  2. i dont know why people put this kind of programs here, you know that it's scam,or you are so retard to admit it, and the best way too cach people is to post images}that proves the payment of the program.In the other hand,this type of paid to work is slave lavor, if you think about it you are working for nothing.Know i am investing in a hyip program wich i prove from myself that it paids.


  3. hello my friends good as I see in this topic they speak of google adsense and I want to add some ideas for it was improving the performance of the google adsense as like for example put very well the colors and sizes that ban to using in the banners this way to stay well with the web page of this persons that enter confuse the banner of google adsense with a part of his your web page is one good secret the quite this truth in it and also to know in that it(he,she) departs from the web page to put them (I recommend above(up)).Another secret that I add is a not alone put banners of text but also of image this class to the web page When the people to do click in the announcements of the google adsense finally never forget to followcontinue to the letter the terms of the google adsense since if they do not do it they can cancel his your account and this way you can lose all the money that an generated it regards and success do not forget :lol: that the google adsense I recommend to all that they should like much and overcoat they do not have to invest anything since it is totally free and you can start winning mas rapidly of what you imagine :(


  4. Yea i think is the best idea to have it on a diferent page, is more organised but if you matak want
    to have it on one sheet of paper you can use if like in my other post but adding directly the
    code of the page.
    EJ:

    if($seccion=='page2')   {echo 'page code';}   else	{if($seccion=='page3'){echo 'page 3 code';}else{echo 'home page code'};};
    this is a less organized way to have all pages in one but is the least organized
    you can think anothers ways, and there are more advanced ways to do it but
    this is the best for you to understand and that with logic everything is pocible.

  5. i have the solution for you because i do the same in my website. Its not so difficult to do this but you should have the age perfectly organized. The method to add a page into another is the tag "<iframe>" this is the completly code that i have in my page of the iframe:


    <iframe allowtransparency="true" style="FILTER: chroma (color=fafefd)"name="Main" src="/contact.php" SCROLLING="no" width="100%" height="600" align="top" frameborder="0" class="wrapper"> Esta opci�n no trabajar� correctamente. Su navegador no soporta IFRAMES.</iframe>

    The code i use in my page is a funtion call if (if you started learning php you should know it), so suppouse you have 3 pages to add into a page "home.php"(this is your home page) "page2.php" and "page3.php". So you open your header and footer page and were you want to see the page you add something like this code.


    if($seccion=='page2') {echo '<iframe allowtransparency="true" style="FILTER: chroma (color=fafefd)"name="Main" src="Page rute 2 EJ: "/page2.php" " SCROLLING="no" width="100%" height="600" align="top" frameborder="0" class="wrapper"> your brouser doent allow iframes.</iframe>'; } else { if($seccion=='page3') {echo '<iframe allowtransparency="true" style="FILTER: chroma (color=fafefd)"name="Main" src="RUTA PAGINA 3 EJ: "/page3.php" " SCROLLING="no" width="100%" height="600" align="top" frameborder="0" class="wrapper"> your brouser doent allow iframes..</iframe>'; } else { echo '<iframe allowtransparency="true" style="FILTER: chroma (color=fafefd)"name="Main" src="Page rute home EJ: "/home.php" " SCROLLING="no" width="100%" height="600" align="top" frameborder="0" class="wrapper"> your brouser doent allow iframes..</iframe>'; }; };

    This code vercion i have recently made is not the one i have in my website because althout it is more easy to understand, it is disorganise. You can have ilimitate number of pages the only thing you have to do is to copy one line and add it before:


    { echo '<iframe allowtransparency="true" style="FILTER: chroma (color=fafefd)"name="Main" src="Page rute home EJ: "/home.php" " SCROLLING="no" width="100%" height="600" align="top" frameborder="0" class="wrapper"> your brouser doent allow iframes..</iframe>'; };

    ,add an "};" at the end, change the variable "seccion" value, and the page rute. I said to change the variable value because it is fundamental for the page EJ: the variable for the page2.php is $seccion=='page2'. the link to show that page is: "yourpage".com/"theheaderandfooterfile".php?seccion=page2 so you can acces all the pages from one only page. If you find anything in spanish is my fault because my native lenguage is spanish :lol: i hope it was usefull for you


×
×
  • 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.