How to Open a Ran WebServer ASP version Tutorial (using IIS)

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 52
  1. #31
    Wazup fucckerrsss the_eliter is offline
    MemberRank
    Jan 2008 Join Date
    blackest holeLocation
    936Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    can you guys provided ranshp.bak for ranweb13 :D
    thank you in advance

  2. #32
    FFVIII SeiferXIII is offline
    ModeratorRank
    Sep 2007 Join Date
    SomewhereLocation
    1,961Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    Quote Originally Posted by qiangqiang101 View Post
    sorry, my bad
    IIS > Properties > Home Directory > Configuration... > Options > Enable Parent Path

    thnx, its now working smooth

    but how can i use this for ep4 ^^

    wahahahahahha its just for ep3 right?? how can i ??

  3. #33
    Account Upgraded | Title Enabled! marlo15 is offline
    MemberRank
    Jan 2008 Join Date
    Cebu CityLocation
    313Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    how to do this??
    Attached Thumbnails Attached Thumbnails pc.jpg  

  4. #34
    Wazup fucckerrsss the_eliter is offline
    MemberRank
    Jan 2008 Join Date
    blackest holeLocation
    936Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    @seifer

    whats the problem with this?
    Attached Thumbnails Attached Thumbnails whatisthis.jpg  

  5. #35
    StoP Callin me MentaL I'm Not MentaL is offline
    MemberRank
    Dec 2008 Join Date
    Guang Dong, PRCLocation
    4,279Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    Quote Originally Posted by Seifer13 View Post
    thnx, its now working smooth

    but how can i use this for ep4 ^^

    wahahahahahha its just for ep3 right?? how can i ??
    hmm
    ep4 using sql2k to open

    r u using sql2k or 2k5?

  6. #36
    FFVIII SeiferXIII is offline
    ModeratorRank
    Sep 2007 Join Date
    SomewhereLocation
    1,961Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    @eliter
    create that table.. YZ and ID .. datatype int

    @qiang
    im using sql2k5

  7. #37
    StoP Callin me MentaL I'm Not MentaL is offline
    MemberRank
    Dec 2008 Join Date
    Guang Dong, PRCLocation
    4,279Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    Quote Originally Posted by Seifer13 View Post
    @eliter
    create that table.. YZ and ID .. datatype int

    @qiang
    im using sql2k5
    i use sql2k chs ^___^

  8. #38
    Account Upgraded | Title Enabled! marlo15 is offline
    MemberRank
    Jan 2008 Join Date
    Cebu CityLocation
    313Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    About this error sir how to fix it???

    Code:
    CREATE PROCEDURE [dbo].[web_GMShop_ups]
        @id int,
        @productNum int,
        @itemmain int,
        @itemsub int,
        @itemName Varchar(100),
        @JF int,
        @Money int,
        @QX char(3),
        @Num int,
        @LX varchar(50)
    WITH ENCRYPTION AS
    SET NOCOUNT ON
    if exists(select productnum from shopitemmap where productnum <> @id and productnum=@productnum)
    begin
        select '3'
        return
    end
    
    update shopitemmap set
    LX=@LX,Num=@Num,ProductNum=@ProductNum,itemmain=@itemMain,itemsub=@itemsub,itemname=@itemname,jf=@jf,[money]=money,
    qx=@qx where ProductNum=@id
    select @@rowcount
    but have error!!
    Msg 8102, Level 16, State 1, Procedure web_GMShop_ups, Line 20
    Cannot update identity column 'ProductNum'.


    look the SS!!
    Attached Thumbnails Attached Thumbnails 2.jpg  

  9. #39
    StoP Callin me MentaL I'm Not MentaL is offline
    MemberRank
    Dec 2008 Join Date
    Guang Dong, PRCLocation
    4,279Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    @@ i dunno....

  10. #40
    Proficient Member rageman is offline
    MemberRank
    Mar 2008 Join Date
    187Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    Quote: Originally Posted by BaHUka View Post
    i have this error when im enter my site

    Directory Listing Denied
    This Virtual Directory does not allow contents to be listed.

    and this

    006~ASP 0177~Server.CreateObject Failed~Invalid class string
    error 1
    Has only matched the hypothesized table of contents, has not established the default documents to create

    error 2
    Cause
    This error is caused when the ASP script requests the name of the HAI object and then the registry is searched for the name. When it finds the name, it obtains the corresponding GUID and accesses the file.
    "Invalid Class String" means that the HAI object "name" could not be found. The two most common reasons for this are:
    1. The name isn't there which means it wasn

  11. #41
    Alpha Member starstrokers is offline
    MemberRank
    Jun 2009 Join Date
    PC FRONTLocation
    1,815Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    @qiangqiang

    the file "web.dat." is missing

    can u give me that file??PLEASET_T

  12. #42
    StoP Callin me MentaL I'm Not MentaL is offline
    MemberRank
    Dec 2008 Join Date
    Guang Dong, PRCLocation
    4,279Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    Quote Originally Posted by starstrokers View Post
    @qiangqiang

    the file "web.dat." is missing

    can u give me that file??PLEASET_T
    extract again then u will see

  13. #43
    Alpha Member starstrokers is offline
    MemberRank
    Jun 2009 Join Date
    PC FRONTLocation
    1,815Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    sir qiangqiang the guide you did...
    wont work for me...

  14. #44
    Apprentice DeViLbAT is offline
    MemberRank
    Aug 2009 Join Date
    Pattaya , ThailandLocation
    12Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    how to translate the webpage?

  15. #45
    Member ragingdragon is offline
    MemberRank
    Feb 2008 Join Date
    62Posts

    Re: How to Open a Ran WebServer ASP version Tutorial (using IIS)

    Quote Originally Posted by Seifer13 View Post
    as i said,, ^^ ill release it..

    here it is..
    http://5.77ran.com/ranweb.zip

    credits: skyline9394

    @TS
    im currently testing your ASP cp that you shared...
    but, i always get this error o.O

    Active Server Pages error 'ASP 0131'

    Disallowed Parent Path

    /beta/admin/allowip.asp, line 1

    The Include file '../inc/inc.asp' cannot contain '..' to indicate the parent directory.


    how can i fix that?

    CAN YOU UPLOAD IT AGAIN CAUSE THE LINKS DEAD AND IN QIANGQIANG REALEASE I HAVE AN ERROR TO LOGIN ADMIN CP it says Invaild Call



Page 3 of 4 FirstFirst 1234 LastLast

Advertisement