Status
Not open for further replies.

Royal King

Active Member
3,899
2009
3
0
If you want to make your own NFO for your uploads go here:
Code:
http://photo2text.com/


You input your desired image and it creates a text image for you, then you name it and click submit after that you can download it. After you download it, it will be a notepad file, simply make file extensions visible and change "txt" to "nfo", without "

Regards,
Royal King :))
 
30 comments
Pro C# is pro



Code:
             [B]Server Error in '/' Application.[/B]

              [B] [I]Access to the path ' banane  man.p2t' is denied.[/I] [/B]

              [FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]              [B] Description: [/B]An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

             [B] Exception Details: [/B]System.UnauthorizedAccessException: Access to the path ' banane  man.p2t' is denied. 

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. 

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

             [B]Source Error:[/B] 

                                                                       Line 16:                     if (DateTime.Compare(System.DateTime.Now.Date, file.CreationTime.Date) != 0)
Line 17:                     {
[COLOR=red]Line 18:                         file.Delete();
[/COLOR]Line 19:                     }
Line 20:                 }                                                               
             [B] Source File: [/B] c:\inetpub\vhosts\photo2text.com\httpdocs\default.aspx[B]    Line: [/B] 18             

             [B]Stack Trace:[/B] 

                                                                       [UnauthorizedAccessException: Access to the path ' banane  man.p2t' is denied.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014275
   System.IO.FileInfo.Delete() +152
   ASP.default_aspx.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\photo2text.com\httpdocs\default.aspx:18
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
                                                              
             [/FONT]  [FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]            [B]Version Information:[/B] Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42              [/FONT]
 
Anyone else got another link this one broke my internets

Code:
Server Error in '/' Application.

Access to the path 'C:\Inetpub\vhosts\photo2text.com\httpdocs\Uploads\5954ac3a-74ba-4767-8761-a624a5ff9006.p2t' is denied.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\photo2text.com\httpdocs\Uploads\5954ac3a-74ba-4767-8761-a624a5ff9006.p2t' is denied. 

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. 

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error: 


Line 45:                 {
Line 46:                     string imagefilePath = System.IO.Path.Combine(Server.MapPath("Uploads"), imagefilename + ".p2t");
Line 47:                     FileUpload1.SaveAs(imagefilePath);
Line 48:                     Session["image"] = imagefilePath;
Line 49:                     Response.Redirect("getCode.aspx?data=" + imagefilename);

Source File: c:\inetpub\vhosts\photo2text.com\httpdocs\default.aspx    Line: 47 

Stack Trace: 


[UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\photo2text.com\httpdocs\Uploads\5954ac3a-74ba-4767-8761-a624a5ff9006.p2t' is denied.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014275
   System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +998
   System.IO.FileStream..ctor(String path, FileMode mode) +65
   System.Web.HttpPostedFile.SaveAs(String filename) +87
   System.Web.UI.WebControls.FileUpload.SaveAs(String filename) +22
   ASP.default_aspx.ImageButton1_Click(Object sender, ImageClickEventArgs e) in c:\inetpub\vhosts\photo2text.com\httpdocs\default.aspx:47
   System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +105
   System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115
   System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
 
Anyone else got another link this one broke my internets

Code:
Server Error in '/' Application.

Access to the path 'C:\Inetpub\vhosts\photo2text.com\httpdocs\Uploads\5954ac3a-74ba-4767-8761-a624a5ff9006.p2t' is denied.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\photo2text.com\httpdocs\Uploads\5954ac3a-74ba-4767-8761-a624a5ff9006.p2t' is denied. 

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. 

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error: 


Line 45:                 {
Line 46:                     string imagefilePath = System.IO.Path.Combine(Server.MapPath("Uploads"), imagefilename + ".p2t");
Line 47:                     FileUpload1.SaveAs(imagefilePath);
Line 48:                     Session["image"] = imagefilePath;
Line 49:                     Response.Redirect("getCode.aspx?data=" + imagefilename);

Source File: c:\inetpub\vhosts\photo2text.com\httpdocs\default.aspx    Line: 47 

Stack Trace: 


[UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\photo2text.com\httpdocs\Uploads\5954ac3a-74ba-4767-8761-a624a5ff9006.p2t' is denied.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014275
   System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +998
   System.IO.FileStream..ctor(String path, FileMode mode) +65
   System.Web.HttpPostedFile.SaveAs(String filename) +87
   System.Web.UI.WebControls.FileUpload.SaveAs(String filename) +22
   ASP.default_aspx.ImageButton1_Click(Object sender, ImageClickEventArgs e) in c:\inetpub\vhosts\photo2text.com\httpdocs\default.aspx:47
   System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +105
   System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115
   System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

i get same thing haha
 
Status
Not open for further replies.
Back
Top