How to switch off pre-moderation of comments?
Web-hosting, dedicated, colocation
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > Web-hosting, dedicated, colocationGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:
Wednesday, 30 April 2008
BritishNIC dead? Sparkle Plenty 19:59:18
 Hi --

I have a couple of domains registered using britishnic.com, i've tried to
modify their details (dns servers etc) in recent days, and found that the
updates aren't being fed through - in one case the delay so far is about a
week or so.

Are they now defunct? Should I transfer out?

--
Optionscomment 3 answer | Add comment
Friday, 14 March 2008
Re: Dialup internet access with Geographic number? (not 0845) Chris 07:03:05
 wrreisen@yahoo.com wrote:
Hi,
Please could you tell me the details of an ISP that has a Geographic
number not an 0845 number. (I have a telephone service that is cheap
for me to dial geographic numbers) I'm in England.


Sign up with 1899.com for cheap calls. Then make a new dial-up
networking connection that dials up to 1899 0049 2203 909999, 1899 0049
7248 949999 or 1899 0049 6174 999999 (for simplicity, enter the number
in full including the indirect access code and make sure "Use dialling
rules" is unchecked). The user name is: arcor, the password is: internet.

These are all geographic numbers in Germany and cost 0.5p a minute with
1899 (+ 3p connection fee). Here's a line from my 1899.com itemised
invoice showing that the number is billed as a normal German landline.

Date Time Number calledDurationAmount
29-08-200510:12:07004922039099990:09:29ВЈ0.0774

From BT landlines, I have typically achieved speeds of between 33 and
42 kbps when dialling up in this way. The same numbers can also be used
for ISDN access (64k or 128k).

The service is provided by German ISP Arcor, with whom I have no
affiliation other than as a satisfied customer :-)­

If this solution doesn't fit the bill, you could also take a look here:
http://www.freedoml­ist.com/find.php3?co­untry=142

Cheers,
Chris
Optionscomment 6 answers | Add comment
Thursday, 28 February 2008
Free Hosting at-myplace Www.At-Myplace.Com 19:21:32
 We are not going all out on this but if you need some free webspace try us
!!

http://www.at-mypla­ce.com

OptionsAdd comment
Friday, 8 February 2008
I'm looking for a new website host Guest 04:35:33
 My site is a very small site with less than 2GB storage required, I have no
traffic to speak of -- more of a brochure than a website. I have ipower now
and it is giving me email problems for the past 3 months. Have been putting
up with it but time to move on.

Can someone recommend a site under $100/year that has been around a while
and consistently gives good service. I don't need hand-holding or regular
tech support calls -- just want it to work and be left alone.

Thanks!

PS -- I have godaddy for some site hosting - they're good but I want a
backup with a different company.

Fred



Optionscomment 1 answer | Add comment
Thursday, 24 January 2008
How to create a page to display all current connected session in A Golden_au 04:09:00
 Hi,

is there anyway to created a ASP page to display all cuurrent connected
session ?

many thanks for any advise
--
Golden_au
OptionsAdd comment
Saturday, 19 January 2008
Web Hosting - Try Us At No Cost For a Month Hostww.Net Web Hosting 03:27:46
 
OptionsAdd comment
Saturday, 29 December 2007
Web Design, Development and Promotion Guest 10:00:00
 Farpoint Systems is a US Based International Web and Media Design Company with skills and experience in all facets of Web Development, including the creation graphical user interfaces, web based programming, database integration, interactive multimedia and promotion as well. We have been in business almost as long as the web has existed, we came to be originally in 1993 as DI Design, we underwent a name change in early 2006, we are now Farpoint Systems and Farpoint Creative Concepts LLC. We stay very busy but are always looking for new clients, we can assist in every aspect of the web development process, our clients range from huge corporations to mom and pop businesses in small towns. Here are a few sample of our work, feel free to contact us, and if we can't do something you need we can refer you to someone very competent who can!

http://happycatz.or­g
http://thenewequino­x.com
http://smartedgesys­tems.com
http://clearpathit.­com
http://nationalwate­rproofing.com

If you would like to see more just ask!

Sean Patrick DeHoney
Farpoint Systems US
http://www.farpoint­-systems.com
sean@farpoint-syste­ms.com
574-970-3028
fax 319-9370003
Skype s.dehoney
yahoo IM nst8q1r

Farpoint Systems International
Contact Alex Jao
00 + 63 + 09185982365
Skype marissa.jao

Optionscomment 4 answer | Add comment
Tuesday, 18 December 2007
not easy Bobbi 20:25:01
 ok so i tried to set up all my stuff so i can use windows live mail. well i
am getting errors about the server and the host. i dont know what i did wrong
or how to fix the darn thing. im new to this (it being my first time). will
someone please take me under their wing and show me what im doing wrong or
tell me?
OptionsAdd comment
Monday, 10 December 2007
Inter-dependant scripts not being unloaded correctly Paul Baker [MVP 21:44:11
 I wrote a scripting host that, similar to Windows Scripting Host, allows
multiple scripts that each have access to code in all the other scripts.

The way I do this is described in this thead:
http://groups.googl­e.com/group/microsof­t.public.scripting.h­osting/browse_thread­/thread/38a7050525ee­4e91

I have since discovered that scripts are not unloaded correctly. The
reference count of the IActiveScript is greater than 1 when I release it and
objects in global variables are not released. I can reproduced it in a
simpler test program that does not clone scripts or use threads.
Unfortunately, it is written in Delphi rather than Visual Studio. This is
what it does:

1. It initializes two scripts (let's call them Script1, Script2) using the
following sequence of calls:

Call CoCreateInstance to obtain an IActiveScript interface for the VBScript
engine
Call IActiveScript.SetSc­riptSite
Call IActiveScript.Query­Interface to obtain an IActiveScriptParse interface.
Call IActiveScriptParse.­InitNew
Call IActiveScriptParse.­ParseScriptTest

2. It connects Script1 using
IActiveScript.SetSc­riptState(SCRIPTSTAT­E_CONNECTED)

3. It adds Script1 to Script2 using IActiveScript.AddNa­medItem

Paul


Optionscomment 4 answer | Add comment
Sunday, 9 December 2007
Top Ranked Hosting Services Guest 08:00:10
 Based on performance, and user feedback we have compiled a list of the top hsoting services online. Check them all out they all have different plans but whatever your needs ar eone of these companies can definitely help you, on any budget.

http://farpoint-sys­tems.com/hosting/

Optionscomment 4 answer | Add comment
Sunday, 11 November 2007
SOFTWARE for SALE!!! Guest 04:37:07
 Software for sale. Huge Selection. 10 Euros/CD. Worldwide shipping.

Windows, Mac, and Linux. The very latest software, stock video/photo, games, etc.

Contact David for details:
david007@worldnewst­onight.net



















































x#Fw&>Os1
OptionsAdd comment
Friday, 19 October 2007
Is it possible to write a scripting engine in C#? Eval Apply 09:37:51
 I decided to try writing a scripting engine in C#. I've written some
code, put in the annotations for ComInterop, added the regsitry
settings and it *almost* works. CScript, WScript, and IE can all find
the script engine and call the first few methods correctly. It is
clear that they are correctly getting a hold of both the IActiveScript
and IActiveScriptParse interfaces. But after the first few method
calls, they all quit. CScript raises this error:

CScript Error: Can't find script engine "LScript" for script
"hello.ls".

WScript raises an analagous error, and IE calls InitNew,
SetScriptSite, GetScriptState, SetScriptState, and Close. None of the
hosts seem to call AddNamedItem, which is what I expect would be next.

When I write my own scripting host in C++, there is no problem ---
everything works just fine.

Anyone have any suggestions?

Optionscomment 8 answers | Add comment
Monday, 6 August 2007
I want to create site based on Admin Input that I have in .xml file using window script host Guest 08:45:43
 I want to create site based on Admin Input.

I am storing these admin input in .xml file.

Using these admin configuration I want to create site.

Can anyone tell me how can I do these

OptionsAdd comment
Sunday, 29 July 2007
Scripting Language Frank 13:27:17
 Good morning,

I'm a newbie and I'm about to study a scripting language to create an HTML
form. What's the best language for this, and why?

JavaScript? PHP? PERL? Ajax? ASP? VBScript?

Many thanks

Frank



OptionsAdd comment
Sunday, 22 July 2007
0.4225232 I Have An Interest ... 0.3650714 Guest 17:07:59
 0.803006 I Have An Interest ... 0.4892023

0.4225232 Now Visit http://www.clicklin­know.com/ss/ 0.3650714

OptionsAdd comment
Friday, 20 July 2007
Global module limit of size of text? Herby 15:12:24
 I have a process that combines many vb functions into a single String
object.
This is then added to the VBScript control via the AddCode method.
Implicitily this becomes part of the global module.

When the script runs i start to get errors - because some of the
functions are missing.
This happens when the text reaches a certain limit.

So is there a limit on the text that you can add to the global module?
How can i resolve this problem?

Thanks.

OptionsAdd comment
Wednesday, 4 July 2007
hostme.co.uk David Bradley 19:33:45
 Hello,

I am trying to track down a postal address [Not PO Box] and / or phone number
for www.hostme.co.uk and in particular the chap behind it Alan Lawson [?].
Don't seem to be able to come up with anything on the net that helps me in
anyway.

I am really worried as I have resellers hosting arrangements with them and
have placed the websites and email facilities of some 20 friends and contacts
onto that server, not to mention my own private web hosting facilities. To
get an equivalent package elsewhere would seem to cost around 25% more than I
currently pay and that amounts to a lot of dosh.

Of late some facilities and functions from the server have ceased to work and
while some initial acknowledgements of the issues were made, I have heard
nothing more over the last six weeks. Now if the server [83.223.100.78] went
down I would be in panic mode to build up the configuration elsewhere, which
would not be a five minute job. Just not sure what I should do. I am really
desperate to make contact with the Company. Even if I made contact with their
bank, they would, presumably, only forward letters onto their client which in
turn would probably remain unanswered. So ............

David Bradley

Optionscomment 6 answers | Add comment
Sunday, 24 June 2007
Professional Scripts for Your Website Guest 23:02:20
 I have authored and put together some great and very useful scripts that will add functionality adn content to your website.

http://scriptslive.­com



OptionsAdd comment
Thursday, 14 June 2007
Linux Shell Accounts Guest 07:32:24
 Templar Shells is a UK based Linux Shell Provider. After a one off
setup fee of 5 Dollars, the shell account is then FREE for life. The
shell includes permission to run an IRC Bot/BNC, 2 background
processes, 50 megs of space for webhosting, MySQL/PostgreSQL database
hosting, access to compilers and network tools. See
http:/templarshells­.mine.nu for further info.

OptionsAdd comment
Friday, 1 June 2007
Combining scripts that may use different engines Paul Baker [MVP 21:49:28
 I am writing a script host in order to get more control than I can when
using WSH.

I would like to load scripts from multiple files, some of which may use
VBScript and some of which may use JScript, and combine them together into a
single script so that each sub-script can call functions from any other
sub-script. This is equivalent to what can be achieved with a .wsf file with
WSH.

How is this possible? It seems I must create an coclass that implements
IActiveScript for each file, or at least for each engine. This would suggest
that each sub-script is separate.

Thanks,

Paul


Optionscomment 14 answers | Add comment
Enumerate or enumeration El 01:29:38
 Hi all
I've seen people use the words, enumerate or enumeration, a lot in computer area. What's this mean? Can someone explain it to me, please?

TIA
el
Optionscomment 3 answer | Add comment
Wednesday, 23 May 2007
Storing Large Amounts of Secured data on Website Neenmarie 22:00:02
 I'd like to be able to upload Word/Excel/PDF files so they are accessable for
viewing and/or download by individual clients with a secured login and
password. Each document would be client specific (over 500 clients) with
sensitive information (SS #s and financial information). Where could I check
for someone to do this and/or what's the best way for me to proceed?
Thank you for your help!
Optionscomment 2 answer | Add comment
IActiveScriptSiteUIC­ontrol missing from headers? Ken Foust 17:10:32
 
I have implemented a debugging engine and went to implement
IActiveScriptSiteUI­Control, but have found that this is not in any of
the files I have.

I am using dbgprop.h, activscp.h, activdbg.h

Does anyone have this information? What am I missing?

Thanks for any help,

Ken

Optionscomment 1 answer | Add comment
Tuesday, 1 May 2007
Using PC enviroment Vaariable Amber 03:53:01
 I am attempting to write a logon script using VBscript and could not figure
out how to use the PCs enviromental variable to connect to share drives.
For example I like to do.
If location = "1st fl" (which is a value in the Workstation
enviromental variable)
Net use X: \\server1\data$
end if.

I will appricate any suggestions.
thanks,
Amber
OptionsAdd comment
Monday, 16 April 2007
Permission denied getobect Gilles P 21:02:03
 Hi,

I wrote a script to get a list of all the software installed on a client
machine. It runs fine on most of the computers but fails on others with a
permission denied getobject. Here is the call that fails "Set objWMIService =
GetObject("winmgmts­:" _
& "{impersonationLeve­l=impersonate}!\\" & strComputer & "\root\cimv2")".
I am a domain admins so should have full rights on the client machine.
Can you help?

Thanks!
OptionsAdd comment

Add new topic:

How:  Register )
 
Login:   Password:   
Комментировать могут: Премодерация:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > Web-hosting, dedicated, colocationGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
Business objects and object modells
User Control (ASCX) reuse...
Empty array IS NULL?
see also:
Thread.Sleep and DateTime resolution
Re: create a text file from postgres…
accessibility of delegates in 1.1
see also:
superuser equality
Temporarily disable rule, is this…
Session state management

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
You can find the help and FAQ in the Admin's blog.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .