Current Directory:
\\10.5.0.10\iis\Sites\goprint2.com\www\
Contents:
Directories:
App_Code
App_Data
App_GlobalResources
App_LocalResources
App_WebReferences
articles
aspnet_client
Bin
common
designer
dillners
images
img
includes
kwikkopy
order_centre
printthree
RadControls
update
WebServices
Files:
about_us.aspx | Download
about_us.aspx.vb | Download
contact_us.aspx | Download
contact_us.aspx.vb | Download
create_user.aspx | Download
create_user.aspx.vb | Download
Default.aspx | Download
Default.aspx.vb | Download
discount.aspx | Download
discount.aspx.vb | Download
domain_activation.aspx | Download
domain_activation.aspx.vb | Download
downloadPD.aspx | Download
downloadPD.aspx.vb | Download
download_error.aspx | Download
download_error.aspx.vb | Download
email_policy.aspx | Download
email_policy.aspx.vb | Download
error_page.aspx | Download
error_page.aspx.vb | Download
faq.aspx | Download
faq.aspx.vb | Download
favicon.ico | Download
FileNotFound.htm | Download
generate_print_driver_step1.aspx | Download
generate_print_driver_step1.aspx.vb | Download
generate_print_driver_step2.aspx | Download
generate_print_driver_step2.aspx.vb | Download
generate_print_driver_step3.aspx | Download
generate_print_driver_step3.aspx.vb | Download
Global.asax | Download
header.fla | Download
header.swf | Download
home.aspx | Download
home.aspx.vb | Download
jsincluding.js | Download
login.aspx | Download
login.aspx.vb | Download
marcelito.txt | Download
packages.aspx | Download
packages.aspx.vb | Download
password_recovery.aspx | Download
password_recovery.aspx.vb | Download
PrintIt.master | Download
PrintIt.master.vb | Download
PrintIt.sitemap | Download
PrintItEs.sitemap | Download
PrintItFr.sitemap | Download
PrintIt_CreateUser.master | Download
PrintIt_CreateUser.master.vb | Download
PrintIt_OutSide.master | Download
PrintIt_OutSide.master.vb | Download
privacy_policy.aspx | Download
privacy_policy.aspx.vb | Download
proba.aspx | Download
proba.aspx.vb | Download
robots.txt | Download
sample.txt | Download
show_sess_par.aspx | Download
show_sess_par.aspx.vb | Download
site_map.aspx | Download
site_map.aspx.vb | Download
site_map.xml | Download
sRacadUploader.jar | Download
sRacadUploader_last.jar | Download
terms_and_conditions.aspx | Download
terms_and_conditions.aspx.vb | Download
terms_of_service.aspx | Download
terms_of_service.aspx.vb | Download
test.txt | Download
testimonials.aspx | Download
testimonials.aspx.vb | Download
TextDraw.html | Download
udraw-designer-widescreen-ui.zip | Download
web.config | Download
websites-for-printers.aspx | Download
websites-for-printers.aspx.vb | Download
File Preview:
Partial Class articles_ftp_for_printers
Inherits System.Web.UI.Page
Public _selectedLanguage As String = ""
Protected Overrides Sub InitializeCulture()
If Request.QueryString("lang") IsNot Nothing Then
_selectedLanguage = Request.QueryString("lang").ToString
Else
If Session("lang") IsNot Nothing Then
_selectedLanguage = Session("lang").ToString
Else
If Request.Cookies("lang") IsNot Nothing Then
_selectedLanguage = Request.Cookies("lang").Value.ToString
End If
End If
End If
Session("lang") = _selectedLanguage
If String.IsNullOrEmpty(_selectedLanguage) = False Then
Me.UICulture = _selectedLanguage
Me.Culture = Global.Resources.Resource.ResourceManager.GetString(_selectedLanguage)
System.Threading.Thread.CurrentThread.CurrentUICulture = New System.Globalization.CultureInfo(_selectedLanguage)
System.Threading.Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.CreateSpecificCulture(Global.Resources.Resource.ResourceManager.GetString(_selectedLanguage))
End If
MyBase.InitializeCulture()
End Sub
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim metaDescriptionControl As Web.UI.HtmlControls.HtmlMeta = Me.Master.FindControl("MetaDescription")
If Not (DBNull.Value.Equals(metaDescriptionControl)) Then
metaDescriptionControl.Content = "GoPrint2.com has developed a revolutionary document delivery system that provides the same interface and document conversions as more expensive file submission and sending tools with much greater ease of use and installation. These tools are meant to act as a FTP for printers and print shops. The web to print tools are uniquely geared to the print and graphic arts industries."
End If
Dim metaKeyControl As Web.UI.HtmlControls.HtmlMeta = Me.Master.FindControl("MetaKey")
If Not (DBNull.Value.Equals(metaDescriptionControl)) Then
metaKeyControl.Content = "FTP for Printers, document delivery interface, web to print document delivery, print provider solutions, ftp replacement alternatives for printers, file transfer solutions for print industry, file delivery systems, ftp solution for printers, pdf features, file sending solutions for printers and graphic artists"
End If
Dim _editUserControl As Control = LoadControl("~/articles/articles_list.ascx")
EditUserDiv.Controls.Add(_editUserControl)
End Sub
End Class