Tag Archives: Linux Server

Any one familiar with Net_SMTP?

OKAY so my client has a Joomla website that was originally hosted with a linux server. Because of another developer he outsourcedto create a software, which is written in ASP. NET SALE. The website needed to be transferred to a new windows sever, and that is now giving my family problems. So your php mail function does’nt work, and the developer guy will be telling me to make use of something called NET_SMTP, which I do not know what that is! So anybody please help! How would I attempt fixing this trouble. net_smtp can be a package using the PEAR library, so you’ll have to assure that’s installed in your windows server to start. http: //pear. php. net/package/Net_SMTP/docs Records is here. However, mail() function should work with a windows server. Perhaps you’ll ought to explicitly set PHP: < php            ini_set(“sendmail_from”,   “infoyourdomainname. com”); > Before the very mail() function is named. yeah…… what exactly…..

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment

How do I check a part of a record for a string?

One example is, if someone does research online for " abcde" and I’d prefer to find every record who has " abcde" any place in it, how to I realize record Searching what MySQL database family table, a text record, an array, some sort of string Now i am using php browsing a MySQL databases. WHERE industry LIKE ‘%whatever a person’s term is%’ Imagine if it’s 2 words as well as the 2 words aren’t together inside string For case, the search is definitely " nike shoe". In case your record has " nike shoes" or even " shoes just like Adidas and Nike". Notice top of the and lower conditions also. I don’t understand how to do a case-sensitive research in MySQL, or even if it’s possibly possible. But you can easily adequate modify that query to read: WHERE industry LIKE ‘%nike%’ and industry LIKE ‘%adidas%’ MySQL just isn’t case-sensitive. That will force it, you have to specify BIN (binary) for a byte-by-byte match. So you’re OK with all the cases. Consequently, if a customer searches " nike" it can find " Nike" Bear in mind it’s a Linux server. That is definitely correct. In case I’m wrong, please … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Need help making my website a referral site

I want to make my personal website, so that if someone signs about my program by it, they obtain duplicate of my website for their use, with a new referral number, so that they can promote it, while someone signs way up through them, they obtain credit. And when someone signs upwards under them, they obtain duplicate of your website and referral range, and so on or anything else, on down this line. How must i do that Thank you for your time period and help! Adam You don’t accomplish that… it would end up being a nightmare to control. It really is basically a pyramid plan. I see quite a number of people requesting this from freelancers: http: //www. search engines. com/searchq=php mysql pyramid system script& btnG=Search Maybe it’s possible it really is done Find out if any ones found someone for you to write the script. Without to register websites for each fresh site (for model, each new site is similar to http: //maindomain. com/website97), and If you’re doing this on your own Linux server (vs. discussed hosting), then making the sites will be pretty easy (see below). You will be able to keep track involving credits with … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment