4,273 Topics

Member Avatar for
Member Avatar for Ritesh_4

Hello I am doing maintenance on a web server, and have several js files present which I need to categorize. However, I am faced with the dilemma of identifying between clientside js files and severside ones. Is there a distinct way to identify between these files?

Member Avatar for Airshow
0
159
Member Avatar for davy_yg

Hello, I am trying to set email from my web server which we hosted ourself. I already set my php.ini to smtp.indonusa.net.id and from email: davy@indonusa.net.id to: davy_yg@yahoo.com The program seems to works fine. Yet, I do not receive any email yet as I suppose to. Someone mentions to me …

Member Avatar for cereal
0
2K
Member Avatar for slavica.k

I have a question for you experts! :) I tried to install iis8 on my laptop and when i lounched the defoult page a window appeard in internet explorer asking me username and password for my rooter. What will happen if i place username and password for my rooter and …

Member Avatar for JorgeM
0
294
Member Avatar for accra

Is there any software out there with GUI that i can use to install mysql and phpmyadmin on my vps account? Am new to vps,thx...

Member Avatar for accra
0
293
Member Avatar for krunal1986

Hello, I have created a crystal report in VS2012. it is working properly on local but when i host site on live server then it gives below error. Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. …

0
76
Member Avatar for Yorkiebar14

Hello, First off, this is probably not the right section, but the question is asking which language I should choose... so I don't know which forum topic it should go under... I am looking for a solution which would allow someone using an online panel running on my web server …

Member Avatar for veedeoo
0
298
Member Avatar for faisal.qureshi.7121614_1

Hi everyone, kindly help me for the issue, i am building a web application where members need to add/upload their avatars and other images, but instead of letting them upload images directly from their PC, i allowed them only to take URL ('Copy Image URL') from external websites by right …

Member Avatar for cereal
0
190
Member Avatar for woocha

Hey guys… Does anyone know the cheapest yet the best way to start offering hosting on one of my websites. I also want to start allowing people to register domains on the site as well. I would really like to start something like hostdime.com There services are awesome, and the …

Member Avatar for Shashikant_1
0
386
Member Avatar for davy_yg

Hello, I install xampp in my web server that is using Windows Server for OS. And now my problem is how to make my web server ip address accessable through my private and public network and keep it secure and the same time. I already try add xampp to the …

Member Avatar for JorgeM
0
174
Member Avatar for kxjakkk

My code is the following: import cgi data = cgi.FieldStorage() productdescription = data.getvalue('product_description') listprice = data.getvalue('list_price') discountpercent = data.getvalue('discount_percent') def calc(discountpercent): if discountpercent > 100: raise ValueError("Percentage discount cannot exceed 100%") elif discountpercent < 100: percent = float(discountpercent) / 100 discount = float(listprice) * percent return discount else: raise ValueError("Invalid …

Member Avatar for kxjakkk
0
276
Member Avatar for kxjakkk

I'm trying to make a calculator of a sort in python that works on a local web server. I have the localhost all set up and all. import cgi data = cgi.FieldStorage() product_description = data.getvalue('product_description') list_price = data.getvalue('list_price') discount_percent = data.getvalue('discount_percent') total = data.getvalue('total') def total_price(): data.getvalue('total') - discount return …

Member Avatar for snippsat
0
483
Member Avatar for lyleholc

Hi, I’m pulling out my hair getting Apache/Perl to work and would like some help with getting httpd.conf, Windows path, and other setting correct to run some Perl programs. I’ve set alias, Options, AddHandler, etc. but the simple program below gives permission errors. I’m running a Bitnami WampStack on XP …

Member Avatar for Taywin
0
275
Member Avatar for garyjohnson

I have a domain name lets say. mydomain.com and it has a hosting account. But I also have another domain name, mydomain2.com that doesnt have a hosting account. How can I make mydomain2.com go directly to mydomain.com? I am using Host Gator

Member Avatar for vps9.net
0
194
Member Avatar for krystosan

when getting file from a web server or ftp server, if we use `u = urllib2.urlopen(url)` Correct me if I am wring, it is not getting downloaded to disk, i think its getting stored in buffer(RAM), is there a way that the buffer split should get saved onto disk directly …

Member Avatar for slate
0
304
Member Avatar for awahqn

Hi, I dont know if this is the right place to ask but I hope I find and answer to my question. I have two vps servers. One with the main domain name (example.com) and the other is serving mail.example.com. The example.com is serving the web server while the mail.example.com …

0
191
Member Avatar for zzmrzz

Hello fellow coders. I am trying to make a Minecraft Hosting Company (Danish Company) And i need a "Loading screen" for my Login popup. I found this: HTML: <div id="outer-barG"> <div id="front-barG" class="bar-animationG"> <div id="barG_1" class="bar-lineG"> </div> <div id="barG_2" class="bar-lineG"> </div> <div id="barG_3" class="bar-lineG"> </div> </div> </div> And this CSS: …

Member Avatar for tapananand
0
200
Member Avatar for krunal1986

Hello, I have my VB 6.0 Application and make a Exe and I hosted it on my windows server 2000 it gives me error 'Could not access network location \\mynetworkpath'. earlier when there was Datepicker control was used then also there was error coming but I had registered MSCOMCTL2.dll and …

0
224
Member Avatar for Pravesh_1

I changed my hosting; and in my website has SMS facility. After changing hosting SMSs are not sending. Is my hosting disabled cURL ? How I can see cURL is enabled or disabled ? If it is disabled then how I can enable through PHP coding ?

Member Avatar for diafol
0
114
Member Avatar for ankit1122

hello i use https://netbeans.org/kb/docs/php/remote-hosting-and-ftp-account.html to make changes directly to my website from netbeans but it doesn't work... can anyone tell me about what to fill in hostname?? i used my websites name .....www.gigname.com

Member Avatar for almostbob
0
178
Member Avatar for Cẩm

Hi there! I am working on my company site hanoiguide.net. In a few days ago, i have found out sitemap.xml file is error and un-useable. I cann't re-update sitemap. Because i don't have hosting account information. Unfortunately, I have no way to get hosting account information from my boss. My …

Member Avatar for Hemanth Malli
0
224
Member Avatar for BogdanCov

Hello guys. I developed a simple game in C# on Windows (WFA). Now I want to crate a database with accounts and all stuff. I know to crate this with a SQL Local Database, but I think there should be a host where to put that DB to be accessed …

Member Avatar for JorgeM
0
207
Member Avatar for arunkumars

Hi, I have a VS2005/C#/.NET 2.0 application in which i'm hosting a web browser control. I would like to offer a "record" and "playback" functionality for web page activity. Meaning- Say a user wants to record a certain sequence of actions like (just a raw example): 1) navigating into a …

Member Avatar for arunkumars
0
474
Member Avatar for bejfake

I've recently received some ASP.NET application to test. I must run it on local server. I installed IIS with all components. I copied whole project to c:\inetpub\wwwroot. Catalog structure: ![4eeea10396f106716ea9eee3fcc78a78](/attachments/large/3/4eeea10396f106716ea9eee3fcc78a78.JPG "4eeea10396f106716ea9eee3fcc78a78") I suppose main file to run is Global.asax, but when i try to run localhost/.../global.asax I get error: > …

Member Avatar for JorgeM
0
307
Member Avatar for jithinjohny

Hi, I have linux based hosting. I need to upload and work the jsp/servlet pages. after i uploaded the files into the hosting, when i checked the files , it shows the code itslef. How to fix this. Please help me. Thanks in advance.

Member Avatar for stultuske
0
213
Member Avatar for ChemE_Programma

Hello all, I have a website made with a flash banner. The banner contains links that direct the browser to different locations on the website. The banner does not show up on iPhones and would like to solve this. My question is, do I need to make an alternative website …

Member Avatar for SaintAce
0
284
Member Avatar for chaze

I moved my old site to the new domain and have parked the old site over the new domain. Any ideas how to do the proper 301 redirect so the old site redirects each page to the new site. So: http://dwhs.net/web-hosting-plans.htm Redirect to: http://webhost.pro/web-hosting-plans.htm So far I just have: Options …

Member Avatar for pravien
0
233
Member Avatar for castajiz_2

public string Data() { string dohvat_podatka = ""; using ( MySqlConnection con = new MySqlConnection("Server=xxx.000webhost.com;Port=3306;Database=xxx;Uid=xxx;password=xxx;")) { con.Open(); using (MySqlCommand cmd = new MySqlCommand("SELECT ime FROM `nastavnik` WHERE prezime=@prezime", con)) { cmd.Parameters.Add(new MySqlParameter("prezime", "Carić")); using (MySqlDataReader dr = cmd.ExecuteReader()) { if (dr.HasRows) { while (dr.Read()) { dohvat_podatka = dr.GetString(0); } } …

Member Avatar for castajiz_2
0
1K
Member Avatar for momonq1990

my hosting directory permissions is writeable but still i recieved in 0kb files came form my upload page.

Member Avatar for momonq1990
0
741
Member Avatar for sureronald

Hi all, So here's some background information on what we are trying to setup. We have two data centers over 40km apart and one of them runs the webserver (over 80 websites) and we use another machine on the other side to keep backups (typical cpanel backups). So I have …

Member Avatar for rch1231
0
422
Member Avatar for TierVM

Hello everyone, this is Daniel from TierVM. We are a recently launched VPS, Web and Reseller Hosting Company. Good to be here :)

Member Avatar for Khalilur_1
0
165
Member Avatar for davy_yg

Hallo, Does anyone knows how to secure xampp - I mean for web server ? How to place password on it ? I am just want to secure my database. Thanks before.

Member Avatar for davy_yg
0
150
Member Avatar for Zorrro

I will be hosting a website on windows 7 using Apache and a java based project tracking web application called jira on Tomcat using reverse proxy method. To secure that web application and my PC what steps should I take and from where should I start?

Member Avatar for iamthwee
0
416
Member Avatar for GliderPilot

Getting a little tired of my current host so I've been looking around at some other hosts. It's hard to sort through all the fake reviews out there these days so thought I'd turn to my local DaniWeb community for suggestions :) Anyone have any recomendations for a quality shared …

Member Avatar for pritaeas
0
247
Member Avatar for ehpratah

Good day everyone Not sure if this is the right place to ask this but im trying to connect to my database online "Control Panel of my hosting site" from my local machine basically the webpage is running locally. but i want the data to be fetch online. my question …

Member Avatar for ehpratah
0
3K
Member Avatar for MatthewYeend

Basically, I need to make a database viewing page and an input pag...‡ The input page must take the First name, Surname, and the age. This should be sent to a script on your server via either a GET or POST, and inserts them into a MySQL database table. This …

Member Avatar for been.coerced
0
324
Member Avatar for Lokman_1

Recently I have moved my server from hostgator to another hosting but after configuring my site, it only loading white page. Please check my website here: www.zoombangla.com or www.news.zoombangla.com Please help me to solve the problem. Thanks

Member Avatar for almuniz
0
253
Member Avatar for ZER09

Hi Is there way to enable the mail function without access to php.ini? The mail function was disable by my hosting provider, and there is no way to enable it because it was shared hosting. I already search in google how to enable mail function, but got nothing. I was …

Member Avatar for almostbob
0
576
Member Avatar for akella2k9

Hi All, I am trying to create a web page with drag and drop funtionality in ASP.Net. This dynamic page should meet following requirements. [LIST] [*]The Web forms should be designed at runtime by the website user using asp.net server controls like Labels, Text Box, Button, Drop down etc. [/LIST] …

Member Avatar for vijayesh21
0
1K
Member Avatar for aisha.edris1

hi everyone i need website for free to create a domain name and hosting server to upload my project

Member Avatar for rozermartin28
0
331
Member Avatar for best4earn

I already used free hosting of these websites 000webhost.com byethost.com biz.ly & freeservers.com bt their free hosting is not best because their mysql link down or server some time redircts my site to some advertisments . Can any body suggest me a free webhosting which wil be best & their …

Member Avatar for rozermartin28
0
287
Member Avatar for nisbusiness

There are plethora of free hosting providers available in the online market. Is it true that choosing any one of these providers help gaining success in the online world? How can i choose between a right host and an ineffective host offering free hosting services? what are the things that …

Member Avatar for rozermartin28
0
196
Member Avatar for vibhuti@sharma

hi everyone recently I made a jsp website as a part of my minor project now my clg wants me to host it ,since i am very new to all this i dont know how to do it ...actually I also want that my website should also be connected to …

Member Avatar for rozermartin28
0
182
Member Avatar for Sumith Asanka

Hi Guys I have asp.net 4.0 application that is running perfect on my local iis server, but when i host it on web server, it is throwing me this error, Parser Error Message: Theme 'Blue' cannot be found in the application or global theme directories. how can i sort out …

Member Avatar for JorgeM
0
235
Member Avatar for kevwood

hi i have been following a tutorial on how to build a image viewer using javascript for a web page i am building for my shop. i have not been able to get it to work and i have looked at the comments at the bottom and it seems to …

Member Avatar for kevwood
0
284
Member Avatar for Zorrro

I am working on a project where my client want me to design a website and integrate it with Jira. I will be designing website with 4-5 pages. Setup Jira on his computer as he is planning to host it himself along with website. Backup Jira from his existing hosting …

Member Avatar for Dani
0
224
Member Avatar for grafic.web

Hi everybody!! I'm starting with asp.net and i would like to try my code online.. can you advise me some free hosting for asp.net with the possibility to use sql server? Thanks

Member Avatar for smith.james.355744
0
636
Member Avatar for Mr.M

Hi Dw I've created some few ASP using Visual Basic .Net and the files when I publish it (exporting from IDE to a folder) are in .aspx format and the problem is that I didn't find the hosting that support this kind of format they support .asp so my question …

Member Avatar for Mr.M
0
220
Member Avatar for sk8ergirl

I'm hosting my php file in WAMPSERVER PHP Version 5.4.3 and my database is somewhere in the uni server I keep getting this error and I don't know why * A connection attempt failed because the connected party did not properly respond after a period of time or established connection …

Member Avatar for ryantroop
0
372
Member Avatar for tylerhastings

I am Tyler Hastings. I own many websites for my affiliate business and I earn quite well from those. But sometimes, I get on site’s hosting issues and hosting companies take too much time to respond. So I wanted to figure out if I can get some help from this …

Member Avatar for Dani
0
124
Member Avatar for Yassine_1

The End.