Jump to content
xisto Community

farsiscript

Members
  • Content Count

    360
  • Joined

  • Last visited

Everything posted by farsiscript

  1. Hi ,for 3 day all mail account in my account is not working (sending, Recive)i use webmail system , and in 3 day i lost to many important emailsi check server status and i see mailscanner = failedmy domain name is fascript.com , please fix this big problemthanks
  2. hi all , i have one big problem i need to know , how i can read xml file and then save strings in xml in database for example its my xml <?xml version="1.0"?> <numbers> <arash>1</arash> <kiarash>2</kiarash> </numbers>i want my soruce read this xml file and then save <arash> string into arash field in mysql database for example in this source arash string is " 1" and kiarash string is "2" my fields in mysql are standard and we have 2 field with names "arash" and "kiarash" please help me , if you know some tut about this subject thanks
  3. No Dear jlhaslipi want just restore this backup in to this new accountmy ticket details Ticket ID: 123 Subject: Restore Backup Department: Xisto - Web Hosting Support Priority: Medium Status: Openin xistoplease do it fasterthanks
  4. Hi all i want restore full cpanel backup in to new account i was upload this backup and then open email to support but no body answser my ticket ,howover , how can restore backup via ssh ?iam in hurry , thanks
  5. Dear beeseven its not secure connect to one open mysql for share your database you must ping your script ip for example ( new hosting or script hosting ) and take an ip address then go to cpanel / mysql part and at bottom of page you can find one text "localhost" submit your ip address in textboxbottom of "localhost" text thanks
  6. Hi Dear Admins Xisto - Web Hosting is very nice , and i like iti buy a reseller account from Xisto - Web Hosting and i want move my account into Xisto - Web Hosting , i send an email into support@ Xisto - Web Hosting.com and iam in waiting please help me , how can i move my account into my pack ? thanks
  7. Dear delivi i think CPanel co must manage scripts in Fantastico and setup a script in a Fantastico , and its not admin job , because Fantastico is pack of cpanel and when cpanel goes to update Fantastico was update .
  8. dear riphabbo , you must use this detailsurl : ftp.yourname.trap17.com or ftp.yoursite.com ( in top level domain )ftp username and password are cpanel username and password you must write cpanel username and password in ftp software then you must connect to ftp server and upload your file in www folder on your hosting
  9. hi all , i have one question about uploading file via ftp systemwhat is best software for ftp system ? (flashfxp , smarthftp)what is different in uploading zind file and normal files ?
  10. hi , system restore is very bad option for windows , please turn off windows system restore by right click in my computer , and then click at properties and go to system restore tab and then check on the system restore check marksystem restore is bad option becuase , system restore can restore virus and worm and trojans
  11. thanks Dear delivi its nice website about php and mysql You can read spoono tutorial in this website http://forums.xisto.com/no_longer_exists/ Spoono has many good basic tutorial about php
  12. dear mr ? impressive you must use action in php for example if (action ==" anypage){load page goes hereinlcude "Your File address";}elseif ( action == "anypage 2"){//load an other pageinlcude "Your File address";}
  13. Dear riphabbo you must reinstall windows , becuase trojan infect your web service and your softwareyou must re install windows and then scan your files befor install any program
  14. Hi Dear savageyou can install phpbb in with one click in fantastico in cpanelin phpbb you must use mysql for database , save details (database address : localhost , database username , database password and database name ) in config file and save it then you can run install file
  15. Hi alli want write backup system like Phpmyadmin export in single file , my question is what is backup query ?i must write manul query for backup for example loop query to get string form database and write into one file orphp have backup query ?thanks
  16. hii use nod32 , and its really nice antivirus , its fast and dosent need high cpu and ram source , you can dowload nod32 form nod32.com website or download.com websiteits really nice antivirus becuase its really quick and its in uptodate
  17. Oh My God Destroy all internet its not impossibleyou must stop all backbone and datacenters in all country and
  18. Hi all Dear djluki we are programming a new verison of fadownload and its free ,in this script you can have news system with full download apartment ( cat , file version , file type , file size , image , comment , and more .... ) Dear Alex we want make new service like Dynamic Sigs and its free too in http://forums.xisto.com/no_longer_exists/
  19. Dear Djluki You can use CSS menu or you can use openclub software for design drop down menu openclub software is Javascript software and allow to make dynamic menu for your websitebut its not free , search at google for trial version...thanks
  20. Hi Dear Its really cool tutorial about fav icon yesterday i was searching in google and i find this software for generate fav icon in standard size 16x16 You can download it its really nice software http://favicon.com/ for download or buy software use this link : http://favicon.com/iconforge.html
  21. Dear jlhaslip this url is workin http://forums.xisto.com/no_longer_exists/ thanks for your alert , i install firewall and antivirus software but my browser load http://forums.xisto.com/no_longer_exists/ pop up Yesterday i install new windows but its repeat again , i search at google and i find many result , some body tell its spayware some body say its a webstats4u.com pop up thanks
  22. thanks Dears , jlhaslip and musiconly and darran and delivi and sylenzednuke yesterday i re install my opera and upgrade my opera thats pop never goes on top .i think my browser was infected by spyware Dear jlhaslip which one link is broken ?thanks , thanks all for visit my page
  23. Hi Dears when i browse my site http://forums.xisto.com/no_longer_exists/ with opera v8 this url open via popup http://ilead.itrack.it/clients/extas.aspx?mp;keyword=null please test my website http://forums.xisto.com/no_longer_exists/ and tell me in your browser this popup is open or not ? what is this url ? is my pc is infact ?
  24. dear delivi Backup system in cpanel Allow you to move backup file to an other hosting, its really nice option , Xisto - Support last version of cpanel and you can move your backup file to an other hostingyou must write details of your new hosting in backup system like Ftp access for example :ftp address : ftp.yoursite.com and ftp username and password and patch to transfer,
  25. dear apple you must Get raw id and then use this code : $sql = "DELETE FROM file WHERE id=$id";$result = mysql_query($sql);in this query $sql = "DELETE FROM file WHERE id=$id you must put id number in $id and then write tabel name and replace with file for example you can use this code : $sql = "DELETE FROM CHANGE_ME_TABEL_NAME WHERE id=$id";$result = mysql_query($sql);beffor this you must connect to database by this code : $dbusername = "root"; //write Database username$dbpassword = ""; // write database password$dbname = "mobile"; //write database name// Dont changemysql_connect("localhost","$dbusername","$dbpassword") or die(mysql_error()); mysql_select_db("$dbname") or die(mysql_error());for sot and send the id of raw you can send id number by POST method or GET method for more about send id number you can read dear midnitesun post
×
×
  • 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.