1,125 Topics
| |
I've recently switched my domain host servers and I get diverted to the page with '/cgi-sys/suspendedpage.cgi' tacked onto the end. I've contacted both the old and new hosting companies' support and both say it's fine on their end. It doesn't work on any of my devices (my and my wife's … | |
| Hi there! I hope I'm putting this in the correct section... Recently I though of the idea of "building" something for me. As you may guess for the title, I want to create an email client and I know there are a lot nowadays but either because of limitations or … |
HI, We used to have a Win 7 Pro pc running as a file server in our small office - 4 or 5 client PC's attached, all running Windows variants. This was fine, but after 5 years I decided to replace the file server before problems started developing. This is … | |
Websites for better understanding of SIP protocol. | |
I was wondering if it is possible to make [I]an online multi-player game server preferably in batch.[/I] I am hoping to make a PowerPoint game that can be multi-player with the help of batch. Also even answers that do not suit my requirements fully will help, because i am 11 … | |
...well i was wondering, what is the average size of an ordinary fb entry ? . Lets suppose there are 3-4 pictures and about 3 paragraphs of description. | |
Hey I have 4 computers. 1st computer is my server machine. I want to install mysql on these computers. Can anyone help me to do that ? * I want to know how to install mysql on server pc ? * Also want to know clint machine ? | |
Hi, Does anyone have some good examples of ADO.NET code that demonstrates a coded connection to SQL Server such that bound controls bind to retrieve and update data. Thanks | |
when we are calling from one SIP IP Phone to another SIP IP phone with UNCONDITIONAL Call Forwarding feature activated,We have 2 methods : 1)Through Recursive proxy server 2)Through Non-Recursive proxy Server How does these 2 servers actually works ? What is the basic difference ? | |
I have a WIndows Server 2003 unit which runs DHCP. Lately, no one is able to connect to our WiFi access point; and even plugging an Ethernet patch cable into the wall usually results in no IP address being assigned to that device...so no INternet. I'm not that familiar with … | |
Hi all, I was recently reading an interesting article about setting up an SSH honeypot to track malicious activity (article avaliable here http://www.symantec.com/connect/articles/analyzing-malicious-ssh-login-attempts) The article mentions that after an attacker gained SSH access to a server, they installed an IRC bot. Now, my knowledge of IRC is very limited, but … | |
I will soon start my project, but before that I need to set up my server my project is shopping website so I will need web server and database server for the custoerms information. I have couple of question: 1- Can I setup my server in the same computer that … | |
Hello guys Am not fimiliar with windows server 2008 enviroment but I learned few things last days, I want to create mail service to send and recieve messages localy, between two or three computers just for learing. How can i achieve that ? Am using windows server 2008 Tried hmailServer … | |
Dear all, I wanted to fill the combo box with the data from my SQL server database. There are two column in the table, product_id and product_name. for example: product_id| product_name ---------- -------------- 1| pencil 2| NoteBook I was successful in displaying the product name in combo box. The code … | |
hello guys My SQL Server doesn't restore a backup because of active connections. How can I force it? | |
=client reads line from standard input (inFromUser stream) , sends to server via socket (outToServer stream) =server reads line from socket =server converts line to uppercase, sends back to client =client reads, prints modified line from socket (inFromServer stream) i just want to know how the code for server and … | |
I have host on 000webhost when i will try to connect it gives me this error i cannot figure out whats the problem ? `Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/1130): Host '31.170.161.176' is not allowed to connect to this MySQL server in /home/a2548020/public_html/includes/connection.php on line 6` here is my connection script <?php … | |
So i have been searching all the net but haven't exactly found what I'm looking for and I'm starting to believe that it is impossible. The problem is that I have a local MS SQL Server stored on my notebook. What I would like to do is an android application … | |
I need to refresh page. without open page using cron job any body explain how to do in cron job without open page i need to refresh page. Because refresh page means new records updating insert into database. | |
Hi, everyone, I am an IT student, currently in 3rd year. I want to know can I select "Design of netwrok for a campus, (infrastructure CISCO)+ System Administration (microsoft)" what do you think about this. I am interested in in networking, have studed DCCN, currently studying CCNA. | |
i am using php with xampp server and i am getting the following error while i am running the program. Unknown column 'firstname' in 'field list' (heres the program) CREATE DATABASE IF NOT EXISTS `customerdb` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `customerdb`; -- -------------------------------------------------------- -- -- Table structure for … | |
| I am not able to access Exchange 2010 remotely. I can log on remotely with "Administator" account of the AD Domain Controller, but not from other account, which is also created in AD. |
I have one html file which contains mp4 video on file server. when I open that html file and try to play the video it does not play on IE, but same plays on Mozilla and chrome. And when I copy html file and the video on local system ex … | |
Hi there I have this problem on how to access the website/server without using IP address im using xampp as a trial for this. im always using IP's instead of names. I would like to know more on how to customize my Public Static IP(121.xxx.xxx.xxx) to name(www.mysite.localserver) like that | |
As soon as I find out exact manner of communication between the server and the software. I realized how easy it is to use programs to intercept it, analyze it and then send malicious (or rather illegal) query through. So. I was wondering is there a way to make sure … | |
I activated the SPF on my mail server. To ensure that it is working, applying the test to send a standard email to the <code> check-auth@verifier.port25.com </ code>, it returns with the status "SoftFail". > SoftFail: "The sender's ADMD believes the client was not authorized to inject or relay mail … | |
Hi, I hope I've posted this in the right place, please just tell me if not. I've been having an issue with connecting to a database from a website and have recieved this as an error message: *Array ( [0] => Array ( [0] => IMSSP [SQLSTATE] => IMSSP [1] … | |
Hi Guys! i need some help, and look i'm not sure if this the best place for this question or no. I have dedicated server, and inside of my server im runing VM with KVM (Qemu libvirt). everything is working how suppose to be, without any problem. But i need … | |
* <?php mysql_connect("localhost","root","") or die ("could not connect"); mysql_select_db("search_test") or die ("could not find db!"); //collect if(isset($_POST['search'])){ $searchq = $_POST['search']; $searchq = preg_replace("#[^0-9a-z]#i","",$searchq); $query = mysql_query("SELECT * FROM members WHERE firstname LIKE '%$searchq%' OR lastname LIKE '%$searchq%'") or die ("could not search!"); $count = mysql_num_rows($query); if ($count == 0 ) … | |
Hi I am desperatly struggling lot to configure SMTP using iis 6 on windows 2008 server . i am following same procedure as per below http://www.vsysad.com/2012/04/setup-and-configure-smtp-server-on-windows-server-2008-r2/ but unable to send any mails . can any one help me? |
The End.