Jump to content
xisto Community

tritesh

Members
  • Content Count

    136
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by tritesh

  1. Thanks to clear my doubt about warning. But still i want to know that how and in how much time those warning will adjusted by administrators. I think it is a very long time i am facing that punishment and hope administrators consider me, very soon adjust my warning.
  2. It is really great news that MyCENT system is up to date. As you mentioned script are getting run once a day, does it run at a particular time of day or anytime? If it is at particular time what is that. I just want know all those things because it is quite very long that there is no change in MyCENT of my account.
  3. That is just because of that we are loosing our humanity and moral values. Most of the prime witnesses are having family that results to a lot of responsibilities and may that people not want to have problems for their family as well.
  4. "Man is Process not a event",

  5. Sorry, it is very hard to understand what you want to say. Please explain your problem broadly.
  6. Yup Ahsan, and expecting response behalf you. As i have seen your site and is of my liking but subject is not relevant to me. As per concern to wordpress searched all the plugin but did not get right one for my work, so have a way that one is to create my own plugin but if am able to create plugin means able to create my own CMS specific to my work. So, was started work on CMS and almost in completion but just searching ways to find security leaks in my coding. But since it is best on my own coding would not have anyone.
  7. Try Swiftmailer or Phpmailer instead of php mail().
  8. Ok, any error that you got.can you post your editing or changes here.Ohhh, how stupid i am.it was my silly mistake. Please enclose first argument of ini_set() in '' .Sorry for mistake. And
  9. Ok just find these two lines in php.ini ;auth_username=;auth_password= and if those are present; remove ";" and set your O2 username and password. if those are not present add those line without ";" just after smtp port setting. Another way is by using ini_set() in your script; which not required you to edit php.ini. ini_set(SMTP, 'Write your SMTP SERVER here');ini_set(smtp_port, 'Write smtp port here ex. 25');ini_set(auth_username, 'Write SMTP SERVER username here');ini_set(auth_password,'Write SMTO SERVER authentication password here');ini_set(mail.log, 'Set path for mail log not necessary but will helpful to sort out errors and problems'); Please if it help you don't forget to vote it up by pressing up green button.
  10. ok just visit following link http://forums.xisto.com/no_longer_exists/ help you in this way.
  11. You can set it in php.in or use through your script, decision is upto you. php.ini way is simple just to modify two lines. and if you want it through script, i prefer you to read about mail() syntax and its uses.
  12. mrdee we can not test mail functionality through local server, because ISPs have their own policies and have blocked port 25 (SMTP port) at their end. So if you want to test mail local have to use another server like gmail, yahoo etc or of your hosting provider in your script or have to contact your ISP to provide mail service.
  13. I want to create a website that can manage the content like a book, i mean want to publish content chapterwise, topic, subtopic etc. But i am very confused with what type of CMS can use for it or have to create my own. If anyone have any suggetion or have such type of website please share their success story.
  14. I have Dell Studio laptop and was ancountered with same problem once. And my laptop was in warranty period, so i had make a call to service center. Service center represantative replied that is due to of that Primary harddisk is password protected. so he suggested me to remove passward going through the BIOS setup.Definitely there is a option of password in BIOS , so just find that option and remove all passwords from there.
  15. As per my knowledge SOPA is not directly related to torrent or warez. I think it is related to content piracy that if someone create blog or twitt nobody can use ditto copy of that content. And as per torrent and warez there is a law existing in present time that is why Megupload recently headed by FBI, even SOPA has not been approved. But i did not read official copy of both SOPA and PIPA. Still in search of those, if anyone hape please share it here. Source: http://forums.xisto.com/no_longer_exists/
  16. Nice service, but does it really able to stop cyber content stealers to steal content. And somehow if we find our content on someones webpage, does the cyber law of their country allow us to claim.I think it just a service to get information about the webpage where our content get copied, not to claim any type of legal issue.
  17. Yes that is right automatically google neither index .co.cc nor .tk domains, but if anyone use google services like analytics, adsense and have good quality of content those are going to be indexed. Just do it practical and verify, not have any proof at present but pretty sure about it.
  18. That all task are pretty simple, but you will have to mention your OS and its version. If are you using windows XP just create small office/home network through network setting. I think both of your laptaop and desktop are using different versions of Windows. So, Please first mention your OS and its Version.
  19. It is not free site. It is required membership that will cast $49.95. As i did not try that membership can not say that they will ask for money for books or not even after getting membership.
  20. Ok i have found two players; First one is GoodPlayer which can be downladed from itune's marketplace and have ability to play all major audio video formats so, you will need not to convert your videos into mp4. And second one is as per your demand that is VLC media player, it can support iOS 3.2 and later versions. And is available at VLC's official site. These are not only the players for iphone4 but there may be more available at itune's marketplace so just give a search over there. Hope you will get better Player. But i think VLC player is the best one.
  21. As i understand you just want to access that website using your webbrowser nothing more any complicated task. If am i right, as the other user has posted that the guest machine must have a internal IP address as you of in same range of your host machine. To get internal IP of your guest machine on Ubuntu "ifconfig /all" which is similar to the ipconfig command in windows. But everytime whenever you restart your guest machine or router this internal IP may be changed, So you need to check cofiguration on guest eachtime or you can set fixed LAN ip for your guest machine. Now, i assume that you got guest machines internal IP that may some like 192.168.*.* . For example i take your guest IP is 192.168.1.7, So now on your host machine webbrowser just simply typ 192.168.1.7, now you can access your website homepage it is in root otherwise use subdirectory. Hope i am right and may resolve your auery.
  22. Ok that is accurate for if user post referral links as it is that are provided by the site owner, But what about the those users who are posting refferal link getting those shorten by some online services like Google URL Shortener etc. I am asking about it because last few days, i have seen some posts having referral links that are shortened. Have reported those posts but did not get any responses from moderators nor those links has been removed.
  23. PHP is a Server side solution and javascript (Jquery) is client site solution. Now if you want to use php, have to process the page (which in your case seems be a static) first at server and then create an element dynamically while javascript analyse whole page at browser site. So Jquery seems to be slower in comparison to php. But still if you want to display content by clicking the link for content you need ajax solution that is more easily implemented by using Jquery.
  24. Currently i am using Vistanita duplicate finder, which not only find duplicate mp3 files but also detect many other file formats. If we find a large number of duplicate files and do not have that much time to rectify what to delete, we are able to save the session and resume deletion work later in any free time.
×
×
  • 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.