alexia
Members-
Content Count
313 -
Joined
-
Last visited
Everything posted by alexia
-
Ok .my php is working fine i think your sql is down or your traffic is high Some times Server Dont work fine contact your webmaster and Server man to fix this problem
-
Hi i want write one program by vband i need to import the windows adderss book to one flatfile linke txt fileand i know winsows address book work by Wab32.dll and i search in google and vb code and vbcity for sample code but i didnot find thatplz help me how can i import windows address book to flat file ?NOT Outlook for example some code open windows address book by shell i dont need that i need get mail address form address book and write to filei know how to write in files but i dont know how can give email address from address bookthanksi hope u find this kind of code
-
thanks for your thanks it good to Bookmark all of the useful php sites here thanks for yur links
-
for test your Code or CMS you can download softwares to Manage Apache serves to php and mysql the best way to check offline is isntall apache server with php and my sql and the best way for manage then is manual This kind of software can not good manage apache server to php i use wamp5 And u can download it in sites do you know what is wamp5 name ? it is Windows - Apache - MySQL- PHP5 but i hate php5 this software manage Apache server to php and isntall mysql server in windows OS and this software has phpmyadmin and Sql litemanager for create and manage your database WAMP5 is part of the WAMPSERVER project WAMPSERVER is managed by the PHPTEAM. Author : Romain Bourdon (aka Roms from Kaptive) Email : contact@wampserver.com Homepage : http://www.wampserver.com/ Installation created with Inno Setup Manager created with Aestran Tray Menu the Install file size is :: 19.8MB Its large ? i use this software but another software for this work is minixampp-win32-1.2 Its not Full Automatic and I think Wamp5 is better than minixampp-win32-1.2 Get sources codes just by asking at contact@wampserver.com
-
Warning: Virus Spreading Through Msn Messenger any info?
alexia replied to choetry's topic in Security issues & Exploits
oh yes i use this site for this problems hihi https://www.sophos.com/en-us.aspx https://www.f-secure.com/de_DE/web/home_de/home/ Usually they post virus details and if u read them every day never give virushihii hate antivirus systems because they need many ram and many cpu power 100% used (oh my godits really bad -
Hi every onei want to know where can i find php Lan ( online Exam )i want to make online exam for my student but i dont know what is good Cms for that ?i need ::1 - admin area2 - student ID and password3 - logsi need cms i want students login with id and passwords and answers my question and then i told them whats numer and show them true answerbut freedo you know where can i find this kind of php cmsi havenot time to write php code thx any way
-
OH My goodwinodws Vs Linux Its Old Question ! Why where Ask This Question ? I Think windows is best because windows has nice interface and nice skin and nice work spcae for users but linux dont have this optioni use windows with More Skin programms like themeXp and some more ..but i dont see this kind of programm in linux or other osi use windows because i can download softwares and hardware drivers and isntall them but my hardware didnot work at linuxI Think Windows is best Space for Playing Games and play music and media file like Shows and DVD s and Dat filebut windows has very big and bad optionwindows is not secure and u most install firewall and Antivirus software on your pc to Protect your Data on your PCfor Install firewalls and Antivirus you must have big space of Ram and i think its not good ,i see on internet and https://www.sophos.com/en-us.aspx site every day they send message (New Kind of worm for windows OS )But every Year u didnot see 1 virus or worm fot linux ?it show windows is best because many of people use this software and find bugs and bad options .so , its very heavyI Typeing more and my english is not very goodso sorry dear members
-
1 - Script Back And forward Button <script LANGUAGE="JavaScript"><!-- hide this script tag's contents from old browsersfunction goHist(a){ history.go(a);// Go back one.} //<!-- done hiding from old browsers --></script> <form METHOD="post"><input TYPE="button" VALUE="BACK" onClick="goHist(-1)"><input TYPE="button" VALUE="FORWARD" onClick="goHist(1)"></form><!-- --> 2 - Diable right Mouse button <script language=JavaScript><!--var message="Function Disabled!";///////////////////////////////////function clickIE4(){if (event.button==2){alert(message);return false;}}function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}}if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}document.oncontextmenu=new Function("alert(message);return false")// --> </script> 3 - User / Password <script>function submitentry(){password = document.password1.password2.value.toLowerCase()username = document.password1.username2.value.toLowerCase()passcode = 1usercode = 1for(i = 0; i < password.length; i++) {passcode *= password.charCodeAt(i);}for(x = 0; x < username.length; x++) {usercode *= username.charCodeAt(x);}//CHANGE THE NUMBERS BELOW TO REFLECT YOUR USERNAME/PASSWORDif(usercode==134603040&&passcode==126906300)//CHANGE THE NUMBERS ABOVE TO REFLECT YOUR USERNAME/PASSWORD{window.location=password+".htm"}else{alert("password/username combination wrong")}}</script><form name="password1"><strong>Enter username: </strong><input type="text" name="username2" size="15"><br><strong>Enter password: </strong><input type="password" name="password2" size="15"><input type="button" value="Submit" onClick="submitentry()"></form> 4 - Doc in doc <object type="text/x-scriptlet" width=100% height="250" data="Your Html File (TextFile )"></object> 5 - Fav Icon Copy in <head> U Must Make ico Icon And Put to root File (www) folder ON host <head><link rel="shortcut ico" href="http://forums.xisto.com/no_longer_exists/;&;'>http://forums.xisto.com/no_longer_exists/;&; 6 - Time And Clock I Find it on internet :: <script type="text/javascript">// please keep these lines on when you copy the source// made by: Nicolas - http://forums.xisto.com/no_longer_exists/ == "Netscape") {//document.write('<layer id="clockanz"></layer><br>');//}//if (navigator.appVersion.indexOf("MSIE") != -1){//document.write('<span id="clockanz"></span><br>');//}function upclock(){ var dte = new Date();var hrs = dte.getHours();var min = dte.getMinutes(); var sec = dte.getSeconds();var col = ":";var spc = " ";var apm;if (12 < hrs) { apm="PM";hrs-=12;}else {apm="AM";}if (hrs == 0) hrs=12;if (min<=9) min="0"+min;if (sec<=9) sec="0"+sec;if(navigator.appName == "Netscape") {document.clockanz.document.write(hrs+col+min+col+sec+spc+apm);document.clockanz.document.close();}if (navigator.appVersion.indexOf("MSIE") != -1){clockanz.innerHTML = hrs+col+min+col+sec+spc+apm;}} setInterval("upclock()",1000);//Specify display mode. 3 possible values are://1) "always"- This makes the fade-in box load each time the page is displayed//2) "oncepersession"- This uses cookies to display the fade-in box only once per browser session//3) integer (ie: 5)- Finally, you can specify an integer to display the box randomly via a frequency of 1/integer...// For example, 2 would display the box about (1/2) 50% of the time the page loads.var displaymode="always"var enablefade="yes" //("yes" to enable fade in effect, "no" to disable)var autohidebox=["no", 5] //Automatically hide box after x seconds? [yes/no, if_yes_hide_after_seconds]var showonscroll="yes" //Should box remain visible even when user scrolls page? ("yes"/"no)var IEfadelength=1 //fade in duration for IE, in secondsvar Mozfadedegree=0.05 //fade in degree for NS6+ (number between 0 and 1. Recommended max: 0.2)////////No need to edit beyond here///////////if (parseInt(displaymode)!=NaN)var random_num=Math.floor(Math.random()*displaymode)function displayfadeinbox(){var ie=document.all && !window.operavar dom=document.getElementByIdiebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.bodyobjref=(dom)? document.getElementById("fadeinbox") : document.all.fadeinboxvar scroll_top=(ie)? iebody.scrollTop : window.pageYOffsetvar docwidth=(ie)? iebody.clientWidth : window.innerWidthdocheight=(ie)? iebody.clientHeight: window.innerHeightvar objwidth=objref.offsetWidthobjheight=objref.offsetHeight//objref.style.left=docwidth/2-objwidth/2+"px"objref.style.left=0//objref.style.top=scroll_top+docheight/2-objheight/2+"px"objref.style.top=scroll_top+docheight/8-objheight/2+"px"if (showonscroll=="yes")showonscrollvar=setInterval("staticfadebox()", 50)if (enablefade=="yes" && objref.filters){objref.filters[0].duration=IEfadelengthobjref.filters[0].Apply()objref.filters[0].Play()}objref.style.visibility="visible"if (objref.style.MozOpacity){if (enablefade=="yes")mozfadevar=setInterval("mozfadefx()", 90)else{objref.style.MozOpacity=1controlledhidebox()}}elsecontrolledhidebox()}function mozfadefx(){if (parseFloat(objref.style.MozOpacity)<1)objref.style.MozOpacity=parseFloat(objref.style.MozOpacity)+Mozfadedegreeelse{clearInterval(mozfadevar)controlledhidebox()}}function staticfadebox(){var ie=document.all && !window.operavar scroll_top=(ie)? iebody.scrollTop : window.pageYOffset//objref.style.top=scroll_top+docheight/2-objheight/2+"px"objref.style.top=scroll_top+docheight/8-objheight/2+"px"}function hidefadebox(){objref.style.visibility="hidden"if (typeof showonscrollvar!="undefined")clearInterval(showonscrollvar)}function controlledhidebox(){if (autohidebox[0]=="yes"){var delayvar=(enablefade=="yes" && objref.filters)? (autohidebox[1]+objref.filters[0].duration)*1000 : autohidebox[1]*1000setTimeout("hidefadebox()", delayvar)}}function initfunction(){setTimeout("displayfadeinbox()", 100)}function get_cookie(Name) {var search = Name + "="var returnvalue = ""if (document.cookie.length > 0) {offset = document.cookie.indexOf(search)if (offset != -1) {offset += search.lengthend = document.cookie.indexOf(";", offset)if (end == -1)end = document.cookie.length;returnvalue=unescape(document.cookie.substring(offset, end))}}return returnvalue;}if (displaymode=="oncepersession" && get_cookie("fadedin")=="" || displaymode=="always" || parseInt(displaymode)!=NaN && random_num==0){if (window.addEventListener)window.addEventListener("load", initfunction, false)else if (window.attachEvent)window.attachEvent("onload", initfunction)else if (document.getElementById)window.onload=initfunctiondocument.cookie="fadedin=yes"}</script><style type="text/css">#fadeinbox{position:absolute;width: 150px;left: 4;top: -150px;border: 2px solid black;background-color: lightyellow;padding: 4px;z-index: 100;visibility:hidden;}</style></head><body> <DIV id="fadeinbox" style="filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=1) progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); -moz-opacity:0"> Zeit: <span id="clockanz"></span> </DIV><br></body></html> Notice from snlildude87: ALL 6 SCRIPTS COPIED FROM dynamicdrive!
-
<!-- TWO STEPS TO INSTALL BOOKMARK US SCRIPT: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD>var url = this.location;var who = document.title;var ver = navigator.appNamevar num = parseInt(navigator.appVersion)if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) { document.write('<A HREF="javascript:window.external.AddFavorite(url,who);" '); document.write('onMouseOver=" window.status=') document.write("txt; return true ") document.write('"onMouseOut=" window.status=') document.write("' '; return true ") document.write('">'+ txt + '</a>')}else{ txt += " (Ctrl+D)" document.write(txt)} //--></script></HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --><BODY><font face="Arial" size="3"><b><script></script></b></font><p><center><font face="arial, helvetica" size"-2">Good hosing<br>by <a href="http://Xisto.com">The Good hosting</a></font></center><p><!-- Script Size: 1.72 KB --> Notice from snlildude87: Code looks awfully similar to the at here: http://www.javascriptsource.com/
-
Yes Its Cool Script For regsier Alert for Forums I Use It For Example Alert To User To Regsiter In Forum Copy this Code to <head> <style type="text/css">#fadeinbox{position:absolute;width: 300px;left: 0;top: -400px;border: 2px solid black;background-color: DarkBlue;padding: 4px;z-index: 100;visibility:hidden;}</style><script type="text/javascript">//Specify display mode. 3 possible values are://1) "always"- This makes the fade-in box load each time the page is displayed//2) "oncepersession"- This uses cookies to display the fade-in box only once per browser session//3) integer (ie: 5)- Finally, you can specify an integer to display the box randomly via a frequency of 1/integer...// For example, 2 would display the box about (1/2) 50% of the time the page loads.var displaymode="always"var enablefade="yes" //("yes" to enable fade in effect, "no" to disable)var autohidebox=["yes", 5] //Automatically hide box after x seconds? [yes/no, if_yes_hide_after_seconds]var showonscroll="yes" //Should box remain visible even when user scrolls page? ("yes"/"no)var IEfadelength=1 //fade in duration for IE, in secondsvar Mozfadedegree=0.05 //fade in degree for NS6+ (number between 0 and 1. Recommended max: 0.2)////////No need to edit beyond here///////////if (parseInt(displaymode)!=NaN)var random_num=Math.floor(Math.random()*displaymode)function displayfadeinbox(){var ie=document.all && !window.operavar dom=document.getElementByIdiebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.bodyobjref=(dom)? document.getElementById("fadeinbox") : document.all.fadeinboxvar scroll_top=(ie)? iebody.scrollTop : window.pageYOffsetvar docwidth=(ie)? iebody.clientWidth : window.innerWidthdocheight=(ie)? iebody.clientHeight: window.innerHeightvar objwidth=objref.offsetWidthobjheight=objref.offsetHeightobjref.style.left=docwidth/2-objwidth/2+"px"objref.style.top=scroll_top+docheight/2-objheight/2+"px"if (showonscroll=="yes")showonscrollvar=setInterval("staticfadebox()", 50)if (enablefade=="yes" && objref.filters){objref.filters[0].duration=IEfadelengthobjref.filters[0].Apply()objref.filters[0].Play()}objref.style.visibility="visible"if (objref.style.MozOpacity){if (enablefade=="yes")mozfadevar=setInterval("mozfadefx()", 90)else{objref.style.MozOpacity=1controlledhidebox()}}elsecontrolledhidebox()}function mozfadefx(){if (parseFloat(objref.style.MozOpacity)<1)objref.style.MozOpacity=parseFloat(objref.style.MozOpacity)+Mozfadedegreeelse{clearInterval(mozfadevar)controlledhidebox()}}function staticfadebox(){var ie=document.all && !window.operavar scroll_top=(ie)? iebody.scrollTop : window.pageYOffsetobjref.style.top=scroll_top+docheight/2-objheight/2+"px"}function hidefadebox(){objref.style.visibility="hidden"if (typeof showonscrollvar!="undefined")clearInterval(showonscrollvar)}function controlledhidebox(){if (autohidebox[0]=="yes"){var delayvar=(enablefade=="yes" && objref.filters)? (autohidebox[1]+objref.filters[0].duration)*1000 : autohidebox[1]*1000setTimeout("hidefadebox()", delayvar)}}function initfunction(){setTimeout("displayfadeinbox()", 100)}function get_cookie(Name) {var search = Name + "="var returnvalue = ""if (document.cookie.length > 0) {offset = document.cookie.indexOf(search)if (offset != -1) {offset += search.lengthend = document.cookie.indexOf(";", offset)if (end == -1)end = document.cookie.length;returnvalue=unescape(document.cookie.substring(offset, end))}}return returnvalue;}if (displaymode=="oncepersession" && get_cookie("fadedin")=="" || displaymode=="always" || parseInt(displaymode)!=NaN && random_num==0){if (window.addEventListener)window.addEventListener("load", initfunction, false)else if (window.attachEvent)window.attachEvent("onload", initfunction)else if (document.getElementById)window.onload=initfunctiondocument.cookie="fadedin=yes"}</script><DIV id="fadeinbox" style="filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=1) progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); -moz-opacity:0">[B]Your Text Here[/B] :blink: <div align="right"> <a href="#" onClick="hidefadebox();return false">Hide Box</a></div></DIV> Notice from snlildude87: alexia, you did not come up with this code. Therefore, you will be given a warning and a suspension (since this is not your first offense). Here is the evidence: https://www.google.com/search?q=%22%2F%2FSpues%20are%3A
-
I find This Code On Search I Think for webmasters is good To Find Easy this Kind of code so i Type it here I Hope U enjoy it Step 1: Insert the below into the <head> section of your page. Change the image path within ".initial" to reference the image you want applied initially to the button. <style type="text/css"> .initial{ font-weight:bold; background-image:url(first.jpg); } </style> <script type="text/javascript"><!--//Specify optional button target: "_new" for new window, or name of FRAME target (ie "myframe")var buttontarget=""if (document.images){after=new Image()//Enter image path of second image (for preloading purposes):after.src="second.jpg"}function change2(e, image){var el=window.event? event.srcElement: e.targetif (el.tagName=="INPUT"&&el.type=="button")el.style.backgroundImage="url"+"('"+image+"')"}function jumpto2(url){if (buttontarget=="")window.location=urlelse if (buttontarget=="_new")window.open(url)elseparent[buttontarget].location=url}//--></script> Step 2: Insert the below anywhere into the <body> section of your page Change the two image names in function "change2()" to reflect the ones used above. Change the target URLs in function "jumpto()" to your own (ie:http://yahoo.com/): To add more form buttons, simply add more of the following inside the <form> tag: <input type="button" value="Yahoo " class="initial" onClick="jumpto2('http://yahoo.com/')">
-
I saw Yahoo mail is going to give 1 gig mail box to yahoo useris it true ? 1 gigAnd i login to my gmail account and i see more space in my mailbox what happend I Think gmail buy a big Hard Disk What do you think ?Yahoo mail or gmail Or Hotmail ?
-
The Best Way for Your Siteisusually i find this kind cms in http://www.hotscripts.com/ in php topic you can find many cms for user/Rigster/Login/send password /and some like this
-
My Job 1 - Software Engernere 2 - Programmer web/Desktop 3 - graphicestAll is that I think web Design is best work but i have not money to pay for DS
-
I Fint this Template for u
-
PHPBb is good but not many good optionsI Hate xoopsJust VB PHPnuke + PHPbb is not bad Easy , Fast And more options
-
Hi I find many sites has PHP scripts ::
-
Hi Every onei find many website they has toolBars for owen websitesi want to know how can i make toolbar for my websitewhich Software i can programming for this ?is it free or not ?is it easy or not ?thanks
-
Which Server Side Programming Language? Tell us what you like best
alexia replied to andrewsmithy's topic in Programming
I Think JSP and Servlets Is Best program -
I Use Media Player 10I think winamp is not good for see movie and Showsbut winamp is really nice Console for MP3 and Audio format Media Player And winamp has Skin and More pluginsbut Winamp has big archive for Skin Media Player is match to windows winamp 3 is very slow but media Player is fast
-
Nice Designgood Job I Like IT
-
OMGI Think eminem Is Best50Cent is not good RapperFor Choose between Eminem And 50Cent PLz first See 8Mile Film and then chooseI Choose Eminem Just Eminem
-
Open Something In A New Page? can anyhelp??
alexia replied to truman69's topic in Websites and Web Designing
You can Do this by JS CodeFor This Look Macromedia Dreamweaver MX 2004in this software you can do this very easy this software has many options for open new windows in many size -
sorry i posting again but i forget told u you can Customize this clock (font,Size,Color)...
-
Hi Every one i find this code its very easy simple php clock i think you can use it <?// Binary Clock// script copyrightÅ 2002 Andreas Tscharnuter// questions? contact: psychodad@psychodad.at || [url=http://http://www.psychodad.at/clock/;// free to use, copy and modify but leave comments untouched;)// just include this file where your binary clock should appear// version 1.2 03 September 2003// below you can change different settings// and remember to drink m000re milk!$size = "40"; //size of one square in pixel (height & width)$hourdiff = "0"; //difference between server time and local time + or -$bgon = "#cc0000"; //set color in hex for on (#cc0000 = darkred); check google.com for "hex color table" if you dont know how to use hex colors$bgoff = "#000000"; //set color in hex for off (#000000 = black); check google.com for "hex color table" if you dont know how to use hex colors $enableclock = "1"; //switch the "real clock" beneath binary clock on(1) or off(0)/*************************************nothing needs to be changed below here*************************************/$std = str_pad((date("H") + $hourdiff + 24) % 24,2,"0",STR_PAD_LEFT);$min = date("i");$sec = date("s");if ($std > 24 || $std < 0) { die("<b><font color=\"#cc0000\">$std:$min no way... =)</font></b>");}$std1 = decbin(substr($std,0,1));$std2 = decbin(substr($std,1,1));$min1 = decbin(substr($min,0,1));$min2 = decbin(substr($min,1,1));$sec1 = decbin(substr($sec,0,1));$sec2 = decbin(substr($sec,1,1));function reihe($kette,$anfang,$ende) { //background output global $size,$bgon,$bgoff; $pad = str_pad($kette,4,"0",STR_PAD_LEFT); if(substr($pad,$anfang,$ende)==1) { echo "<td width=\"$size\" height=\"$size\" bgcolor=\"$bgon\"> </td>"; } else { echo "<td width=\"$size\" height=\"$size\" bgcolor=\"$bgoff\"> </td>"; }}?><table cellpadding="0" cellspacing="1" border="0" bgcolor="#000000"> <tr> <td><table cellpadding="0" cellspacing="1" border="0" bgcolor="#cccccc"><tr> <td colspan="2" align="center"><i><font face="verdana" size="1">hour</font></i></td> <td colspan="2" align="center"><i><font face="verdana" size="1">min</font></i></td> <td colspan="2" align="center"><i><font face="verdana" size="1">sec</font></i></td> </tr><tr><? reihe($std1,0,1); reihe($std2,0,1); reihe($min1,0,1); reihe($min2,0,1); reihe($sec1,0,1); reihe($sec2,0,1);?></tr><tr><? reihe($std1,1,1); reihe($std2,1,1); reihe($min1,1,1); reihe($min2,1,1); reihe($sec1,1,1); reihe($sec2,1,1);?></tr><tr><? reihe($std1,2,1); reihe($std2,2,1); reihe($min1,2,1); reihe($min2,2,1); reihe($sec1,2,1); reihe($sec2,2,1);?></tr><tr><? reihe($std1,3,1); reihe($std2,3,1); reihe($min1,3,1); reihe($min2,3,1); reihe($sec1,3,1); reihe($sec2,3,1);?></tr><?if ($enableclock == 1) { //disables,enables bottom clock?><tr> <td align="center" colspan="2"><font face="verdana" size="1"><? echo $std ?></font></td> <td align="center" colspan="2"><font face="verdana" size="1"><? echo $min ?></font></td> <td align="center" colspan="2"><font face="verdana" size="1"><? echo $sec ?></font></td></tr><? } ?></table> </td> </tr></table> Darkmeca - ok first of all you need to put this in quote or code, second you must credit the author of the code. This is your first warning if this happens again further actions will be taken. Thank you.