Home Faq Contact Us Submit About Us
 
Buy softwares online
 
Search
Now Available - PayPal as Customer Payment Option
 
Select OS
Palm
Pocket PC
Symbian OS
Smartphone
Linux
 
Palm
Sound, Music & MP3
Graphics & Multimedia
Business & Productivity
Games
Internet & Communications

Education & Science

Utilities & Tools
Miscellaneous
Development
Drivers
 
Pocket Pc
Sound Music MP3
Graphics & Multimedia
Business & Productivity

Games

Internet & Communications

Education & Science

Utilities & Tools
Miscellaneous
Development
Drivers
 
Symbian OS

Graphics & Multimedia

Internet & Communications
Business & Productivity
Games
Education & Science
Development
Utilities & Tools
Miscellaneous
 
Smartphone
AT&T
Verizon
Orange
CSL
 
Linux

Sound Music MP3

Graphics & Multimedia

Business & Productivity

Games
Internet & Communications

Education & Science

Utilities & Tools

Miscellaneous
Development
Drivers
 
   
Palm Top
1. BugMe for Palm OS
2. MEGA PACK for Palm OS
3. Encrypt It for Palm OS
4. Time Maximizer for Palm OS
5. Absolute TetriBox for Palm OS
6. Absolute Volley Balley for Palm OS
7. Absolute MahJong for Palm OS
8. Absolute Bubble Shooter 2 for Palm OS
9. Absolute Solitaire Studio for Palm OS
10. Full Hand Casino for Palm
 
PocketPc Top
1. Cresotech Convert-It
2. Cresotech Convert-It (German Edition)
3. Cresotech PocketLANce
4. Cresotech PocketSafe
5. Cresotech TaschenTresor
6. Cash Organizer 2003 Deluxe for PPC
7. Absolute TetriBox for PPC
8. Absolute Volley Balley for PPC
9. Bounty Hunter 2099 Pinball for PPC
10. Absolute Checkers Challenge for PPC
 
Symbian OS Top
1. ExcelEverywhere for Java Phones
2. Database Viewer for Sony Ericsson
 
Smartphone Top
1. Database Viewer for Smart Phone 2002
 
Lunix Top
 
Search more Audio & Video software free from MP3ToWAV.ORG
 
SharewareTown.com - Free Download Software
 
 
 
Software Submit
Submit Shareware Freeware Software to PdaApp Download Library
 
<% function IsValidEmail(email) dim names,name,i,c IsValidEmail=true names=Split(email,"@") if UBound(names)<>1 then IsValidEmail=false exit function end if for each name in names if Len(name)<=0 then IsValidEmail=false exit function end if for i=1 to Len(name) c=Lcase(Mid(name,i,1)) if InStr("abcdefghijklmnopqrstuvwxyz_-.",c)<=0 and not IsNumeric(c)then IsValidEmail=false exit function end if next if Left(name,1)="."or Right(name,1)="."then IsValidEmail=false exit function end if next if InStr(names(1),".")<=0 then IsValidEmail=false exit function end if i=Len(names(1))-InStrRev(names(1),".") if i<>2 and i<>3 then IsValidEmail=false exit function end if if InStr(email,"..")>0 then IsValidEmail=false end if end function %> <% Set arrTo=Session("arrTo") Mail.Host="mail.pdaapp.com" If Request("Submit")<>""Then If Request("ProgramName")<>""and Request("PadFile")<>""and Request("Email")<>""and Request("Catalog")<>""and Request("Requirements")<>""and Request("CompatibleDevices")<>""and Request("ColorDisplay")<>""and Request("Ram")<>""and(Request("ShareIt")<>""or Request("Regnow")<>""or Request("Esellerate")<>"")then if IsValidEmail(Request("Email"))=true then Items=arrTo.Items For i=0 to arrTo.Count-1 Mail.AddAddress Items(i) Next Mail.From=request("Email") Mail.FromName=request("Email") Mail.Subject=Request("PadFile") Mail.Body="ProgramName:"+Request("ProgramName")+chr(13)+chr(10)+chr(13)+chr(10)+"PadFile:"+Request("PadFile")+chr(13)+chr(10)+chr(13)+chr(10)+"E-mail:"+Request("Email")+chr(13)+chr(10)+chr(13)+chr(10)+"Catalog:"+Request("Catalog")+chr(13)+chr(10)+chr(13)+chr(10)+"Requirements:"+Request("Requirements")+chr(13)+chr(10)+chr(13)+chr(10)+"CompatibleDevices:"+Request("CompatibleDevices")+chr(13)+chr(10)+chr(13)+chr(10)+"ColorDisplay:"+Request("ColorDisplay")+chr(13)+chr(10)+chr(13)+chr(10)+"Ram:"+Request("Ram")+chr(13)+chr(10)+chr(13)+chr(10)+"ShareIt:"+Request("ShareIt")+chr(13)+chr(10)+chr(13)+chr(10)+"Regnow:"+Request("Regnow")+chr(13)+chr(10)+chr(13)+chr(10)+"Esellerate:"+Request("Esellerate")+chr(13)+chr(10)+chr(13)+chr(10)+"CustomVersion:"+Request("CustomVersion")+chr(13)+chr(10)+chr(13)+chr(10)+"Remark:"+Request("Remark") ErrStr="" If Request("Signature")<>""Then Set CM=Server.CreateObject("Persits.CryptoManager") Set Context=CM.OpenContext("",True) Set Msg=Context.CreateMessage CM.LogonUser"","Administrator","xxxxxxxx" Set Store=CM.OpenStore("MY",True) Set SignerCert=Store.Certificates("67D1 4E91 A7EF DDA8 490E BC7D 5621 CA1C") Msg.SetSignerCert SignerCert On Error Resume Next Mail.SendSigned Msg If Err<>0 Then ErrStr=Err.Description Else arrTo.RemoveAll ErrStr="success" End If On Error Goto 0 Else On Error Resume Next Mail.AddAddress"submit@pdaapp.com","Submit Online" if not Mail.Send Then ErrStr=Err.Description Else arrTo.RemoveAll ErrStr="success" End If On Error Goto 0 End If else response.write("We found the following error marked as red in the data you just submitted.") if IsValidEmail(Request("Email"))=false then response.write("
") %>
Please enter your correct email. <% end if response.write("
") response.write("Please revise your entry below and resubmit. Thank you. ") end if Else response.write("We found the following error marked as red in the data you just submitted.") if Request("ProgramName")=""then response.write("
") %> Please enter your Program Name. <% end if if Request("PadFile")=""then response.write("
") %> Please enter your Pad File . <% end if if Request("Email")=""then response.write("
") %> Please enter your Email . <% end if if Request("Catalog")=""then response.write("
") %> Please select at least one Catalog. <% end if if Request("Requirements")=""then response.write("
") %> Please enter the Requirements of your program. <% end if if Request("CompatibleDevices")=""then response.write("
") %> Please enter the Compatible Devices of your program. <% end if if Request("ColorDisplay")=""then response.write("
") %> Please enter the Color Display of your program. <% end if if Request("Ram")=""then response.write("
") %> Please enter How much ram deos your program use. <% end if if Request("ShareIt")=""and Request("Regnow")=""and Request("Esellerate")=""then response.write("
") %> Please enter at least one of Regnow, ShareIt , Esellerate Program ID. <% end if response.write("
") response.write("Please revise your entry below and resubmit. Thank you. ") End if Else %> Please fill these information of your program to submit to PdaApp. <% End If Session("Count")=Session("Count")+1 If Request("Address")<>""Then arrTo.Add Session("Count"),CStr(Request("Address")) %>
<%If ErrStr<>""and ErrStr<>"success"Then%> Your program hasn't been submitted due to the following error: <%=ErrStr%> <%Else%> <%If ErrStr="success"Then%> Your program has been submitted to PdaApp, Thank you for your submission, please allow up to 48 hours for your software to appear on our site. Promote your software through our website automatically! Let's be your best reseller.And please confirm the request from us registering as affiliate for your products on Regnow, ShareIt, Esellerate.

Want to Submit Another Program
<%End If%> <%End If%> <%If ErrStr<>"success"Then%>

<%if request("ProgramName")=""and request("Submit")<>""then response.write("Program Name (required)")else response.write("Program Name (required)")%>

<%if request("PadFile")=""and request("Submit")<>""then response.write("Pad File (required)")else response.write("Pad File (required)")%>

<%if isvalidemail(request("Email"))=false and request("Submit")<>""then response.write("E-mail (required) ")else response.write("E-mail (required)")%>

<%if request("Catalog")=""and request("Submit")<>""then response.write("Catalog (required) ")else response.write("Catalog (required)")%>

Please don't select more than 4 catalogs.
<%if request("Requirements")=""and request("Submit")<>""then response.write("Requirements (required)")else response.write("Requirements (required)")%>

<%if request("CompatibleDevices")=""and request("Submit")<>""then response.write("Compatible Devices (required)")else response.write("Compatible Devices (required)")%>

<%if request("ColorDisplay")=""and request("Submit")<>""then response.write("Color Display (required)")else response.write("Color Display (required)")%>

<%if request("Ram")=""and request("Submit")<>""then response.write("How much Ram use (required)")else response.write("How much Ram use (required)")%>

 
Promote your software through our website automatically! Let's be your best reseller.
And please confirm the request from us registering as affiliate for your products on Regnow, ShareIt, Esellerate.
 
<%if request("ShareIt")=""and request("Submit")<>""then response.write("ShareIt Program ID (required)")else response.write("ShareIt Program ID")%>

<%if request("Regnow")=""and request("Submit")<>""then response.write("Regnow Program ID (required)")else response.write("Regnow Program ID")%>

<%if request("Esellerate")=""and request("Submit")<>""then response.write("Esellerate Program ID (required)")else response.write("Esellerate Program ID")%>

<%if request("CustomVersion")=""and request("Submit")<>""then response.write("Custom Version Download Link")else response.write("Custom Version Download Link")%>

<%if request("Remark")=""and request("Submit")<>""then response.write("Remark")else response.write("Remark")%>
 
<%end if%>
 
 
Audio&Video Software Download::Terms Of Use::Privacy Policy::Refund Policy::
Copyright ©2002-2011 PdaApp Pty Ltd, All Rights Reserved.