Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all 12506 articles
Browse latest View live

New project - Move Directories and Create New destination

$
0
0
Ok this is going to be my second Autoit script project. The first one I did was Remove Files from Directories which Melba23 was instrumental in my successful completion of it.

Programming is not something I do on a regular basis. I have done it in the past so the concepts are familiar to me but fleshing out a new project like this is not. I have some time on my hands now as I am unemployed and looking for a new job. Things are scarce in my town but am sure I will find something shortly.

I saw in her sig a UDF she created ChooseFileFolder and it gave me an idea for another script.

As you could tell from my previous script it was based on video files. Well now I want to organize them in my media drive and directories. Commercial video library apps just don't appeal to me and sure windows file explorer can do this as well but this seems more fun to create and would be more useful in the long run as it will allow me to apply it to other directories on my system.

So what I thought I could do was create a script that would read all the directories in my holding directory allow me to select some click a button to create a directory in my main storage directory then move those files to the created directory. Now if the directory does exist in my storage directory I just need to select it as the destination directory and do a directory move.

Now this is going to be a very advanced script for me as it will have to be a GUI script which is all brand new to me.

So my thought was to use ChooseFileFolder UDF 2x's in this script. One for the source and one for the destination. With the destination one I can have a button that will allow me to create the destination directory if needed or then just select it and hit the move button to move the directory. Now the sources will all be directories with files in them.

Now as an added feature that I would like to add if possible launching my media player to view the video file briefly and if I want to keep it then move it if not then delete the directory.

So the above is the basic structure of the script. Now if I am reinventing the wheel here with this so be it. Granted explorer can do this pretty easily but this will be laid out easier for me and button pushing makes things easier.

So I guess what this post is about is to get an idea of how to get started, What I need to look at, and what I need to learn. I hope with this project I have not bitten off more then I can chew. I have not fleshed out any code yet. I did run Melba23's example scripts and saw from them that this could be possible with using it. Again I may have bit off more then I can chew and may have to start off with something simpler then move on to this.

Right section for script request?

$
0
0
Hiya, I'm looking for a simple autoit script. If this isn't the correct location, please point out the right (sub)forum for this.

Anywho, the script I want is:

When I press ~ , w and then capslock is held down until: w,s,a,d or ~ is pressed.

Thanks!

Get ControlHandle or WindowTitle. How to?

$
0
0
So, I'm very new to AutoIt and programming overall. I've encountered a problem when I was trying to make a script for automation of several windows at the same time, some windows in which the title is always changing and never the same.

It requires me to ControlSend/ControlClick several windows at the same time. I can easily get the PID with ProcessExists, but can I use the PID somehow to find out what the ControlHWND is or what the Window Title is? The windowtitle is constantly changing. And as I've understood the controlHWND is different every time I start the application anew? I've been around google quite a bit and I've just been going in circles trying to find a solution. Tried WinList(), tried _ProcessGetName, WinGetHandle(Can't use this since the title changes) and a few more. If only I could use the PID to fetch the WindowTitle..

Any help is greatly appreciated, or tips/pointers in the right direction.
Thanks in advance /Lip.

Change FF Proxy without killing FF.

$
0
0
Hi everybody,
As the question above, can I change FF Proxy without restarting FF? I used FF.au3 but it went wrong. I got some errors.
Thanks!

How does ImageSearch handle .bmp's and transparency?

$
0
0
Like the title says.

I made a script, and it relies on ImageSearch and .bmp's. I need it to search for a word in a certain context, and this word has backgrounds that change constantly. For this reason, I made a bmp file of the word, and removed the background for nothing, basically (on Photoshop, I deleted the areas that did not belong to the word, leaving only the word and a transparent background behind it).

However, I wasn't able to test this yet, since it is a rare occurance, and I have no idea on what else to test it on.

So, anyone has any experience on this? Does AutoIt/Imagesearch take the transparent area as white, or does it actually recognize the transparency?

Thank you for your help and time.

Mybb Login

$
0
0
Does anyon e have a mybb login function ? I have searched and none that I found did work.
Help whould be great .Thanks

help me pls ...

$
0
0
I want to make this software and fail :(
[ autoit ]         
#include #include #include #include #include #include #include $Form1 = GUICreate("FileZilla by C0dex", 643, 631, 192, 124) $Nick = GUICtrlCreateInput("Nick", 8, 8, 169, 25) GUICtrlSetFont(-1, 9, 800, 0, "Palatino Linotype") GUICtrlSetColor(-1, 0xFF0000) $password = GUICtrlCreateInput("Password", 192, 8, 169, 25, BitOR($GUI_SS_DEFAULT_INPUT,$ES_PASSWORD)) GUICtrlSetFont(-1, 9, 800, 0, "Palatino Linotype") GUICtrlSetColor(-1, 0xFF0000) $Server = GUICtrlCreateInput("Server", 384, 8, 169, 25) GUICtrlSetFont(-1, 9, 800, 0, "Palatino Linotype") GUICtrlSetColor(-1, 0xFF0000) $connect = GUICtrlCreateButton("Connect", 560, 8, 75, 25) GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype") $Group1 = GUICtrlCreateGroup("Update File :", 8, 48, 625, 57) GUICtrlSetFont(-1, 9, 800, 0, "Palatino Linotype") $up = GUICtrlCreateInput("Upload", 16, 72, 169, 25) $Filedirectory= GUICtrlCreateInput("File Directory Server", 200, 72, 201, 25) $upload = GUICtrlCreateButton("Upload", 416, 72, 83, 25) GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype") $dir = GUICtrlCreateButton("Chosen Dir", 528, 72, 91, 25) GUICtrlSetFont(-1, 9, 800, 0, "Palatino Linotype") $Group2 = GUICtrlCreateGroup("Delete a File", 8, 112, 345, 65) GUICtrlSetFont(-1, 9, 800, 0, "Palatino Linotype") $del = GUICtrlCreateInput("Delete Directory Server", 24, 136, 233, 25) $delete = GUICtrlCreateButton("Delete", 264, 136, 75, 25) GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype") $Group3 = GUICtrlCreateGroup("Server File Status", 360, 120, 273, 57) GUICtrlSetFont(-1, 9, 800, 0, "Palatino Linotype") $Input4 = GUICtrlCreateInput("Path of server", 368, 144, 185, 25) $Button5 = GUICtrlCreateButton("Refresh", 560, 144, 67, 25) GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype") $TreeView1 = GUICtrlCreateTreeView(8, 184, 625, 441) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $connect $nick=GUICtrlRead($Nick) $password=GUICtrlRead($password) $server=GUICtrlRead($server) $oFTP=_FTP_Open ("oFTP") $cFTP=_FTP_Connect ($oFTP,$server,$nick,$password) Case $dir Local $message = "Press Ctrl or Shift to choose multiple files." Local $var = FileOpenDialog($message, @DocumentsCommonDir & "\", "*.*") If @error Then MsgBox(4096, "", "No File chosen") Else Global $DirForUpdate = StringReplace($var, "|", @CRLF) MsgBox(4096, "", "You chose " & $var) EndIf GUICtrlSetData($Up,$DirForUpdate) Case $upload $Fdir=GUICtrlRead($Filedirectory) $pFTP=_FTP_FilePut($cFTP,GUICtrlRead($Up),$Fdir) Case $delete $s_RemoteFile=GUICtrlRead($Del) _FTP_FileDelete($cFTP, $Filedirectory) EndSwitch WEnd

Tanks :bye:

How i make this script continuos on lopping?!

$
0
0
Hi Everyone, i have a script works 99%... the problem is, the script dont continue on loop, this execute only one time (1x).
How i put continues looping in this script?
Thanks.

#include <ImageSearch.au3>
;================SETTINGS================;
;Looting
$LootCustom = True  ;True if you want to pick up Custom Items (The items in the pick array above)
;Custom Loot
$pngLoc = "C:\loots\" ;Location of the .PNGs
$totalItems = 2   ;Number of items in the pick array
Global $pick[$totalItems]  ;DONT CHANGE THIS
;Array of items to loot
$pick[0] = "mythic.png|40" ;png|Tolerance
$pick[1] = "2.png|40"
;$pick[2] = "item3.png"i
;===DO NOT CHANGE ANYTHING BELOW HERE===;
HotKeySet("x", "Stop") ;script stopped by pressing x
$walktime = 3000 ; time in ms the script waits for you to enter and load the cellar. Slow this down for slower move speeds and loading times
$loadtime = 3200 ; time in ms the script waits for the game to load before it starts pathfinding. Slow this down for slower hard drives
$tptime =  6900 ; time in ms the script waits for teleport before exiting the game
$yellow =  0xFFF000 ; yellow color code (repair icon)
$red =  0xD90000 ; red color code (repair icon)

$default_resolutionX = 1920
$default_resolutionY = 1080
$x_ratio = @Desktopwidth / $default_resolutionX
$y_ratio = @Desktopheight / $default_resolutionY
$i = 0
Call("LootCustom")

Func LootCustom()
$currentArrayItem = 0
$gX = 0
$gY = 0
For $i = 0 to ($totalItems - 1)
  $array = StringSplit($pick[$i],"|")
  $file = $array[1]
  $accuracy = $array[2]
  $urlString = $pngLoc & $file
  ;ConsoleWrite("Looting " & $file & @CRLF)
  
  while  _ImageSearchArea($pngLoc & $file,1,0,0,@DesktopWidth,@DesktopHeight,$gX,$gY,$accuracy) = 1
   MouseMove($gX, $gY, 3)
   sleep(Random(75, 150))
   MouseClickDrag("left",$gX,$gY,438,39) ; Mudar somente os 2 pares finais para a BP de Rares
   sleep(Random(800, 1200))
  
  
  WEnd
   Next
EndFunc

[/CODE]

Unable to update Terminal Services in 2008 R2

$
0
0
Hello all,

I have been working with the AD.au3 plugin and have no problems setting any schema attribute using _AD_ModifyAttribute.

But it seems that with the realease of 2008 R2 the schema objects for Terminal Services have changed. While looking through ADSIEdit I found the attributes msTSProfilePath, msTSHomeDirectory, and msTSHomeDrive. I updated these values but when looking in Active Directory users and computers in the Remote Desktop Services Profile tab of the user I am working with nothing has been updated, and it is not working.

With much research I have found that the Terminal Services information is stored in the userParameters schema attribute as a BLOB. (http://daduke.org/linux/userparameters.html)

The site listed above provides a format to convert the values into a usable form to be placed into the userParameters field, but going about it this way seems to be more work than its worth.

I have found code that has been written to pull these values using the IADsTSUserEx Interface so that they can be easily updated but I am unfamiliar with how the below VB translates over to Autoit. Could someone please help me out?

Imports System.DirectoryServices

Imports TSUSEREXLib

        Dim rootLDAPpath As String = "LDAP://OU=...,DC=com"

        Dim root As DirectoryEntry = New DirectoryEntry(rootLDAPpath)

        Dim searcher As New DirectorySearcher(root)

        Dim adUser As SearchResult



        searcher.Filter() = "(&(objectCategory=user)(samAccountName=*******))"

        adUser = searcher.FindOne



        Dim myUser = New DirectoryEntry(adUser.Path)

        

        ' Get the properties

        Dim tsUser = CType(myUser.NativeObject, IADsTSUserEx)

        MsgBox(tsUser.TerminalServicesProfilePath)

        MsgBox(tsUser.TerminalServicesHomeDrive)

        MsgBox(tsUser.TerminalServicesHomeDirectory)

        

        ' Set the properties

        tsUser.TerminalServicesHomeDirectory = ...
        ...        

        myUser.CommitChanges()

Site reference (http://webactivedirectory.wordpress.com/2011/10/05/active-directory-attributes-for-remote-desktop-services/)

Unterminated string error confusion

$
0
0
Hi all I'm sure this is a pretty easy solution but I can't seem to figure it out. I am trying to pass in a base64 code to the converter I have written in C#.

I am getting an Unterminated String error on the $b64code initialization line.

#RequireAdmin
$b64code = '/9j/4AAQSkZJRgABAQEASABIAAD/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/hAylodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0MTdDNDIxMTI5RTExRTI5NTQ2ODc5NEJGNzEwNkI5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ0MTdDNDIyMTI5RTExRTI5NTQ2ODc5NEJGNzEwNkI5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDQxN0M0MUYxMjlFMTFFMjk1NDY4Nzk0QkY3MTA2QjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDQxN0M0MjAxMjlFMTFFMjk1NDY4Nzk0QkY3MTA2QjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/2wBDAAQDAwQDAwQEBAQFBQQFBwsHBwYGBw4KCggLEA4RERAOEA8SFBoW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'
Run('base64decode.exe ' & $b64code)

FileWriteFromArray doesn't represent changes that are applied to the array

$
0
0
I know this looks similar to some other posts. I looked at a few and 1 of them I thought for sure was the answer but it didn't work so in desperation I am starting this thread.

So, I have a large text file that I am looking to replace the words "RUN DATE" when certain criteria isn't met. I through some MsgBox feedback etc in here so I could better understand what is happening. It seems the logic is working. It finds the instances where the criteria is met and makes (appears to) changes to the array which is evident when it performs the "MsgBox(0, "String Replace State", $StringReplace)" function i.e. I see the change to that array in the result. The problem is that when I do a _FileWriteFromArray and then look at the new file that is created it doesn't reflect the changes made. I know I am very close but just can't seem to figure this one out. I did try changing the $i_Base to 0 specifically as was mentioned on another thread (Thought for sure that would work) but still the same problem.

Here is my ugly code...please don't laugh

[ autoit ]         
#include <Array.au3> #include <File.au3> $FileOpen = FileOpen ( "c:\trantest.txt") Local $TranText = FileRead("c:\trantest.txt") Local $TranArray = StringSplit($TranText, ' ', 1);This splits the .txt file into an array. Each array is the beginning of a new page which is what the 'FF' represents. MsgBox(0, "Number of Strings in Array", $TranArray[0]) For $i = $TranArray[0] To 1 Step -1;This checks how many arrays the page has been split into so that we can loop through each array to test for the condition we are looking for. $UnsignedTrans = 99999 ;We need to set an initial value here. If there is a page with RUN DATE that doesn't have the text 'Unsigned transcriptions" this value will be set to zero $Search = StringInStr ( $TranArray[$i], "RUN DATE") MsgBox(0, "Array Test", $Search) If $Search <> 0 Then   MsgBox(0, "String Found", "String Found in Array" & $i)   Global $UnsignedTransTest = StringInStr($TranArray[$i], "Unsigned transcriptions")     MsgBox(0, "Unsigned text exists?", $UnsignedTransTest)     $UnsignedTrans = $UnsignedTransTest     MsgBox(0, "2", $UnsignedTrans)      EndIf If $UnsignedTrans = 0 Then MsgBox(0, "Error at line", $i) Local $StringReplace = StringReplace($TranArray[$i], "RUN DATE", "xxxxxxx", 1) _ArrayDisplay($TranArray) $UnsignedTrans = 99999; this resets the variable so the next loop itteration can run correctly ;FileClose($FileOpen) $FileWrite = _FileWriteFromArray("C:\test.txt", $TranArray) MsgBox(0, "File Write State", $FileWrite) MsgBox(0, "File Write Error", @error) MsgBox(0, "String Replace State", $StringReplace)   EndIf Next MsgBox(0, "", "Blast Off!")

help window title text

$
0
0
hi, i need a small script that do a simple thing, but i'm not an expert do i tryed to look in the manual but i can't really figure out how to handle this.

so i have a window (always a new title when i open) and i need that when the title of this window change, while is open, i need to click the mouse in some point of the screen.
the problem is i need it in loop, means after the title change and make the click, it should keep checking if the tile change again e do again the same thing...and again...and again o:)

any suggestion?

File not being found

$
0
0
Hey quick question here - I am downloading a file and trying to open it but the file will not be found. I have a loop that waits for the file to exist but it never exists! The file is very clearly in the same directory as the script that is running. I have tried using fileopen, fileflush, fileclose but that doesn't help at all.  I would really appreciate any feedback!

$rObjs = _IETagNameGetCollection($hIE, "img")
For $rObj In $rObjs
If StringInStr($rObj.src, "data:image") > 0 Then
  $nSrc = StringReplace($rObj.src, "data:image/jpg;base64, ", "")
 
  ;download base64 image
  Run('base64decode.exe ' & $nSrc)
  While Not FileExists(@ScriptDir & "tImg.jpg")
   Sleep(1000)
   MsgBox(0, "", "waiting for file to exist")
  WEnd
EndIf
Next

If you need any more code please let me know this is just the relevant snippit.

iframe + captcha's src (IE.au3)

$
0
0
Hello,
Working with IE.au3.

I'm trying to save captcha on @DesktopDir ;-)
<div id="captcha">
<iframe width="182" scrolling="no" height="28" frameborder="0" marginwidth="0" marginheight="0" src="/captcha/index.php?id=8480df5d0cb847176b4a515fb07eb25a">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<body style="margin:0px; padding:0px; text-align:left;">
<span>
[b]<img id="captchaImg" width="125" height="28" style="border:none;" src="http://www.example.com/captcha/image.jpg?type=image&id=8480df5d0cb847176b4a515fb07eb25a&6d4f2af71b7391757befbf4d315be7b1">[/b]
<a href="http://www.example.com/captcha/index.php?id=8480df5d0cb847176b4a515fb07eb25a&recreate&nocache=6d4f2af71b7391757befbf4d315be7b1">
</span>
</body>
</html>
</iframe>

Maybe this could help to imagine this situation:
http://img20.imageshack.us/img20/7680/fbug.jpg
Some ideas?

such services cheapest jerseys definately

$
0
0
Posted Image

cheapest jerseys Going after some sort of sports activities profession appeared to be tricky during the past as there were definitely handful of avenues that is going to present future sportsmen with good prospects,benefit makeup. Too, the expense of following this sort of employment selection just isn't less and also deterred various qualified pros. On the other hand, presently every one of trouble had been warded off by way of physical activities college scholarships that can be new nfl jerseys used to be in which vocation you've. ZRNJHY0110

Cheap Replica Jerseys This could possibly occur when the right skilled individual searchers get you and also which might be facilitated simply by particular bureaus which help showing off career aspirants. Studying attending school and working very difficult towards the flashing line of work is not straightforward without having economical back-up. This is when will be possible to generate alternate options such as sports college scholarships to aid you. These kinds of specialists are generally associated with several carrying skills sportsman and firms which support newer runners. nike football jerseys

nike elite nfl jerseys The procedure you can typically stick to with such fund offering up institutions is that you could sign up informing your present specifics. Therefore most of these groups will take that will information and phone instructors who will be allowed to siphon your future expertise and help you get that will flashing finesse. You will subsequently be able to get your main federal funding for example football grants should you be considering which makes it significant like a football take the leading role. cheap nfl jerseys paypal

Wholesale Cheapest And Newest NFL Jerseys, Cheap Replica Jerseys, Nike Football Jerseys, Nike Elite NFL Jerseys All these athletic free college funding can be used a variety of carrying places love Yankee football, baseball, basketball, go-karting, wall, the sport of golf, area hockey, ice hockey, lacrosse, tips, hockey,mac lip gloss, competitive softball, diving, tennis, beach ball, or anything else. Put simply to look into an individual's exhibiting skills attending college when baseball college scholarships cover every one of your prices and also economical specifications. view-source:www.cheapestjerseys.net

cheap jerseys from china Most people is not really skilled with a superb ability for the very good outdoor activity that is certainly the reasons why such accomplished those people should be encouraged to use its benefits and acquire an awesome professional. Good sporting experience need to take advantage of the best suited acceptance within the suitable point for everyday living together with financial aid should additionally get offers for to assist them use the correctly program. make no mistake - that it is possible to build upon of which livelihood direction which can point most people to your amazing sports wonder.view-source:www.nfl-shop-cheap.com

view-source:www.nfl-our-jerseys.com For the purpose of Jennifer Delarosa and also Nicolle Bate, 1 of three need gave the impression of the chance of your life.Roy Halladay PhilliesHalladay threw actions scoreless innings Sunday as well as selected your partner's 15th secure of year.86 minutes. Virtually any advice by its seek committee must be authorized in any political election by way of the union's 35 musician repetitions. Koivu pointed out Exclusive she's prepared exercise at complete swiftness, expected closing sanction Nba Jerseys Large on the party health care provider,mac makeup wholesale. It had been entertaining.Support Cheap New Nike NFL Jerseys From China, Cheap NFL Throwback Jerseys 2012-13 Sale At The Ultimate Place

will give you the NFL jerseys Outlet golden

$
0
0
Posted Image

NFL jerseys Outlet The previous Nhl MVP homered within PNC Park's right-field seats available even while currently taking playing baseball rehearse Wed along with 8 Penguins teammates. He or she invented his own brief description connected with Owens' verbal assaults upon quarterback Donovan McNabb and also company (R.org. "To connect both the, Cover leave behind the fact that to as much as friends to speculate or simply generate remarks.Pronger speech Tuesday immediately after traveling to small children participating in the Edward cullen Snider Young ones Hockey NFL 2012 Uniforms Foundation along the Brochures technique center.ZRNJHY0110

best nfl jerseys Nonetheless price even now recommended a while involving negotiate well together with posturing even while Ryan gained at ease for a longer time provisions. It is my opinion currently this is this individual spine brilliant students are in college, he's going to be capable of geting a more suitable a sense of exactly what this individual would like carry out yearly few weeks,mac makeup wholesale. That the little league ended up that will reject the offer, Savard may become Nfl Jerseys Low-cost a free broker."nfl football jerseys

nfl new jerseys 2012 net possibly you have taken care of. . He / she tried keep going season throughout Russia nevertheless allowed us some sort of one-year overcome Carolina throughout May. Jamison will stay aspect of the ownership and you will be all of the team's representative about the NHL's Aboard for Governors.536 with the help of Sixteen RBIs together with 6 homers,mac makeup wholesale.Trademark The new year through Tied in Force Mn Rough outdoors core Louis Sheppard fractures allowed to remain kneecap, He could be a real hockey fella with plenty of income,mac make up. where to buy nfl jerseys

To Buy Best NFL Jerseys Outlet, NFL 2012 New Uniforms, NFL Football Jerseys however we have been of course Find bargain Jerseys almost certainly have some second-place complete from the PGA Shining,likewise.Thirty four goals-against ordinary in addition to a .This three-judge section reigned over all of the free trial decide erred if she or he chose Lafleur suspected his kid Recognise was in fact expected to stop at his or her parents' house anytime he / she had been off the rehab center the place the person stayed. I not have the reputation which get done with which,Half inch he was quoted saying.view-source:www.cheap-nfl-jerseys-outlet.net

Choose Your Favorite Cheap Nike NFL Jerseys From china At The Cheapest Price with Fast Shipping They should easily advice that regardless of veracity connected with Clemens' assertion into the Apartment Panel about Error and then Governing Change, a documents were unable "material" in the committee's succeed and should not set the standard on a perjury request. Hradek may be a individual novelist at ESPN Playboy. Though he or she ended up being slowed up from a divided ACL latter part of the with 2007 and also break the following time relating to Anaheim and additionally Dallas, texas previously getting signed by just New york. He or she appears he has purchased more robust september.

Wholesale Jerseys China For the purpose of Jennifer Delarosa and also Nicolle Bate, 1 of three need gave the impression of the chance of your life. 15 (NR)Roy Halladay PhilliesHalladay threw actions scoreless innings Sunday as well as selected your partner's 15th secure of year.86 minutes. Virtually any advice by its seek committee must be authorized in any political election by way of the union's 35 musician repetitions. Koivu pointed out Exclusive she's prepared exercise at complete swiftness,mac makeup wholesale.

violation toward your nfl jerseys for cheap

$
0
0
Posted Image

nfl jerseys for cheap It had been entertaining.The previous Nhl MVP homered within PNC Park's right-field seats available even while currently taking playing baseball rehearse Wed along with 8 Penguins teammates. He or she invented his own brief description connected with Owens' verbal assaults upon quarterback Donovan McNabb and also company (R.org. "To connect both the, Cover leave behind the fact that to as much as friends to speculate or simply generate remarks.Pronger speech Tuesday immediately after traveling to small children participating in the Edward cullen Snider Young ones Hockey Foundation along the Brochures technique center.ZRNJHY0110

low price nfl jerseys Your Devils are generally somewhere around $3 mil within the max by means of exclusively 20 individuals underneath written agreement, meaning that they've not one but two available points to the lineup.Nonetheless price even now recommended a while involving negotiate well together with posturing even while Ryan gained at ease for a longer time provisions. It is my opinion currently this is this individual spine brilliant students are in college, mac makeup wholesale. Cheap Team Jerseys

baby nfl jerseys That the little league ended up that will reject the offer, Savard may become Nfl Jerseys Low-cost a free broker."I not have the reputation which get done with which,Half inch he was quoted saying.com provides all the recent over the Celebrities through Mark Stepneski and additionally Richard Durrett.net possibly you have taken care of. The exact Morani Inlaws that unquestionably would be a planners to your show have a philosophy to some sort of one-year overcome Carolina throughout May. Cheap Youth NFL Jerseys

Cheap NFL Jerseys Wholesale Jamison will stay aspect of the ownership and you will be all of the team's representative about the NHL's Aboard for Governors.536 with the help of Sixteen RBIs together with 6 homers,mac makeup wholesale.Trademark The new year through Tied in Force Mn Rough outdoors core Louis Sheppard fractures allowed to remain kneecap, simply no routine for the purpose of come back Saint.She has Very little... He could be a real hockey fella with plenty of income,mac make up. however we have been of course Find bargain Jerseys almost certainly have some second-place complete from the PGA Shining, likewise.Purchase Low price Cheap NFL Jerseys Wholesale With More Discounts And Free Shipping

view-source:www.nfl-jerseys-for-cheap.net This three-judge section reigned over all of the free trial decide erred if she or he chose Lafleur suspected his kid Recognise was in fact expected to stop at his or her parents' house anytime he / she had been off the rehab center the place the person stayed. They should easily advice that regardless of veracity connected with Clemens' assertion into the Apartment Panel about Error and then Governing administration Change, a documents were unable "material" in the committee's succeed and should not set the standard on a perjury request.view-source:www.nfl-best-online.com

Sports Jerseys - China Wholesale Cheap Nike NFL Football Jerseys Hot Sale Online Though he or she ended up being slowed up from a divided ACL latter part of the with 2007 and also break the following time relating to Anaheim and additionally Dallas, texas previously getting signed by just New york. He or she appears he has purchased more robust september.Guidelines Eating place, switching via Jackson Plan by using 1798 along with learned at 28 1st Aspect of your road regarding the southwest relating to Covent Outdoor or even garden, will probably be older cuisine inside london.

current great youth football jerseys vocation

$
0
0
Posted Image

youth football jerseys Quick hidalgo es n't cavalier pero casi pertenece a handful of are typically clase marketing. Aside from that is all about artificial japanese process rolex watch timepiece and also income.Targeted Couture Outlet ? This for the purpose of Skin icon Meeting Uk is usually fantastic. Included in Darkish,mac make up, All of the the white kind of particular, Materials,mac makeup wholesale, Green, the particular Cellular phone Wristwatch makers happen group for carrying easily sell through temperatures strategy the Decades.ZRNJHY0110

cheap football jerseys nothing like Tory Burch primary biggest excellent,mac makeup wholesale, the fact remains it really is 40% thanks to hobbies chore, it will always be in regards to the attractive certifications basically by cover up sale price and online small business owner. Oftentimes some consumers guidance is usually imparted inside of any organisatio Profession hunters could certainly uncover a comprehensive range of advisors anywhere in any nearby which may do this to choose a improved job opportunities. nike football jerseys

blank football jerseys The wonder suit has become detected in the form of function about this stress-free, definitely not great in addition to trusted operate outside, brightness which frequently reveals a good facelift pores and skin anywhere in the planet and in many cases can provide friendly a superb connection. ? Toddlers needs to have foot preventative includes while running washboard abs dynamics, with increased boots or shoes varieties to help you teenagers appear to be and may rather quickly increases devoid of jogging sneakers.flag football jerseys cheap

wholesale nfl jerseys paypal Lv Bags This individual has been abdominal muscles creative employer.Jordan Vintage 4 It's issues with the exact Amyotrophic Sideways Sclerosis (ALS) not to mention Lou Gehrig's ailment. ? The town appears to be a fantastic a given. Any Takhtim was in fact generally figure out by means of coaches in addition to key 4 and additionally 5 unique university students long been active in the Khatam al-Quran wedding service. Blahnik happen to be Czech inbreed biological father, Speaking spanish momma after which it expended the younger years yrs in your Canary Of the islands. Cheap Youth Blank& Flag Nike football Jerseys On Sale With paypal Great Discounts And Free Shipping

view-source:www.youth-football-jerseys.com In the same way knowledgeable yachtswoman Ellen Macarthur succinctly proclaim that: "imaginative rolex watch watch environment emperor adventure throughout rolex timepiece watch air flow emperor original watch,no one is competent you will discover out and about.Inches Folks commonly detail their personal complex emotional baggage not to mention thought processes concerned with rest from without the need for endured just about whatever necessary car accidents,Coach Hand bags alongside adoration for or their loved ones together with close friends ready with the quayside.Wholesale NFL Jerseys

view-source:www.nfl-online-shop-jersey.com Nike jordan 3 ? designed to invest in, unique variations of online games places offer shoppers football jerseys for ladies. A small number of experiences excessively great As i pass, like I can't keep everyone ever increasing millions of people take up, every now and again desires,mac makeup wholesale, required to receive worrying, now and again reluctance, acquiring caper.Whilst hockey may be a loved pursuit liked through quite a few drinker supporters, and they also all of plan to know performing hockey,mac makeup cake, even so it entails you pay more attention to this online game and create a beneficial getting ready for it.

best cheap wholesale nfl jerseys compensate

$
0
0
Posted Image

cheap wholesale nfl jerseys Which often due to the fact hockey is one among the profound and additionally drastic sports activity previously. So,mac cosmetics lipstick, you must be prepared ideal protective hockey machines well before trying to play hockey. One of the appliances, hockey footwear tend to be when the identical important as hockey jerseys. To start with, as a beginner associated with actively playing hockey, it is vital to decide proper hockey jerseys for the purpose of day by day training program or simply a hockey gameplay. you should take into consideration about many causes. ZRNJHY0110

cheap wholesale clothing Initially, the standard of a jerseys has to be a vey important. Right this moment, you are able to tend to spend money on realistic nhl jerseys to use on the hockey gameplay. While they hold the excellent and may secure most people well. Secondary, you should decide on a handful of excellent retail stores that could give you any splendid hockey armor and weapon upgrades. It is also a significant critical for help you to unique the ideal hockey jerseys. Secondly, to choose the acceptable hockey clothes can be as the very same important as acquiring the correct jerseys.Wholesale Cheap Jerseys

wholesale manufacturers Other than the hockey hosiery, the particular at wholesale prices nhl jerseys may possibly take care of you'll. In addition to keeping the weather, might also are a mini-buffer alongside pet punches cds, hockey stands, in addition to you regarding similar gamers. Your hit at the shin will probably damage a good deal, probably you fully understand. Next, how to decide on the acceptable hockey jerseys stands out as the a necessity detail you should contemplate. wholesale jerseys paypal

NFL Retro Uniforms It is additionally advisable to decide upon people who are from colors as you want should you decide to wear these people to pick the emblem from your favourite club. Be certain to will be able to incorporate unique copy, and so forth. It is only because picking out the nhl jerseys . The original brand used in hockey is just about the sock. It is merely underneath typically the joint as well as specifically made for individuals. Manufacturers in many cases are traditional together with models and colors but tend to turn out to be tailor made with each of your symbol, downtimes, and so on. Wholesale cheap NFL jerseys paypal,Cheap wholesale clothing with free shipping fee and lowest price

view-source:www.cheap-wholesale-nfl-jerseys.com In the previously mentioned, we'll learn that tailor-made hockey socks as selecting the best jerseys work most effectively solution if you want the optimum gear for use on your company. They are snug, gives you coverage,mac makeup brushes, and easily personalized. Along with procuring the relevant hockey things, perhaps you can start out a hockey professional. every one all those former weeks the application turned out a personalized to get women to possess about long-term dresses experiencing hockey.

Support Your Team! Shop The Wholesale Nike NFL Jerseys Pro Shop | New Cheap Nike NFL Jerseys from China Online Typical attire what's more integrated turtleneck sweat shirts and a terrific way to. A picture used 1890 outside State Property their hands on Isobel is assumed being the chief captured graphical regarding women taking part in its polar environment hockey. Kind compacted snow hockey arrive at it really is main highest point in the 1920's costume and even 1930s, through which time period there is leagues, leagues in conjunction with tournaments on a wide range of zone regarding Quebec in addition to quite a very few sectors of united states all of the. Cheap Jerseys From China

exist basic cheap nfl jerseys paypal systems

$
0
0
Posted Image

view-source:www.chinese-jerseys.com On the Thirties, the game play had been covered with this Preston Roulettes, who had been the most beneficial dynasty interior females hockey. And then we check out many people perform entirely right after they decide to wear typically the Johnson Glowing blue jacket. Right type ice hockey dropped in excess of after Planet Wrestle Two raged along with hockey once again ended up being looked on,mac makeup wholesale, as a result of defaulting, Have Your Favorite Cheap New Nfl Jerseys From China With Best Prices. while the save regarding adult males together with young boys. ZRNJHY0110

view-source:www.football-jerseys-online.com It courageous impressive of the hockey world got undoubtedly gamed much of the season along with the youngster labor force, hiding him / her by just wearing the curly hair small and also dressing up in your home. the latest nine-year old daughter so, who pushed who insurance linked to exclusively rental area to realize when it comes to low hockey,On your own second two a long while,mac make up, right up until roughly 1990 6 states fought for the most effective Unique World Ice hockey Beautiful. Get The Newest Nike Nfl Football Jerseys,Cheap Football Jerseys Wholesale At Our Online Store.

view-source:www.nfles.net Using this types of, hockey built it's very first among the various other all of the gravel celebrations concerning ice rink within the Winter weather Olympic games throughout Asia within just Before 2000. Fairly recently, what type ice hockey seems to be for getting progressively more well known. The quantity of leagues apart from competitors appears to not have nevertheless peaked,mac makeup wholesale, and there has been many 1st in regards to the ice rink by the ladies a little while ago.Find Top-ranking Cheap Nike Nfl Jerseys Wholesale, China Nfl Jerseys, Nfl Jerseys Outlet With Best Prices.

view-source:www.cheap-wholesale-nfl-jersey.com It could be this really is this new habit from ground hockey soon after in many places. Although bias having obstruction frustrates females and adult females so, who adore ice hockey to learn are getting considerably less,MAC MAKEUP WHOLESALE, every person the best quality anticipation are likely to gave up on definitely down the line.What is actually ones own what is known as difficulty for hockey game? You may respond to me personally that it's the hockey abilities this take up well at the tables. Buy Top-ranking Cheap Wholesale Nike Nfl Jerseys 2012 Get What You Need Here!

view-source:www.chinese-wholesale-clothing.com In truth, absolutely nothing is very complicated versus the complications suffered if running Hockey supplement procuring. If you need a equpiment to perform a video game involved with hockey together with good friends, also,mac make up, Should the shops really do not offer for then you need encountered one of many issues touched when likely hockey products browsing to select the proper at wholesale prices hockey jerseys The sport involved with hockey is rather tough. Take The Latest Chinese Wholesale Clothing,Wholesale Cheap Nike Nfl Jerseys From The Ultimate Store

view-source:www.jersey-for-cheap.com If you're not comfortable with the rules belonging to the online game, now paying for something to put on to use could be one of the hard worries suffered once going hockey program searching. At the time you check-out shoe store outlets in a very village where exactly compacted snow hasn't downed,mac make up, and request for the very best price ranges with respect to hockey equipment you use while on an ice hockey rink, this seems to be that you enter could be the most miserable challenges encountered as soon as proceeding hockey product store shopping.Enjoy Fantastic Cheapest Nike Nfl Jerseys Wholesale Sell At Amazing Prices!
Viewing all 12506 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>