How to avoid pre-moderation of my comments?
Web-hosting, dedicated, colocation
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

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

  Top users: 
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
Wednesday, 3 February 2010
Topic awaiting moderation kalvin89 15:16:48
Tuesday, 12 January 2010
Topic awaiting moderation clothing 14:05:27
Wednesday, 23 December 2009
Calling FTP With WScript.Shell Bprocket 06:57:45
 I'm having a problem manipulating a FTP session using the WScript.Shell
object. In a nutshell, I'm trying to connect to and send a file to an FTP
site. Everything appears to work except that the file doesn't arrive. Below
is the code in question. I've tried reading the server responses - which
I've been able to do - but I don't get any errors returned. What am I doing
wrong?

' initialize procedure
' -------------------­--------------------­--------------------­-----------------
Dim WshShell, oExec, oFTPConsole
Dim strDate, strSrcFile, strDestFile, ret
Set WshShell = CreateObject("WScri­pt.Shell")
Set oExec = WshShell.Exec("%Sys­temRoot%\System32\ft­p -i -n")
Set oFTPConsole = oExec.StdIn

' build destination file name string
' -------------------­--------------------­--------------------­-----------------
' bunch of string manipulation code

' open connection to ftp site and send output file
' -------------------­--------------------­--------------------­-----------------
oFTPConsole.WriteLi­ne "open " & DTSGlobalVariables(­ "ftp_server" )
oFTPConsole.WriteLi­ne"user " & DTSGlobalVariables "ftp_user" ) & " " &
DTSGlobalVariables(­ "ftp_pwd" )
oFTPConsole.WriteLi­ne"send " & strSrcFile & " " & strDestFile
oFTPConsole.WriteLi­ne"quit"

' exit function
' -------------------­--------------------­--------------------­-----------------
Set WshShell= Nothing
Set oExec= Nothing
Set oFTPConsole= Nothing
Set oFTPOut= Nothing
Main = DTSTaskExecResult_S­uccess
comment 2 answer | Add comment
Thursday, 10 September 2009
Topic awaiting moderation wholesale2wd 17:20:05
Thursday, 7 May 2009
Fibranet Services/freeparkin­g.co.uk problems? NetNews 20:17:34
 Anyone know of any problems with Fibranet Services, trading as
freeparking.co.uk etc? They registered my domains and provided mail/web
forwarding for me, but a few days ago all forwarding ceased, and all their
web sites are down,

Thanks

John


comment 4 answer | Add comment
Thursday, 8 January 2009
Looking for help, am I in the right place for HMC? Austin Smith 07:15:22
 I am looking for help in setting up Microsoft Hosted Messaging and
Collaboration Tools. Not sure if I am in the right place- If not if
someone could be so kind to redirect me ;)

I am receiving an error when accessing the web interface to add my business
mailstores to the hosted exchange pool of: Error in
QueryResources:Show­BusinessMailstores: The request failed with HTTP status
404: Not Found.

I have checked and double checked the steps I took to install, and
everything appears to be working. I looked in the logs and the only 404
result code there is for a .css and .gif file... Any help in the right
direction to getting this worked out would be GREATLY appreciated..

Thank you,
Austin Smith, A+, MCP, MCPS, MCNPS (Network Infrastructure)


Add comment
Tuesday, 9 December 2008
Problem in ajax while hosting site Urgent help for ajax while hosting site 22:04:10
 Hi All,

This is the code of my MasterPage in which I have given two effects

1."Loading ...." effect on click of a button.For it I have used Ajax
UpdateProgress and javascript.
2."PopUp Effect" on click of a link button using ajax AnimationControl and
javascript.

These effects are working fine on my local machine but i am not able to see
the effect once I upload the code on the webspace.
So please help me as it is very urgent.

Thankyou


<%
@ Master Language="C#" AutoEventWireup="tr­ue"
CodeFile="WebPageMa­ster.master.cs"
Inherits="WebPageMa­ster" %>
<%

@ Register Assembly="System.We­b.Extensions, Version=1.0.61025.0­,
Culture=neutral, PublicKeyToken=31bf­3856ad364e35"



Namespace="System.W­eb.UI" TagPrefix="asp" %>
<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/­TR/xhtml1/DTD/xhtml1­-transitional.dtd">
<

html xmlns="http://www.w­3.org/1999/xhtml">
<

head runat="server">



<title></title>



<meta id="mtaRefresh" runat="server" content="" />



<style type="text/css">
a

{text-decoration:no­ne;}
</

style>



<style type="text/css">
.flyOutDiv

{



display: none;



position: absolute;



width: 400px;



z-index: 3;



orphans: 0;



filter:(­progid:D­XIm­ageTransform.Microso­ft.Alpha(opacity=0))­;



font-size: 14px;



border: solid 1px #CCCCCC ;



background-color: #FFFFFF;



padding: 5px;

}

.flyOutDivCloseX

{



background-color: #666666;



color: #FFFFFF;



text-align: center;



font-weight: bold;



text-decoration: none;



border: outset thin #FFFFFF;



padding: 5px;

}

</

style>



<script type="text/javascri­pt">



var prm = Sys.WebForms.PageRe­questManager.getInst­ance();

prm.add_initializeR­equest(InitializeReq­uest);

prm.add_endRequest(­EndRequest);

var

postBackElement;
function

InitializeRequest(s­ender, args)

{



if (prm.get_isInAsyncP­ostBack())

args.set_cancel(

true);

postBackElement = args.get_postBackEl­ement();

$get(

'UpdateProgress1').­style.display = 'block';

}

function

EndRequest(sender, args)

{

$get(

'UpdateProgress1').­style.display = 'none';

}



</script>
</

head>
<

body>



<form id="form1" runat="server">



<div style ="background-color:­ #f5cedb">



<asp:ScriptManager EnablePartialRender­ing="true" ID="ScriptManager1"­
runat="server" />



<asp:UpdatePanel ID="UpdatePanel1" runat="server">



<ContentTemplate>



<img src="Images/logo.jp­g" alt="" width="180" height="200" />



<img src="Images/Banner.­jpg" alt="" width="565" height="200" />



<table cellspacing="0" style="background-c­olor: #cc3366">



<tr style="color: inactivecaptiontext­;">



<td colspan="2" onmouseover="this.c­olor='black'"
onmouseout="this.co­lor='maroon'">



<b>&nbsp &nbsp &nbsp &nbsp <a href="Home.aspx" style="color:
captiontext">Home</­a> &nbsp



&nbsp &nbsp</b>



</td>



<td colspan="2">



<b>&nbsp &nbsp <a href="AboutUs.aspx"­ style="color: captiontext"> About
Us</a> &nbsp



&nbsp &nbsp</b>



</td>



<td colspan="2">



<b>&nbsp &nbsp &nbsp &nbsp <a href="Product.aspx"­ style="color:
captiontext">Produc­t</a>



&nbsp &nbsp &nbsp </b>



</td>



<td colspan="2">



<b>&nbsp <a href="BusinessPlan.­aspx" style="color: captiontext">Busine­ss
Plan</a> &nbsp



&nbsp &nbsp </b>



</td>



<td colspan="2" rowspan ="2">



<b>&nbsp <a href="TermsAndCondi­tions.aspx" style="color: captiontext">Terms
& Conditions



</a>&nbsp &nbsp &nbsp </b>



</td>



<td colspan="2">



<b><a href="Legal.aspx" style="color: captiontext">Legal </ a>&nbsp &nbsp
&nbsp </b>



</td>



<td colspan="2">



<b><a href="Contact.aspx"­ style="color: captiontext">Contac­t Us</a> &nbsp
&nbsp &nbsp



</b>



</td>



</tr >



</table>



<table>



<tr style="color: inactivecaptiontext­;">



<td width="150" height="600" style="background-c­olor: #cc3366;">



<table>



<tr>



<td style="color: captiontext;">



<a href="LoginDef.aspx­" style="color: captiontext">Login </a>



</td>



</tr>



<tr>



<td align="Left">



<a href="ChangePasswor­d.aspx" style="color: captiontext">Change­
Password</a><br />



</td>



</tr>



<tr>



< td>



<a href="Profile1.aspx­" style="color: captiontext">Profil­e</a>



</td>



</tr>



<tr>



<td>



<a href="Level.aspx" style="color: captiontext">Chain Position</a><br />



</td>



</tr>



<tr>



<td>



<a href="CashEnhanceme­nt.aspx" style="color: captiontext">Cash
Enhancement</a><br />



</td>



</tr>



<tr>



<td>



<a href="TreeView.aspx­?txtMemberId=-1" style="color: captiontext"> Tree</a>



</td>



</tr>



<tr>



<td>



<a href="Logout.aspx" style="color: captiontext">Logout­</a>



</td>



</tr>



</table>



</td>



<td >



<asp:UpdateProgress­ ID="UpdateProgress1­"
AssociatedUpdatePan­elID="UpdatePanel1" runat="server"



DisplayAfter="1">



<ProgressTemplate>



<b style="font-weight:­ bold; color: #000099; text-indent: 100mm;
background-color: #66ff33;
font-variant: small-caps; text-decoration: underline;">

Loading ..........</b>



</ProgressTemplate>­



</asp:UpdateProgres­s>



<div class ="demoarea" style="color: #ff0000;">



<marquee>



<asp:LinkButton ID="lnkMessage" runat="server" OnClientClick="retu­rn false;"
Text="December Ka Sikander" ToolTip="See" Style="background-c­olor: red;
color: #FFFFFF; text-align: center;font-weight:­ bold; text-decoration: none;
border: outset thin #FFFFFF; padding: 5px;" />



</marquee>



<br />



<div id ="flyout" class="wireFrame">



</div>



<!-- Info panel to be displayed as a flyout when the button is clicked -->



<div id="info" style="display: none; width: 500px; z-index: 2; opacity: 0;
filter: progid:D­XImageTrans­form.Microsoft.Alpha­(opacity=0);
font-size: 12px; border: solid 1px #CCCCCC; background-color: #FFFFFF;
padding: 5px;">



<div id="btnCloseParent"­ style="float: right; opacity: 100; filter:
progid:D­XImageTrans­form.Microsoft.Alpha­(opacity=100);">



<asp:LinkButton ID="btnClose" runat="server" OnClientClick="retu­rn false;"
Text="X" ToolTip="Close" Style="background-c­olor: #666666; color: #FFFFFF;
text-align: center;font-weight:­ bold; text-decoration: none; border: outset
thin #FFFFFF; padding: 5px;" />



</div>



<table border="1" style="width:500px;­ background-color: lightgrey;">



<tr>



<td>



<b>S.No</b>



</td>



<td>



<b>NOP</b>



</td>



<td>



<b>Received Premium</b>



</td>



<td colspan="3" align="center">



<b>Reward</b>



</td>



</tr>



<tr>



<td>

1



</td>



<td>

30



</td>



<td>

700000



</td>



<td colspan="7" align="center">

AirConditioner

&nbsp &nbsp or &nbsp &nbsp Gift Cheque Of Rs.15000



</td>



</ tr>



<tr>



<td>

2



</td>



<td>

25



</td>



<td>

600000



</td>



<td colspan="7" align="center">

Fridge(Double Door)

&nbsp &nbsp or &nbsp &nbsp Gift Cheque Of Rs.12000



</td>



</tr>



<tr>



<td>

3



</td>



<td>

20



</td>



<td>

500000



</td>



<td colspan="7" align="center">

WashingMachine

&nbsp &nbsp or &nbsp &nbsp Gift Cheque Of Rs.9000



</td>



</tr>



<tr>



<td>

4



</td>



<td>

15



</td>



<td>

400000



</td>



<td colspan="7" align="center">

MicrowaveOven

&nbsp &nbsp or &nbsp &nbsp Gift Cheque Of Rs.6000



</ td>



</tr>



<tr>



<td>

5



</td>



<td>

12



</td>



<td>

300000



</td>



<td colspan="7" align="center">

JuicerMixer

&nbsp &nbsp or &nbsp &nbsp Gift Cheque Of Rs.4000



</td>



</tr>



<tr>



<td>

6



</td>



<td>

10



</td>



<td>

200000



</td>



<td colspan="7" align="center">

DVD

&nbsp &nbsp or &nbsp &nbsp Gift Cheque Of Rs.2500



</td>



</tr>



<tr>



<td>

7



</td>



<td>

8



</td>



<td>

100000



</td>



<td colspan="7" align="center">

Camera

&nbsp &nbsp or &nbsp &nbsp Gift Cheque Of Rs.1500



</td>



</tr>



<tr>



<td>

8



</td>



<td>

5



</td>



<td>

50000



</td>



<td colspan="7" align="center">

WallClock

&nbsp &nbsp or &nbsp &nbsp Gift Cheque Of Rs.1000



</td>



</tr>



<tr>



<td>

9



</td>



<td>

3



</td>



<td>

25000



</td>



<td colspan="7" align="center">

WaterCattle

&nbsp &nbsp or &nbsp &nbsp Gift Cheque Of Rs.500



</td>



</tr>



<tr>



<td colspan="11">

Those advisors who will acheive the TOP criteria of A.C. by 15th December
2008 then an amount of Rs.2100/- will be given in cash to him/her as Reward.



</td>



</tr>



</table>



</div>



<script type="text/javascri­pt" language="javascrip­t">



// Move an element directly on top of another element (and optionally



// make it the same size)



function Cover(bottom, top, ignoreSize) {



var location = Sys.UI.DomElement.g­etLocation(bottom);

top.style.position =

'absolute';

top.style.top = location.y +

'px';

top.style.left = location.x +

'px';



if (!ignoreSize) {

top.style.height = bottom.offsetHeight­ +

'px';

top.style.width = bottom.offsetWidth +

'px';

}

}



</script>



<AjaxControl:Animat­ionExtender ID="OpenAnimation" runat="server"
TargetControlID="ln­kMessage">



<Animations>



<OnClick >



<Sequence>

<%

-- Disable the button so it can't be clicked again --%>



<EnableAction Enabled="false" />

<%

-- Position the wire frame and show it --%>



<ScriptAction Script="Cover($get(­'lnkMessage'), $get('flyout'));" />



<StyleAction AnimationTarget="fl­yout" Attribute="display"­ Value="block"/>

<%

-- Move the wire frame from the button's bounds to the info panel's bounds
--%>



<Parallel AnimationTarget="fl­yout" Duration=".3" Fps="25">



<Move Horizontal="150" Vertical="-50" />



<Resize Width="260" Height="280" />



<Color PropertyKey="backgr­oundColor" StartValue="#AAAAAA­" EndValue="#FFFFFF"
/>



</Parallel>

<%

-- Move the panel on top of the wire frame, fade it in, and hide the frame
--%>



<ScriptAction Script="Cover($get(­'flyout'), $get('info'), true);" />



<StyleAction AnimationTarget="in­fo" Attribute="display"­ Value="block"/>



<FadeIn AnimationTarget="in­fo" Duration=".2"/>



<StyleAction AnimationTarget="fl­yout" Attribute="display"­ Value="none"/>



</Sequence>



</OnClick>



</Animations>



</AjaxControl:Anima­tionExtender>



<AjaxControl:Animat­ionExtender ID="CloseAnimation"­ runat="server"
TargetControlID="bt­nClose">



<Animations>



<OnClick>



<Sequence AnimationTarget="in­fo">

<%

-- Shrink the panel out of view --%>



<StyleAction Attribute="overflow­" Value="hidden"/>



<Parallel Duration=".3" Fps="15">



<Scale ScaleFactor="0.05" Center="true" ScaleFont="true" FontUnit="px" />



<FadeOut />



</Parallel>

<%

-- Reset the target --%>



<StyleAction Attribute="display"­ Value="none"/>



<StyleAction Attribute ="width" Value="250px"/>



<StyleAction Attribute="height" Value=""/>



<StyleAction Attribute="fontSize­" Value="12px"/>

<%

-- Enable the button --%>



<EnableAction AnimationTarget="ln­kMessage" Enabled="true" />



</Sequence>



</OnClick>



</Animations>



</AjaxControl :AnimationExtender>­



</div>



<asp:ContentPlaceHo­lder ID="ContentPlaceHol­der1" runat="server">



</asp:ContentPlaceH­older>



</td>



</tr>



</table>



</ContentTemplate>



</asp:UpdatePanel>



</div>



</form>
</

body>
</

html>


and my webconfig is

<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comm­ents usually located in
\Windows\Microsoft.­Net\Framework\v2.x\C­onfig
-->
<configuration>
<configSections>
<sectionGroup name="system.web.ex­tensions"
type="System.Web.Co­nfiguration.SystemWe­bExtensionsSectionGr­oup,
System.Web.Extensio­ns, Version=1.0.61025.0­, Culture=neutral,
PublicKeyToken=31bf­3856ad364e35">
<sectionGroup name="scripting"
type="System.Web.Co­nfiguration.Scriptin­gSectionGroup, System.Web.Extensio­ns,
Version=1.0.61025.0­, Culture=neutral, PublicKeyToken=31bf­3856ad364e35">
<section name="scriptResourc­eHandler"
type="System.Web.Co­nfiguration.Scriptin­gScriptResourceHandl­erSection,
System.Web.Extensio­ns, Version=1.0.61025.0­, Culture=neutral,
PublicKeyToken=31bf­3856ad364e35" requirePermission="­false"
allowDefinition="Ma­chineToApplication"/­>
<sectionGroup name="webServices"
type="System.Web.Co­nfiguration.Scriptin­gWebServicesSectionG­roup,
System.Web.Extensio­ns, Version=1.0.61025.0­, Culture=neutral,
PublicKeyToken=31bf­3856ad364e35">
<section name="jsonSerializa­tion"
type="System.Web.Co­nfiguration.Scriptin­gJsonSerializationSe­ction,
System.Web.Extensio­ns, Version=1.0.61025.0­, Culture=neutral,
PublicKeyToken=31bf­3856ad364e35" requirePermission="­false"
allowDefinition="Ev­erywhere"/>
<section name="profileServic­e"
type="System.Web.Co­nfiguration.Scriptin­gProfileServiceSecti­on,
System.Web.Extensio­ns, Version=1.0.61025.0­, Culture=neutral,
PublicKeyToken=31bf­3856ad364e35" requirePermission="­false"
allowDefinition="Ma­chineToApplication"/­>
<section name="authenticatio­nService"
type="System.Web.Co­nfiguration.Scriptin­gAuthenticationServi­ceSection,
System.Web.Extensio­ns, Version=1.0.61025.0­, Culture=neutral,
PublicKeyToken=31bf­3856ad364e35" requirePermission="­false"
allowDefinition="Ma­chineToApplication"/­>
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<appSettings>
<add key="ConnectionStri­ng" value="----" />
</appSettings>
<!--<connectionStri­ngs/>-->
<system.web>
<customErrors mode="Off">
</customErrors>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.W­eb.UI"
assembly="System.We­b.Extensions, Version=1.0.61025.0­, Culture=neutral,
PublicKeyToken=31bf­3856ad364e35"/>
<add tagPrefix="AjaxCont­rol" namespace="AjaxCont­rolToolkit"
assembly="AjaxContr­olToolkit"/>
</controls>
<namespaces>
<add namespace="System"/­>
<add namespace="System.D­ata"/>
<!--<add namespace="System.W­eb.UI.Page"/>-->
<add namespace="System.W­eb.UI.WebControls"/>­
</namespaces>
</pages>

<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<httpHandlers>
<add path="Reserved.Repo­rtViewerWebControl.a­xd" verb="*"
type="Microsoft.Rep­orting.WebForms.Http­Handler,
Microsoft.ReportVie­wer.WebForms, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f­5f7f11d50a3a" validate="false" />
</httpHandlers>
<compilation debug="true" defaultLanguage="c#­">
<assemblies>
<add assembly="System.We­b.Extensions, Version=1.0.61025.0­,
Culture=neutral, PublicKeyToken=31BF­3856AD364E35" />
<add assembly="System.De­sign, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B03F­5F7F11D50A3A" />
<add assembly="System.We­b.Extensions.Design,­ Version=1.0.61025.0­,
Culture=neutral, PublicKeyToken=31BF­3856AD364E35" />
<add assembly="System.Wi­ndows.Forms, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A­5C561934E089" />
<add assembly="System.Dr­awing.Design, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B03F­5F7F11D50A3A" />
</assemblies>
<buildProviders>
<add extension=".rdlc" type="Microsoft.Rep­orting.RdlBuildProvi­der,
Microsoft.ReportVie­wer.Common, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f­5f7f11d50a3a" />
</buildProviders>
</compilation>


</system.web>
</configuration>

Please help me its urgent

Add comment
Thursday, 27 November 2008
Enumerate files in date order Chris Miller 00:23:59
 Hi Folks,

The following snippet will let me enumerate files...

var fs = new ActiveXObject("Scri­pting.FileSystemObje­ct");
var f = new Enumerator(fs.GetFo­lder(d).files);

for ( ; !f.atEnd(); f.moveNext())
{
:
}

How do I assert the order I want the files? Alphabetical by Name, Date of
Creation, Date of Last Access, you get the idea...

Thanks,

Chris.


comment 1 answer | Add comment
Wednesday, 19 November 2008
Is WSH implemented in CPP or C? Pippo0729 19:15:43
 I'm a newbie, and I'm wondering if WSH is implemented in CPP?
Add comment
Friday, 7 November 2008
BritishNIC dead? Sparkle Plenty 16:12:52
 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?

--
comment 4 answer | Add comment
Tuesday, 21 October 2008
hostme.co.uk David Bradley 14:52:28
 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

comment 14 answers | Add comment
Monday, 13 October 2008
Need help on website design & configuration Manu 10:16:17
 Hi,
I am a newbie. I am developing a site for my own firm. Need your
suggestions on the design.

Here is my requirement. I have a website, which for the external
customers. Registered users have access to various services on the
site. We have an application for our internal operators who deal with
a sepcific location. So to segregate application with the existing
customer site, I have created a subdomain(domain alias). Both these
sites have access to the same Database, and reside in the same hosting
account. Except that, outsite it might look as if there were two
sites.

something like
www.mydomain.com
app.mydomain.com


Need your inputs on the following items.

1) By keeping same database for both external and internal customers
will pose any risk or impacts?

Note: Only dependency here is that, issues registered by external
customers should be visible to our internal customers.

2) Would it be good idea to host the application in a separate account
and use domain forwarding


I don't have much experience with the site design. Please do suggest
if there is any better way of solving the problem.

Thanks,
Manu
Add comment
Tuesday, 23 September 2008
break statement in vbscript wont launch debugger Guest 14:00:22
 I've got a script host (implementing IActiveScriptSite) which I'm
using to run VBScripts successfuly but I need to debug them. I know
you can put a 'break' statement in the script and that will launch a
debugger (like Visual Studio 2005) which seems to work on some systems
around here but not mine!

Running the command line "cscript //x scriptname.vbs" where the script
has a 'break' raises a dialog asking me to choose a debugger and I can
happily step through the script. However I get no such dialog when
running the same script from my script host instead I get a messagebox
displayed by the script host's implementation of
IActiveScriptSite::­OnScriptError().

Has anyone else come across this problem or have any info about it?
Is there another way to debug VBScripts via Visual Studio 2005 or
2008?


BTW all our development systems are the same ie XP Pro SP3 with VS2005.
Add comment
Saturday, 13 September 2008
JScript arrays Guest 02:28:51
 I have an automation server that hosts ActiveScripting. I've exposed
methods for clients to access script variables (set/get) and execute
script functions. Everything works fine for both VBScript & JScript
except for executing JScript functions that return arrays via the run
method. I receive a returned IDispatch variant and have yet to figure
out how to retrieve the returned array. All other data types are no
problem. There appears to be only one DispID (0) which is an OleString
but it is empty. I'm using MSScript ocx.
Thanks
Bill
Add comment
Saturday, 23 August 2008
Safe Internet Solutions - www.safe-net.eu ?ISO-8859-1?Q?=22Andr=E9_P=2E_Muga=22?= 20:51:47
 SAFE-NET - Safe Internet Solutions - http://www.safe-net­.eu/
-------------------­--------------------­--------------------­--------------------­-

Confiabilidade ? uma condi??o essencial para o sucesso. Acreditamos que podemos fornecer-lhe o melhor n?vel de qualidade de servi?o. Pretendemos ser o seu parceiro, apoiando o desenvolvimento do seu projecto desde a concep??o at? ? publica??o.

Connosco poder? contar com:

* Uma equipa de profissionais para profissionais;
* Hardware especializado seleccionado com crit?rios de engenharia;
* Tempos de disponibilidade elevados (99.9%);
* Software de gest?o com alto n?vel de funcionalidades;
* Dados salvaguardados com backups e sistemas Raid.

Temos o conhecimento e a vontade necess?rios para o ajudar a tornar o seu projecto num sucesso.

Obrigado pela sua prefer?ncia,
Andr? P. Muga

-------------------­--------------------­--------------------­--------------------­-
http://www.safe-net­.eu/alojamento-web/
Professional Hosting:
Alojamento Web
Sem limites de Websites
Desde 10GB. Veja mais...
Desde 6.95 euros/M?s


-------------------­--------------------­--------------------­--------------------­-
http://www.safe-net­.eu/web-hosting/
Enterprise Hosting
Revenda Web
Sem limites de tr?fego
Desde 50GB. Veja mais...
Desde 9.95 euros/M?s


Caracter?sticas incluidas em todos os planos
-------------------­--------------------­--------------------­--------------------­-
Sem limites de dom?nios - Todos os planos s?o pass?veis de revenda
Sem limites de contas POP3/POP3 Secure
Sem limites de contas IMAP/Secure IMAP
Sem limites de Forwarding Email
Sem limites de Email Autoresponder
Sem limites de al?as dom?nios
Sem limites de Subdom?nios
Sem limites de contas FTP
Sem limites de bases de dados MySQL
Sem limites de bases de dados PostgreSQL
Web Based Email
CGI-BIN
CGI Library
Server Side Includes
Administra??o Plesk
Acesso FTP
Shell Access (SSH)
Anonymous FTP
Webmail
Acesso aos Log Files Site Stats
P?ginas de erros customiz?veis
Web File Manager
Custom Cronjobs
Protect??o do Spam Assassin
+ 50 Script Incluidos
SSL Secure Server
Free Generated Certificate
Password Protected Directories
Open PGP/GPG Encryption

Hardware
-------------------­--------------------­--------------------­--------------------­-
Servidores com Multi Core
Software 64bits optimizado para alto desempenho
UPS Power Back-up/ Back-up Generator
Data Center especializado
Monitoriza??o 24/7
Discos Raid

Scripts Incluidos (+50)
-------------------­--------------------­--------------------­--------------------­-
Bulletin Board (Message Forum)
Form-mail Script
PHP Nuke
Guestbook
Web Blogs/Wordpress/b2e­volution
Mailing Lists
Image Galleries/Coppermin­e
Poll and Survey Software
Moodle
Mambo and Joomla
phpForm Generator
PHP 5
Perl 5
Python
Ruby/Ruby On Rails
Support For Custom PHP.INI Files
Javascript/DHTML
Flash/Shockwave
Help Center/Support Ticket
OS Commerce Shopping Cart
Wordpress
Outros mais...


http://www.safe-net­.eu/web-hosting/


comment 1 answer | Add comment
Wednesday, 20 August 2008
How to get a pointer to the Script's IDispatch when called from WSH? FaisalVali 07:09:09
 Hi All,
I was looking at this article on IDispatchEx :
http://msdn2.micros­oft.com/EN-US/librar­y/sky96ah7.aspx
and while it is quite useful - my one question is this:
My COM object needs to get a IDispatchEx* to the global script object
such as seems to be passed into 'test(IDispatchEx *pdexScript)'.
My script is being hosted by WSH, and not IE. Is there anyway to get
access to this without actually having to pass it in?

I am hoping that there is some way within my method that i can do
this:

STDMETHODIMP MyComObj::makeJSObj­ect(IDispatch** retval)
{
IDispatchEx* pdexScript = GetCurrentActiveScr­iptDispatch();
...

}

Please let me know if you have any ideas on how to get a hold of the
global script IDispatch* without having to explicitly pass it in from
the script or if you could point me to the right newsgroup, if this is
not it :)­

Thanks in advance!

Faisal Vali, MD, MSc
Radiation Oncology
Loyola
Add comment
Sunday, 17 August 2008
C# vs IActiveScriptSiteWi­ndow Xavier 01:23:02
 Hello!

I try to use ActiveScript in C# code.

Help me please with such problem. I implement IActiveScriptSiteWi­ndow
interface, but the support of using the MsgBox in script doesn't work.
The error raise while executing the script on line with MsgBox code.
What am I doing wrong?

Here is the example of the interface IActiveScriptSiteWi­ndow:

[InterfaceType(ComInterfaceType.InterfaceIsIUnknown),
Guid(@"D10F6761-83E9-11CF-8F20-00805F2CD064")]
public interface IActiveScriptSiteWi­ndow
{
void GetWindow(out IntPtr phwnd);
void EnableModeless(bool­ fEnable);
}

I my class I inherit this interface too. All works excapt this
functionality.

Thanx in advance.
comment 2 answer | Add comment
Monday, 11 August 2008
job site script like Naukri, Monster, Times Jobs etc., I-Netsolution 14:06:52
 http://www.i-netsolu­tion.com/ Buying i Net job search engine script
eliminates your worry about searching for an employer. It has a potential to
fix results from 300 major jobsites in 18 countries & thereby indexing
nearly 80,000 jobs per day. Get rid of worrying about your competitors,
since fixing 80,000 new pages every day from major employment sites
http://www.i-netsol­ution.com/

url:http://www.urea­der.com/gp/1671-1.as­px
Add comment
Saturday, 9 August 2008
Physiker Physikerin Staatsanwaeltin Staatsanwalt stellenangebote geschaeftsfuehrer stellenangebot wi Guest 06:06:01
 Physiker Physikerin Staatsanwaeltin Staatsanwalt stellenangebote geschaeftsfuehrer stellenangebot wirtschaft stellenangebot stuttgart


+
+
+
ARBEITSANGEBOTE IN DEUTSCHLAND
http://WWW.ARBEITSA­NGEBOT-DEUTSCHLAND.D­E
http://WWW.ARBEITSA­NGEBOT-DEUTSCHLAND.D­E
+
+
+
STELLENANGEBOTE IN DEUTSCHLAND
http://WWW.STELLENA­NGEBOT-DEUTSCHLAND.D­E
http://WWW.STELLENA­NGEBOT-DEUTSCHLAND.D­E
+
+
+
ARBEITSANGEBOTE IM AUSLAND
http://WWW.ARBEITSA­NGEBOTE-AUSLAND.DE
http://WWW.ARBEITSA­NGEBOTE-AUSLAND.DE
+
+
+
aUSLANDSJOBS ONLINE FINDEN
http://WWW.AUSLANDS­JOBS-24.DE
http://WWW.AUSLANDS­JOBS-24.DE
+
+
+
ARBEITSANGEBOTE IM AUSLAND
http://WWW.STELLENA­NGEBOT-AUSLAND.DE
http://WWW.STELLENA­NGEBOT-AUSLAND.DE
+
+
+



http://baby-spielze­ug.mirror-server.net­ - Baby Spielzeug
http://ibm-news.for­-um.de/showthread.ph­p?t=14940
http://ibm-news.for­-um.de/showthread.ph­p?t=14926












stellenangebote krankenhaus
stellenangebote schweiz
stellenangebot bau
Kaufmann Groъ- und Auъenhandel
stellenangebote hamburg
stellenangebote duesseldorf
arbeiten deutschland
stellenangebot mannheim
stellenangebot technik
Informatikkauffrau Informatikkaufmann
stellenangebote duesseldorf
startseite deutschland
stellenangebote ausland
stellenangebote muenchen
Zimmerer Zimmermann
stellenangebote stellenmarkt
Lehrer Lehrerin
stellenangebot schweiz
jobangebote australien
stellenangebot krankenhaus
jobangebote duesseldorf
arbeiten in deutschland
stellenanzeigen deutschland
meine stadt jobangebote
praktikum deutschland
Fotograf Fotografin
Fotolaborant Fotolaborantin
stellenangebot elektro
stellenangebot dresden
Patentanwaeltin Patentanwalt
arbeitsplaetze deutschland
stellenangebote ostdeutschland
Arzt Aerztin
Maurer Maurerin
meine stadt jobangebote
stellenangebot frankfurt
Add comment
Tuesday, 29 July 2008
Exposing DOM objects to script engine from Active Script Host Michel Degroux 13:26:27
 I try to expose DOM objects to the VBScript engine from an IActiveScriptSite
derived class.
I provide the root object through the AddNamedItem method.
This object has a property (propget) of type LPDISPATCH wich return an
IDispatch interface pointer to a child object.
I can not use this child object in my VBScript, I get an 'Object required'
error.
Who can help ?

comment 2 answer | Add comment
Monday, 14 July 2008
Using MSHTML to dismiss a modal dialog Guest 14:49:31
 I am writing a test application that launches a browser, navigates to a
site and starts filling out forms to test user input and load. I have a
problems when I submit a form as an alert is fired asking for client
verification of submission. I can dismiss this dialog with a SendKeys
command but it has to be the top level window. I would like to be able
to access this dialog directly but can't find a way to do it. My
testing code does not directly fire the dialog so I can't hook it
there. I don't see a dialog collection or any such function in the
InternetExplorer object that I get through ShellWindows either. Is
there a way to find a modal dialog through MSHTML?

TIA

comment 1 answer | Add comment
Saturday, 21 June 2008
Compress Folder to a single file? Ahmad 01:21:23
 Dear sir,
I've some backed up files from variuous locations stored in a folder c:\data
and i want to back fiels in that folder to a single file c:\data.zip

i used :
-============
strComputer = "."
Set objWMIService = GetObject("winmgmts­:\\" & strComputer & "\root\cimv2")
Set colFolders = objWMIService.ExecQ­uery _
("Select * From Win32_Directory Where Name = 'C:\DBsBackup'")
For Each objFolder in colFolders
errResults = objFolder.Compress
Next
-============
i just need any kind of scripts to make it in scheduled task
but didn't work, any help ?

thanks
A. Sabry



comment 13 answers | Add comment

Add new topic:

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


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

see also:
[Beginners Corner] - JBoss spec.
[The Lizzard's corner] - Re: JBoss…
[Beginners Corner] - Which Port number…
pass tests:
see also:
Just one tool to meet all your need of…
How to convert video to avi from Flip…
How to convert flip video to H.263 3GP…

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .