4,273 Topics

Member Avatar for
Member Avatar for PixelExchange

Hello everyone. I have recently finished a Winsock Server, and a Winsock Client. The problem is, I do not know what type of a domain/and or server I would have to buy to be able to connect my Winsock Server, to it. I already know that Winsock uses the inet_addr() …

Member Avatar for Aranarth
0
131
Member Avatar for Papenpa

Iexplore.exe keeps running in the backround and making random popouts, it's really slowing down my computer, please help! D: [B]The logs :[/B] Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4052 Windows 6.0.6001 Service Pack 1 Internet Explorer 8.0.6001.18928 7/28/2010 10:16:58 PM mbam-log-2010-07-28 (22-16-58).txt Scan type: Full scan (C:\|) Objects scanned: 283758 …

Member Avatar for jholland1964
0
361
Member Avatar for jaijinendra

Hello All, I have created simple login form through VS 2008 using C#. There are 5 different aspx pages in my web application. 1)Default.aspx: It contains only a hyperlink to direct the user to login.aspx page. 2)Login.aspx: This page has texbox for Username and Password, sign in button, textbox for …

Member Avatar for ashishkj1989
0
108
Member Avatar for krishnamurtrhy

Please help me... How to dynamically create image array and display images which is in folder. I tried this one but not displaying image. its simply printing text message that [B]System.Web.UI.WebControls.Image[/B] protected void Page_Load(object sender, EventArgs e) { Image[] image = new Image[25]; for (int i = 0; i < …

Member Avatar for dnanetwork
0
140
Member Avatar for edgaaa

[url]www.BalticServers.com[/url] - European data center since 2001. We offer dedicated servers, vps hosting, web hosting, colocation services. We have customers from more than 40 countries from all continents. Our location: Lithuania , European Union. More about: [url]http://www.datacentermap.com/lithuan...u-centras.html[/url] Lithuania is a second country in the world by upload speed: [url]http://www.speedtest.net/global.php#0[/url] , …

0
91
Member Avatar for samwhocan

Hello I'm 99% sure I've got adware or malware running on my PC. I first noticed a problem when web pages took increasingly longer to load. The problem got worse when hyperlinks did not always link to the page they meant to e.g. Google search link would return Facebook or …

Member Avatar for arethalee
0
466
Member Avatar for csnorman

Hello Everyone, I am taking a class in Network Infrastructure and I have been given a scenario to work on. I admit I am just a beginner and these are crash courses so I am a bit confused. Can someone help? If so here is the scenario: Scope: Research and …

Member Avatar for csnorman
0
168
Member Avatar for ayeshakhan

i want to connect plsql server with asp.net using C# and want to show data of server in grid view. using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.OracleClient; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object …

Member Avatar for MeSampath
0
230
Member Avatar for Hosty

Hello All, Last night I was infected with malware. Following this infection, a faux antivirus appeared; I was prevented from using the ctrl+alt+del function; I was unable to open any applications; I did not have browser based internet access (although temporarily my AIM client still worked); and my AVG was …

Member Avatar for lofark
0
152
Member Avatar for Taichi56

I have work in a high school and I am working on designing a database for a tardy calculator. It will be Internet based. I am not real sure how I am going to set up the database though. So I though I would throw it out there and get …

Member Avatar for Stylish
0
359
Member Avatar for jindalarpan

can you tell me according to "you web hosting pad" is good web hosting service provider as the price and package they are offering is quite good. if this is not good is there any thing similar to it which you have used ?

Member Avatar for cloudyguy10
0
213
Member Avatar for bubberz

I'm trying to call a linked server, SS2000 that has NText field and instert that data into an nvarchar(120) field on SS2008. If I execute the SPROC from SS Management Studio, it works fine. If I try to call the SPROC from my web application, I don't get any errors, …

Member Avatar for bubberz
0
124
Member Avatar for mr_scooby

Hey guys, what I want to do is have a page that only displays if javascript is enabled(or similar) in the sense that it tells users that js is not enabled and how to enable, what were doing is creating web forms and would only like them viewable if js …

Member Avatar for fxm
0
136
Member Avatar for :Francis:

I have been making some changes to an application that uses an ASP.NET Membership services database for authentication. I can access the database locally using windows authentication, and using my SA user. However, after moving the application to the prod. server, I can't access the DB at all. I wrote …

0
196
Member Avatar for Dhanesh.M

Hi, Is there any way to NOT let the session expire from the client end. The situation is as follows. We have a aspx page that calls a web service( the login validations are performed by the webservice and a session is establised with the server). Now if the client …

Member Avatar for jeffcogswell
0
84
Member Avatar for Dekkar01

First, english is not my first language so please bear with me. Two days ago, internet explorer suddenly starts to 'pop up' with ads, its only one window each time but it takes all my computer capacity. Here is the info requested: Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4323 Windows …

Member Avatar for Abdullahakeem
0
329
Member Avatar for BrentA

Greetings! My apologies if this is not the correct procedure for posting/re-posting. I originally posted this on 14 July in another thread. At that time I didn't have the current definitions for the programs/logs I ran. I re-ran all the preliminary requirements today. I'm suddenly having a problem accessing web …

Member Avatar for crunchie
0
292
Member Avatar for William_Andrews

Every time I do a google search and try to click on one of the links my browser redirect to another site. I and attach a hijackthis log. Could someone please help. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 10:00:02 PM, on 07/23/10 Platform: Windows XP SP3 (WinNT …

Member Avatar for crunchie
0
125
Member Avatar for Joel Ferman

[ATTACH=right]16006[/ATTACH][I]Part dedicated professional, part creative thinker and part con man.[/I] On a weekly basis a major corporation’s data is compromised in a most public fashion – in an instant slaughtering consumer confidence and bringing immediate disgrace. Who doesn’t remember the Google Aurora attacks and AT&T’s iPad data leak exposing 114,000 …

Member Avatar for Ndoom
0
306
Member Avatar for VBNick

Hullo. I made a small webserver just to flex my winsock muscle, but it only works for small files like html files. Once I have processed the request to get the path of the file, I send the result like this: [code] ifstream fin; fin.open(URL, ios_base::binary | ios_base::in); if (!fin.good() …

Member Avatar for VBNick
0
177
Member Avatar for aot

Okay, now that I consider myself to have decently mastered Python/Tkinter (or at least I'm no longer a complete noob), I'm turning my attention to the web. I'd love to be able to program applications that can be run easily via web sites (especially quick experiments). The easiest thing for …

Member Avatar for aot
0
227
Member Avatar for ttchiwandire

Hie guys, I'm very glad to forward my burden to you, because I know I can consider it solved already. Right, I've been developing a website in java(netbeans IDE) using Hibernate and Java Server Faces. Now I've reached the stage of reporting. One tool I have researched about is Jasper …

0
42
Member Avatar for fobos

Hello all, so im kinda stumped. Im a real big O'Riellys fan, so i came across one of tuts in PHP Cookbook. So basically i wanna display files in a folder or a directory using this code. The only problem is that when i load it in a page, it …

Member Avatar for rajarajan2017
0
188
Member Avatar for pdwivedi

hello to all, i am using vroksub which is dos based application for downloading subtitles.It automatically downloads subtitles fom the web.But I have one problem that this application is unable to connect to internet, because I use internet through proxy server which requires username and password for authentication.Is there any …

0
71
Member Avatar for khess

That's right, create your own Linux virtual appliances with [URL="http://www.vmware.com/appliances/learn/vmware_studio.html"]VMware Studio[/URL]. Appliances are small, single purpose servers that provide a service to users. Some examples are Content Management Systems (CMS), Customer Relationship Management (CRM) systems, web servers, mail servers, DNS servers, database servers, and so on. VMware Studio is actually …

Member Avatar for iamtron01
0
1K
Member Avatar for MajorFart

Hi I am trying to clean up a computer with spanish XP. In normal mode the computer works fine, even though it is really infected with stuff. But when I try to start in safe mode, it crashes with a blue screen. There is an error code below with these …

Member Avatar for jonathanjames
0
171
Member Avatar for dougancil

I have the following code: [CODE] Private Function BuildDataTable(ByVal fileFullPath As String, ByVal seperator As Char) As DataTable Dim myTable As New DataTable("MyTable") Dim i As Integer = 0 Dim myRow As DataRow = Nothing Dim fieldValues As String() = Nothing 'string FileToRead = Server.MapPath(fileFullPath); Dim myReader As System.IO.StreamReader = …

Member Avatar for dougancil
0
117
Member Avatar for simi pillai

Server Error in '/PrecompiledWeb4' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' …

Member Avatar for Lusiphur
-1
183
Member Avatar for shilpajmensi

Hi, I have created a Hello servlet , compiled it and deployed the Hello.class in the folder C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\test\WEB-INF\classes manually. In the C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\test\WEB-INF folder i have created a web.xml like: [code=xml]<web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/java.sun.com/dtd/web-app_2_3.dtd"> <servlet> <servlet-name>Hello</servlet-name> <servlet-class>test.Hello</servlet-class> </servlet> <servlet-mapping> <servlet-name>Hello</servlet-name> <url-pattern>/Hello</url-pattern> </servlet-mapping> …

Member Avatar for ~s.o.s~
0
129
Member Avatar for simi pillai

Server Error in '/PrecompiledWeb4' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' …

Member Avatar for rohand
0
227
Member Avatar for rahul8590

Well i have a small code snippet which is a basic http server. Well its running fine , but i am unable to catch the feedback and store it in a log file of my own for further analysis. code snippet : [URL="http://codepad.org/MppnYU9n"]http://codepad.org/MppnYU9n[/URL] just in case wondering on how to …

0
109
Member Avatar for scorpio26krf

I am writing a web page, on this web page there is a txtStart and txtEnd. Next to them I have Calendar ImageButtons. I would like to code it so when the ImageButton is clicked a calendar popup appears and when they select a date on the popup it goes …

Member Avatar for dutchaaron
0
120
Member Avatar for APSoares

Hi there, I need help: I am having trouble viewing the hotmail / mail.live login page. I can get into the MSN web page but when I click on the hotmail tab it gives me the following error message: with Mozilla Firefox browser: "Not Found The requested URL /login.srf was …

Member Avatar for APSoares
0
857
Member Avatar for ayeshakhan

i am using visual studio for making website using c# an error is occuring "There is already an open DataReader associated with this Command which must be closed" the code is public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Getregioncategory(); } public void Getregioncategory() …

Member Avatar for ayeshakhan
0
144
Member Avatar for heavens_cloud

Question: I just recently had a cut over for a web application using a SQL DB that was previously using xp_sendmail to dispatch messages to the users. In accordance with the cut over, xp_sendmail is no longer usable in Server 2005 and should be replaced with sp_send_dbmail. Previously, the emails …

0
109
Member Avatar for sagarpc2007

I try for uploading file on web server as images of video files with File Uploader Control in asp dot net 2.0. it's ok when we are uploading filea on local machine but on web server it's not work properly. Message thrown Path is Access Denied Please Reply..

Member Avatar for dnanetwork
0
112
Member Avatar for brianshirts

i ran hijack and i need to know what to do to fix the rundll error and get the internet back working here is the log : Scan saved at 5:15:23 PM, on 7/19/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: …

Member Avatar for crunchie
0
221
Member Avatar for agr8lemon

Hello everyone, I have a temp/humidity/light sensor in a server room that produces a web page with just raw data like this: [CODE]uN703610TF: 79.9HU:36.4%IL: 0.7 [/CODE] That is the only thing on the page, it's wrapped in HTML and BODY tags, but that is it. What I want to do …

Member Avatar for d5e5
0
75
Member Avatar for manikandan_dani

Hi, I am developing web application using JSF2.0 along with netbean6.8 IDE. In this project, i use rich faces 3.3.2. when i run the application, it throws the following error deploy?path=C:\Documents and Settings\workplace\JSF3\build\web&name=JSF3&force=true failed on GlassFish v3 Domain C:\Documents and Settings\workplace\JSF3\nbproject\build-impl.xml:598: The module has not been deployed. BUILD FAILED (total …

Member Avatar for ahmed.faraz
0
158
Member Avatar for Thisbetom

Hello!, I'd like to start out with a big THANK YOU!!! I started a new job at a small market and am developing some software for their POS. I have been stuck in the Google loop researching workarounds many atime and this site has always come through in the clutch …

Member Avatar for vineet4008
1
154
Member Avatar for mjguingab

My team is currently working on a webchat project. But we have very limited knowledge on creating chat programs. The requirements are the following.. 1. The remote client can access us via web and chat with us. 2. Our office will answer their inquiries using client-side windows form-type of app. …

0
80
Member Avatar for khaled_jawaher

i am writing an application on my pc considered as client, to insert record on a microsoft access database on another pc that u can consider it as server, that has static ip address remotely.i can ping the remote address of the pc that i want to access without problems.the …

Member Avatar for khaled_jawaher
0
161
Member Avatar for SubSkip

I'm having the same problem as a previous post. No sound (wav sound bar gets lowered to min) and hidden IE windows. Cannot kill IE task (comes right back). Neither AVG/Avast/MalwareB detects anything. Ran ESET (offline) and it found the following: C:\Documents and Settings\Craig1\Local Settings\temp\447511515.exe a variant of Win32/TrojanDownloader.Unruy.CD trojan …

Member Avatar for SubSkip
0
259
Member Avatar for jessiecole

i hope i'm doing this right. Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4275 Windows 5.1.2600 Service Pack 3 Internet Explorer 8.0.6001.18702 7/5/2010 8:52:15 AM mbam-log-2010-07-05 (08-52-15).txt Scan type: Full scan (C:\|D:\|) Objects scanned: 260308 Time elapsed: 3 hour(s), 34 minute(s), 12 second(s) Memory Processes Infected: 0 Memory Modules Infected: 0 …

Member Avatar for jessiecole
0
434
Member Avatar for tungnk1993

The thing is that I'm living in hostel and they use cisco router with web authentication. Normally after successfully connected to the network, I've got to enter name & password at the browser (1.1.1.1/login.html) to get redirected. However, the problem is now is that when connecting to the router, I …

Member Avatar for tungnk1993
0
156
Member Avatar for racertim

I have thousands of pieces of HTML code that I want to take a screen shot of and save as an image. I'm no programming genius, but I think I can make this happen. I have a dedicated Linux server running Ubuntu with PHP5. I've found tons of links about …

Member Avatar for pritaeas
0
441
Member Avatar for nezammca

hi Frd., i have done web page which will add values to the gridview once we select the add button it will open the popup after entering the pop-up it should display values in parent page once we return... But its not displaying just have look guys and solve the …

Member Avatar for pritesh2010
0
139
Member Avatar for iamchamith

Hi friends, My question is... I was Created asp.net application using asp 2005 and code behind file as the C#.net with IIS 6 Then I host my web application on internet in IIS 6 server... There is the page,using this i can upload file[image files] to internet...[by using file uploader] …

Member Avatar for Ramesh S
0
258
Member Avatar for happygeek

The long summer holidays are over here in the UK, and our kids have pretty much all gone back to school this week. Which is good news for providers of anonymous proxies and bad news for the school network admins trying to prevent students from accessing inappropriate sites. One UK …

Member Avatar for i pirate work !
0
282
Member Avatar for solomonski

I am currently trying to publish owa through my isa server. Owa is working perfectly internal but wont resolve externally through the isa server. Im getting the following error when running the best pratices analyzing tool [I]"The routing table for the network adapter Local Area Connection 2 includes IP address …

0
66

The End.