-
Content Count
360 -
Joined
-
Last visited
Everything posted by farsiscript
-
I think Email is not good ideabecause emails goes at bulk and members miss that emailDear KuBi why mysql goes down when members spamming ?whats in spaming and mysql ?
-
Still Can't Create Databases In Phpmyadmin Help please.
farsiscript replied to Lyon2's topic in Web Hosting Support
PHPMyadmin is mysql tools and you can't create databases You must login at cpanel and then click at Site Management Tools / MySQL Databases And in MySQL Databases You can make Mysql database and permission (username And Password)for make one database with permission you must :1- Make one mysql database2- make one Username and password3 - join database with username and password permission -
I agree michaelper22 and Saint_Michael Cpanel codeing is very hard and different , becuase you must save a security i think you can doit this idea with javascript and php and url forwarding for example in cpanel skin make one link or (part) to show hosting creadit for example : http://forums.xisto.com/show.php?id=farsiscript and show.php give Id form url and return Creadit form database thanks all for posting for this idea
-
Hi dears and Xisto admins Dears admin do you can show users credit in cpanel account ?i think every day users login at cpanel and see creditesorry my en is not good i think this job help users to dont miss creditat end : show users credit in cpanelthanks .
-
GoodJob You can design icon by C++ i find in new option icon design
-
Hi dear rldowling03 Do you win Domain name at ezyrewards ?i have ezyrewards Account but i can not find where i can order domainAnd for Hosting i agree BuffaloHELP , dear ProtoMan You can park your domain at your account in cpanel or addon sorry my en is not very good
-
Asp On Trap17 To Make Password Protect Pages
farsiscript replied to squeaky's topic in Web Hosting Support
trap is php base hosting you must write php script for more info about php login use this code : Example Login file <?php$username = "1"; // Username// Put Your Username in "user"$password = "1"; // Password// Put Your password in "pass"$randomword = "Farsi.Script";if (isset($_COOKIE['admincenter'])) { if ($_COOKIE['admincenter'] == md5($password.$randomword)) {?>And Here Insert HTMl code or you soruce <?php exit; } else { echo "<p align='right'><font face='Tahoma' style='font-size: 8pt'>Bad Login , Please Delete Cookies</font></p>"; exit; }}if (isset($_GET['p']) && $_GET['p'] == "login") { if ($_POST['name'] != $username) { echo "<p align=right><font face='Tahoma' style='font-size: 8pt'>Your username or password is not correct!</font></p>"; exit; } else if ($_POST['pass'] != $password) { echo "<p align=right><font face='Tahoma' ' style='font-size: 8pt'>Your username or password is not correct!</font></p>"; exit; } else if ($_POST['name'] == $username && $_POST['pass'] == $password) { setcookie('admincenter', md5($_POST['pass'].$randomword)); header("Location: $_SERVER[PHP_SELF]"); } else { echo "<p align=right><font face='Tahoma' style='font-size: 8pt'>Your username or password is not correct!</font></p>"; }}?><form action="<?php echo $_SERVER['PHP_SELF']; ?>?p=login" method="post"><fieldset><label><font face='Tahoma' style='font-size: 8pt'>Username : </font></label> <input type="text" name="name" id="name" /><br /><label><font face='Tahoma' style='font-size: 8pt'>Password : </font></label> <input type="password" name="pass" id="pass" /><br /><input type="submit" id="submit" value="Login" /></fieldset></form> -
How Do I Know If Something Is Installed On The Server?
farsiscript replied to Moolkye's topic in Web Hosting Support
i agree BuffaloHELP You can find many info in http://forums.xisto.com/info.php and you can login at cpanel then click at (PHP info)--->Click to view -
Hi all Thanks dear crazyteens i find this Javascript soruce code you can play and playlist <p class="nav">Music playlist</p><p class="menubottom"><object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"><param NAME VALUE><param NAME="ShowControls" VALUE="0"><param NAME="ShowStatusBar" VALUE="0"><param NAME="ShowDisplay" VALUE="0"><param NAME="DefaultFrame" VALUE="Slide"><param NAME="Autostart" VALUE="1"><param NAME="Loop" VALUE="True"></object><form name="form"><select style="FONT-SIZE: 8pt; BACKGROUND: #EEEAEA; WIDTH: 166px; COLOR: #A8A8A8; font-face: Comic Sans MS" name="playlist" size="1"><option value="0">SONG TITLE!!!</option><option value="1">SONG TITLE!!!</option><option value="2">SONG TITLE!!!</option><option value="3">SONG TITLE!!!</option><option value="4">SONG TITLE!!!</option><option value="5">SONG TITLE!!!</option><option value="6">SONG TITLE!!!</option></select><input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"><input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"><input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"></p></form><script language="JavaScript"><!--var playstate = 1;shuffle = 1; // set to 0 to always play first song in list // set to 1 to randomly choose the first song to playsongs=new Array();songs[0]="SONG URL!!!";songs[1]="SONG URL!!!";songs[2]="SONG URL!!!";songs[3]="SONG URL!!!";songs[4]="SONG URL!!!";songs[5]="SONG URL!!!";songs[6]="SONG URL!!!";if (shuffle == 1) {var randsg = Math.floor(Math.random()*songs.length);document.darkplayer.FileName = songs[randsg];document.darkplayer.scr = songs[randsg];document.forms['form'].playlist.options[randsg].selected = true;}function play(list) {if (playstate == 2) {document.darkplayer.Play();} else {var snum = list.options[list.selectedIndex].valuedocument.darkplayer.FileName = songs[snum];document.darkplayer.scr = songs[snum];}playstate = 1;}//--></script> You can add many file
-
hi alli want make one html page with 4~6 mp3 link i want users when click at mp3's link play at online player in page !do you know how can do it that ? or do you know good music player in web (flash , MediaPlayer )plz help methanks dears
-
wooow i make it its my query and tabale : $getpet = "1";$level1 = "1";$level2 = "2";$level3 = "3";$level4 = "4";$level5 = "5";$max_results = 20;$sql = mysql_query("SELECT * FROM host ORDER BY rate DESC LIMIT $from, $max_results"); while($row = mysql_fetch_array($sql)){ $name = $row['name'];$rate = $row['rate'];if ($getpet == "$level1"){echo "<tr><td height='19' width='96'><font face='Tahoma' style='font-size: 8pt'><font color='#800000'>$num .</font><a title='$rate' href='send.php?nam=$name'><font color='#808000'><span style='text-decoration: none'>$name</span></font></a></font></td>";$getpet = "2";$num = ($num + 1);}elseif ($getpet == "$level2"){echo "<td height='19' width='97'><font face='Tahoma' style='font-size: 8pt'><font color='#800000'>$num .</font><a title='$rate' href='send.php?nam=$name'><font color='#808000'><span style='text-decoration: none'>$name</span></font></a></font></td>";$getpet = "3";$num = ($num + 1);}elseif ($getpet == "$level3"){echo "<td height='19' width='97'><font face='Tahoma' style='font-size: 8pt'><font color='#800000'>$num .</font><a title='$rate' href='send.php?nam=$name'><font color='#808000'><span style='text-decoration: none'>$name</span></font></a></font></td>";$getpet = "4";$num = ($num + 1);}elseif ($getpet == "$level4"){echo "<td height='19' width='97'><font face='Tahoma' style='font-size: 8pt'><font color='#800000'>$num .</font><a title='$rate' href='send.php?nam=$name'><font color='#808000'><span style='text-decoration: none'>$name</span></font></a></font></td>";$getpet = "5";$num = ($num + 1);}elseif ($getpet == "$level5"){echo "<td height='19' width='97'><font face='Tahoma' style='font-size: 8pt'><font color='#800000'>$num .</font><a title='$rate' href='send.php?nam=$name'><font color='#808000'><span style='text-decoration: none'>$name</span></font></a></font></td></tr>";$getpet = "1";$num = ($num + 1);}
-
Hi alli search about tpl and phpi want make and learn how can use tpl (template system ) in phpdo you link or tutorial ?plz post here or if you know plz paster here simple sample about php and tplthanks more Notice from BuffaloHELP: Proper spelling is required as a Xisto member. Refrain from using slang spelling.
-
hi , test this query mysql_query("INSERT INTO `user` (`username`, `password`, `name`, `surname`) VALUES ( '$username', '$pass', '$name', '$surname'); ");Your Id must be remove if you can paste here your sql file thanks
-
oh thanks dear electron its nice help i have one question can i show one row details in 2 td ? for example i change it : $sql = "SELECT * FROM users WHERE username=joe";$result = $msql_query($sql, $link);$row = mysql_fetch_array($result);// now we have the data in our array called $row so we can use echo ""'; to pull it out and print it. echo "<TR><TD>$row['username']</TD><TD>$row['username']</TD>"; ?can i show in 2 td username field ? thanks more and more for more its my sql file and mysql database code : CREATE TABLE host (id tinyint(4) NOT NULL auto_increment,name text NOT NULL,PRIMARY KEY (id)) TYPE=MyISAM; its my show.php code : <?phpinclude "config.php";echo "<table cellpadding='0' cellspacing='0' width='154'> <!-- MSTableType='layout' -->";$sql = "select * FROM host order by id";$result = $msql_query($sql, $link);while($row = mysql_fetch_array($result));{echo "<tr><td height='29' width='74'>$row['name']</td><td height='29' width='80'>$row['name']</td></tr>";}echo "</table>";?> I want show next name at tablefor example in td1 show name one and in td show name 2 in database and goes to end for example if in my database i have 2 name farsi and script i want show in tabale in this format <tr><td height='29' width='74'>farsi</td><td height='29' width='80'>script</td></tr> and <tr><td height='29' width='74'>3 name</td><td height='29' width='80'>4name</td></tr> <tr><td height='29' width='74'>5 name</td><td height='29' width='80'>to end of tabel</td></tr> dear if you can edit my show.php code , plz help me thanks and more thanks
-
Hi thanks dears shadowx and truefusion but i cannot understand i read http://www.desilva.biz/arrays/poparray.html if you can plz make me a sample thanks more and more
-
hi all i know php and my sql i want to know how can show mysql result in this tabel for example : <table cellpadding="0" cellspacing="0" width="200" height="151"> <!-- MSTableType="layout" --> <tr> <td height="21" width="100" valign="top">1</td> <td height="21" width="100" valign="top">8</td> </tr> <tr> <td height="21" width="100" valign="top">2</td> <td height="21" width="100" valign="top">9</td> </tr> <tr> <td height="21" width="100" valign="top">3</td> <td height="21" width="100" valign="top">10</td> </tr> <tr> <td height="22" width="100" valign="top">4</td> <td height="22" width="100" valign="top">11</td> </tr> <tr> <td height="22" width="100" valign="top">5</td> <td height="22" width="100" valign="top">12</td> </tr> <tr> <td height="22" width="100" valign="top">6</td> <td height="22" width="100" valign="top">13</td> </tr> <tr> <td height="22" width="100" valign="top">7</td> <td height="22" width="100" valign="top">14</td> </tr></table> this table show result in 2 columns . Is it imposible to show result in this tabale with 1 query ? Just paste query here thanks all
-
thanks dear crazyteens for your helpi dont use crack becuase crack file has virus and worm and i hate virusi know vb if know soruce about this kind of software plz tell me i compile and change the sorucethanks all
-
Does Trap17 keep back-ups of my MySQL Databases?
farsiscript replied to Albus Dumbledore's topic in Web Hosting Support
Hi dear Albus Dumbledore Some script can Backup your databaseYou can manage this kind of script by Cron jobs at cpanelYou can manage this script to backup your database and store at your hosting every day every hour every week and .....you can use this kind of scriptfor more info search at hotscripts -
How To Crate Mysql Database? urgent help
farsiscript replied to alexviii's topic in Web Hosting Support
Hi dear alexviii Do you want make your system ( Data center ) (Database part ?)its really hardif think you can not do it that if you want make one mysql server at your pc with apache and php download wamp5 you can find wamp5 software here http://www.wampserver.com/ -
Hi alli search for online and offline msn id in html lan but i can not find any codeif you have this code in html lan or php plz paste here i know yahoo code , but i want Google and msn api idthanks more
-
hi dear electron i agree your code good job
-
hi dear Bkag plz change your sig image , you posting very large i think you want show your post in forum at your portal ?if you want do that you must make one portal and login at forum database and then read post info and echo at your portal
-
Hi dearsWhat is Folder and file lock software ?is very important thats is free ?i think this kind of software must load fast with high security i search at download.com but i can not find any good softwareif you know about this topic post heremore thanks about your help
-
Hi Dearsi have winxp where can i download this version of media player ?thanks for more info