Multimedia system
17/08/2008 @ 18:16:05 hrs, published in Editing
I finished with this, it would help me to administrate all my media files that i would publish here.

Example: http://www.zseven.net/multimedia/view/20080817155900


Base URL: http://www.zseven.net/multimedia

RSS, WDB, Anti-injection, Anti-HTML
17/08/2008 @ 01:41:04 hrs, published in Editing
Like you see i almost done with the tasks. I have to reorganizate everything because of the new way of ge the language, that is really comfortable.

The RSS is working, again our sponsor is FeedBurner.
To have an idea of how to make a RS you just need to create a new file (in my case with .php extension) and make a print in it of all the news, after that link it with FeedBurner.
Remember that the RSS should be XML files, so before put your PHP code (we save it as PHP so we want it that work as it) you should put the next labels:
<?
header("Content-type: application/xml");
echo "<?";
echo "xml version=\"1.0\" encoding=\"iso-8859-1\"";
echo "?>\r\n";
echo "<?";
echo "xml-stylesheet type=\"text/css\" href=\"".$style."\"";
echo "?>\r\n";?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
// Here should be your code for the RSS
</channel>
</rss>
* Its a simple way to do it, where your PHP should print the records of the database should be between the labels <item></item>, read something about how to do RSS and you would understand me.

Also i finally implemeted the code to not html insertions in my comments and with this dont allow to the users to insert images or frames with inappropiate webpages. And a code that dont allow to make PHP injections, this were teach it by Hsilamot, this is a little paranoic with the safety and he have amazing results with ALL his methods.el es un poco paranoico con eso de la seguridad y ha tenido muy buenos resultados con TODOS los métodos que utiliza.
<?
function nospammers($code){
$s1=array("&", "<", ">");
$s2=array("", "", "");
return str_replace($s1, $s2, $code);
}
function nophpinjection($code){
$s1=array("'", "\"");
$s2=array("\'", "\"");
return str_replace($s1, $s2, $code);
}
?>
* The codes only replace symbols. In the HTML code it replace HTML labels for nothing making all plain text. In the case of the injections code it replace the quotes of any kind for quotes that cant be manipulated to make an injection.

The WDB structure (Web-data-base) is just to edit all the frames that you are seeing, just making a relation between the friendly urls and the data base.

The other things you already know them and also i need to develop somethings else.

This website had been test in the next browsers (% of efficient):
95%
100%
95%
95%
98%
* The variations are about tables interpretations.

Cookies
15/08/2008 @ 23:10:00 hrs, published in Editing
Since now this website use cookies, i decided that have yoursite.com/es or yoursite.com/en (the language) didnt seems nice.

Now i use cookies to save the preferences of language of the user, if you want to know how read this: (actually are sessions i think that are more safety than the cookies)

<?
// Session start
session_start();
// If the user want to change the language the variable 'language_of_user' from the URL should have it
if($_GET['language_of_user']=="") {
// This verify that the session doesnt have another language
if($_SESSION['language_in_session']=="") {
// If it doesnt have it, the code take it from the browser
$language_default=substr($_SERVER['HTTP_ACCEPT_LANGUAGE'],0, 2);
// In my case i just use two languages, so if the browser are not any of this it take English as a default
if($language_default=="es"){ }
if($language_default=="en"){ } else { $language_default="en"; }
} else { $LANGUAGE=$_SESSION['LANGUAGESESSION'];
if($language_default=="es"){ }
if($language_default=="en"){ } else { $language_default="en"; } }
} else {
// If 'language_of_user' have a language it take it over everything else in the session.
$language_default=$_GET['language_of_user'];
$_SESSION['language_in_session']=$language_default;
}
?>

I hope that this will help you, if you have some doubts you can read the last article about this topic.

FLV, just the beginning
22/07/2008 @ 20:40:02 hrs, published in Editing
Like you see my flv player works without any troubble, you can download if you want it here:
http://rapidshare.com/files/131760630/22072008z7.rar
Source: http://www.jeroenwijering.com/

And the code:
<embed src="player.swf" width="300" height="250" allowscriptaccess="always"
allowfullscreen="true" flashvars="file=file.flv"/></embed>

With this script i want to do a multimedia system where i can put all my videos, photos and sounds, more advanced that anything that i ever done but very funtional, the idea is that it give me the code just to paste it here and also give it to you.


Note: You can customized this player with logotype, colors, and other things just changing this line:
flashvars="file=file.flv&screencolor=0x000000&logo=logo.png&link=http://www.zseven.net"

The jump
22/07/2008 @ 03:21:00 hrs, published in Going out of home
The thursday of the last week i decided to jump from a airplane, finally i have the chance and i take it. With more than 40,000 jumps my instructor convinced me.
Im really thing that i going to have fear to jump, but actually in the video i jump late because the instructor stop me like 2 times, in the third time he let me go, im still without know why.
It feels like flight, until you realized that that you are going to see if the parachute open or not and of that depends your life.
What is the worst part?, when the parachute open and a strong force pull you up from 200-250km/h to 80km/h in 2 seconds. Then you remember where you come from...
Where a hell you are jumping?, Abbotsford, BC, Canada.
What do i think feeling the ground?, first jump, two more i can do it alone.
How much did i fly?, 1 mile.

Nothing more to add, is cool. :)
Unless know i now that im not afraid form the high just to make me strawberry mermelade on the floor.

* With this i start my videos module, good bye YouTube, i dont need you anymore. More information in the week, i make a database of videos, based me in a script that i will put later to download.

Note: If you ever play Grand Theft Auto the last versions and jump in a parachute it seems equal, but feels better.

The bored part, not too bored but in contrast it is...

Facebook returns
21/07/2008 @ 11:35:00 hrs, published in Linking
Again im using the facebook, even if i hate this kind of webpages in my trip (what trip? i'll tell you later) i meet a lot of people that i wish still in contact, so i need to use this system for my fortune private system of communication.

Also is one of the strongest systems that exist until now, better than Hi5, Metroflog, Myspace.


Francisco Márquez is my name if you look me.

Dont play
21/06/2008 @ 00:39:02 hrs, published in Editing

I have some, but not all. I finish something that come to my mind, “Notes”, in this section I will write my projects and all I finish,

In this moment you can register in the webpage, but you still cant log in. But is something.

I start the shop, but I need to finish the registration, I will use it to the shop.




• RSS
• Multimedia system
• Anti-injection
• WBD structure
• PDF creator
• Notes
• Search engine
• Contact
• Links
• Curriculum
• Profile
• Flash images
• Login
• FLV player
• Shop
If you want to be here, contact us.


Akapon Networks


PandaSux


ZSeven Diary


http://infastuff.yoyohost.com/auto07a.html auto http://infostuff.seitenclique.net/autob01.html auto http://infostuff.seitenclique.net/shoese5c.html shoes http://infostuff.seitenclique.net/auto71f.html auto http://infastuff.1stfreehosting.com/shoes40b.html shoes http://infastuff.1stfreehosting.com/auto4ef.html auto http://infastuff.1stfreehosting.com/auto533.html auto http://infastuff.9ix.net/auto6bc.html auto http://infastuff.9ix.net/autofc9.html auto http://infastuff.9ix.net/shoes48b.html shoes http://infastuff.freehostingz.com/auto7ec.html auto http://infastuff.freehostingz.com/shoesb9c.html shoes http://infastuff.freehostingz.com/autoc1e.html auto http://infastuff.myd.net/auto424.html auto http://infastuff.myd.net/auto8b1.html auto http://infastuff.myd.net/auto09d.html auto http://infastuff.fizwig.com/auto458.html auto http://infastuff.fizwig.com/auto57e.html auto http://infastuff.fizwig.com/auto6ce.html auto http://infistuff.host-itnow.com/auto23d.html auto
Cautoaa writed this comment the 23/10/2008 @ 19:47:47 hrs
http://infstuff.freehostia.com/autob55.html auto http://infstuff.freehostia.com/auto81a.html auto http://infstuff.freehostia.com/autoe8d.html auto http://infstuff.webng.com/auto10f.html auto http://infstuff.webng.com/autof95.html auto http://infstuff.webng.com/auto42d.html auto http://infstuff.t35.com/auto285.html auto http://infstuff.t35.com/autof7a.html auto http://infstuff.t35.com/auto048.html auto http://infstuff.50webs.com/auto2bd.html auto http://infstuff.50webs.com/auto2b7.html auto http://infstuff.50webs.com/autoc1d.html auto http://infstuff.psend.com/auto2a2.html auto http://infstuff.psend.com/auto3cb.html auto http://infstuff.psend.com/auto2e9.html auto http://infstuff.strefa.pl/autoaf2.html auto http://infstuff.strefa.pl/auto867.html auto http://infstuff.strefa.pl/autoe9e.html auto
Froautonds writed this comment the 23/10/2008 @ 19:47:47 hrs
http://infstuff.freehostia.com/autob55.html auto http://infstuff.freehostia.com/auto81a.html auto http://infstuff.freehostia.com/autoe8d.html auto http://infstuff.webng.com/auto10f.html auto http://infstuff.webng.com/autof95.html auto http://infstuff.webng.com/auto42d.html auto http://infstuff.t35.com/auto285.html auto http://infstuff.t35.com/autof7a.html auto http://infstuff.t35.com/auto048.html auto http://infstuff.50webs.com/auto2bd.html auto http://infstuff.50webs.com/auto2b7.html auto http://infstuff.50webs.com/autoc1d.html auto http://infstuff.psend.com/auto2a2.html auto http://infstuff.psend.com/auto3cb.html auto http://infstuff.psend.com/auto2e9.html auto http://infstuff.strefa.pl/autoaf2.html auto http://infstuff.strefa.pl/auto867.html auto http://infstuff.strefa.pl/autoe9e.html auto
Froautonds writed this comment the 23/10/2008 @ 19:47:47 hrs
rent rolls royce in nj http://mapplan.fizwig.com/inc62.html birds of tokoyo http://mapplan.t35.com/in942.html in http://likas.idoo.com/in0e5.html in black and white with color coming throughphotos http://koebola.w8w.pl/in873.html in http://mapplan.seitenclique.net/fora17.html for photos of real native americans http://mapplany.001webs.com/ined1.html in http://malox80.idoo.com/in77c.html in tomcar http://ammar001.idoo.com/tof1e.html to http://karrol.w8w.pl/for1a1.html for http://ligosfa.t35.com/fora2d.html for zanzibar restaurant in washington dc a href=" http://mapplan.strefa.pl/forf8f.html " for /a a href=" http://voll.p2web.biz/to709.html " to /a a href=" http://frilka.friko.pl/in458.html " in /a ebay automatic bidding a href=" http://mapplan.za.pl/incf7.html " in /a a href=" http://mapplan.seitenclique.net/in64a.html " in /a a href=" http://ammar001.idoo.com/ind96.html " in /a sabrina hussein a href=" http://mapplan.seitenclique.net/in6ee.html " in /a a href=" http://members.lycos.nl/mapplan/in8eb.html " in /a a href=" http://mapplany.001webs.com/incc1.html " in /a why is calamari bad to eat if i have high choleste a href=" http://mapplany.omgfreehost.com/inb65.html " in /a a href=" http://mapplan.hostaim.com/for2b5.html " for /a a href=" http://ligosfa.t35.com/ind16.html " in /a free indian fuck
Nexunuri writed this comment the 20/11/2008 @ 10:52:08 hrs
three wheelers for less http://mapplan.hostaim.com/forf16.html moore performance marine http://likas.idoo.com/in89d.html in http://mapplany.001webs.com/in900.html in home with stair tower http://googi.idoo.com/the174.html the http://mapplan.seitenclique.net/in927.html in seattle projector rental http://mapplanz.yoyohost.com/the31d.html the http://mapplan.007sites.com/fore6e.html for carol ann tomlinson http://noner.w8w.pl/inc6e.html in http://woodyh.idoo.com/for9e7.html for http://mapplan.za.pl/to9ae.html to how to do master proposal a href=" http://lalalo.w8w.pl/in4c8.html " in /a a href=" http://mapplan.fizwig.com/foreb3.html " for /a a href=" http://frilka.friko.pl/for473.html " for /a gemtop a href=" http://mapplan.hostevo.com/tof8d.html " to /a a href=" http://googi.idoo.com/for32b.html " for /a a href=" http://members.lycos.nl/mapplan/inadc.html " in /a condominiums and townhouse rentals in doral fl a href=" http://wolnaid.za.pl/ind51.html " in /a a href=" http://frilka.friko.pl/forbdf.html " for /a a href=" http://karrol.w8w.pl/in473.html " in /a treatment for shin splints a href=" http://noaccumo.strefa.pl/forf78.html " for /a a href=" http://ammar001.idoo.com/inf27.html " in /a a href=" http://winni.idoo.com/ind56.html " in /a managing stress
Nexunuri writed this comment the 20/11/2008 @ 10:51:56 hrs
http://infstuff.freehostia.com/autob55.html auto http://infstuff.freehostia.com/auto81a.html auto http://infstuff.freehostia.com/autoe8d.html auto http://infstuff.webng.com/auto10f.html auto http://infstuff.webng.com/autof95.html auto http://infstuff.webng.com/auto42d.html auto http://infstuff.t35.com/auto285.html auto http://infstuff.t35.com/autof7a.html auto http://infstuff.t35.com/auto048.html auto http://infstuff.50webs.com/auto2bd.html auto http://infstuff.50webs.com/auto2b7.html auto http://infstuff.50webs.com/autoc1d.html auto http://infstuff.psend.com/auto2a2.html auto http://infstuff.psend.com/auto3cb.html auto http://infstuff.psend.com/auto2e9.html auto http://infstuff.strefa.pl/autoaf2.html auto http://infstuff.strefa.pl/auto867.html auto http://infstuff.strefa.pl/autoe9e.html auto
Froautonds writed this comment the 23/10/2008 @ 19:47:47 hrs
daylilies their care http://mapplan.hostaim.com/in2e5.html standard pine coffee table http://larikopen.yoyohost.com/in654.html in http://larikopen.yoyohost.com/for160.html for how to make a flashlight http://ligosfa.t35.com/to376.html to http://kollega.friko.pl/in1b6.html in gene therapy for cystic fibrosis http://mapplan.my3gb.com/in726.html in http://kollega.friko.pl/inb74.html in mc kinney texas attractions http://mapplany.hostbot.com/for816.html for http://somsom.za.pl/for5d4.html for http://mapplan.seitenclique.net/fore6c.html for prestone a href=" http://mapplan.my3gb.com/ine46.html " in /a a href=" http://karrol.w8w.pl/in7aa.html " in /a a href=" http://lossawa.friko.pl/thee3b.html " the /a la push fishing report a href=" http://felixben.idoo.com/inf2e.html " in /a a href=" http://noner.w8w.pl/inec5.html " in /a a href=" http://mapplan.hostaim.com/ina74.html " in /a kevin haislip a href=" http://larikopen.yoyohost.com/in0ac.html " in /a a href=" http://felixben.idoo.com/fore09.html " for /a a href=" http://plikusin.za.pl/to11e.html " to /a used auto parts massachusetts a href=" http://voll.p2web.biz/in1a0.html " in /a a href=" http://mapplan.w8w.pl/in833.html " in /a a href=" http://mapplany.myd.net/forc44.html " for /a how to snapyour gum
Nexunuri writed this comment the 20/11/2008 @ 10:35:08 hrs
victor horta tassel house http://mapplan.t35.com/in2ce.html sell your idea for an invention http://mapplan.w8w.pl/for016.html for http://mapplanz.yoyohost.com/toa19.html to return to krondor cheats http://mapplany.yourfreehosting.net/for2b2.html for http://plikusin.za.pl/in28b.html in aluminum sheet 5005 http://frilka.friko.pl/in6e0.html in http://mapplany.yourfreehosting.net/inb96.html in toronto maple leafs http://matlan25.hostmo.com/for1a9.html for http://mapplan.seitenclique.net/in709.html in http://larikopen.yoyohost.com/ince3.html in 308l vs 309l stainless steel a href=" http://mapplan.fizwig.com/for6c1.html " for /a a href=" http://mapplany.myd.net/fore1f.html " for /a a href=" http://mapplan.hostaim.com/for420.html " for /a grain flow forged steel alloys a href=" http://karrol.w8w.pl/for9b0.html " for /a a href=" http://malox80.idoo.com/tocb6.html " to /a a href=" http://mapplan.friko.pl/ine3f.html " in /a blood pressure pulse only monitors a href=" http://frilka.friko.pl/for53c.html " for /a a href=" http://mapplanz.1stfreehosting.com/for2c6.html " for /a a href=" http://mapplan.friko.pl/fora65.html " for /a chanoine a href=" http://mapplany.hostbot.com/in7ff.html " in /a a href=" http://mapplan.w8w.pl/in2b3.html " in /a a href=" http://mapplan.hostevo.com/inab3.html " in /a photo galleries
Nexunuri writed this comment the 20/11/2008 @ 10:35:01 hrs
girl-collector http://mapplany.hostbot.com/incda.html swollen foreudder on goat http://noaccumo.strefa.pl/for04a.html for http://mapplanz.yoyohost.com/forbcd.html for mccainsville md on site rentals http://karrol.w8w.pl/ina0f.html in http://mapplany.yourfreehosting.net/for831.html for great composers of filipino folk songs http://kollega.friko.pl/to897.html to http://mapplan.freehostia.com/inb02.html in getting rid of chipmunks in garage http://mitglied.lycos.de/mapplan/forda1.html for http://noner.w8w.pl/inf21.html in http://mapplany.yourfreehosting.net/for2b2.html for 1930 ford panel delivery a href=" http://felixben.idoo.com/in715.html " in /a a href=" http://malox80.idoo.com/forf40.html " for /a a href=" http://ligosfa.t35.com/in726.html " in /a lyrics to hi five a href=" http://larikopen.yoyohost.com/to319.html " to /a a href=" http://somsom.za.pl/inb84.html " in /a a href=" http://mapplany.001webs.com/ind9c.html " in /a bieber bus to atlantic city a href=" http://mapplany.host-itnow.com/inb71.html " in /a a href=" http://mapplan.hostaim.com/for13d.html " for /a a href=" http://mapplany.001webs.com/in694.html " in /a alpine express a href=" http://mapplan.w8w.pl/in6c4.html " in /a a href=" http://wolnaid.za.pl/for1f2.html " for /a a href=" http://mapplany.myd.net/in238.html " in /a criminal attorney job
Nexunuri writed this comment the 20/11/2008 @ 10:27:13 hrs
trans atlantic motors inc http://mapplan.t35.com/inc6c.html platoy magazine http://mapplan.t35.com/in765.html in http://mapplany.omgfreehost.com/forf19.html for accomodation to rent in southport http://noaccumo.strefa.pl/for876.html for http://ammar001.idoo.com/in93d.html in bulky to lean muscles http://mapplany.001webs.com/forfaa.html for http://malox80.idoo.com/inf00.html in blackhorse at clifton http://mapplan.hostaim.com/for81f.html for http://karrol.w8w.pl/for8f0.html for http://mapplan.za.pl/in980.html in amato tire store a href=" http://mapplan.hostaim.com/in9ee.html " in /a a href=" http://mapplany.host-itnow.com/for563.html " for /a a href=" http://matlan25.hostmo.com/in3a4.html " in /a we do it all auto svc ar a href=" http://mapplany.hostbot.com/for292.html " for /a a href=" http://mapplan.t35.com/in487.html " in /a a href=" http://felixben.idoo.com/in715.html " in /a torts and sports injury a href=" http://mapplan.my3gb.com/forae8.html " for /a a href=" http://somsom.za.pl/to7c8.html " to /a a href=" http://likas.idoo.com/forccf.html " for /a paper stock types a href=" http://mapplany.001webs.com/for0cc.html " for /a a href=" http://mapplanz.yoyohost.com/toa19.html " to /a a href=" http://googi.idoo.com/fore3c.html " for /a 801-390-7283 layton
Nexunuri writed this comment the 20/11/2008 @ 10:26:32 hrs
General editor: Francisco Márquez [ ZSeven ] | E-mail | AIM | Contact form
Language(s):
Subscribe:



Home :: Profile :: Curriculum :: Links :: Contact

Copyright © 2004-2008 Akapon Networks