CubePoints
Saturday, December 27th, 2008 by Jonathan LauLatest Stable Release: 2.1.2 (Download Now)CubePoints ModulesLive Demo SiteCubePoints Buddypress Integration NEW!

Allow your users to buy points using paypal
CubePoints is a point management system designed for Wordpress blogs. Users can earn points by posting comments or creating posts on your site. You may also allow user to donate/transfer points to one another.
Encourage your users to comment on your posts by offering them points which could be used to purchase items / upgrades / etc. Users will be awarded a certain number of points for each comment they make. If the comment is deleted from the admin panel, the points will automatically be deducted. CubePoints also comes with an admin panel which gives administrators the ability to alter the points of their users quickly and easily.
If you like this plugin, digg it!
The TODO list for CubePoints:
Allow your users to buy points using paypal- A store to buy items (be it virtual or real)
Want a feature on CubePoints? Comment below and we will definitely consider it! CubePoints is available in Chinese, English and German. Interested in translating it? Send your translated .mo and .po files to admin@techcube.net!
Credits goes to Jonathan Lau and Peter Zhang.
Download CubePoints »
Archives of CubePoints »
CubePress on Wordpress Plugin Directory »
CubePress’s SVN »
For further information, we strongly recommend you read the plugin’s documentation.
CubePoint’s Documentation »








December 27th, 2008 at 5:54 am
This is a great plugin. Have been searching for smth like this for a while.
I would have a suggestion though,instead of the donations, is there a possibility to have reputation points like there are in yahoo answers, and store them for a widget that would show the top 10 contributors?
thanks again for the plugin.
December 27th, 2008 at 10:53 am
Thank you.
Would you care to elaborate about the reputation points that you would like to have? If it’s feasable, I would consider adding your feature request to the next release of CubePoints.
December 27th, 2008 at 11:49 am
I think I understand what you mean. It is not hard at all to show the top 10 users in the sidebar.
Put the following code into cubepoints.php:
function cp_topUsers($amt)
{
global $wpdb;
$results = $wpdb->get_results(’select * from wp_usermeta WHERE meta_key = cpoints LIMIT ‘ . $amt . ‘ ORDER BY meta_value DESC’);
$i = 1;
foreach ($results as $result)
{
echo $i . “: ” . get_usermeta($result->user_id, nickname) . ” – ” . cp_formatPoints($result->meta_value);
$i++;
}
}
Install a widget where you can run PHP. Run the following code: cp_topUsers(10). This feature might show up in the next release =)
Thanks for the suggestion!
(BTW, that was a 5 minute code, and there might be some bug in it… report when you see any!)
December 28th, 2008 at 1:49 am
[...] CubePoints [...]
December 28th, 2008 at 3:42 am
Thank you very much! This is just what I was looking for!
When does the new version will be available?
Please add the function which gives the post author ability to rate commenter and add him/her some coins. Also commenters to give some coins each other.
December 28th, 2008 at 6:27 am
This is a great plugin.I ll be waiting for top 10 user.(I try it but get errors :( ).thanks very much
December 28th, 2008 at 8:18 am
hi. Thanks for plugin
perfect.
Regards
December 28th, 2008 at 11:22 am
“Please add the function which gives the post author ability to rate commenter and add him/her some coins. Also commenters to give some coins each other.”
That function is already built in. Your commentors can “donate” points to each other, which I think is what you meant by “give coins to each other.”
We can add a function for post authors to give coins too, hopefully.
December 28th, 2008 at 12:18 pm
[...] CubePoints has an admin panel providing the admin with the ability to adjust the points of users quickly and easily. [...]
December 28th, 2008 at 3:30 pm
A small statistic page where will be shown information about who gave me points, when and for which comment would be great (but not in admin panel please).
sorry if this function is already added too :)
December 28th, 2008 at 11:46 pm
This feature would be added in our next release of CubePoints. (:
December 29th, 2008 at 12:45 am
Very Good !
December 29th, 2008 at 2:24 am
-A post-ratins function.
-Integration with wp-quiz (user earn ponits solving quiz) or improve similar function for cubepoints
And congratulations for this great plugin!
December 29th, 2008 at 2:33 pm
Hi Carlos,
As I’ve written in the documentations, it is easily possible to integrate CubePoints with other plugins such as wp-quiz. However, you would need to edit the wp-quiz plugin. Would you like me to help you with that? If so, just reply here again (:
As for the post rating function, would you mind elaborating more? I don’t quite get that.
Thanks
December 29th, 2008 at 3:36 pm
Hello, I love the concept. Where can users view the point totals? Is it public next to their comments or something they can only view in their personal dashboard? Thank you!
December 29th, 2008 at 3:39 pm
Currently, they are able to see their own points from the sidebar widget. You got to enable the CubePoints widget under Appearance -> Widget. We are working to allow everyone to view user’s points right from the comment itself. (:
December 30th, 2008 at 1:04 am
This is a great plugin!
There is one function I would like (if not there already).
Could it be set to only give points on post creation?
I would like points just for new posts, not comments.
I’ll try it out, thanks :)
December 30th, 2008 at 1:12 am
Hello Abe,
As mentioned on the page above, the next update to CubePoints will have this feature to allow your users earn points from creating pages / posts.
If you don’t want users to be awarded points for comments, simply set the number of points for each comment to 0.
December 30th, 2008 at 4:32 am
I would really love to see the advanced point system where you can donate on a page and have a store created! It would be awesomeeee.
December 30th, 2008 at 5:51 am
Hello, I just try to find some use of wordpress as a learning tool.
We need? ->A gradebook add-on. ->Ability for the teacher -and just the teacher or admins- to rate every post…
Well, that is what I have in mind and maybe help you understand what I was wondering in the previous post.
Regarding wp-quiz or quizzin o some similar plugins, their utility is able to record in the database the result of the test/exercise, and then take these data into the user’s/studiant’s account and accessible for the teacher(to approach the concept of gradebook)
I think many teachers who use wordpress be grateful for any help on these features
(I hope you undertans the idea with my poor “english”)
December 30th, 2008 at 1:35 pm
Nice one!!! :) I had searching for a similar plugin for a while! :)
But… It be really great if you can implement the CubePoints only for colaborators of the blog. And that the points rise with their posts (and if they post in a special category then extra points or something like that).
If you manage to do this it will be really useful!
December 30th, 2008 at 1:37 pm
Hi, I just installed this plugin and would like to ask about something someone pointed out earlier.
““Please add the function which gives the post author ability to rate commenter and add him/her some coins. Also commenters to give some coins each other.””
I am also interested in seeing this happen. Unlike registered users, these regular comment posters do not show up in the admin panel or in the Manage part of CubePoints. Is it possible to edit their points or to add this feature in the next version?
Also, looking forward to the next version, thanks!
December 30th, 2008 at 2:09 pm
@Panther:
I understand what you mean. But users have to be logged in for them to earn points because only that way can they use their points to use their points to buy virtual / real items. If you’re looking for a plugin similar to YouTube’s comment rating, I could code that for you if I have some extra time. Do correct me if I’m misinterpreting you.
@Carlos:
Ehh I still don’t quite understand you. If you want a plugin where people can rate every posts, you might want to take a look at WP-PostRating.
http://wordpress.org/extend/plugins/wp-postratings/
@Brandon:
Don’t worry, that is already on the TODO list and should be out on the next release of CubePoints (:
December 30th, 2008 at 2:34 pm
Jonathan: It is fine. I do not own a blog that sells stuff or gives out stuff though this system could indeed be used to do that in the future. I just want to be able to reward people who comment on a blog, it helps in the future if I ever want to give away stuff, and it also encourages people to comment in a way, which I wish as a message to get out to people.
Maybe you could do a separate, related plugin that does not require registered users, a sort of sister plugin to this that can be used on blogs that are not really professional or formal. Would that be better in the long run? There are many blogs like that, the problem is of course whether they pick up on the idea. Thanks for the prompt response!
December 30th, 2008 at 2:58 pm
@Panther: The problem is, unregistered users are a little harder to track. The only way to track them is by their email addresses. I could think about that and let you know if its possible to do something like this.
December 30th, 2008 at 3:02 pm
@Wildgames: The next release of CubePoints will allow users to get points from posts too. (:
December 31st, 2008 at 5:16 am
:D Wow! That will be nice!!! It will be useful if the admin can choice between give points for posts, comments or both.
Thanks in advance! :)
January 2nd, 2009 at 10:49 pm
Version 1.1 of CubePoints has officially been released today.
We have listened to your suggestions and feedback and added in new features!
January 2nd, 2009 at 11:21 pm
Great! I’m still waiting for a statistic page. :)
Thank you very much!
January 2nd, 2009 at 11:25 pm
We decided to release what we have done so far first.
Rest assured, a statistics/log page will be here very soon in the next release (:
January 3rd, 2009 at 2:53 am
Hey, Thanks for the great Plugin.
I have update to v1.10 and now my design will be destroyed for Posts
With v1.0 (OK)
http://img511.imageshack.us/img511/9199/cubepoints10mf7.jpg
With v1.1 (destroyed)
http://img60.imageshack.us/img60/505/cubepoints11ax5.jpg
And can we become a Option, no Points for Post when the User is a Admin? (Or other User level)
greeting
Thunder-man
January 3rd, 2009 at 9:21 am
Hey Jonathan, I updated to 1.1, and my AJAX and post layout got destroyed. No screenshots unfortunately, I was working around with it. I narrowed it down to CubePoints being the culprit, so I was wondering if you could fix this. Thanks.
It basically borked the spacing in my .entry column and also did not allow my Meta to be clicked upon, ie. everyone had to see the meta automatically and it loaded as a section, it was supposed to be hidden within my theme.
Is this perhaps a theme-based problem?
January 3rd, 2009 at 9:23 am
Hi Thunder-man,
Would you like to send a URL to your site, so that we can better investigate the problem? Thanks.
January 3rd, 2009 at 9:47 am
Hey Peter,
my Site is http://svsload.com/wd/
(now installed CubePoints v1.0 this is OK)
Desingn with v1.10 see Image
http://img60.imageshack.us/img60/505/cubepoints11ax5.jpg
Greeting
Thunder-man and THX for your Help
January 3rd, 2009 at 10:14 am
Hi Jonathan Lau!
First of all! Happy new year and thanks for the new version! :) Works fine for me!
New interesting functions to be considered for future versions, in my opinion:
- All the users can view the top list of users with their points or the user can view in the admin panel his points (I believe that is more useful that view the points in the comments).
- Contabilize “Total Points” and “Available Points” (which is total less used points).
- With total points counted, it be useful a top of 10 users most participative (top of total points earned). :)
And, please, do you have a Paypal account? I want to donate for your great work and because I find very useful this plugin for my blog. :)
Greetings!
PD: Sorry for my poor english! I’m from Spain and I still have to work hard my English.
January 3rd, 2009 at 11:03 am
@Thunder-man: Would you like to provide us with a demo account? I tried to register but I guess you disabled registration or something. (That was only a guess.. I couldn’t understand the language :X)
@Wildgames: On the next release, we are planning to have a log system to log down every transaction, and so I believe the first and third suggestion is going to take place very soon =). I don’t realy get what you mean by “Contabilize”… would you like to explain further?
There is a “Donate button” in the post, under the download and SVN links, you can use that =). Also, your English is not bad at all!
January 3rd, 2009 at 11:33 am
Hi Peter, I have send you the Info for the Demo Account.
(your Contact Formular)
The Point Info is in the rights Sidebar.
Meine Punkte
Points: 0
greeting
Thunder-man
January 3rd, 2009 at 12:44 pm
Thanks, Thunder-man, I am looking at it, and hopefully I can get it sorted by today.
January 4th, 2009 at 1:46 am
Hi Peter,
really nice plugin with a whole lot of possible potential!
Some notes from my side:
1.) Userscreen loads very long with 2.000+ Users. Try to avoid loading the gravatar images and/or split the overview to several screens. An option to choose how many should be shown would be quite nice.
2.) Translation is urgently needed! If i translate all strings that would do also, but with the next release that would have to be re-done. If you would be able to supply an english .po file, you have a german translation from me in no time, promised!
January 4th, 2009 at 2:30 am
Hello Thomas,
Thanks for your compliments and suggestions.
1) We will add pagination for the user management screen, possibly with an option to show how many will be shown on a page. You could also use the search feature to filter users.
2) We will try our best to make all strings into .po files for translations to other languages in the next release too.
Regards,
Jonathan
January 4th, 2009 at 4:21 am
Thanks for your quick reply, Jonathan!
Ad 1.) Yes, i can use the searchfeature. That is not the problem. The problem is, that it takes ages to look up and load every single gravatar of my 2000+ users in the /wp-admin/admin.php?page=cubepoints/cubepoints.php !
If i may add up to me previous request: Make an option available to let admin see gravatars or not plus what i said above.
Ad 2.) I guess that would be on high demand, thanks for taking this on the priority list! As for me – i can barely use your plugin now on a german-only site. It’s just against all odds to have just several pieces in english..
Been fiddling around with CubePoints now for the past hours. Docs were of some help, some other things i had to find out on my own.
If you want to display the “Points” every user has achieved so far just next to his comment (as i do on my website now), you just have to add up a snippet of code to your comments.php Template in the foreach () Section:
user_id > 0)) { ?>(user_id”);?>)
This will display the according users Communitypoints. The snippet also checks if the user is logged on (UserID > 0) to prevent scoredisplay for guestusers.
Some more ideas coming up in combination with simplepress-forums ;)
Please keep up the development, great thing :)
January 4th, 2009 at 4:23 am
Hm, Code got all messed up. Here is another try:
<?php if((function_exists(’cp_displayPoints’)) && ($comment->user_id > 0)) { ?>(<?php cp_displayPoints("$comment->user_id");?>)<?php } ?>
January 4th, 2009 at 4:25 am
Hello,
No problem. We will try our best to make those features available in the next release soon.
If you like the plugin, you can help us by rating us on WP Plugin Directory!
Thanks!
January 6th, 2009 at 6:47 am
If you disable point donation it does not remove the “Donate Points” link from being displayed in the widget.
January 6th, 2009 at 9:01 am
Hello Armand Morin,
Thanks for letting us know about that.
This bug will be fixed in the next release.
If you want a quick fix, just remove line 277 from cubepoints.php
Thanks,
Jonathan
January 7th, 2009 at 12:45 am
Hello Panther, Thunder-man & all those who have similar problems with the spacing below the post title.
This was due to ThickBox’s (one of the jQuery javascript library we used) css defaulting the padding & margin for all elements to 0.
This will be fixed in the next release.
For an immediate fix, remove the first 3 lines of thickbox.css.
Thank you.
January 7th, 2009 at 12:57 am
For everyone who wants to integrate CubePoints into Simple-Press Forums 4.x please follow the discussion in the Simple-Press Forums..
Kind of “my project” to get the WHOLE site “communitized”. And seems to work perfectly right now. :)
January 7th, 2009 at 7:32 am
Excellent work, Thomas A! Thank you very much for that integration and spreading the words!
January 7th, 2009 at 11:47 am
I noticed that CubePoints adds points every time a user updates a post too. Users could screw the system and hit a couple of times the update button to add points without writing a new post. Could you fix this? Or add a feature to have the option to add a smaller amount of points for updating a post (e.g. 20 points for a new post, 5 points for an updated post). Thank you.
January 7th, 2009 at 6:02 pm
Thanks for reporting that bug, Oliver. We will look into it and solve it on the next release (which should come in 2 or 3 days)
January 7th, 2009 at 7:31 pm
Well, nothing to thank for – it was just my personal interest, but why not share it? :)
The updated version now seems to work as expected. Just some additions and it will be perfect. I’ll keep you updated..
Maybe it would be nice, if the script could check for a SF-Forums installation. If there is, give an option to in/exclude forums and make points addition/deduction administrable from the backend rather than having to hardcode it into the sf-scripts.
January 7th, 2009 at 9:33 pm
May I suggest to add a feature to list all users who have points or the top x users with their points – like the top posters widget. Like…
- Oliver 545 Points
- Max 423 Points
- Mary 239 Points
- Karl 8 Points
A true redemption system would be cool. Like airline miles. You collect points and you can redeem it for something (that’s how I use it to motivate my team to blog). The system counts total lifetime points, keeps a current point status, and shows redeemed points. Just a suggestion. The system is great – thank you.
January 7th, 2009 at 9:55 pm
@Thomas A: That could easily be done. If that doesn’t show up in the next release, it will show up in the one after the next. =)
@Oliver: For the stats, feature, we are still working on it, but it should be out soon (promise!). We had that “redeem” feature (or similar) planned already. We are planning to have a “shop” or something either built on Cubepoints or integrate CubePoints to an existing plugin.
January 8th, 2009 at 2:02 am
Dear Oliver,
The feature you requested (list the top x users) has been completed and will be available as a widget in the next release.
Here’s a sneak preview:
http://orbitupload.com/get/cp04.png
If you like this plugin, we would appreciate if you could help us by rating it on the Wordpress Plugin Directory or by donating to us :D
http://wordpress.org/extend/plugins/cubepoints/
To those who are waiting, the next release will be available in 1 to 2 days time.
Thanks.
January 8th, 2009 at 2:30 am
Looks good – this is great stuff. I have one suggestion so… to be able to display the total of posts and comments for each user too, e.g.
- Oliver 24P 69C $867
- Max 19P 102C $487
I think you get the idea.
I’m using a widget to display the user name and total of posts already. If you click on the user name, it displays all posts of the user.
Anyway, thanks for your hard work on the plug-in.
January 8th, 2009 at 2:36 am
Hello,
I actually thought of that initially. But I thought adding the number of posts and comments would make the line too long. I could add them as in an option for you, or maybe make the info show up when hovered.
Also, many thanks to you for giving suggestions!
If you could, would you mind donating a few dollars to support this plugin? Peter and I are in fact just 16 year old kids who actually don’t even have enough money to keep the hosting going for long :P
Would really appreciate if you could support us and this plugin (:
Thanks.
January 11th, 2009 at 2:21 am
Version 1.2 of CubePoints has been released!
January 11th, 2009 at 2:42 am
Congratulations! :)
Is any change log available?
January 11th, 2009 at 2:43 am
Yes. Its in the docs.
http://techcube.net/cubepoints/docs/1.2/#changelog
Its also found here:
http://wordpress.org/extend/plugins/cubepoints/other_notes/
January 11th, 2009 at 2:46 am
Thank you very much! Good job!
January 11th, 2009 at 4:19 am
This is great – just updated my Wordpress. How can I use the list of top posters and their points on a page (instead of Widget)?
January 11th, 2009 at 6:54 am
Hi folks,
A long discussion since last time i visited here. This shows that the plugin is liked by people. I see a good future for it.
However, I see that the plugin has somehow taken another direction of what I was thinking.
My suggestion was more or less based on the intensedebate.com model.
I don’t know how hard it is to code it or what one needs, cuz I am not a coder myself, however, I think it would be really a hit if someone would come up with something similar. Intense debate is OK, but the problem is that you cannot edit/adopt it, and the only language is english, which limits the usability.
January 11th, 2009 at 7:05 am
omg this is just awesome guys, just perfect)) thank you VERY MUCH, i’ll be looking forward to next releases!
January 11th, 2009 at 8:23 am
@Article Meister: Please correct me if I misunderstood you, but did you expect a “comment rating” thing?
January 11th, 2009 at 8:35 am
Alguem sabe se é possível zerar os pontos de todos os usuários cadastrados?
January 11th, 2009 at 9:16 am
Great! Thanks again for the plugin.
If you may found time to check the possibility of integration with a plugin like quizzin (http://wordpress.org/extend/plugins/quizzin/) you can help to improve the leargning capabilities of wordpress. Regards
January 11th, 2009 at 10:13 am
@Edson GT: Sorry… the only languages I understand is English and Chinese…
@Carlos: We are planning on doing some integrations lately. We will consider integrating quizzin, thanks for the suggestion!
January 11th, 2009 at 10:33 am
UPGRADING TO NEW VERSION!
Fatal error
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /hermes/web02/b2408/pow.humanpheromo/htdocs/thecount/wp-content/plugins/cubepoints/cubepoints.php on line 517
Please help
January 11th, 2009 at 10:45 am
@ThecounT: That is really weird. Can you describe further about the situation? What plugins do you have? What version of Wordpress?
January 11th, 2009 at 10:50 am
hey, 2.7 It worked fine with first and second version. Just went to auto-upgrade and got this error, it also crashed my sidebar (removed cube code to get back sidebar) Deleted plugin folder and uploaded via FTP just in case and got same error.
I have OPP/ seo/ nextneg/ post teaser/ etc
January 11th, 2009 at 2:22 pm
where can I DL older version to get this thing back up?
January 11th, 2009 at 3:28 pm
http://wordpress.org/extend/plugins/cubepoints/download/
We are sorry about the problem, and should fix it as soon as possible.
January 11th, 2009 at 3:30 pm
Hello ThecounT,
I think the problem is with the version of PHP you are using.
I roughly know the problem and will release a quick fix soon today.
It would help if you could let me know your PHP version.
You might want to take a look at this page which describes the error:
http://bytes.com/groups/php/5549-t_object_operator-error
Apparently, the “chaining” syntax is only available in PHP5.
Meanwhile, the older versions are always available here:
http://wordpress.org/extend/plugins/cubepoints/download/
Sorry about that.
January 11th, 2009 at 3:39 pm
To check your php version, create an empty php file with the following code:
< ?php echo 'Current PHP version: ' . phpversion(); ?>
Upload it, and access to that page.
January 11th, 2009 at 8:48 pm
New Version is great..just a question..How can I filter “Admin” from top users widget? I dont want to use my name as a top user .. thanks very much
January 11th, 2009 at 9:13 pm
What if it is possible to reset the points for all registered users at once?
January 11th, 2009 at 9:28 pm
One suggestion: I think it would be great to add users some points only for entering the site, for example only one point, once a day. Admin must have the ability to choose whether activate this function or not.
January 11th, 2009 at 11:47 pm
Hi Levani,
We will consider your request.
Anyone second this idea or have any comments on this?
Thanks.
January 12th, 2009 at 3:55 am
Current PHP version: 4.4.7
January 12th, 2009 at 5:59 pm
Yes, I do second Levani´s request. And I do also second the request for a comment rating system. Both should be configurable though and optional to de/activate !
Btw: Thanks for having the open bugs fixed and implementing some of the suggested functions! Great work..
EDIT: Some BIG performance problems when activating the Top-Users widget with more than 2000+ registered users. I FEAR (couldn´t check so far) that you´re not limiting the rows to the number that is set in the widget?
January 12th, 2009 at 7:21 pm
Hey guys
I love the plugin, however it completely crashes the featured gallery plugin I’m using :(
I’d like to add a couple of ideas, for future releases.
- I want to second the redeemable points
- Second the Admin filtering
- Possibility to change the name points to something else
- Points visiting pages?
Thank you!
January 12th, 2009 at 7:45 pm
Could you provide the english .po-file, please? You’ll have a german translation then in no time as promised.. Thanks in advance!
To add up to my above comment: After a quick check – Yes, the query on line 634 is not limiting the rows that get pulled from the db but loads ALL of them. That is becoming a real performance leak here. This goes for the complete cp_getAllPoints function anyway. There should be an optional limiter – it makes no sense to fetch the whole userdb for display on the sidebar. Will dive into this later and try to find a fix when i’m at home..
January 12th, 2009 at 8:27 pm
Thank you very much, Thomas A., for pointing that out. We will make a bugfix release shortly, I promise! Also, for po file, I hope I can have one ready for you when I fix that bug. Not sure if I could do that though. My finals are coming up tomorrow :(
@Ninjadoodle: “Possibility to change the name points to something else”. Would you like to elaborate more on that? You can change the prefix/suffix to the points, so instead of $5, you can make it 5 AwesomePoints or some sort. Where do you see “Points”?
January 12th, 2009 at 9:12 pm
Woot, it was a quick fix. Wait for about 10 minutes and I should be able to get it up.
January 12th, 2009 at 10:12 pm
I updated v1.2.1, however because I don’t have the permission to commit to the wordpress directory, so I just zipped the files and uploaded to my own space.
If you don’t feel safe, v1.2.1 in the directory should come in tomorrow… or later today.
January 13th, 2009 at 9:31 pm
Hi everyone, great plugin. I was testing it out on my Easyphp installation which i normally do on all plugins and got the following error:
Notice: Undefined index: q in C:\Documents and Settings\admin\Escritorio\Copia\www\wp-content\plugins\cubepoints\actions.php on line 4
Any ideas on what the problem might be? Thanks.
@ Peter and Jonathan: Will be great if other commenters can view on the sidebar (widget) what top commenters got (their gift) for each particular month to encourage others to comment too.
January 14th, 2009 at 12:07 am
This is a really great script, but we want it to work so that we get points when you’re clicking on a specific link on the site.
This is the code we use to get the link on the site:
<?php
function Dynamic(){
$picture = ‘var picture_newwindow=true;
‘;
print $picture;
?>
Where do we add the CubePoints code?
January 14th, 2009 at 6:29 am
Hey guys
You must have fixed the error I was getting as the plugin no longer crashes with the Featured Content Gallery – awesome :)
As far as the points question … I was talking about where it says
My Points:
and Points: $5
I know I can change the dollar sign and also put a suffix in, but it would be cool if I could change the word point to for example Tokens. Hope I’m not missing something :)
Thank you again guys!
January 14th, 2009 at 6:31 am
Just after I wrote the last message, I realised how to change the title!
Now all that’s missing is redeemable points :)
Sorry about that!
I seem to have a new problem tho … when I click donate points … I get a 404 not found page.
January 14th, 2009 at 8:20 am
YO guys, thanks for the update again – Seems to work much better in all aspects of performance! But just some small notes/suggestions:
1.) Is it just on my site that it doesn’t list the top ten users now?! As it seems it lists some of my users who registered first..?
2.) It would be nice to display the DISPLAY_Name instead of the USER_LOGIN. I did a quick hack, you may come up with something better..
Line 150;
$array = $wpdb->get_results(’SELECT id, user_login, meta_value, display_name FROM `’.$wpdb->prefix.’users` LEFT JOIN `’.$wpdb->prefix.’usermeta` on ‘.$wpdb->prefix.’users.id = ‘.$wpdb->prefix.’usermeta.user_id AND ‘.$wpdb->prefix.’usermeta.meta_key=\”.POINTS.’\’ LIMIT ‘ . $amt .’;',ARRAY_A);
Line 639:
echo ‘<li><a href="’.PLUGIN_DIR.’actions.php?&a=info&quser=’.$data['user_login'].’" class="cp_info jTip" id="cp_widget_info_’.$data['user_login'].’" name="’ . __(’Points’,'cp’) .’">’.$data['display_name'].’ (’.cp_formatPoints($data['meta_value']).’)</a></li>’;
3.) I could send you the translated german po/mo files, but for some reason the translation won’t work on my site. Renamed the .mo file to ‘cubepoints-de_DE.mo’ as usual and its also readable through the webserver. That should normally do it, doesn’t it?
January 14th, 2009 at 10:35 am
Ok here I am again. It looks like my cubepoints folder had the wrong name that’s why it wasn’t loading the ajax pop-up.
Now it’s back to what it was before as the Gallery dosn’t display again … there must be some sort of clash between the Featured Content Gallery plugin and the Cubepoints Ajax popup :(
Is there anyway you guys can look into this in the future?
Thank you again for the awesome work!
January 14th, 2009 at 12:25 pm
Oh crud, here it goes again, my careless “fixing”. Sorry guys, I will figure that top widget and translation problems in just a while
@Ninjadoodle: I will sure look into that problem. Which Gallery plugin do you use? NGG?
January 14th, 2009 at 1:46 pm
Man, I was so stupid, sorry about that, everybody. The new v1.2.1 has fixed the bug, however because I still have not committed to the WP Plugin Directory, I won’t bother to change the version number. Deep apologies to everybody, and thank you for understanding!
Both bugs should be fixed. Can you check, Thomas A? Thanks.
January 14th, 2009 at 7:32 pm
Hi Peter
The plugin I use is FEATURED CONTENT GALLERY PLUGIN V2.1
http://www.revolutiontwo.com/plugins/featured-content-gallery.htm
Thank you!
January 14th, 2009 at 8:45 pm
Hey Peter, the update fixes something somehow – but it still doesn’t work as expected i think. On my site it now displays people with a somehow higher rank on top. But there are people with even higher scores missing. Like me and like two of our authors. Funny thing: On top is still one author but just that one with the lowest rank.. ??!?!
Besides, it shows people who seem to never have left a comment (as the flyout window says: 0 posts, 0 comments) with a certain score. Score in the database seems to be correct, so I fear it’s pulling wrong data from the DB for the flyout-window??!
Honestly, i’m a bit confused.
Some other suggestion in that context:
1.) Would be nice if one could filter out admins and other groups editors or so if desired for display in the widget. Or to have JUST admins, editors, authors or whatever listed. For me, a codesnippet would do, for others configurability would for sure be preferrable..
2.) Would also be nice if the list in the admin view was sortable.
a.) Score increasing/decreasing.
b.) Name – preferrably the display_name instead of the Login_Name (nobody needs to know with which name I log in..)
c.) Filter using Userrole (Just admins/editors/etc..)
Keep up the good work, guys – hear from you later when the fix is ready ;)
January 14th, 2009 at 8:54 pm
Tell you what… I myself is confused too, lol. This is more complicated then I thought it was, so I might need some more time on this. Really really deep apologies.
When I fix the bug, I will most likely add a filter function. Thanks for the suggestion!
January 14th, 2009 at 9:16 pm
Also… just clarifying, but what do you mean by “rank”?
January 14th, 2009 at 10:05 pm
“Rank” == The place on the Top X Userlist or its sorting order.
Highest Rank == Most aggregated points, lowest Rank == 0 Points etc.
January 14th, 2009 at 10:21 pm
This is a really great script, but we want it to work so that we get points when you’re clicking on a specific link on the site.
This is the code we use to get the link on the site:
Where do we add the CubePoints code?
January 14th, 2009 at 10:59 pm
I guess you need to re-route the download/click through a certain script and then add/subtract a certain score when the script is called. I personally do not see any other chance to what you want to achieve (but may be wrong)..
As for “Rivers” request above: I would insert the code when the link is actually CALLED. The script that is included above just seems to DISPLAY the link. I wouldn’t add/subtract points just when they get displayed ;)
Example: I’m using the “Wordpress Download Monitor” Plugin and I extended it to add/subtract points when the download gets called, after its logging the download and everything else worked just smoothly. At the very end of the function the hook to the CubePoints scripts is called like this, which would add one point if the user is logged on and Cubepoints activated:
if( function_exists(’cp_alterPoints’) && is_user_logged_in() ){
cp_alterPoints(cp_currentUser(), 1);
}
Works perfectly well for me, but needs manual editing of plugin files.
January 15th, 2009 at 12:14 am
I liked the plugin when i came across it. But it seems everyone has some sort of complaint and nobody to give a real answer.
Everyone is not technical like some of you guys. Please technical people what might be the cause of this problem?:
Notice: Undefined index: q in C:Documents and SettingsadminEscritorioCopiawwwwp-contentpluginscubepointsactions.php on line 4
It happens when i mouse over the top user names on the sidebar.
For some reasons which is not known to me the backward slashes on the error info was automatically removed after posting the comment.
Thanks all.
January 15th, 2009 at 2:03 am
@Rich: We are looking to fix this problem. Should be fixed within a day or two. Sorry about that.
@Thomas: Thanks. I like some of your suggestions and will definitely implement some in the next release. Thanks for trying to help other users too (:
@Ninjadoodle: I will download that plugin myself and test it. Again, it should be working in a day or two.
January 15th, 2009 at 7:24 am
@Thomas A: I have sent you something through the email you used for these comments. Because of my own mistake, I sent about 4 in 5 minutes, so I am afraid it was considered spam. If you see this message, would you like to send a message to peter [at] axieblast [dot] com? Thanks.
We plan to do some integration in the next release, but we are still looking at it =)
January 15th, 2009 at 2:36 pm
Hello,
I am trying to activate the plugin (version 1.2.1) using Wordpress 2.7
When I activate it, I get the following error:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /[wordpress path]/plugins/cubepoints/cubepoints.php on line 524
Looking at the code, i can’t seem to see anything that is out of place. Any ideas?
jason
January 15th, 2009 at 6:13 pm
The T_OBJECT_OPERATOR error will appear if your PHP is anything older than PHP 5. I will fix this awhile later.
January 15th, 2009 at 10:14 pm
I have one more suggestion. I think it would be very nice to create groups like on forums. For example if the user have less than 100 point he would be in “Amateur” group, if he has from 100 to 200 points he would be in “Members” group and so on. I think it would be even more encouragement to add comments and create posts.
I hope you understand what I mean. :)
January 15th, 2009 at 10:34 pm
I’m delighted with this plugin, but I don’t allow user registration on some sites :-( Please can you make an option to log points from email address and not just registration IDs. Thanks.
January 16th, 2009 at 12:08 am
Hello everyone,
Sorry about the bugs in the previous versions.
If you are using version 1.2.1, please upgrade to version 1.2.2 as soon as possible. The latest version fixes the bug in the Top Users widget.
Also, those that are using PHP 4 and below, you might have received the T_OBJECT_OPERATOR error. This should be fixed in v1.2.2.
We have also rewritten some of the internationalization functions so translating would be much easier.
Do let us know by commenting here if you find any bugs in the latest version. Thanks.
@Richard: We will consider if its possible to make a similar plugin that logs points based on emails. No promises yet, cause the whole plugin would have to be rewritten.
@Levani: Could you elaborate more on the groups thing? Would the groups act as just a status or would it have any practical use like accessing content only available to a certain group?
January 16th, 2009 at 12:47 am
@Jonathan Lau
Well, I think there should be some simple conditional php codes to execute different action for different group. This will give admin ability to use these groups as he wants.
January 16th, 2009 at 3:16 am
guys, i’am trying to use CubePoints with WP MU 2.6.5 but i can’t get it right.. my Manage page is empty.. is it compatible with MU version of WP?
January 16th, 2009 at 4:44 am
Hey Jonathan & Peter, thanks for another quick update!
The good news: Sorting and performance of the top-users widget seem to be just finde.
Codestyling Localization Plugin DOES in fact detect CubePoints plugin and allow to translate it.
Bad news : It seems I can try to do whatsoever I want – there will no be translation displayed on the site. File-attribs are correct, everything else seems to be correct. But no translation at all. I just don’t get it..
January 16th, 2009 at 11:05 am
Thanks Jonathan.
Now I’m getting the same error on line 499:
syntax error, unexpected T_OBJECT_OPERATOR in /[my path]/wp-content/plugins/cubepoints/cubepoints.php on line 499
January 16th, 2009 at 2:49 pm
Sorry, I don’t have PHP4 so i couldn’t test it out.
Could you try change line 499 from this:
$source = get_userdata($result->source)->user_login;
to this:
$source_tmp = $result->source;
$source_tmp = get_userdata($source_tmp);
$source = $source_tmp->user_login;
Let me know if it works.
Thanks.
January 16th, 2009 at 7:32 pm
@gerbil: I’m not sure if it works in WPMU but I will test it out myself and see if I can get it to work.
@Levent: The next release will allow you to filter users from the Top Users widget so you can configure it such that admins won’t appear there.
January 17th, 2009 at 4:53 am
Hye! this plugin is working quite well for one of my wordpress mu web. I need a little favour please. Can you tell me is there any way to enable members to grab points for viewing other members’ blogs.
January 17th, 2009 at 5:18 am
We’re looking into implementing this feature in the next release. It *should* work with WPMU as well.
January 17th, 2009 at 7:04 am
@Esha, what should i do to make it work with WP MU 2.6.5? oO i can’t get it..
@Jonathan Lau, hope it’ll be soon..
January 18th, 2009 at 5:18 pm
I can’t just get it. I have been getting this error and nobody to help. Too bad.
Notice: Undefined index: q in C:\Documents and Settings\admin\Escritorio\Copia\www\wp-content\plugins\cubepoints\actions.php on line 4
@Jonathan or Peter, i sent in an email but, got no reply. Please help me, i know you guys are very busy.
Just point me on what to do so that this problem will go away.
It happens when i hover on the Top User Names on the sidebar.
Another thing which you might consider fixing is: your plugin breaks the WP-dTree plugin installed on my site and i believe it will on other sites running same plugin.
January 18th, 2009 at 5:29 pm
Sorry, I missed your comment.
Apparently, your PHP error_reporting level is set such that a warning is sent for everything minor.
You should add this to the top of actions.php to suprress warnings:
error_reporting(0);
Otherwise, you could also change these lines:
$action = $_GET['a'];
$query = $_GET['q'];
To these:
if(isset($_GET['a'])) { $action = $_GET['a']; }
if(isset($_GET['q'])) { $query = $_GET['q']; }
Let me know if that fixed your problem.
January 19th, 2009 at 3:49 pm
Hello Jonathan,
The cubePoints plugin is very nice. After test, i found that the user’s points cann’t be viewed publicly, it can be viewed by user when they login in only. How to make it public to all visitors (not login in and login in visitors)? Just same as forum’s user points. I like the top author fuctions, this feature is very useful to multiple authors WP site. Thanks for your good working!
January 20th, 2009 at 12:31 am
Thank you so much, Jonathan. It did the trick.
January 21st, 2009 at 12:14 am
Hi Jonathan,
Great plugin – just what I’m looking for to set up a points system on my new games website. I do have one suggestion though. Could you make it easier to place wherever you want (I don’t like using widgets and would like to have it in several places so I would rather have some code to embed it where I’d like to)?
Ideally I would like to be able to display both points and top users anywhere on my site.
Thanks again for making this though – it’s excellent!
January 21st, 2009 at 8:22 am
Hey Jonathan and Peter!
I hope you’re still busy getting improvements and suggestions up and running?
Got some suggestions, don’t know if these have been posted before
1.) If you want to donate points, have an (optional) formfield for a message to the receipient.
2.) Have another checkbox if you want to donate points in “ghost-mode”. “Ghosts” may still want to send a message..
3.) If you receive points, have a message appear somewhere (suggestion: your personal points-display-widget) that tells you that you received points from user x (if not sent as “ghost”) otherwise just a notification if applied to the donation. messages should be acknowledged and confirmed somehow before deletion though.
4.) Donations could be logged. A function to display users with largest amount of donations (altogether, sure) for a certain period of time (month/week/year/whatever) could be great for some people.
5.) Same goes for a function to display users with most points achieved over a certain period of time. A filter to fiter out admins/editors/etc would maybe come in handy here. This could actually be used to animate people to take part in the community and have give-aways based on the points gained in let’s say a week..
6.) Add another line to the popup that appears when you hover over the top-scorer to show donated points.
Anyway, keep up the good work, you’re on the right way guys, at least in my eyes ;)
January 21st, 2009 at 4:49 pm
I’m trying to assign different user “ranking” images based on the number of cubepoints someone has. Here’s what I havw, but it’s not working. Can anyone help? (images are just an example):
code:
$mytest = cp_displayPoints(”$comment->user_id”);
if ($mytest > 1 ) { ?>
50) { ?>
100) { ?>
150) { ?>
January 21st, 2009 at 4:52 pm
I’m sorry. I don’t know how to post code in the comments. (doh!)
Here it is:
http://www.zipperfish.com/cubepointscode.html
January 21st, 2009 at 5:34 pm
Instead of this:
$mytest = cp_getPoints(”$comment->user_id”);
Try this:
$mytest = cp_getPoints($comment->user_id);
January 22nd, 2009 at 3:39 am
Thanks Jonathan!
2 images are showing up now, looks like I’ll have to tweak it a bit, but it works! U Da Man!
January 22nd, 2009 at 7:38 am
Is possible to exclude users from the Top Users?
January 22nd, 2009 at 9:35 am
for a feature.. you should add membership types bronze golden etc.
and if you can do something like.. users earn points for clicking some advertisement links.. it is better for earning money for web sites.
if you need help about plugin I would like help you. thank you.
I am a pro php , iphone developer. but dont have much time.
January 22nd, 2009 at 5:14 pm
Version 1.2.3 of CubePoints has been released!
As requested, we have added an option to exclude certain users from the Top Users widget. This can be configured under the widget settings. Separate each username with a “,”.
Fixed problem where users with E_NOTICE turned on for error_reporting get the “Undefined index: q” error.
Fixed problem where users using older versions of PHP received the T_OBJECT_OPERATOR error.
Donation links removed from within the admin panel under comment management.
January 23rd, 2009 at 2:02 pm
Jonathan, great plugin!
Just one request.
As you know, there’s a “Donate?” link in the widget. When you press this, you get the donate box. From here, you have to personally type the ID to whom you’re donating to. (On the other hand, the “Donate” link embeded in the comment automatically inputs the ID of the person when the link is clicked)
So, would you be able to make a ‘dropdown’ menu containing all the site’s member ID in the ‘Donate To’ field found when you click on the “Donate?” link found in the widget?
January 23rd, 2009 at 8:46 pm
Could anyone tell me how to fix this plugin to work with MU version? :(
January 23rd, 2009 at 10:49 pm
@James: It would be a huge performance issue for those sites with huge amount of users. What we did is similar to your request. Let’s say you have two users: John and Jonathan. If you type “jo” in the box, John and Jonathan would display in the drop down list.
January 24th, 2009 at 11:07 am
Hey guys, another error in 1.2.3:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/askseo/public_html/wp-content/plugins/cubepoints/cubepoints.php on line 534
BTW – your responsive and dedication to this plugin are awesome! keep up the great work!
January 24th, 2009 at 12:20 pm
Can you refer a friend for points? This way someone could refer a friend and get points. Maybe the new register would add in their friends name or enter their friends name or logon id into their points system and get points for the friend.
This would encourage a more interactive user experience. We could tell our visitor they get x amount of points for referals, and they could refer friends for points.
January 24th, 2009 at 12:46 pm
This plugin sounds great. I have not had a chance to try it, but I have read through the comments. I hope some of the posters will use their redemable points to support this plugin.
I am also going to suggest, make this plugin work in wordpress stores, see if the people who make the store plugins can integrate your plugin.
Eg. A user can build up points and use the points at specific wordpress stores for discounts. They could be like, we accept cube points. This would give your application more exposure.
It sounds like you are working hard, and doing a good job. I look forward to trying out your plugin.
January 24th, 2009 at 3:06 pm
@Jason:
Ohh yehh. Sorry about that, will fix it again in the next release.
Meanwhile, you can change line 534 of cubepoints.php from:
$uid=get_userdata($result->uid)->user_login;
to:
$tmp=$result->uid;
$uid=get_userdata($tmp)->user_login;
@Ted:
Thanks thats a good idea, we would definately look into making referals work! As for the wordpress store, do you mean shopping cart scripts? Would you mind elaborating further? Thanks!
January 24th, 2009 at 9:52 pm
Man I really wish my host would get with the times and get php5 (perhaps I’ll get a new host?).
That didn’t work, but I altered it based on your previous fixes and got it to work:
$tmp=$result->uid;
$uid_tmp=$get_userdata($tmp);
$uid=$uid_tmp->user_login;
Thanks for pointing me in right direction!
January 25th, 2009 at 12:12 am
Opps. Sorry again, cause like I said I didn’t have PHP4 to test it out. Good that you got it working (:
January 25th, 2009 at 12:48 am
Kind of like how world of warcraft have a points system that you can use for cash or shopping online.
Some wordpress sites have their own store. If there was a way to exchange 3000 cubepoints for 3.00 off store products.
It could be done manually, but if you have a busy store, is there a way that you could enter you cubepoints id at checkout and use the points for a discount, or exchange them for store credit first and then use them with the wordpress stores?
It might be a part of the redemption system, I am not sure how it could be set up.
I was also trying to think of a way to get this to work with google adsense, but I am not sure how that would work. A specific number of cubepoints go to your account if someone clicks on your ads? Not sure if the two could be integrated.
How feasable is it to get the refer a friend system integrated?
Thanks for your responses.
January 25th, 2009 at 12:50 am
I also think this would be great if the guys over at simple forum would integrate this into their next update, I know it’s up to them, but they really should use this since many sites are starting to use it.
January 25th, 2009 at 12:54 am
Hello Ted,
As for the referral system, its really feasible and I’ll try to include it in the next release.
Could you let me know which shopping cart plugin you are currently using? This is a little harder to implement, but we’ll try.
As for the Adsense, I’m sorry to say thats not possible. Firstly, its against Google’s TOS to give incentives to people for clicking advertisements. Secondly, its also impossible to track ad clicks.
Thanks.
January 26th, 2009 at 1:05 am
No apologies needed. It’s too bad I run on php 4 – but the good news is that I can help you debug it for others! :)
I also have a suggestion. If you’re going to work on a referral system, why not also add a feature that gives new users points just for joining? For example, sign up to my website and get 20 points! (amount set by admin). Just an idea.
Thanks again for the awesome plugin support. Other plugin authors could learn a lot from you!
January 26th, 2009 at 2:04 am
Yehh. That should be alright too. I’ll see if I can add that. Just have to use Wordpress’ “user_register” hook. Thanks for your suggestions!
January 26th, 2009 at 5:10 am
I didn’t see a reply to Rob’s post from Jan 21, but I’m in the same boat. I don’t like to use widgets and I would like to specifically call the top user widget where I want.
I was able to do it on a test site, but it was far more complex than it should be. Any thoughts about adding a function to simply call the top user widget via something like this:
cp_topPointsWidget(’Title’,'x amount of users’,'name,name,name’);
Serves the same purpose without having to provide an array.
Great plugin. As for the other posts, I like the idea of grouping people based upon the amount of points they have into levels set and named by the administrator – i.e. bronze, silver, gold, platinum at x amount of points each. It’s more of a status thing to display to promote interactivity.
I also think the ability for registered readers to click a thumbs up/down option to add/remove pts on comments would be great. Similar to how reddit does it and all the other comment karma ratings.
Keep up the good work.
January 26th, 2009 at 7:52 pm
@Ted: If you had done a search on Simple-Press Forum Site for Cubepoints you’d have found that thread that almost solves the problem. Anyway, from what you can read there, it seems unlikely that they will integrate Cubepoints, even if they have an already 90% working solution there now and a scoring-system on their own roadmap anyway..
As for payment with Cubepoints this could be integrated just the same way with virtually any cart-system on or off your site. But in my eyes, integration should be done through the admin where and how s/he wants it, not through the script itself. The script itself should just support the “framework” to handle the points. Otherwise it will soon become too bloated and buggy. My 2cent.
Any news getting translations to work, guys?!
PS: I reckon the idea for some kind of comment karma!!
[Edit: Seems that i missed the follow-up postings on SF-Forums Site. Sorry! If you need any help integrating both and have any special ideas/wishes, get in contact to me through the contact form on my site, okay?)
January 27th, 2009 at 5:00 am
Hello,
Could anybody help and fix conflict with http://www.featuredcontentgallery.com? I need Cube Points, but can’t use it now.
January 27th, 2009 at 11:36 am
Hi Jonathan and Thomas,
Thanks for the feedback. I did check simplepress and suggested they consider implementing this points system.
I think the shopping cart idea you mentioned sounds more feasible.
I was not aware that was against googles terms of service. I was thinking of some way to use a point system for revenue sharing tracking, the way some other sites do, in the control panels. Mylot.com is what I was thinking.
Either way the plugin is great. Keep up the good work.
January 28th, 2009 at 2:34 am
Hi MarcinZ,
May I know what error or problem are you encountering? Describing any error messages or situations would help us fix the problem.
Thanks.
January 28th, 2009 at 11:15 pm
Hi Jonathan and Thomas, firstly i want to thank you for your great plugin – Cube Points.
I love this plugin, this help our site have more pageviews, comments,….
Can you write more…, such as, if someone want to see content in hidden area, their will be subtract points automatically?
Sorry, i come from Asia, i’m not good at English!
January 30th, 2009 at 8:55 am
I downloaded it and tried using it on my WordPress MU 2.6.5 website but it didn’t work. I mean it installed and it was activated but it failed to recognized registered users. None of them show up at the CubePoints CP.
January 30th, 2009 at 10:19 am
@Boss: lol, Thomas isn’t one of the authors, but he does give a tremendous effort on this project though. Jonathan and I are from Asia too =). We will try to include some more hooks in the near future, so stay tuned. I am really glad that you like the plugin!
@Thomas and everybody else: I GOT TRANSLATION TO WORK! Next release will include Chinese translation and possibly more translations. If any of you is interested in translating CubePoints, please contact me so that I can include your translation in the next release!
@Thomas only: Somehow your German (?) translation didn’t work when mine did. I will send you a copy of the editted .pot soon and can you try translating it again? Thanks
@Neo: You might want to ask Esha (http://techcube.net/cubepoints/#comment-1654) about how (s)he did it. CubePoints (honestly) wasn’t designed to work in WordPress MU.
January 30th, 2009 at 6:31 pm
I feel a bit honored to be accounted to the dev-team of the Cubepoints Plugin :) However, as Peter pointed out – I´m just a “user”, all credits go to Peter and Jonathan!! Just trying to get it to work on a more or less “communityfied Wordpress-Blog” – with quite some modifications..
However – Sure, Peter! Send it over to my Gmail-account please and I´ll test it asap. Still – makes me wonder why mine didn´t work. I did translation through Linux-Desktoptools as well as via the “CodeStyling Localization Plugin” for Wordpress. None of those worked.
February 1st, 2009 at 7:15 pm
@Jonathan Lau: Hello, i post about it here http://www.featuredcontentgallery.com/forum/cube-points-plugin-conflict-81.html, there is also screenshot with my problem.
February 2nd, 2009 at 3:47 am
The previous 1.0 version was working on my wordpress mu. but this latest one is not working can you make this to work?
February 2nd, 2009 at 5:20 am
esha, can you be kind and send me the 1.0 files please? I would love to see the latest version working on WP MU! :)
February 2nd, 2009 at 9:25 am
@esha: Is there any sort of error messages that you see, or it just plainly “doesn’t work”?
February 3rd, 2009 at 3:05 am
There was an error.I don’t remember that as I deleted the new version soon after getting the error.
@ Neo, hope this’ll help you,
http://www.2shared.com/file/4784004/7add3303/cubepoints.html
February 3rd, 2009 at 8:46 am
I love this plugin but I have only one problem…
can this script rebuild all user points automatically…? (Cubepoints > Manage > All users “0″ points :( ) thx again…
February 3rd, 2009 at 2:29 pm
I second Levent’s comment.
It would be nice to have a reset all points to “0″ in the admin section so maybe… I can have a comment war event for a week or whathaveyou and give a prize to the top commenter.
LOL
February 3rd, 2009 at 10:10 pm
Hi guys, great plugin,
I second the idea of referral points.
Also would it be difficult to implement a different amount of points for different categories?
I’d like to give more points for posts where I ask the readers their opinion, then on daily blog posts describing how many coffee’s i drank that day.
I might be able to do a dutch translation, but I’m crazingly busy, so it may take a while. Also I have never done a translation before, so I don’t exactly know how it works.
February 3rd, 2009 at 11:00 pm
I do NOT second Levents’ idea. Reason: For some sites the achieved scoring may be used to actually “buy” something or gain access to special content on the site. So deleting all score wouldn’t help..
My suggestion to achieve something comparable while preserving achieved scores:
* Make it possible to show top-scorers for a freely defineable period of time, like past week/month or from date x to date y.
The other way around would be even more interesting:
As you can see in the Top-Users widget, all articles and comments get counted correctly. BUT scores will only be accounted since the plugin was active. I think it would be helpful for quite some WP-admins to subsequently add points for these FORMER posts and comments, wouldn’t it?!
Besides, thanks to Peter I got translations finally working now!! (Check my site if you do not believe it!) I hope you don’t mind, if I post a quick solution and instructions to get your own translation up and running here, Peter?!
1.) Replace line 16 in your current cubepoints.php with this line:
load_plugin_textdomain('cp', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));2.) Do a translation with POEdit or gtranslator (The latter only available through Linux repositories, I think).
3.) If you prefer an On-Site Toolkit, please check the excellent Wordpress Plugin named “Codestyling Localization” which lets you translate all neccessary strings through Wordpress directly.
It’s also possible to create the needed .mo-Files through it.
4.) Create .mo-File and transfer it to Cubepoints main folder.
5.) If you do that manually, naming convention should follow your Wordpress language settings: cp-languagecode_LANGCODE.mo, so that would be cp-de_DE.mo for german language.
Really, translation can be done in like 15 minutes and is worth it! Please be so nice and make translations available to Peter or Jonathan to be included within the next release!!
Problem at the very moment is, that if you would auto-update Cubepoints through WP (which has no translations included yet), your translations will be GONE! So make sure to save it to a secure place or your translation would have to be re-done after every update! Would be great if those translations could be included in every release or manually be downloaded from somewhere..
February 3rd, 2009 at 11:37 pm
German translation files and german instructions available here >> http://www.symbian60.mobi/2009/02/03/wordpress-plugin-cubepoints-in-deutscher-sprache/
I will update it with every release in the future, if neccessary!
February 4th, 2009 at 12:00 pm
Sounds good plugin
Will it be available for Wordpress Mu ?
I am planning to use it , can somebody suggest please. .
February 4th, 2009 at 6:50 pm
@esha & neo & san:
The plugin is currently not tested in WordPress MU but we will try to make the later versions compatable. Version 1.0 is known to be working with WordPress MU though.
By the way, the archives of CubePoints can be found here:
http://wordpress.org/extend/plugins/cubepoints/download/
@Levent & James:
We will try to include that function (reset all users’ points to 0) in the next release (:
@Janoda:
Hello, someone has previously suggested the idea of different points for different categories. As this is a little more complicated, we might not include it in the next release. We’ll try if we can include this in the following release. As for translations, we would really appreciate if you could help us with it. We could provide you with step-by-step info on how to get it translated. Do let us know if you are willing to help (:
@Thomas A:
Thanks so much for helping us with the German translations. We will pack the translations with CubePoints from the next release on.
February 5th, 2009 at 11:21 pm
I think I have some time this weekend, so I volunteer to do a Dutch translation, if the step-by-step manual is included :p
February 7th, 2009 at 3:07 am
Hello Janoda,
Thanks for offering to help us with a Dutch translations.
I have written a short tutorial on how to translate these files.
http://techcube.net/2009/02/translating-using-poedit/
The .POT file of this plugin is located in the plugin directory.
Let us know if you need any more help (:
Thanks you!
February 8th, 2009 at 9:01 pm
Version 1.2.4 of CubePoints have been released!
New features and language support added!
February 8th, 2009 at 9:27 pm
Thanks for this new release. Perfect job!!!
February 8th, 2009 at 9:28 pm
Hi, I Uğur. Of Turkey. Developed a great plugin. Thank you. Can you send the language files
February 8th, 2009 at 9:30 pm
Hello Uğur,
Are you interested in translating CubePoints plugin to Turkish?
The language file can be found in the “lang” folder of the CubePoints plugin. I can send it to your email too if you need.
Thanks in advanced.
February 8th, 2009 at 10:47 pm
sorry. I did not find language files in the old version. I have now in the new version:)
February 8th, 2009 at 10:51 pm
Its under /cubepoints/lang/cubepoints.POT
You can follow the tutorial here to translate it to Turkish:
http://techcube.net/2009/02/translating-using-poedit/
February 8th, 2009 at 11:06 pm
Yupp. The language file is only available in the new version.
Looking forward to a Turkish version of CubePoints.
Thanks for helping!
February 9th, 2009 at 1:33 am
Hello. Turkish language file was created. I sent to your email address. I want to thank you again for this great plugin. Bye:)
February 9th, 2009 at 5:28 am
Crossposted from the translation thread, for the fasted reply :p
Hi!
I translated it, and then I got an error on two entries:
%d comments made
%d post published.
Unfortunately the file saved corrupt because of this and now I have to start over (grumble)
Anyway, both of them still don’t want to translate, any idea on how to solve this?
The error said a msgstr[] was missing
February 9th, 2009 at 8:50 pm
That one is a little bit tricky. Open the .po with your text editor, look for that line (starting from line 40), and add the translated strings yourself.
#: actions.php:43
#, php-format
msgid "%d comment made"
msgid_plural "%d comments made"
msgstr[0] “”
msgstr[1] “”
msgstr[0] means when %d is singular (1), and msgstr[1] means when %d is plural (0, or >1)
After you are done, load it in Poedit, and let it automatically compile the .mo for you. Don’t mind about it when it says “2 fatal errors”
February 11th, 2009 at 11:10 pm
Just to make sure, as I didn’t receive a reply yet – Did you receive my email, Peter?
February 11th, 2009 at 11:54 pm
Nop, we haven’t got any recent mail from you if you sent to admin@techcube.net. Try resending your email? Thanks (:
February 12th, 2009 at 1:57 am
Ok, you got mail then ;)
February 12th, 2009 at 8:36 am
@Jonathan Lau
Is there any work or testing being done on Wordpress MU? This would come in “handier” on that platform in my opinion. :)
February 16th, 2009 at 4:21 am
Where exactly in my theme should I paste this code?
Sorry for the noob question
February 16th, 2009 at 9:26 pm
CubePoints won’t count all comments! What to do?
February 18th, 2009 at 8:56 pm
@Tsu: There are no noob questions here =). Where do you want the code to take effect?
@CPnieuws: Could you provide us with more details? What version of WP/CubePoints are you using? PHP? What are the settings, etc.?
February 19th, 2009 at 3:17 am
Well, I would like it to take effect under users’ posts, for example.
February 19th, 2009 at 7:55 am
Hmm, let me make sure what code it is you want to put. Did you want to show “my points” in every post?
February 19th, 2009 at 9:38 am
Hello im getting a similar error to this error accepts my error is online 570
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /hermes/web02/b2408/pow.humanpheromo/htdocs/thecount/wp-content/plugins/cubepoints/cubepoints.php on line 517
February 19th, 2009 at 9:39 am
Hello im getting a similar error to this error accepts my error is on line 570
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /hermes/web02/b2408/pow.humanpheromo/htdocs/thecount/wp-content/plugins/cubepoints/cubepoints.php on line 517
can someone please help. I am trying to get this run asap.
Thanks in advance.
February 20th, 2009 at 3:50 pm
For example, I want there to be a rating under each user’s post available so others can rate the post and there to be a cumulative rating (if there is such an option) under the users author name.
February 20th, 2009 at 6:38 pm
Very good Plugin…
can we have an a functionality like…
user required (some $ points) to View/Download Post/files.
waiting for reply.
February 20th, 2009 at 10:48 pm
@Tsu: You will need to edit comments.php and/or functions.php (if WP2.7 and custom layout for comments is used) to do that. Put the following code in:
< ?php cp_displayPoints($comment->user_id); ?>@Varun: What plugin do you use to manage your files? We don’t plan to actually implement a “file managing” function in CubePoints, but we can think about integrating with other plugins.
February 21st, 2009 at 6:23 pm
hello seem like you skipped over my issue
im getting a fatal error when ever i activate the plugin
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /nfs/c04/h01/mnt/59584/domains/vuzeum.com/html/wp-content/plugins/cubepoints/cubepoints.php on line 570
i would greatly apreciate the help
Thanks
February 21st, 2009 at 6:25 pm
Hello MJ,
May I know what version of CubePoints you are using?
Thanks.
February 21st, 2009 at 8:29 pm
Hello JL
Thank for response. I’m using version 1.2.4
February 21st, 2009 at 8:35 pm
@MJ:
Sorry, I really thought I replied to your comment already. What PHP Version are you running? WP Version? Any other plugins?
Thanks for submitting a bug, and once again, sorry for ignoring your comment :(.
February 21st, 2009 at 9:00 pm
Its all good..
im on media temple not sure which php version im running.
wordpress 2.7
im running a bunch of plugins.
sociables
adsense manager
avatar
duplicate post
limit post
linkshare
just to name a few.
which plugins does cubepoints usually have conflict with
February 21st, 2009 at 9:08 pm
There isn’t a lot of known conflicts found, and those you named are not part of the conflicts.
Mind giving us some time when we figure out the problem? Thanks =)
February 23rd, 2009 at 12:09 am
Is it possible to minus points for adding new posts (not for comments)? I need this function on one my blog very much.
February 23rd, 2009 at 1:10 am
Hello,
Well, you could put a negative number for the creation of posts.
This way, points will be subtracted for creating posts.
Hope it works well for you. Do give feedback on how it went!
February 23rd, 2009 at 1:20 am
Well, seems it works fine. Thanks :)
February 23rd, 2009 at 1:22 am
Glad that it works for you. Just for my curiousity, why do you subtract points for users creating posts?
February 23rd, 2009 at 1:32 am
My site is something like Yahoo Answers, as you probably know it uses the same system (minus for questions, plus for answers :))
And one more question:
What if I have less points than the negative number for new posts is?
February 23rd, 2009 at 8:31 am
Oh for this, it would be capped at 0. Means users would still be able to make posts but their points will remain at 0. However, slight modification to the code would allow you to disable posting for users with insufficient points.
February 26th, 2009 at 9:53 am
Cube Points is working now.Keep up the good work.
When do you think store feature would be added.
February 26th, 2009 at 10:24 am
also is it possible for us to hire your team for further customization
February 26th, 2009 at 4:34 pm
Peter and I are actually quite busy recently.
As such, we might take a while more before we integrate a store into CubePoints.
But to answer your question, yes we can help you with further customization.
Do drop us an email to admin@techcube.net if you are interested.
February 26th, 2009 at 5:47 pm
Wont let user’s donate what should i do ?
February 26th, 2009 at 9:58 pm
Really a great plugin….
i would like to request an option..
i need to Restrict post counts in few categories alone.
provide a Selection in settings page to choose the categories for Post counts.
it would be great… :)
let me know your views about it…
February 27th, 2009 at 1:11 am
Hey guys,
same “cannot activate plugin”-problem here! I deactivated all plugins to see if its conflicting with sum other plugins but nothing.
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/14/d166908482/htdocs/mitstil/wp-content/plugins/cubepoints/cubepoints.php on line 569
What is it?
February 27th, 2009 at 6:21 pm
Hi – i love that Plugin
but miss one small funktion.
I want to give my users for every visiting a point to create traffic.
It`s ? possible ?
February 27th, 2009 at 6:41 pm
MJ & Julius Koroll:
To fix the T_OBJECT_OPERATOR problem, change line 569
from:
$uid=get_userdata($result->uid)->user_login;
to:
$tmp=$result->uid;
$tmp=get_userdata($tmp);
$uid=$tmp->user_login;
This is because the PHP version you are using is an older version. CubePoints is being coded and tested in PHP5, so sorry for the error there.
conso & SAP Artilcles:
Thanks for both of your suggestions. These two ideas are already in our TODO list, but it might not be ready till awhile later. (:
February 27th, 2009 at 7:21 pm
Hi
i have not yet used any file manager… but looking for it… with the functionality i mentioned…
i actually updated to latest cube points and few functionality stopped working…
- Transfer points does not work ( a popup window appears and nothin inside it )
- when i mouse over a User.. a tooltip shows show many post and commeent. before… but now nothin appears… only a progress bar appears…
:(
February 27th, 2009 at 7:47 pm
Hello Varun,
Sorry to hear that all that you mentioned is not working well for you. I’ve just tested the latest release and its working on my machine (PHP 5.2.5/Apache). It would be good if you could tell me the PHP version you are using, and if you have, a link to the website with the problem. Once you chosen a file manager, you can let me know and I’ll post up some instructions on how to integrate it with CubePoints.
February 27th, 2009 at 7:50 pm
Hello Varun,
I assume the website you are referring to is http://www.sapspot.com.
I’ve visited your website and saw the problem.
It appears that not all files are properly uploaded to your website.
One particular file you should look out for is actions.php.
This file handles all ajax requests so without it, all the problems you describe will occur.
Let me know if your problem is solved (:
February 27th, 2009 at 8:51 pm
I just now REPLACED all the Files and checked…
still same problem… :(
it actually worked well in your previous version…
i updated and not workin… and after that i installed “post notification” plugin… i think it might coz problem… not sure..
March 3rd, 2009 at 4:50 am
Great Plugin.. No rush or anything but when do you think you’ll have the users purchasing points via paypal and the shopping cart ready?
I would really like to use this on a new project I am working on :)
Thanks and keep up the good work!
March 3rd, 2009 at 5:06 pm
We haven’t started on the shopping cart and paypal part.
But we should include it in the next release.
Not sure when it will be, but shouldn’t be much long later.
March 3rd, 2009 at 9:28 pm
How can I make points visible to unregistered users as well. I’m using this code
in comments.php next to the comment author name and I noticed that points are visible only when I’m logged in. Is it possible to change it?March 3rd, 2009 at 10:21 pm
Has there been any updates on Wordpress MU compatibility?
March 3rd, 2009 at 10:22 pm
Not at the moment, unfortunately.
March 4th, 2009 at 6:34 am
Are there any plans on making it WPMU-compatible? I’ve love to use this with BuddyPress too…
March 4th, 2009 at 10:21 pm
Hi!
Can you help me use CubePoints and PostRating plugins together? I mean, when user add + or – to post, the author of post receive cebepoints.
March 5th, 2009 at 9:58 pm
@Neo: As docs on WPMU are extremely limited, it is pretty hard to debug what the problem is. We will be trying our best to do so. We see that there are a lot of requests on it, so we will work extra hard on that one =)
@brainsolid: More hooks are to be come out in the next release… (Which shouldn’t be far away) We could definitely integrate with Post Rating plugins!
March 6th, 2009 at 12:21 am
@Peter
I think CubePoints would best work side-by-side with BuddyPress to create an amazing combination.
March 6th, 2009 at 9:49 am
@Peter and brainsolid
that would be definately awesome! i’m building some multiuser resourse with both postratings and comments vote (same +/- for comments), and seek for a way to integrate cubepoints with them, that would be totally kickass
March 6th, 2009 at 8:21 pm
does not change the language.
v 1.2.4 can not include the Chinese and German. how and where it can be done?
March 6th, 2009 at 8:28 pm
@Capic: Are you sure that your WP_LANG is set correctly in wp-config.php?
March 6th, 2009 at 8:59 pm
not sure, but there were not any problems.
wp 2.7.1 tell me how to be correct.
To translate the plug-in Russian, if you need only send a check it.
March 6th, 2009 at 9:15 pm
Is your WP in Russian (or whatever language you wanted it to be in?)
March 6th, 2009 at 9:20 pm
My wp in Russian.
in wp-config: define ( ‘WPLANG’, ‘ru_RU’);
March 6th, 2009 at 9:22 pm
Yeah, it will only show ru_RU translations. Currently, we only have de_DE and zh_CN. However, if you want to help us translate, sure thing!
March 6th, 2009 at 9:30 pm
I have made a transfer.
has corresponded with you already understand the settings.
Now check your translation, and if everything goes well I can send you (if you want)
March 6th, 2009 at 9:53 pm
Sorry for my poor English.
I made a translation into Russian, you send it?
If you need a Russian translation, give me your e-mail.
Thanks for help
March 7th, 2009 at 12:15 am
Hello Capic,
Thanks for translating CubePoints into Russian.
We would appreciate if you could email it to admin[at]techcube.net
March 10th, 2009 at 3:21 am
Good start with this project! I’m very interested and looking forward to using your plugin one day.
Some suggestions:
-set by admin the minimum number of characters (excluding links, quotes, etc.) to earn comment points. ie: if people simply type in yes or no or ok, they won’t earn points.
-require points to access locally stored files. ie: create a post, upload/insert pdf, doc, etc. file – no points, no access. Increase community contribution.
-daily points for logging onto the site. Incentive to check out the site often.
-use points in a raffle system. ie: member can buy 1 raffle ticket for x points. if raffle ticket is chosen, earn prize. Another way to increase contribution.
-retroactively calculate points so that if a site has been running for years and they discover your plugin today, the points can be given from a certain date or from start date.
March 11th, 2009 at 12:06 pm
Just curious… why don’t you use cubepoints on this site? Lots of comments on this post… would be interesting to see in action.
March 11th, 2009 at 12:47 pm
lol good point… haha
March 13th, 2009 at 12:56 am
Hi there , nice plug in …keep your good work, do u do any other programming work ? i dont mind paying for it
regards
Mike
March 13th, 2009 at 7:06 pm
@jason & neo:
We didn’t use cubepoints on this site because not many people actually registered and sign in to comment.
@mike:
Yes, we do other programming work, provided we have time. We are students who have a lot of other commitments too (:
What do you have in mind?
March 14th, 2009 at 1:28 am
How can I set starting number of points for new users? For example I would like to give 100 points to every registered user automatically. Is it possible?
Thanks
March 14th, 2009 at 1:58 am
@Jonathan Lau
I just registered! ;) I have a question, what plugin is that on the very top right of your website. You know, the one with the welcome message, login, and search option. Thanks in advace!
March 14th, 2009 at 2:04 am
@Neo: Thanks! The one you are refering to is not a plugin. Its some javascript which I coded into my theme. If you like, I could write a tutorial teaching you how to do something similar (:
March 14th, 2009 at 2:13 am
@Jonathan Lau
Thanks for the quick reply! A tutorial would not only benefit me but the rest of your users as well! Also, I think the”Quote Comments” plugin (http://wordpress.org/extend/plugins/quote-comments/) might be of used here. :P
March 16th, 2009 at 12:09 am
I’ve been playing with cubepoints and i’ve had some succes keeping the points with WordPress MU and BuddyPress. Currently I’ve got it working at my main portal http://artistblog.me
I’ve changed it from multi-user to single user because I wanted the cubepoints to be sitewide; this to encourage people to review stuff and get points for it.
My changes which forces cubepoints to use one general table (it is also giving problems with the post id’s so that might need to be changed to give that current post permid instead of id)
// define(’CPDB’, $wpdb->prefix . ‘cubepoints’);
define(’CPDB’, ‘cubepoints’);
The idea behind it would be that after 50 cubepoints (which are 10 good reviews) a user would be able to register a blog at the portal.
Although, I’ve got BIG problems with Ajax ; I cannot copy the problem again but I saw there were errors with the AJAX script powering the “donate” which is now currently active on the http://development.artistblog.me website as test ; although it seems to be giving a lot of problems / conflicts with it’s pulldown interface.
I’ve seen once problems with the “pulldown menu” related to qtranslate and pageflip ; which I’ve disabled and tested again to donate. Again no success and I am unable to see which errors there are at that moment. Give me Perl or PHP, but Ajax is over my league …
Is there any possibility to get an ajax-free interface ? or atleast a clean-up version ? because it could be used on Wordpress MU fairly easy if those ajax problems get ironed out …
March 16th, 2009 at 12:23 am
I’ve just noticed the cubepoints applet is not visible when not logged in – I could create a test environment on beta.artistblog.me with a post and new user where you could see the error yourself ;
mail me to the address which i’ve used posting these two messages for more info.. thank you ;)
March 17th, 2009 at 5:14 pm
@Freaking Wildchild: Would you mind sending some screenshots of your drop down menu problems? Also, if you don’t mind, we would love to have a look at your modified cubepoints.php as well =) You can send them to admin [/at*] techcube [*dot./] net. Thanks!
March 18th, 2009 at 10:20 pm
Will there be further development by adding some of what has been suggested by other users? Just curious to find out what you will be working on next. Keep up the good work!
March 18th, 2009 at 10:37 pm
Definitely! We realized that the development might be slow due to our busy personal schedule, but we promise that these suggestions will eventually carry out.
Thanks for supporting!
March 20th, 2009 at 6:07 am
Hello,
really great plugin! I love it! But I am still missing something :P
Wanted features:
-reset points periodically (every month,year ect.)
-starting points (e.x. every user will recieve 100 points at first sing in)
-easy interface for giving the points to other user when I like his posts. I mean, something like a button in the end of the post, when it is hit the author of the post will recieve e.x. 1 point from me or other users…(sorry for my english)
I am really looking forward to see that “TODO” items implemented ;)
Good luck!
March 20th, 2009 at 5:21 pm
Hey guys,
1. Incredible plugin. Sincerely, a great idea that I can’t wait to get up and running.
2. I’m having some problems with the widgets. I’m not sure if it’s a PHP4 issue or not but I was a “uniqid() expects at least 1 parameter” error so I changed line 656 from “$uniqid=uniqid();” to “$unique_id = uniqid(rand(), true);” It got rid of the error but I’m not sure if it fixed the problem or made it worse. I’m getting no information in the mouseover popups or in the popup donate box. Any ideas?
Thanks! I’m super impress with you guys.
Brett.
March 20th, 2009 at 5:29 pm
Hello Brett,
Yes, the error looks like a PHP4 issue.
According to the PHP manual, the prefix parameter in uniqid was made optional since version 5.0.0. Adding in that parameter should work.
However did you accidentally chnaged the variable name $uniqid to $unique_id? If so, this might be the cause of the problem.
If you have a PHP4 server that I could use to debug script, I would gladly do so and eliminate all the bugs! I could install PHP4 on my local server, but that would be too troublesome (:
Thanks for your feedback.
March 21st, 2009 at 12:30 am
My site opens slower after installing CubePoints. I think it’s becouse of so many javascript files…
Are all these js files necessary? Does it have any influence on site load speed?
Thanks
March 21st, 2009 at 1:02 am
Hi Levani,
Thanks for your feedback on this issue.
I just did a quick test and it showed that Wordpress took less than 200 ms longer to load with the CubePoints plugin.
In total, CubePoints is only 114 KB, so it should not be influencing your site’s load speed.
Could it be due to other plugins or some other issues?
If there’s anything that is unnecessary or could be removed, feel free to suggest and I’ll see if it would optimise the loading speed!
March 21st, 2009 at 1:53 am
Thanks for quick response.
I’m afraid I’m not so familiar with programming to suggest you what is necessary and what not… :)
Is it possible to move these js files somewhere lower? For example before /body tag?
March 21st, 2009 at 1:55 am
I don’t think that would help much.
The JS files are below 65KB, which is far smaller than a tiny image.
It shouldn’t have any noticable effect on the load of your site.
If you could give me the URL of your site, I could help you have a quick look.
March 21st, 2009 at 2:17 am
This is my site: answers.ge
March 21st, 2009 at 2:41 am
Hi Levani,
I’ve done a profile of your site and these are the results:
http://orbitupload.com/get/answers-ge03.png
Its a brief timeline of the load time of your page. The files from cubepoints are marked with a red arrow. As you can see, the files which is loaded by CubePoints doesn’t take up much time. I see you have hotlinked jQuery from their server. This script is the one that is slowing down your page by a lot. Since CubePoints comes with jQuery, you should safely be able to remove that file.
I hope that would solve your problem of slow loading time for your site.
March 21st, 2009 at 3:03 am
You are about jquery-latest.min.js, is that right?
March 21st, 2009 at 3:04 am
Yes. Thats right.
Try removing that and see if your site loads faster.
I doubt CubePoints is the one slowing it down (:
March 21st, 2009 at 4:11 am
Strange… There is no file in source code with this name. Not in header.php as well. Have you any idea where can I find it?
March 22nd, 2009 at 4:20 am
Now I’m quite sure that cubepoints make wordpress work slower. I tryed to move all cubepoints js and css files at the bottom and my site became much faster.
Please think of it in new version, to remove some unnecessary files or compress somehow. I have some experience of using wordpress plugins and I’ve never seen any, using 7 js files. :)
Thanks
March 27th, 2009 at 2:44 am
I’m asking once again about the starting points… How can I give several points to every registered user automatically. Anyone can help?
Thanks
April 7th, 2009 at 2:43 am
Hi there – thanks for the great plugin! A few quick questions:
1. Is it possible to not-require logging in to gain points (based on unique email address/cookie) We would prefer to not force people to login to contribute, and we’re also using Facebook Connect.
2. How does the “do not include these users” in the widget/configure work? Is it looking for a name, an ID number? When I put in a name “John Smith”, and enter, it changes it to “JohnSmith” and the user still shows in the widget.
April 7th, 2009 at 11:57 am
The plugin is great, but unfortunately we cannot get the donation feature to work. When a user clicks on donate it brings them to a new window. When they type in the name of the user, the amount to donate and click donate…nothing happens. We have enabled user-user donations in the settings. Any ideas?
Thanks!
Corey
April 7th, 2009 at 3:31 pm
Hello Corey,
This should be because thickbox.js is not loaded.
This could be due to certain reasons:
1) Thickbox works on jQuery, and your site / another plugin on your site might be running prototypeJS. These two scripts conflict with each other.
2) You’re clicking on the link before the page completely loads.
If you could give me your URL and a test account, I could help you have a look.
Hello snipe:
For your first point, I guess its only possible with a bit of tweaking. Currently, points are stored in a separate table with usernames as one column and points as another. You could alter the script such that it stores email instead. Also, using cookies would make the point system easily “hackable”.
For your second point, its looking for the username of the user. (i.e. the one you type to login, not the real name)
Hope this answers your questions (:
April 8th, 2009 at 8:45 pm
Hey Jonathan,
I sent the login/pass through the contact page on your site. I really appreciate you looking into this for us. We are very excited about your plugin especially with the new planned features (store and paypal).
In the future versions is there a way to fix the conflict with prototypeJS?
Thanks,
Corey
April 8th, 2009 at 8:52 pm
Hi
really cool plugin.
How about paying the users via paypal for their Earned Points.
any comments ?
April 9th, 2009 at 1:01 am
Also I have noticed when the plugin is loaded it breaks the WP Ajax Edit Comments plugin. Any idea why this would happen?
Thanks,
Corey
April 15th, 2009 at 7:59 am
I can back up Corey’s comment on the donation doing nothing.
I get the popup window, type in the ID and points to donate, then when I press the Donate button it seems to subtract that amount of points in the popup window but when I refresh the site nothing has been reflected. My points neither have gotten subtracted nor has the person’s point increased.
I only have shadowbox plugin implemented. Also, if this is a JQuery issue, maybe the conflict should be looked into.
Just chipping in my 2 cents.
April 15th, 2009 at 9:00 pm
Another issue I found is with the sidebar widget. “Hide the following users” will not hide a user if there are spaces in the user name. For example, I have a personal account called Lens of Truth. Every time I enter in the name as Lens of Truth it corrects it to LensofTruth.
Thanks,
Corey
April 15th, 2009 at 9:13 pm
Thank you all for your bug reports. I know we say it a lot of times, but this time we are not slacking off. We will be working on them shortly.
@Corey: Try typing into the User ID of the user you want to blacklist.
April 16th, 2009 at 6:15 am
Hey Peter,
No, that still didn’t work. I tried 9, ID9, ID 9 and it still show up. Also, I noticed that you can click on the users name in the sidebar and it will display the number of comments made and posts published. It looks like its getting the count wrong, possibly counting all comments/posts that the user has made on the site, not since the plugin was activated. Also, can you make it so you can turn this feature off in the admin panel?
I know you guys have been busy, but I am still having issues with the donations. I set up an account for Johnathan last week to take a look. Any word?
Also another feature request that I think would be helpful is a comment field for when you make adjustments to points in the admin panel. This would help in the logs greatly. (Ex: Added 10 points for watching our live gaming show.)
Thanks,
Corey
April 16th, 2009 at 7:32 pm
Another bug (maybe only me). When I try to personally update or change the number of point in the admin panel… it logs me off. What I mean is, I go to the cubepoints admin panel, look up a user, put in the point I want to reflect to the user and then when I press the GO button to the right it suddenly takes me to the wp-login page. I’m on php4 and ie6.
April 17th, 2009 at 5:50 pm
Hi Peter,
First i want to say: “This plugin is great!”. I have some fiew ideas. Maybe it is fun to let people watch pages if they have 500,1000 (or whatever you set up.
And maybe you can give people “Ranknames” like, wealthy, milionair, rich bastard..
Keep up the good work.
I am watching for the shop update every day! hope it comes soon.
April 19th, 2009 at 1:30 am
Some updates on CubePoints:
1) We have released a new beta version which fixes some problems and adds some functionality. Its a small update, we’re working on the rest currently.
To read more, go here:
http://techcube.net/2009/04/cubepoints-125-beta-1-released/
2) A live demo site with admin access has been set up so you can test the functionalities of the latest stable release each time the plugin has been updated. This site will be reloaded every hour.
The site can be accessed here:
http://cubepoints.techcube.net
Thanks for all your support, we’re trying our best to work on all other feature requests / bug reports. If anyone is interested in joining the dev team, do contact us using our contact form.
April 20th, 2009 at 5:16 am
Hi..
I’m trying to install the Cubepoints plugin on a Wordpress MU installation, with Buddypress installed also..
But when trying to install Cubepoints, it gives me this message:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/brian/webdirs/danskwebshopaward/wp-content/plugins/cubepoints/cubepoints.php on line 569
I tried installing the plugin on another domain on the same server, and that worked fine…
What could be the problem, is it Buddypress, or Wordpress MU that gives troubles ?!
Best wishes
Brian Brandt
April 20th, 2009 at 7:35 am
Hello Brian,
For as far as I know, that problem seems to be a PHP4 problem. Are you using PHP4?
Keep in mind that CubePoints was not designed to be used with WordPress MU, not to mention BuddyPress. Some of the users have already reported incompatibility. We are trying to fix this problem, but since the docs on WPMU plugins are extremely limited, we couldn’t really do much.
Check back regularly for updates, though!
April 20th, 2009 at 9:41 am
Just wanted to ask again, has anyone noticed when the plugin is loaded it breaks the WP Ajax Edit Comments plugin. Any idea why this would happen? I use this plugin all the time now I missed it with cubepoints activated. :(
Thanks,
Corey
April 21st, 2009 at 1:18 am
:) When you plan to include the point-shop in Cube Points? It would be perfect!
May 4th, 2009 at 1:35 pm
i am waiting for that point shop feature too..that will be awesome..and also support for paypal and alertpay..
May 4th, 2009 at 10:20 pm
hi..i just started playing with this plugin..i have an question..is it possible to enable point system for any commenter not only for reg user..cz sometimes people dont want to register and some sites like mine i dont allow anyone to reg the site..so it will be realy helpful if u added this feature or tell me how to do that..i read the post here about this matter but not very clear as i am not very expert about database language..
May 9th, 2009 at 8:58 am
@ebeggingonlinedotcom,
I am sure this question has been answered before in the comments. At the moment, CubePoints only has effect on registered users, because tracking for non-registered visitors can be hard.
However, stay tuned and come back regularly to check on any updates!
May 17th, 2009 at 1:31 pm
Hi, I’ve been using CP for about a month now and had recently needed to remove the CP Widget from the sidebar.
Is there another way of displaying the Top CubePoints Users on the side bar?
I already tried [cubepoints toplist 25] but that doesn’t work.
May 17th, 2009 at 5:05 pm
Hi Li,
[cubepoints toplist 25] only works for displaying stats within a page or post, not in the sidebar.
There’s two ways you can customise the sidebar widget.
#1: Edit the cubepoints_pointsWidget() function (*recommended)
#2: Use the current available functions to generate your own static widget
You can read more about advanced config from the latest docs here:
http://techcube.net/cubepoints/docs/1.2.4/#advanced_configuration
May 17th, 2009 at 5:24 pm
Thanks for the response, however, I should have made my question a bit clearer. I was asking if there is another way to display the Top CP Users on the sidebar without using the Widget aspect of the plugin?
An alternative way of asking this question is: can I display the Top CP Users on the sidebar if it’s not a Widget-ready sidebar?
May 18th, 2009 at 11:04 pm
What are the files indicator.gif and macFFBgHack.png?I downloaded this plugin,but it slows down my wp, because of missing this non-existing pictures.Maybe you have made a mistake in code
May 18th, 2009 at 11:11 pm
I’ve no idea what these two files are.
As far as I know, I haven’t come across these two file names before.
It might be some files associated with jQuery thickbox, a JS extension used by CP. Anyway, I’ll look into this to find out more since one or two others have also commented that this plugin slows down wp. Could you tell me where you got the names of these two files?
May 19th, 2009 at 11:13 pm
Sure, this names are red highlighted on http://tools.pingdom.com/ when you try own URL. Like this one http://tools.pingdom.com/?url=http://cubepoints.techcube.net/&treeview=0&column=objectID&order=1&type=0&save=false
May 20th, 2009 at 12:18 am
Hello Zohan159,
I’ve checked out the missing files and macFFBgHack.png appears to be coming from thickbox. I downloaded and used thickbox from http://jquery.com/demo/thickbox/ and that file wasn’t up for download.
However, I found the original file which you can download from here:
http://trac.wpwp.org/export/54/trunk/thickbox/macFFBgHack.png
Just place them in the /cubepoints directory.
As for indicator.gif, its coming from jQuery Autocomplete.
Again, its a case where the image is referenced in the css but not available for download.
What you can do now is comment out this line in autocomplete.css:
“background: white url(’indicator.gif’) right center no-repeat;”
You can read more about it here:
http://www.nabble.com/indicator.gif-does-not-exist-td20131998s27240.html
May 20th, 2009 at 6:33 pm
Thanks for advice,Jonathan.Are you working on some new plugin for wp or new version of cubepoints?
May 20th, 2009 at 7:34 pm
Nop, not at the moment.
We know we haven’t been doing much updates to the plugin, but thats because Peter and I are really busy (we’re 15 and 17 yr old sch students). We usually have much more time towards the end of the year. :(
May 22nd, 2009 at 1:27 pm
Can I help you with beta testing?Are you looking for some serious partner?
May 30th, 2009 at 9:46 pm
I can also help with beta testing…
Looking forward to see the stable release of the plugin. As I asked above the simple statistic page would be great!
June 6th, 2009 at 7:16 pm
How can I display top users list without widget?
June 6th, 2009 at 7:42 pm
Please take a look at the Documentation, under “List Top Users” http://techcube.net/cubepoints/docs/1.2.4/
June 6th, 2009 at 8:56 pm
There are only shorttags but I would like to display it in sidebar, not in post or page. What would be the PHP code look like?
June 6th, 2009 at 9:06 pm
Ah, I get what you mean now, it should look something like this (line 683 to 698 of cubepoints.php):
cp_topPointsDisplay($count = 10, $return = 0);
If $return = 1, it will return value instead of echo it out.
June 6th, 2009 at 9:30 pm
Thanks, this code work fine. Still have some more questions:
How can I exclude users from the list?
How can I show the number of posts and comments made by the user in a popup, without leaving the page?
June 6th, 2009 at 9:58 pm
Try the “blacklist” settings in the Options page… or does it not work?
I believe we haven’t implemented that feature yet… We will though in the.. (cough) near future. ( http://techcube.net/2009/06/updates-on-techcube/ )
June 6th, 2009 at 10:15 pm
Thank for the quick response. Hope this will be available in next release. And one feature request about the top users list. I think it would be great to add the ability of sorting users by date range. For example show top users only in this week/month and so on, with a simple tab navigation to choose the date range.
June 6th, 2009 at 10:17 pm
Ah, that’s a nice idea. Sure, we will keep that in mind. Thanks for your continued support!
June 7th, 2009 at 11:16 pm
Doesn’t work with custom user tables. Tried editing the code to use my custom tables when requesting access to “users” or “usermeta”, but still doesn’t want to work.
Custom user tables as defined in WordPress documentation.
Also be nice to see a custom php function to award points to users for custom tasks? Didn’t see any documentation for such a function call.
June 13th, 2009 at 10:29 pm
I have an idea. Can you do something like private CubePoints-text (for every user different private CubePoints text)? For example: it should contain simple text with my opinion about their comments.
June 14th, 2009 at 7:30 pm
Hi,
Love the plugin, good work.
I have been using it for a while (v1.2.4) on wp2.7.1 without issue but I have now gone to v2.8. If you upgrade wp the plugin continues to work without problem but I get the following issue when activating on a new install of 2.8: Parse error: syntax error, unexpected T_OBJECT_OPERATOR in wp-content\plugins\cubepoints\cubepoints.php on line 569.The only other thing to change on the clean install is the db table prefix from wp_.
Are you able to help.
Thanks in advance.
June 23rd, 2009 at 3:16 pm
Dear developers!
If this not so hard to do, maybe you can help integrate postratings and comments vote plugins with your CubePoints?
June 26th, 2009 at 8:08 am
Hi.
Is it possible to let the points of each member increase with a set amount of points every month? That would be a nice feature :)
June 29th, 2009 at 12:20 pm
Great plugin thanks heaps. xD
July 2nd, 2009 at 4:28 pm
Hey,
I also like this plugin but I always get this error message in the sidebar when using the widget to show the top users:
“Warning: Invalid argument supplied for foreach() in /…/…/…/html/wp-content/plugins/cubepoints/cubepoints.php on line 654″
What can I do?
July 3rd, 2009 at 3:03 pm
Hey,
sry for posting again but is there a chance to run cube points and buddypress at the same time. Because cube points causes problems with buddypress when trying to upload an avatar – they always turn black.
Any idea?
Thanks in advance!
Greetings
July 14th, 2009 at 1:51 am
Hi, I have been using cube points from months. Now I have some suggestions,
1. Rank (Based on preconfigured score points user will meet certain rank like from Rank 0 to 10)
e.g.
500 Score = Rank 1
1000 Score = Rank 2
……..
upto
20,000 Score = Rank 10
2. Profile
Every user’s Score and Rank will be displayed on his/her profile, if possible listing its linkable posts and comments.
July 14th, 2009 at 6:10 pm
Love this concept. Have been looking for this for quite sometime!!! Unfortunately my theme uses the jCarousel plugin for sliding featured posts and it breaks down if I activate the plugin. Any suggestions?
Also can there be a one click solution to deduct points or add points to a group. Like I would like to deduct x points from all “Authors” at the end of the month or give 10 points to all “Editors” – that is one feature I would love to see.
July 14th, 2009 at 10:26 pm
Coming soon to a shop?
So where is the points by icons or so can swap? Stop where you can insert yourself things ^^
July 15th, 2009 at 6:19 pm
Activating this plugin would break our sliding carousel running on jQuery. So we asked our carousel developer for a solution. He did his vodoo magic and got our carousel to work with most plugins it had a conflict with except… Yep… your plugin… which we most wanted to use. Now here’s the note from our carousel developer. It seems there may be some changes needed at your end of the code. Can you take a look and see if you can release a new version. Here’s our developer’s note:
The plugin makes a call to the jQuery library even if it already has been called. It doesn’t use the correct Wordpress javascript call function.
July 15th, 2009 at 8:14 pm
@zapata Ah, thanks for telling us that! We are on our way toward the next release (I swear!) and I will definitely fix that.
This release will mainly be a bugfix release with a few new features.
July 16th, 2009 at 4:33 pm
Peter, I found an interim solution, I removed the jsquery.js file and jtips.js so we could get the carousel working and it seems without the two files your plugin too seems to be working fine.
The only major issue I see is our site is now slowing down by say 4 to 7 seconds. Not sure what this could be and how you could tighten this up.
Trying to integrate CubePoints with Thumbs up/Thumbs down rating of posts where each thumbs up would earn the author a bonus point and every thumbs down would give the post author a negative point. not sure how to go about this one. still struggling.
July 16th, 2009 at 4:56 pm
another issue we just found is that an author ends up getting points even if they edit and update their published posts. you might want to take a look into this too.
July 16th, 2009 at 9:07 pm
Hey,
why cant I display the highscore?
I always get this error message:
“Warning: Invalid argument supplied for foreach() in /…/…/…/html/wp-content/plugins/cubepoints/cubepoints.php on line 654″
Please HELP me!!!
July 17th, 2009 at 8:02 am
@zapata: I am guessing the extra seconds is used to search for the missing jQuery file. I will try to pull up the fix as soon as possible.
Do you have Logs feature on? We check if the author has earned points for a post or not by using the Logs.
To integrate, you’ll have to look into the codes of the rating plugin, find where it does all the database transaction or postmeta changes and add this line in there:
@die_maske: Do you have any users/points currently already? It seems that there is no information in your database.
July 17th, 2009 at 12:43 pm
Peter, what file could I go in and comment out the search for the jQuery file. this could provide as a band-aid immediate relief.
what’s the logs feature? sorry I’m an amateur in programming world.
Gotcha.
Do let me know if you guys need any more feedback. Please feel free to email me and I’ll be glad to give you any info that can help you fine tune the plugin!
July 17th, 2009 at 9:10 pm
Hey Peter,
thanks for your fast answer.
Yes, I have users and the’ve already earned points.
What do I have to change?
Greetings :-)
July 18th, 2009 at 2:53 am
Tony, your suggestion was spot on. I commented out the call to jquery.js in the cubepoints.php file. And the speed is back up to almost normal! thanks!
July 18th, 2009 at 8:00 am
Peter, what line to add in other plugins to (a) add points (b) subtract points
July 18th, 2009 at 6:37 pm
@zapata: Sorry for such a late response. Use the following code:
< ?php cp_alterPoints( int $uid, int $points ); ?>
$points can be positive or negative. Positive meaning add points, negative meaning subtract points. For $uid, put in the ID of the user you would like to alter.
July 18th, 2009 at 6:38 pm
@die_maske: Can you email admin@techcube.net with your login + website details? I would like to have a look at your blog. Thanks!
July 20th, 2009 at 12:27 am
Peter, I haven’t start working on applying the hook of CubePoints to other plugins. But here is an issue that we’ve noticed. After commenting out the calls to jquery.js and jtips.js files, 2 days laters, we’ve notices that authors who publish a post are not getting points credited to them.
Another thing you may wanna note. A day earlier we have made some changes where in we moved quite a few posts from one category to another including tags were dropped or posts were assigned new tags. All this resulted in someway that CubePoints sees it as new posts being published and assigned credit points to each other of those posts that was moved.
Meanwhile, now, an author publishing a post is not receiving credit points.
July 20th, 2009 at 1:31 am
Peter, please ignore last issue. We got it resolved, it was an error at our end.
July 23rd, 2009 at 8:53 pm
On my site http://www.ps3blog.net/2009/07/23/castle-crashers-announc-for-ps3/?theme=fusion
When I have this plugin enabled (btw I love it). It breaks my theme a little. I’m not able to switch between the comment and trackbacks tabs any more. And there is a quote feature that no longer works. They also use jquery. Any ideas?
July 23rd, 2009 at 8:55 pm
Hi Tosh,
We roughly know what the problem is with jquery and will release a fix in due time. Meanwhile, you can comment out the lines which calls the jquery js. As for the theme, I’m not exactly sure what you mean. Maybe you could upload a screenshot somewhere?
July 23rd, 2009 at 9:08 pm
On the URL I listed above, try clicking comments and trackbacks. Normally they switch tabs, but they don’t after enabling the plugin. BTW I’m on 1.2.5 Beta 1.
July 23rd, 2009 at 9:10 pm
Try commenting out the line calling jquery in cubepoints.
There might be a conflict of variables somewhere.
July 23rd, 2009 at 9:22 pm
I commented out this line in the cubepoints.php file. Line # 820
echo ”;
And I got this error:
Parse error: syntax error, unexpected T_GLOBAL in /wp-content/plugins/cubepoints/cubepoints.php on line 1
July 23rd, 2009 at 10:23 pm
Can you double check? I just tried commenting and it works perfectly. If you could find no error, try downloading a new package, replace the old cubepoints.php with a new one and commenting again. I am guessing you might have commented something you didn’t want to in the process of finding the jquery line.
July 23rd, 2009 at 10:55 pm
The issue is not be able to leave comments. It’s being able to switch between Comments & Trackbacks. Then when you hover over the comment a quote box popped up before I activated your plugin.
I did remove that line. But since of the error I restored it back to original so the site would be usable.
I LOVE your plugin, just need to figure out how to make it place nice with my theme.
July 23rd, 2009 at 10:59 pm
No no, I mean, I can’t seem to find the error you reported after commenting.
Would you mind giving us a list of plugins that you use? We are REALLY trying to solve this problem here.
I have sent you an email. Please check your inbox as it is quite important. Thanks!
July 24th, 2009 at 2:31 am
Thanks for the support! Looking forward to the next update :)
July 24th, 2009 at 3:26 pm
The plugin is a super idea. Unfortunately, the user can still not buy from the points.
A new update would be nice
July 30th, 2009 at 2:30 pm
Hi, Great plugin, was looking for it.
Its perfect for encouraging users for comments & posts.
But if a admin wanna share revenue with users, can users purchase ad space/pageviews with points ?
e.g. 10 points for 10 pageviews of banner ad.
e.g. 50 points of 1 day text link.
(With help of additional ad management plugin or ad management could be added in CubePoints too)
p.s. If this function is already included or possible please let me know :) (sorry for bad English)
August 3rd, 2009 at 12:16 am
Version 1.3 of cubepoints has been released!
Fixes some javascript errors some of you might face with conflicting plugins.
August 4th, 2009 at 1:50 am
Thanks for the new release!!!
How should I update not to loose any data?
August 4th, 2009 at 1:57 am
Great plugin! I have a couple of questions though. There’s a section called Modules with a link to http://techcube.net/cubepoints/modules, which doesn’t exist. What are the modules for and where do I get them? Also, what is a cron job?
August 4th, 2009 at 11:42 am
@Levani: Just update as you normally would. Deactivate, upload and overwrite over the files, and activate.
@Liesl: We are still working on the module system, which will hopefully bring more functionality to the plugin. There are no modules available at the moment, but will be soon later.
For more information regarding cron jobs, visit: http://www.aota.net/Script_Installation_Tips/cronhelp.php3
August 4th, 2009 at 1:01 pm
Hi.
While recording with the new members get this error
Warning: Missing argument 4 for cp_log(), called in /home/ugursa/public_html/wp-content/plugins/cubepoints/cubepoints.php on line 250 and defined in /home/ugursa/public_html/wp-content/plugins/cubepoints/cubepoints.php on line 120
Warning: Cannot modify header information – headers already sent by (output started at /home/ugursa/public_html/wp-content/plugins/cubepoints/cubepoints.php:120) in /home/ugursa/public_html/wp-includes/pluggable.php on line 865
August 4th, 2009 at 1:50 pm
I’m terribly sorry for this problem. Edit line 250 in cubepoints.php to the following:
cp_log(’reg’, $uid, get_option(’cp_reg_points’,”), $uid);
A new bugfix release will be made.
August 4th, 2009 at 1:56 pm
Thanks to Ugur SELAM, CubePoints version 1.3.1 fixes an important problem. Please make sure you update to it as soon as possible. Thanks!
August 4th, 2009 at 2:12 pm
I installed the new version. but the same problem continues.
I think only my problem on my site
August 4th, 2009 at 2:14 pm
Thanks Peter!
August 4th, 2009 at 2:18 pm
And about the cron, I’m not really an expert, and I was trying to figure out how to use the feature to let new users start off with 100 points. It says there to add a cronjob and I’m confused as to what I need to do exactly. Sorry for bothering you so much. :/
August 4th, 2009 at 2:24 pm
Nevermind, it’s working now that I upgraded to the newest version. Thanks!
August 4th, 2009 at 2:27 pm
@Ugur: Would you mind sending information about your site to admin@techcube.net, including an admin acc so that I can have a look?
@Liesl: Nope, you don’t need cron to do that. Under CubePoints -> Configure, you will see an option titled “Amount of points per registration”.
August 4th, 2009 at 4:34 pm
Upload files via FTP but not corrected. Then add on the site was updated. The problem did not stay. Thanks Peter
August 5th, 2009 at 2:24 am
It didn’t work for 1.3 but it does with the new release. I had the same error Ugur had. Thanks!
August 5th, 2009 at 9:15 am
I see I see. Glad that it worked for you!
August 5th, 2009 at 1:53 pm
I am hoping that this is already included in some way, and I just can not find it.. I love the plug in – and it is working great.
I am hoping that there is a post-back setup (info sent to a link that adds points based on the email address or user name in the posting from the external site). I want site A to be able to credit site B via something being sent on the trigger I setup. Is this possible already? If not, would it be hard to create a post-back web page that all it does is parse this info?
August 5th, 2009 at 1:58 pm
My last post did not complete… It is something similar to the cron action of adding points:
/wp-content/plugins/cubepoints/cron.php?k=6470bf060a&new=100
I want to be able to go:
http://www.mysite.com/wp-content/plugins/cubepoints/cron.php?k=admin_pass=mypass&email=user_email_address&new=100
I hope this makes better sense now…
Thanks!
August 5th, 2009 at 10:38 pm
Hi Zhang go now this way to contact you ! My last 3 Email to Jonatan i waiting answer 1 week.
I pay very fast last week to includet my wishlist in the Plugin, and Jonathan offer me to finish it on last weekend.
Iam timing my project and dont know what iam doing now ?
Regards Carlos
August 5th, 2009 at 10:41 pm
Hello Carlos,
I’m sorry for the delays.
Please be paitient as we’re still working on the plugin and the extensions.
Jon
August 5th, 2009 at 10:54 pm
May I ask what are these javascript files necessary for? What happens if I remove them?
Thanks
August 7th, 2009 at 12:55 am
How can I get user’s points with an user ID in custom page template.
August 7th, 2009 at 2:26 am
For all who are waiting: CubePoints Store Beta http://techcube.net/2009/08/cubepoints-store-beta-release/
@Levani: Most of them are required for the Donate box, with the exception of jQuery + jTips for displaying points.
@Answers: Use < ?php cp_displayPoints([user id], [return], [format]); ?>
user id = the user whom you want to display points for. return = return/echo. 0 = return, 1 = echo. format = format the display or not. 1 = Prefix + points + Suffix, 0 = points
August 8th, 2009 at 12:02 am
I’m happy about the store. But the modules page says no modules exist. I have put the PHP in / wp-content/plugins / but unfortunately does not happen.
Can you please set an example of the table get to display the article?
Regards Michi
August 8th, 2009 at 12:09 am
You will need to activate the “CubePoints Store” Plugin in Plugin -> Add New
August 8th, 2009 at 12:22 am
I forgot the to activate the plugin^^. But I get error line 21-25 I have deleted it then it works.
Can you please set an example of the table get to display the article?
Michi
August 8th, 2009 at 12:46 am
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../../../wp-blog-header.php) is not within the allowed path(s): (/tmp:/var/tmp:/home/webpages/include/:/home/webpages/tmp:/usr/lib/php:/home/webpages/xxxx/xxxx/html) in /home/webpages/xxxxx/xxxxx/html/wp-content/plugins/cp_store.php on line 38
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../../wp-blog-header.php) is not within the allowed path(s): (/tmp:/var/tmp:/home/webpages/include/:/home/webpages/tmp:/usr/lib/php:/home/webpages/xxxxxx/xxxx/html) in /home/webpages/xxxxx/xxxxx/html/wp-content/plugins/cp_store.php on line 40
Warning: Cannot modify header information – headers already sent by (output started at /home/webpages/xxxx/xxxx/html/wp-content/plugins/cp_store.php:38) in /home/webpages/xxxxx/xxxxx/html/wp-content/plugins/cystats/cystats.php on line 199
Warning: Cannot modify header information – headers already sent by (output started at /home/webpages/xxxx/xxxx/html/wp-content/plugins/cp_store.php:38) in /home/webpages/xxxxx/xxxxx/html/wp-content/plugins/sidebar-login/sidebar-login.php on line 260
Here is a list of errors
I had me a little bit differently, the points you paid and then you can download the file.
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/webpages/xxxx/xxx/html/wp-content/plugins/cp_store.php:38) in /home/webpages/xxxxx/xxxx/html/wp-content/plugins/easy-contact/econtact.php on line 112
Warning: Cannot modify header information – headers already sent by (output started at /home/webpages/xxxxxx/xxxx/html/wp-content/plugins/cp_store.php:38) in /home/webpages/xxxx/xxxx/html/wp-includes/pluggable.php on line 850
August 8th, 2009 at 12:48 am
Here is a list of errors
I had me a little bit differently, the points you paid and then you can download the file.
August 8th, 2009 at 2:20 am
For the new update would it be possible when you mouse over the top users (widget) the pop up box right now gets hidden behind flash embeds.
August 8th, 2009 at 2:26 am
@MMM: I think that error only happens because you have open_basedir restriction. We will look into that problem and see how we can fix it.
@Tosh: That has to do with your flash embeds. You have to set a parameter for your flash setting wmode to be transparent.
By the way, the PayPal CubePoints Module is nearing completion.
Anyone willing to beta-test it?
August 8th, 2009 at 2:38 am
Thank you, i hope you can fix the problem.
Anyone willing to beta-test it?
I I want
lg MMM
August 8th, 2009 at 2:51 am
I did not get anything back on this, so I wanted to repost it to see if anyone had any ideas.
I am hoping that this is already included in some way, and I just can not find it.. I love the plug in – and it is working great.
I am hoping that there is a post-back setup (info sent to a link that adds points based on the email address or user name in the posting from the external site). I want site A to be able to credit site B via something being sent on the trigger I setup. Is this possible already? If not, would it be hard to create a post-back web page that all it does is parse this info?
It is something similar to the cron action of adding points:
/wp-content/plugins/cubepoints/cron.php?k=xxxxxx&new=100
I want to be able to go:
http://www.mysite.com/wp-content/plugins/cubepoints/cron.php?k=xxxxxx&email=user_email_address&new=100
I hope this makes better sense now…
Thanks!
August 8th, 2009 at 2:53 am
@Rodger: Hello, we’ll try to get this done soon. Do you have MSN or skype so we can talk about this?
August 8th, 2009 at 2:55 am
I do not use them, but I can give my email address to my blackberry if you have an email addy I can send it to (I do not want it published) – or if you can see the email that I used to leave this posting – it also goes to my blackberry.
August 8th, 2009 at 3:20 am
I can not find the settings (PayPal modules).
Regards Michi
August 8th, 2009 at 3:23 am
The settins are under CubePoints -> Modules
On the right of the table there’s a column called settings.
August 8th, 2009 at 3:33 am
I think my eyes are broken. Here’s a picture:
http://simsobjekts.lima-city.de/bilder/Unbenannt.jpg
August 8th, 2009 at 3:36 am
Did you update CubePoints plugin as well to the one i sent you?
You should be seeing this:
http://orbitupload.com/get/cp09.jpg
August 8th, 2009 at 4:23 am
I’ve just received an email written with the idea / Bugs
Michi
August 8th, 2009 at 12:58 pm
The Paypal Topup Module is now available. Get it now at http://techcube.net/cubepoints/modules/paypal-topup-module/ !
August 9th, 2009 at 3:15 am
Hey guys, great plugin!
I was just wondering, is there a way to make this plugin work with bbpress too? I have bbpress on my site (www.nintendostar.com) and it would be great if members could receive points for posting on the forum as well as our news reports. BBpress and Wordpress both use the same account, so this might not be so hard to do.
If you could let me know if there’s a way of doing it, that would be awesome, thanks. :)
August 9th, 2009 at 4:56 am
Good idea! perhaps you can also make with Simple Press. Jonathan did you get my email?
August 20th, 2009 at 9:22 am
Cube points is no longer picking up the names of people who register and make comments. Also is not updating points on some of the existing accounts. Any thoughts on how to fix this??
August 20th, 2009 at 11:13 pm
Validation Help…
Im validating my site using xhtml strict and have stumbled across some errors with this part of the cubepoints code.
…plugins/cubepoints/actions.php?&a=info&quser=Emma” class=”cp_info jTip” id=”cp_widget_info_Emma…
The ‘&a’ and ‘&q’ bits are causing errors such as…
Cannot generate system identifier for general entity “a”…
General entity “a” not defined…
Reference not terminated by REFC delimiter…
Any ideas on how to correct or work around?
Thanks in advance, keep up the great work on a great plugin.
August 21st, 2009 at 5:28 pm
hi i see the request for wpmu suport has been up since v 1.0. Is there any plans to integrate gp anytime soon. Or do we need to start looking elsewere for a similar plugin?
as of now none of the gp versions seem to work with mu. all installs and activate but, no users shows up in the list
/best regards lillbubs
August 21st, 2009 at 5:38 pm
Hi lillbubs,
We’re quite busy at the moment with other commitments, so I don’t think we’ll be adding support to WPMU at this point in time.
August 21st, 2009 at 5:43 pm
thats unfortunate to hear, well i wish you the best of luck with your other projects. :)
August 27th, 2009 at 1:51 am
Donate dont work on last wp 2.8
August 28th, 2009 at 6:31 pm
Hi,
Are you going to add level support in nearest future?
Thanks
August 28th, 2009 at 6:33 pm
Not that soon. Peter and I are really busy at this point in time.
Maybe you could write a plugin for cubepoints for that? (:
August 31st, 2009 at 1:41 am
Nice plugin, but I’ve got a problem.
Everything was working great, but now all we get is Error: Do not access this file directly.
Don’t have a clue why this happening, tried reinstalling, still getting same results.
Help would be appreciated, cheers.
August 31st, 2009 at 3:47 am
On a side note, it still gives out points correctly, yet we can’t view them in the sidebar widget and can’t donate them without receiving that error.
September 3rd, 2009 at 8:49 pm
Hey It seems that “Donate” button inside the donation screen does not work. Nothing happens when we click it.
————-
PHP – 5.2.10
WordPress – 2.8.4
CubePoints – 1.3.1
Donations enabled.
+ Also tested with all other plugins disabled.
September 4th, 2009 at 9:58 pm
I’ve set a negative number for writing new posts. How can I give the points back if the post is deleted?
September 8th, 2009 at 11:24 am
Just a thought for a future update. How about points for a daily visit of the site. Give people another reason to come back to your site every day.
BTW, I love the plugin :)
September 10th, 2009 at 1:41 am
Why does cp_alterPoints() function doesn’t allow to determine the type? I’m creating small hack to display user logs on site and this causes some troubles as I also want to integrate cubepoints with some rating plugins…
September 10th, 2009 at 3:14 am
I do not believe that here at some point what happened again. The plugin is really great, but if you do not even get an answer to questions, it’s already sad. Unfortunately, this is always the case with such amazing things.
@Tosh That’s what I’ve thought of that time and also one written, but that does not work Lol
September 12th, 2009 at 3:50 am
I have installed this, we are running a hosted mu environment with wordpress 2.8.2 and installed your newest version of cubepoints. When I click on the “Manage” tab none of my users are listed (even though some have points), and when I search for them they don’t show up. Any thoughts on why this is happening? thanks.
September 14th, 2009 at 5:36 am
I’m trying to display the cubepoints on a post on a multiauthor blog. I can’t seem to get it to work, it defaults to the pts total of the user that is logged in, I tried placing the following inside the loop:
It doesn’t work for me, but when I echo the_author_ID() I get the right number, and when I put in numbers like cp_displayPoints(4); it works as well. I don’t know why my code isn’t working…any suggestions on getting the cubepoints to display in the loop?
September 14th, 2009 at 9:06 am
Ah my code in the former comment didn’t display. this is the code I tried: cp_displayPoints(the_author_ID()) and I put it inside the wordpress loop.
September 14th, 2009 at 9:23 am
also tried cp_displayPoints(the_author_meta(’ID’),1,0)…inside loop..notta work…
September 15th, 2009 at 5:18 am
Are you guys still working on the store module?
September 15th, 2009 at 10:23 am
@Levani: That sounds like a nice feature to implement.. I’ll keep that in mind.
@Tosh: Yeah, that feature has been suggested by a lot of people already. We’ll see how we can include it.
@MMM: I am truly sorry for our inactivity. As mentioned, we are extremely busy with our schoolwork, and please understand it as we are still just high school students.
@stephanie: Unfortunately, CubePoints is not compatible with WPMU yet, because of the lack of documentation is available.
@Sarah: Try cp_displayPoints(get_the_author_ID()) – When you run the_author_ID, it echoes the results out.
@al: We are currently working on a bugfix version, so technically yeah, fixing bugs in stores too.
September 15th, 2009 at 6:19 pm
@Peter
Thanks!! cp_displayPoints(get_the_author_ID()) works perfectly!!
September 16th, 2009 at 12:25 pm
So much potential for this plugin, that I would buy modules ;)
Especially some nice social php gaming and hidden achievement unlocks.
User reaches 99 post count – “You have unlocked a shoe phone”, display trophies on your profile and post pages or sell them for Points.
Also limited shop inventory items so that users can trade the rare icons.
***Donating points seems to be broken in WP 2.8.4 ???
Can you confirm that?
September 17th, 2009 at 2:21 am
Hi.. i’ve made modification for WPMU. WPMU has different db structure so you need to change the $wpdb->prefix to the proper one.
Search for every $wpdb->prefix only for users & usermeta tables and change it manually to your database prefix, default is ‘wp_’
$wpdb->prefix can’t use on WPMU because the value will be ‘wp_1_’ not ‘wp_’ where the table number is your blogs id.
When you look at db you will find these tables:
- wp_1_cubepoints
- wp_usermeta
- wp_users
If you use ‘wp_’ prefix for you database you can use my cubepoints.php file: http://www.mediafire.com/?ubkdxo3rngo
extract and replace to your cubepoints.php in plugins/cubepoints folder.
hope it helps.
September 17th, 2009 at 6:16 am
THANK YOU VERY MUCH, Harv! We owe you.
Just a note. You can get WPMU Prefix (wp_) with $wpmuBaseTablePrefix
I will try to implement WPMU compatibility in the next release.
September 17th, 2009 at 9:20 am
Hi Peter. Thanks
Also, how to add avatar for Top users widget? It should more pretty if have avatars there ;)
at line 794 it can get user data with $data['user_login'] and $data['display_name'], how if I want to get user_email? I’ve tried use $data['user_email'] but didn’t get any result.
September 17th, 2009 at 11:48 pm
Please create a paged navigation for comments for this page. 400 comments on one page is too much…
September 17th, 2009 at 11:51 pm
@Levani: Will fix that sooner or later, we’re kinda really busy with other work (=
@Harv: You can add avatars by editing cubepoints.php under the widget function. We didnt add this option as the layout varies with each theme. While it might look good on one, it might be misaligned on another theme.
September 18th, 2009 at 12:18 am
No ideas how to fix t then?
September 22nd, 2009 at 12:43 pm
Hi, I’m using CubePoints with Alkivia Open Community. I’m trying to show the # of points next to each registered user who leaves a comment.
I’m using the code:
But it is showing every user has 50000 points. I have no idea what I’m doing wrong. Can anyone help? Thanks!
September 22nd, 2009 at 12:46 pm
Sorry: this is the code I’m using: cp_displayPoints(get_the_author_ID())
And yet it is showing every user with 50000 points. I’ve been at this for days and can’t figure it out!
September 22nd, 2009 at 12:56 pm
Sorry for the triple post but I just wanted to add that
cp_displayPoints(get_comment_author())
does not work either.
It’s still returning with 50000 points (which is the amount of points I have as the admin)
Thanks in advance
September 22nd, 2009 at 1:50 pm
Hi Jillian,
I think you miss something..
cp_displayPoints() is to display current logged in user point not other user points.
September 22nd, 2009 at 4:09 pm
Hi Jillian,
Try this:
Paste this code into your theme’s functions.php file:
function _get_user_points( $user_id ) {
//get points from database
$points = $wpdb->get_row(”SELECT * FROM $wpdb->usermeta WHERE user_id = $user_id AND meta_key = ‘cpoints’ “);
echo $points->meta_value;
Past this code in you comments template, where you would like to display user points. Remember that this code should be placed in comments loop.
if ( function_exists(_get_user_points) ) { _get_user_points( $comment->user_id ) }
Hope this helps.
September 22nd, 2009 at 4:12 pm
Add } symbol after the first code :)
September 22nd, 2009 at 10:49 pm
Hi there, and thanks for replying! I still can’t get that second bit of code to work in my comments loop.
When placed between PHP tags, the following code does not make anything show up: if ( function_exists(_get_user_points) ) { _get_user_points( $comment->user_id ) ; }
Do I have to place that functions.php code somewhere specific in the functions.php file?
September 23rd, 2009 at 12:08 pm
hmm try use “get_user_points” instead of “_get_user_points”
September 23rd, 2009 at 12:12 pm
Well, I’ll try to make cubepoints compatible with WPMU and Buddypress.. Since my new site need it.
September 23rd, 2009 at 12:21 pm
I trued using “get_user_points” instead of “_get_user_points” and still, nothing showed up. Any other thoughts?
September 23rd, 2009 at 12:25 pm
function get_user_points( $user_id ) {
//get points from database
global $wpdb;
$points = $wpdb->get_row(”SELECT * FROM $wpdb->usermeta WHERE user_id = $user_id AND meta_key = ‘cpoints’ “);
echo $points->meta_value;
}
don’t forget the “global $wpdb;” when connect to database on separate function.
September 23rd, 2009 at 12:32 pm
Harv,
I pasted your code exactly as you typed it in my functions.php right at the bottom, above the final PHP closing tag.
I then included this code in the comments loop, between PHP tags:
if ( function_exists(get_user_points) ) { get_user_points( $comment->user_id ) ; }
And still, nothing is showing up on the website.
September 23rd, 2009 at 6:49 pm
Super idea. I wish the whole thing with Simplepress.
September 25th, 2009 at 11:16 am
This plugin looks really good. Thank you for your efforts!
I have a few suggestions for some new features, if I may.
[] Give the user X amount of points when he login every X hours.
[] Rate another user will give the rated person X amount of points depending on the rating. Rating should be limited to once per user.
[] Easy integration with “Alkivia Open Community” will make it possible to add features like giving points when someone leaves a comment on a users profile page, clicks on a picture in a user gallery, rates a picure, etc.
[] Make it possible to choose if every action will add or reduce points and also choose who will get the added/reduced points. i.e choose if the user who “gives” the comment or the person who “gets” the comment will be given/reduced points.
That’s all I can think of now :)
Thank you for your time!
September 25th, 2009 at 11:23 am
I am using this with Alkivia Open Community, and I’ve still been unable to display the number of points of the comment author.
Does anyone have any other thoughts on the code that I can use to accomplish this?
September 25th, 2009 at 6:33 pm
Sorry for the inactivity. I was away in a school camp for the past week, and therefore could not respond.
Jillian, would you mind giving me an admin account at your site so that I can check your site? Send it via the “contact” form in the nav bar.
September 25th, 2009 at 6:34 pm
Andreas,
Thanks for suggesting! It might take some time for us to release the next version, but we’ll be sure to keep those in mind.
September 25th, 2009 at 6:37 pm
So the ideas are super, but the problem is the time, first time have to work the other two plugins.Then we can consider further .I know that it is not exactly beautiful here nothing is running, but what can you do when you have no time.
MMM
September 26th, 2009 at 12:36 am
We all understand that you both are buzy, Peter and MMM and I really appreciate your efforts!
I’ve been reading up on the manual and the toplist feature.
I’m wondering if it is possible to get the logged in users current position in the toplist? I know how to display how many points you have but not your own current position.
I think this feature would be good to motivate users to climb the toplist. This way you can show a top 10 list and below the list you can display something like “your position is 57th place”.
Thank you for your time.
September 26th, 2009 at 11:33 pm
Daily points for logging onto the site is really good idea. Please add this feature to the next release.
Thanks for the great plugin
September 28th, 2009 at 10:46 pm
Hey,
I would love to get this one working. I use Wordpress MU with Buddypress. The plugin works as far as giving points. But when you look at the admin panel you see no users on the first screen where you can give points. As far as my widgets are concerned it will show my points but for total points for the top people it will not work I get an error. Lastly when you try to give points you type in their name and then it disappears. It seems that with MU cubepoints will not connect to my user database. Can someone help me with what code I should paste into my actions.php to get this thing working. PLEASE!
Thanks much.
Michael
September 29th, 2009 at 7:07 am
Still love the plugin, another idea I had.
Be able to just add points from the admin side easier.
For example, user has 100 points. I want to add 75 points. So I change 100 to 175 and update. Instead have an option to just give him 75 points and have the system update and add for me.
September 29th, 2009 at 11:05 am
@matera
I have solved the problem on my previous comment. WPMU db using different prefix for each blog.
@Tosh
You can add and update user points in admin panel.
September 29th, 2009 at 3:16 pm
I started Schriber the login program (only the function, not the surface), but it does not what is missing? http://www.fileuploadx.de/60765 here idt the File.
When the shop is system? It is an important feature on my site.
MMM
September 29th, 2009 at 6:58 pm
HARV I have tried you last post. Maybe I did not get it if you could please walk me through you post that would be very helpful. Are the some words I have to change to make it find my site? Do I have to paste it somewhere special. Please help me out.
Thanks,
Michael
September 30th, 2009 at 7:37 am
Hi, how do you add avatars in the Top Users widget?
I know Harv asked this question previously, but you only said to edit cubepoints.php. What exactly should I add/edit?
October 2nd, 2009 at 10:52 am
@HARV
Please help me get this up for my wordpress MU. You said you answered it up above. I have tried that code. It did not work. Can you please tell me more details about what I am supposed to do. Thanks.
October 2nd, 2009 at 6:32 pm
Hi Matera,
Could you please send me your website link? So, I can find the problem.
You can send your link to my email: harv_knight[at]yahoo[dot]com
October 5th, 2009 at 12:21 pm
Well, it’s 2 weeks later, and I’ve still been unable to get Cubepoints to display the # of points of the person who left the comment. I have not heard back from Peter. Does anyone have any other ideas as to how to make this work? Please help! :)
October 5th, 2009 at 12:27 pm
Hi Jillian,
Can I have look your site? you can send you weblink to my email: harv_knight[at]yahoo[dot]com
Also if you mind, can you create an admin account for dashboard and ftp for me?
I will try to look what’s going wrong with it.
October 5th, 2009 at 9:43 pm
Hey Jillian,
Sorry for the trouble. I actually sent two emails to the email address that you specified in the comment form. Can you double check the mailboxes of jill@foodnetworkhumor.com ?
October 5th, 2009 at 9:47 pm
Hi Peter,
I just want to know if you working cubepoints for WPMU + Buddypress, when it will be release?
If you busy and need little help from me, just let me know.. we can discuss it together.
October 6th, 2009 at 2:55 am
How do you add avatars in the Top Users widget?
I know Harv asked this question previously, but you only said to edit cubepoints.php. What exactly should I add/edit?
October 6th, 2009 at 4:04 am
Hi Liesl,
I found a way to add avatar to Top User widget
Open cubepoints.php
On line 195 find:
$array = $wpdb->get_results(’SELECT ‘.$wpdb->prefix.’users.id, ‘.$wpdb->prefix.’users.user_login, ‘.$wpdb->prefix.’users.display_name, ‘.$wpdb->prefix.’usermeta.meta_value
Replace with:
$array = $wpdb->get_results(’SELECT ‘.$wpdb->prefix.’users.id, ‘.$wpdb->prefix.’users.user_login, ‘.$wpdb->prefix.’users.display_name,
‘.$wpdb->prefix.’users.user_email,
‘.$wpdb->prefix.’usermeta.meta_value
Find line 795:
$html .= ‘‘.$data['display_name'].’ (’.cp_formatPoints((int) $data['meta_value']).’)‘;
Replace with:
$html .= ”.get_avatar($data['user_email'], 30).’ ‘.$data['display_name'].’ (’.cp_formatPoints((int) $data['meta_value']).’)‘;
If you want to change the avatar size just change get_avatar($data['user_email'], 30) <— 30 is the size
Hope it helps
October 6th, 2009 at 4:10 am
Ups.. comments doesn’t allow html tags..
Just use my cubepoints.php
Download it here: http://www.mediafire.com/?2z2m2otyjtd
October 6th, 2009 at 3:21 pm
thank you, Harv.
October 7th, 2009 at 4:31 pm
Dear Peter,
First up, I can’t thank you enough for CubePoints.
My problem is similar to some already mentioned in this page, but I couldn’t find a definative solution. I have enabled user to user donation, but as a test user, I cannot donate. Nothing happens when I press “Donate”. My points get deducted in the small popup screen but it is not updated in the main database. What should I do?
Secondly, is there a way to change the text “Donate Points” to something like “Donate AA Dollars” which would be more appropriate for my site.
Thirdly, a lot of commenters have suggested the feature of automatically increasing say 10 points per visits per day. Is there any way to do that in the present release by adding some code? I am seriously looking forward to this feature in the next release.
Wish you all the best.
Anjali
October 7th, 2009 at 6:46 pm
Hi Anjali,
I just want to help. You can change Donate Points text in cubepoints.php
Find line 753:
<li><?php echo ‘<a href=”‘.PLUGIN_DIR.’actions.php?a=donate&height=166&width=500″ title=”‘.__(’Donate Points’,'cp’).’”>’.__(’Donate Points’,'cp’).’</a>’;?> </li></ul>
Replace with:
<li><?php echo ‘<a href=”‘.PLUGIN_DIR.’actions.php?a=donate&height=166&width=500″ title=”‘.__(’Donate Points’,'cp’).’”>’.__(’Donate AA Points’,'cp’).’</a>’;?> </li></ul>
October 8th, 2009 at 1:53 pm
Anyone know how to fix the Donate Points issue with wordpress… So that it actually does donate points from one user to another!
???
October 8th, 2009 at 1:59 pm
@JD
I thought that only mine won’t work. Many comments here said that donate button didn’t work. It use jquery to submit the query, and I cannot fix it since I’m not familiar with jquery. Hope Peter will fix it for us.
October 8th, 2009 at 10:06 pm
Yeah, a lot of people have been complaining that “Donate Points” doesn’t – the problem is, I can’t figure out how – I am trying my very best to. You see, it works perfectly in my local server with a clean installation of wp2.8.4…
Jonathan and I’ll be away for one week in California (http://techcube.net/2009/10/well-see-you-in-san-francisco/), and hopefully by the time I come back, I’ll have good news for you. =)
Once again, sorry for the inactivity, and thank you very much for your support. Your enthusiasm toward this project had been a great motivation for us. THANKS!
October 11th, 2009 at 5:48 am
The Donate Button issue has been identified – it has something to do with an old version of jQuery. I’ll try to fix it as soon as possible.
October 11th, 2009 at 8:03 pm
Hi Peter, Good News! Can’t wait for next release. BTW, I have suggestion to create another meta for rank points, so we have Rank and Coins. So we can keep the rank not will be deducted when user buy something.
October 13th, 2009 at 11:28 am
Hey, just got to say this is a great plugin! One thing though is I noticed on the module page is I have no “configure” column for the settings for store and paypal module.
In the cubepoints file I noticed there are only 3 columns (url, description, and author) for the module tab. Is this file missing the “configure” column in the php file.
October 13th, 2009 at 11:38 am
The module is extended plugin you need download and activate the module. Download it here:
http://techcube.net/2009/08/cubepoints-store-beta-release/
http://techcube.net/cubepoints/modules/paypal-topup-module/
October 15th, 2009 at 2:57 am
Hi again Peter,
I think that we should need to create multi widgets of Cubepoints using New WP 2.8 API. Because currently we can not use same widget twice.
October 15th, 2009 at 4:48 am
This is more of a suggestion than a request. Have you ever thought of making cubepoints compatible with wp-e-commerce instead of working on a store?
wp-e-commerce has everything you could want except the possibility of using it with points. I’ve tried to make it work but couldn’t.
Is anyone up for the challenge of working on this? I might be able to get some sort of payment together for helping..
Thanks, JoeM
October 18th, 2009 at 1:16 am
Hey, this is awesome. I have an idea for you people…
How about: on the users dashboard add the options to donate and view points?
October 22nd, 2009 at 9:26 pm
Hey,
when will cibepoints be working with WPMU and Buddypress?
Thanks for your efforts!
October 28th, 2009 at 5:30 am
the donating point is not working. how do you enable that ?
November 2nd, 2009 at 12:32 pm
How do you make it so the points will show up next to the user’s comment? Like:
Tom ($3200)
October 28th, 2009 at 5:30 am
November 2nd, 2009 at 12:36 pm
Good luck, Tom. I’ve been trying to figure out how to do that for the past 2 months. If you get anywhere, please post the solution here.
November 2nd, 2009 at 12:39 pm
You have to edit your WordPress Theme.
Add this to the comment loop:
< ?php
if(function_exists('cp_displayPoints')){
cp_displayPoints(get_comment_author());
}
?>
November 2nd, 2009 at 12:43 pm
Jonathan, nothing shows up when I add that code to my comments loop. Nothing at all.
November 2nd, 2009 at 12:45 pm
I could help you with this if you would send me your FTP details for your site. You may email it to jonathan[at]techcube.net and I’ll take a look right away.
November 2nd, 2009 at 12:52 pm
I’m sorry, I don’t feel comfortable giving my FTP login to a stranger. Perhaps I could mail you the files you need. Would that be just the comments.php file?
November 2nd, 2009 at 12:55 pm
Jillian, I have mine set at the comment box like this:
Logged in as <a href="/wp-admin/profile.php”> () <a href="” title=”Log out of this account”>Log out »
November 2nd, 2009 at 12:55 pm
Yes, that’s possible. However, I might not be able to solve the problem this way, but I’ll try to help you as far as I can.
November 2nd, 2009 at 12:56 pm
Er that screwed up, how do I paste code in here? Let me try again…
//Logged in as <a href="/wp-admin/profile.php”> () <a href="” title=”Log out of this account”>Log out »//
November 2nd, 2009 at 12:57 pm
@Tom: Try using the [code] tag, otherwise you can use http://pastebin.com/
(replace the square brackets with the HTML type brackets)
November 2nd, 2009 at 1:02 pm
[code]Logged in as <a href="/wp-admin/profile.php">
()
<a href="" title="Log out of this account">Log out »
[/code]
Ok last try… If you do a search string in your comment.php for the first few line of code you can swap out those two lines with the stuff above. It’ll show your points right above the comment box. Currently I have it set so it’ll show ($2) for example, you can edit it so it’ll say whatever you want by removing the to ( ) before and after the code that Jonathan provided. So you can make it say … “Hello, admin. You currently have $9. Log out »”
November 2nd, 2009 at 6:29 pm
I don’t know if it’s been mentioned but there should also be an option for how many points you can earn each day. Set up an option so the admin can lock out point distribution after someone earns X amount of points or something.
November 6th, 2009 at 12:47 am
Possible to change it so a user gets points by simply visiting the site every day? This would give them another reason to visit the site every day.
November 6th, 2009 at 3:25 am
Hi love the plugin!
I’m getting the following error text displayed in the “Top 10 Contributors” sidebar widget:
Warning: uniqid() expects at least 1 parameter, 0 given in /nfs/c02/h09/mnt/27514/domains/dictators.citysearch.com/html/wp-content/plugins/cubepoints/cubepoints.php on line 794
Any thoughts?
Thanks, Robert
November 10th, 2009 at 9:13 am
Same question as a lot of other people have… I will be running MU/Buddypress and was wondering if/when it might be supported for a global installation.
The idea is to offer points for users for reviewing other peoples writing.
And I was wondering if it would be possible to set up a system where it costs points to actually make a post?
November 13th, 2009 at 7:29 am
ty that we are not go any further, though it would promise
November 14th, 2009 at 8:08 am
Jonathan! Peter! Looooov- iiiiiing this (in theory)!!!
I’m only just installing it now. But I’ve read through all the comments up to april and thought I’d leave on of my own.
I’m an idea person, so I’ve got a ton of feature suggestions. But the one I think is most important is the following!
Run cubepoints on your own site. Close comments to registered users and grant each registered users a few start up points so they can comment.
THEEEEN… sell more points. This plugin is amazing in concept! But if people want support, they should donate money. If everyone that has a question or request has to pay $10 to get a ton of points to ask them… you guys might make some money, hence… find more time to build these features. :)
There’s not a lot things i will pay for these days. But convenience and support for grass roots efforts falls on the top of my priority list. So yeah, all the best to you guys. I’ll check in shortly with feature requests once i’ve played around with the plugin.
November 14th, 2009 at 8:16 am
Oh! I forgot you have an MJ who’s posted… I”ll post as pharmTek from now on so as not to get confused. Thanks again.
November 16th, 2009 at 5:40 pm
“Donate” don’t work :( (парни если кто разобрался напишите)
November 17th, 2009 at 6:50 pm
Hey,
is there a way for a compatible use of WPMU+Buddypress and cubepoints? It just does not work on my blog!!!
If not: Is there another point system out there?
Thanks in advance!
Greetings
November 21st, 2009 at 8:27 am
I can’t figure out what’s wrong with my installation – when I click on a user in the top posters list in the sidebar widget, nothing happens. When mouse pointer is hovering above that user the pointer gets an attached question mark, and a little window next to it labeled Points, with some kind of an animated horizontal bar shifting left and right all the time. I’ve tried several different web browsers, and I’ve also cheched out other themes, but this behaviour doesn’t change. How do I get the plugin to show a list of users posts when I click on a user in the widget, and some useful information in the hovering window?
November 23rd, 2009 at 1:19 am
Here an idea from the Wordpress forums from ChimpanzeeUK. I agree on both ideas highly :D
It would be really good if I could give users points for just visiting the site but to avoid abuse, obviously there’s have to be an option for setting a timescale for how often users can be given these points. So users would get, say 5 points for visiting but won’t get another 5 for 24 hours.
Also, integration into the Simple:press forum plugin would be really good, allowing points to be given for posting in the forum.
November 27th, 2009 at 10:48 am
hi this plugin is really great…
can it be used with the ‘eshop plugin’? points can used for purchase?
November 27th, 2009 at 11:02 pm
Would be a very cool feature if the user got points for SHARING the post with his/her friends on Facebook or Twitter.
I really hope that you will consider.
Thank you for a great plugin!
November 28th, 2009 at 5:31 am
Hi, I am trying to activate the plugin, however I get this error
“arse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/0/d295906501/htdocs/wp-content/plugins/cubepoints/cubepoints.php on line 665″
Please help,
Thank you for your time.
November 28th, 2009 at 5:33 am
Hi, I am trying to activate the plugin, however I get this error
“arse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/0/d295906501/htdocs/wp-content/plugins/cubepoints/cubepoints.php on line 665″
Please help,
Thank you sooo much for your time! :)for your time.
December 1st, 2009 at 10:37 am
Hello, I’m going to be starting a website soon and this seems to be a good plugin for what I want to do.
With this is there a way you can limit how many points a user gets a day? I don’t want people to think they can spam and get points per post and just make a lot of comments?
Thanks.
December 15th, 2009 at 12:05 pm
hi guys
how to change points by categorie.
the points is given by default for all post to all categories.
if i want to give twice points for per example, post for categori who have ID=23, how i can do this?
December 17th, 2009 at 8:08 pm
A new version is coming soon, but we’ll need you all to help us beta test. Please read this post for more information: http://techcube.net/2009/12/interested-in-beta-testing/
To all users of this plugin: I know I haven’t been replying to all your comments, but I’ve (really) read all of them. After this bugfix version, there will be another one with new features shortly.
December 20th, 2009 at 12:29 pm
I’m curious
December 23rd, 2009 at 9:06 pm
I’ve been looking for this kind of plugin for a very long time… Kudos to Peter and Jonathan for this plugin!
I’ve read thru the comments but I didn’t see the feature I was looking for (or did I miss it?).
I would suggest that the point system be related to roles in the site, that whenever they reach a certain number of points their role is upgraded and for each role a new right or functionality becomes available to the user (eg. at 20 pts they could now upload pictures, etc.). Is this possible guys? Thanks in advance and more power!
December 26th, 2009 at 8:50 am
Need to get the file to be updated. The download link still lead to the old version
December 26th, 2009 at 9:06 am
Error (V2.0) when you activate a module does not appear “Settings” in the Modules menu .
December 26th, 2009 at 9:24 am
Right. We’re having some problems with the WordPress SVN… so, yup, the present is going to be delayed.
December 26th, 2009 at 9:27 am
hi
MMM
i find a way to have settingd for cp_paypal .
find the plugin exeh for wordpress and active it
after create a post and put this in your post, you will have the settings pannel
and
December 26th, 2009 at 9:28 am
December 26th, 2009 at 9:29 am
Oh yeah, don’t worry, the settings have been fixed. Thanks!
December 26th, 2009 at 9:37 am
thank you kiamaru, for the Idea.
Peter: has you read my mail
December 26th, 2009 at 9:39 am
Yeah, I did, and I believe I sent you back a reply?
Anyway, I’ve uploaded the new version on this server right now. Still having trouble with the WordPress SVN, and I hope to solve it soon. For those who want to have it right now, get it here: http://techcube.net/cubepoints
Enjoy!
December 26th, 2009 at 9:39 am
http://techcube.net/cubepoints.zip
Sorry, wrong link.
December 26th, 2009 at 9:41 am
i forget to put []
December 26th, 2009 at 9:43 am
The last mail came from me:)
December 27th, 2009 at 2:16 am
Hi,
The ranks system is really great but there are some quite necessary features missing.
1. Ability to delete added ranks.
2. Ability to remove the ? symbol from comments.
3. I have disable the user-to-user donations but when I click the ? it still displays the donation button!
December 27th, 2009 at 8:03 am
Crap, why didn’t I think of that. I’ll add those in really soon. Thanks!
December 27th, 2009 at 3:54 pm
hi, i got this error:
Plugin could not be activated because it triggered a fatal error.
With older version it was working fine :(
December 28th, 2009 at 12:24 am
I getting this when I click on a user in the front end “Please do not access this file directly!”
December 29th, 2009 at 7:31 am
Hey,
when will cubepoints work with buddypress and wpmu?
December 30th, 2009 at 6:50 am
Hello there!
I just downloaded the newest version of Cube Points and a previous error that messed up an autolink feature I had is gone. However now I have the following issue. Each time I try to change the cube points for a user and want to update it leads me to the wordpress login page even though I am already logged in as admin. Same happens if I try to change the configuration under “Configure” and click on “Update Options.” Any idea what that could be?
I also only see 5 lines of users on the “Cube Point-Manage” page which leads to a lot of pages ….anyway to display much more users per page?
Thanks in advance for help and great idea,
Marin
December 30th, 2009 at 11:44 am
Hi, I have the same “issues” that Levani mentioned. There should be a way to get rid of the question mark (?) on comments.
December 30th, 2009 at 12:28 pm
CubePoints will not work for BuddyPress and WPMU, and sadly we don’t have plans for it yet.
Marin: Have you tried a different browser? The Manage page has been updated in CP2.1.
Liesl: Yes, these options are available in CP2.1.
December 30th, 2009 at 1:50 pm
Hello Peter,
I have the login problem in both the newest version of Firefox and Google Chrome. Is CP 2.0 the newest version?
I have no idea why it’s directing me to the Wordpress login page when I am already logged in. I have no possibility to make changes to the settings or users :-(
December 30th, 2009 at 1:51 pm
@Marin: What other plugins do you have installed? Does this happen when you try save settings for other plugins?
December 30th, 2009 at 2:08 pm
That is really weird, I’ve never seen anything like that. Do you have any plugins that interfere with the Admin Panel?
December 30th, 2009 at 2:11 pm
Peter had seen that you have not yet exchanged Doc. When you’ve finished the new version, think of me. What is the pot with that?
December 30th, 2009 at 6:05 pm
Hello there,
I have no problems to save settings of other plugins. As soon as I hit “update options” in “Cube Points – configure” or if I try to change points for a user and save it I get redirected to the Wordpress login page. Really strange. As I said does not happen with the other Plugins I have.
I have a bunch of plugins installed but never had any problems saving or changing options.
December 31st, 2009 at 3:23 am
Ok, so where do I get version 2.1?
December 31st, 2009 at 10:58 am
I had a link in the post I just made. It’s at: http://downloads.wordpress.org/plugin/cubepoints.2.1beta.zip
December 31st, 2009 at 11:54 am
Have it tested at 2.7 and 2.9, have found no problems.
December 31st, 2009 at 12:04 pm
Alright, thanks. I have one more question… For the “daily” login points, if I select every week, would that mean that the user will get the chosen amount of points every week that he/she logged in (7 days in a row)?
December 31st, 2009 at 12:24 pm
Nope, it means the user will only have to log in once in 7 days to be awarded.
December 31st, 2009 at 12:36 pm
have now completed the translated, but I still have time to read about it. Why do you not see?
December 31st, 2009 at 12:56 pm
Put the translation in /lang/cp-*language code*.po
You’ll have to create the folder lang yourself – sorry I forgot to tell you. Would you mind sending a copy of your translated po to me? Much thanks!
December 31st, 2009 at 1:11 pm
But I knew with the folder. But not before the country code, the cp must stand. But it will not do. I’ll send it once. not for users who have not finished.
December 31st, 2009 at 1:26 pm
i have found a Bug. Points in “my points” is not right. I have 1000 point myself
http://www.imgbox.de/users/Simsobjekt/1.jpg
December 31st, 2009 at 1:47 pm
Oop sorry, that was a stupid typo bug. Fixed. Thanks!
December 31st, 2009 at 1:52 pm
and you’ve watched the why it does not work? (Translation)
December 31st, 2009 at 3:32 pm
A few posts above Liesl mentioned “daily” points… where is this feature? Has it been added? I don’t see it in the test blog.
December 31st, 2009 at 3:37 pm
Oops, honestly the test blog hasn’t been updated for a while :X. My bad. It’s a new feature in CubePoints 2.1, which is about to go gold soon.
I will talk about the feature more in the docs, but basically, when an user logs in once in the specified period of time, he gets awarded.
Let’s say if you set the interval to be a day. When a user logs on 24 hours after last time he has been awarded points, he gets X number of points.
Ack, I suck at explaining, but you get the idea, yeah?
December 31st, 2009 at 3:41 pm
Ohhhh snap, that’s awesome, can’t wait.
December 31st, 2009 at 3:47 pm
And one more question about that, is the interval a day as in 24 hours (Which means that the daily points are on their time) or does the admin set the time interval for a day? Meaning that users have a certain period to log in for the points before a new “day” starts.
I’m not sure if that’s clear… but hopefully it is .
December 31st, 2009 at 3:50 pm
My bad. The interval means how often the user can get points by logging in. So, you can set the interval to be an hour, and as long as the user logs in every 60 minutes, he can get the points.
December 31st, 2009 at 3:52 pm
Ohhh okay, I understand. Thanks.
January 1st, 2010 at 2:43 pm
Hi, in the My Points page, where it says “My Points:” the number that shows up is 234, and it’s the same with other users. Why is that?
January 1st, 2010 at 2:53 pm
Hey Liesl
You must download the plugin again and exchange. This bug has been fixed.
January 2nd, 2010 at 3:19 am
Alright, thanks a lot!
January 2nd, 2010 at 3:11 pm
Hey together,
when i delete a article, the points are not deducted.
January 2nd, 2010 at 3:41 pm
I still have the strange issue that I cannot update the points for users or change the configuration. When I try to save the changes it redirects me to the login page….
I would really loooooooove to use the plugin as it is exactly what I was looking for.
Any chance that one of you guys can have a look at the problem? I can update all options of the other plugins without issues and also have tried to deactivate the other plugins that might cause problems but to no avail… :-(
January 2nd, 2010 at 5:07 pm
I have found another problem: In the main menu i see only the following structure:
Page -> Sub page -> Sub sub page
A fourth sub page won’t displayed.
January 2nd, 2010 at 5:22 pm
Pierre Braun Com1
True, lack this feature, first you must then change the points manually.
Marin
Which version of Wordpress are you? What kind of browser you use.
Pierre Braun Com2
Can you make a screenshot like this
January 2nd, 2010 at 5:28 pm
@MMMichi
Sorry, my second comment is thought for my template :) PLease delete
January 3rd, 2010 at 12:04 am
I am using the newest version of Firefox (3.5.6) but have tried it also with Google Chrome with the same problem. The Wordpress version is 2.8.6.
I tried again to check if I have problems saving parameters and options for other plugins but they work fine.
January 3rd, 2010 at 12:07 am
@Marin: I believe I sent you an email before. Would you mind trying disable all other plugins and try if it’s working?
January 3rd, 2010 at 4:12 am
Hello Peter,
I have deactivated all plugins and it still did not solve the issue…
We also tried it with the other admin account we have but that did not help either.
January 4th, 2010 at 12:09 pm
That’s really weird. Have you tried reinstalling CubePoints? (i.e., deactivate, remove, then reupload)
Have you also tried upgrading to 2.9? The plugin is indeed tested on 2.8.*, but that is the only solution I can think of right now. Or, try setting up a brand new 2.8.6 on your server with CP 2.1 to see if it works. That way we can see if it’s a server problem or not.
January 5th, 2010 at 8:09 am
I am using cubepoints and have set up a point store where users can buy things. When they buy things, points are deducted but that does not show up on the log. Because of this, I don’t know what people hav e bought. Is there a php code that adds to the log?
January 5th, 2010 at 1:41 pm
Yes, use tis code:
cp_log($type, $uid, $points, $source);January 6th, 2010 at 3:53 pm
Are there any plans to add the ability to award points for sharing a piece of content via Email, Twitter, Digg, or Facebook?
January 8th, 2010 at 4:42 am
Is it possible to have the Top author widget links to author pages. I would like to link the top 5 authors archives…
How could I do that ?
Best regards, and thanks for a great plugin..
Brian
January 8th, 2010 at 4:56 am
Brian: Edit line 296 of cubepoints.php. Let me know if you need more help with this. (:
January 8th, 2010 at 5:00 am
$content=str_replace($count[0][$id],cp_topPointsDisplay((int)$num,1),$content);
I’m not quite sure how to replace that … ?!
Are you sure its line 296.. ?
I had guessed it was more around line 279… ?!
January 8th, 2010 at 10:53 am
Sorry, line 296 is for version 2.0.
Yes its in line 279 in the latest version of CP.
I can’t get the code to display properly in the comments here.
They’re in pastebin: http://cubepoints.pastebin.com/m45f25c87
January 8th, 2010 at 11:31 am
I was wondering if there were plans to implement a way to give all your users a set amount of points at the same time? For right now there is a “Reset All Points” and altering poitns as an admin is on an individual basis… will there be a way to say… add one point to all users?
Thanks.
January 8th, 2010 at 11:34 am
Steven: Nop, not at the moment.
January 14th, 2010 at 1:09 pm
Looking to put a code instead of using widgets on my site since it’s pretty much a coded site, and using widgets don’t show up. but I’d like to have something where users can donate points to each other.
January 14th, 2010 at 3:17 pm
@Dave: We already have that feature where users can donate points. As for putting a code instead of using widgets, you may refer to the documentations for more details.
January 14th, 2010 at 6:52 pm
The link to trigger the donate box is as follows:
http://pastebin.com/m10a50c04
*userid* is where you input the user id. You may replace < ?php echo PLUGIN_DIR; ?> to be *yourblog*/wp-content/plugins/cubepoints
January 15th, 2010 at 2:06 pm
<a href="’cp_donate.php?d=1&u=*userid*&width=500&height=200″ title=”CubePoints – Donate” class=”thickbox”>Donate Points
where do i put that directory?
http://www.youarethescene.net/wp-content/plugins/cubepoints
that’s where it’s at.
<a href="’cp_donate.php?d=1&u=*userid*&width=500&height=200″ title=”CubePoints – Donate” class=”thickbox”>Donate Points
Would it be like that?
January 16th, 2010 at 4:25 pm
So it will be something like this: http://pastebin.com/m3f99613b
January 18th, 2010 at 1:19 am
I am using WPMU with Buddypress and I have been using an older version of Cubepoints. I updated to day and it all work! YEAH… All but my widget on the side that says who has the most points. This is the error I get. Can any help me out here. Seeing who is ahead really is a motivating factor for my clients. Thanks much. My site is: http://www.thirdfloorgamers.com
Here is the error:
Warning: Invalid argument supplied for foreach() in /home/thirdflo/public_html/wp-content/plugins/cubepoints/cubepoints.php on line 276
January 18th, 2010 at 1:45 am
@Matera: I just sent you an email on what you can provide me to help you with this issues. (:
January 19th, 2010 at 1:01 am
Hi guys! Again, thanks for this wonderful plugin. Do you have an idea about when the shopping card module becomes available? Have you started programming it?
Have a great day.
January 22nd, 2010 at 11:30 pm
Check this out! Great progress integrating CubePoints with the Simple Press Forum Plugin – http://simplepressforum.com/support-forum/spf-version-4/integrating-cubepoints-into-simplepress-40/
Still tinkering, but giving points for a new topic is working!
January 25th, 2010 at 3:00 am
Hi,
thanks for the nice plugin!
Pls excuse me if I have missed something, but is there any way to receive a confirmation email (may be from the blog’s admin) once someone has donated his points?
January 25th, 2010 at 12:29 pm
I am excited about this plugin. As a teacher this could be used as a motivational tool for my students. It looks like in December of 2008 there was mention of being able to use points with another plugin like quizzin. Is this still a consideration, or is it possible to do now? Thanks
January 27th, 2010 at 4:01 pm
I’m loving everything about this plugin so far. Awesome job.
My feature request? Levels.
They would work the same way as ranks (reach certain point amount, gain the next level).
Even though it’s pretty much the same as ranks, there are some significant differences.
Suppose I want to put a “level cap” World of Warcraft style, on the point system? So at first they can only reach level 30. Later on I can make the big announcement “Levels caps will be raised by 10 soon!” It’s fun, suspenseful, and allows for you to have a shit ton of levels rather than having to make up a new name for every single rank.
January 29th, 2010 at 12:17 am
How do you guys use the points on your site other than bragging rights? Do you use it in a contest somehow?
One thought one of my members had was:
One thought I had is when we hold contests/giveaways. You have to spend some of your points when you win the item.
What are your ideas?
February 3rd, 2010 at 3:24 am
Hey,
is there any way to make it able to get points (Cubepoints) by posting in the simple:pressforum ?
February 3rd, 2010 at 9:53 pm
And second question: Is there a possibility to install some kind of …. invitesystem? Users invite their friends to register and then get points for that?
February 3rd, 2010 at 10:04 pm
“And second question: Is there a possibility to install some kind of …. invitesystem? Users invite their friends to register and then get points for that?”
I would pay for this feature!
February 3rd, 2010 at 10:07 pm
Simple:Press Forum integration can be found here: http://simplepressforum.com/support-forum/spf-version-4/integrating-cubepoints-into-simplepress-40/
I am seeing some really nice feature requests here, but unfortunately, both of us have no time until at least a week later. I’ll keep all these requests in mind, but a new version might not come soon. Sorry :(
February 4th, 2010 at 3:06 am
Hi, thanks for the great plugin, but I’m having one slight problem.
Although the German language file is located in the folder (I didn’t change anything), the default language is still active.
What am I doing wrong?
February 6th, 2010 at 6:29 pm
@Peter Zhang: And what’s with the invitation system? So people who invite other users to my website get Cubepoints for doing that.. do you understand what i mean? This would be pretty cool..
February 6th, 2010 at 8:11 pm
And what I forgot to mention: Is there a way to limit the points a user can get per day? So that he can still post comments and stuff but won’t get any points for that anymore untill the next day? Thanks
February 7th, 2010 at 5:30 pm
This is truly a fantastic plugin! Is there any way to integrate this plugin with the Affiliate Plus plugin (http://wordpress.org/extend/plugins/affiliate-plus/)so that people can receive points for referring people to a site?
February 11th, 2010 at 7:59 am
Hey im having a bit of an issue. When you click on the user name the user info does not load. Please take a look. http://vuzeum.com/. please scroll all the way to the bottom to see the cubepoints system.
February 12th, 2010 at 12:55 am
@Micael: I would need your FTP info to be able to solve this problem (: You can email it to me.
February 16th, 2010 at 9:12 pm
@Jonathan Lau: I also have the same problem as Micael. Is there any way for me to solve it on my own?
February 16th, 2010 at 10:09 pm
It looks like its looking for the load animation under http://www.example.com/wp-includes/js/thickbox/loadingAnimation.gif
I have my WP-directory installed under http://www.example.com/wp/ so its looking in the wrong directory. I’ve yet to look through the code, but where can i find that code to change it?
February 18th, 2010 at 2:41 pm
Thanks for a wonderful plugin! I was wondering if there’s a way to change the term ‘CubePoints’ shown to perhaps my own term?
Also for multi-user blog like mine, the main menu for non-admin user when clicked goes to an error page. The submenu (My Points) is fine tho.
Regards,
Daryl
February 18th, 2010 at 4:25 pm
@Daryl: Which “CubePoints” do you want to change? The one in the title of about dialogs and donate dialogs? Look in line 320 and 330 of cubepoints.php
Non-admin users are not supposed to be able to view those admin pages.
@Martin: That’s weird. The link should be relative to the blog url you’ve set in WordPress Admin Panel. But, if you want a quick fix, look in line 370 and 371 of cubepoints.php
February 19th, 2010 at 12:50 am
Hi Peter,
Thanks for the prompt reply. Well actually if you go to my site right at the bottom on the mid sidebar, you can see the top 10 author ranking. When you click on any of the authors, it will pop up their respective stats and the title is ‘CubePoints – About’.
When my authors (contributors) login, they are able to see ‘CubePoint’ on the menu. The submenu which is ‘My Points’ works perfectly but the main menu when clicked shows error. In my admin menu, that link actually points to manage CubePoints.
Cheers!
February 21st, 2010 at 6:20 am
I don’t see where I can control the points or $ amount.
February 21st, 2010 at 9:55 am
@Daryl: Yup, line 320 and 330 of cubepoints.php are the ones you’d want to change. I’ll fix that problem in the upcoming release.
@Jeannie: Under your admin panel, there is a section called “CubePoints”, and the settings are located under “Config”
February 21st, 2010 at 9:48 pm
Do users have to be registered to use Cube or can they just be loggin in? I know with my blog that will deter new users and I will not be able to use it.
February 21st, 2010 at 10:05 pm
Nope, they only need to be logged in to your site.
February 22nd, 2010 at 1:27 am
Thanks so much Peter!
February 22nd, 2010 at 1:32 am
Dear Peter,
I found this in line 320 and 330:
320 $fpoints = cp_getPoints($uid);
330 } else {
What do I change these to? Sorry I am not a programmer :p
February 22nd, 2010 at 6:44 am
Are you sure you have the latest version?
Search for cp_addDonateLink and cp_addAboutLink, and you should see a large bunch of text starting from $content .=, and you should find “CubePoints – ” there.
February 22nd, 2010 at 11:50 am
Thanks Peter.. that did the trick. I am using 2.1.1 btw just for your info.
February 22nd, 2010 at 5:24 pm
Hello Peter,
I absolutely love this WordPress plug-in, it’s perfect and I had no problems getting it to work, set up in less than 5 minutes! Thank you again for such an amazing plug-in.
February 24th, 2010 at 12:50 am
Support CubePoints in the WordPress Plugin Donation Day! For more information, read this post: http://techcube.net/2010/02/support-cubepoints-in-wppdd/
February 25th, 2010 at 5:14 am
Hi
Thank you for amazing plugin.Can you help with my little problem?I want show image rank on my template but I don’t now what I must add.I found fuction for rank and work(showing) in template but for image rank don’t work.
February 26th, 2010 at 3:12 am
Awesome plugin, is it possible that you can show a little window when the points are given and the reason, so the user knows how he earned those points?
February 27th, 2010 at 2:39 pm
:( whenever i try and activate the plugin using a classifieds theme it wont activate saying fatal error! It activates fine on the default wordpress theme. Is there any code I can enter into the specialised theme to make it work and activate properly.
February 27th, 2010 at 3:18 pm
@beck: Which theme is this? What was the error? Do you know any sensitive things that might have caused the error to cause in the theme?
February 27th, 2010 at 3:24 pm
The theme I am using is classifiedtheme… http://www.classifiedstheme.com. At first I tried uninstalling all other plugins and trying to activate whilst using this theme however even that didn’t work and the cubepoints plugin wouldn’t activate at all….The browser url comes up as this after clicking activate: http://xxxxxxxx/wp-admin/plugins.php?error=true&plugin=cubepoints%2Fcubepoints.php&_error_nonce=09ad284cdf
and the little yellow wordpress error box comes up saying this…
Plugin could not be activated because it triggered a fatal error.
March 1st, 2010 at 10:55 pm
Users can’t see points and points are not being collected. Also do the users have to be registered in order to collect points?
I have a huge mess on my hands right now.
http://site.jkdjewelry.com/blog
March 1st, 2010 at 10:57 pm
Users need to be registered on your blog to collect points.
March 1st, 2010 at 11:11 pm
Well, the registered users are not able to display or collect points either. WHat gives?
March 1st, 2010 at 11:13 pm
If you don’t mind, drop us an email with your wordpress login details to jonathan@techcube.net and peter@techcube.net and we’ll try to help you (:
March 1st, 2010 at 11:18 pm
Thanks, I’ll do that. Do you need my password to?
March 1st, 2010 at 11:22 pm
yup
March 2nd, 2010 at 5:52 am
I’m still trying to figure out how to call the top users using php. Any help?
March 9th, 2010 at 2:05 am
I’m just getting this setup and configured for my buddypress based community site. Trying out the widgets and seeing how I can make things work, so far so good. How do I go about getting my developers to make modules and customize things to do more?
March 9th, 2010 at 2:08 am
Well it doesn’t look like any of the widgets want to display properly on my buddypress site. This will probably take a lot of work to get working, but I don’t mind that since the other option is starting from scratch.
March 9th, 2010 at 2:10 am
Buddypress is not yet officially supported D:
This explains why you are facing some problems with the plugin.
March 9th, 2010 at 3:24 am
Yes, I figured that would be the case.
It’s showing the user’s balance fine in the one widget, but the top earners or whatever it’s called widget comes up with a php error.
I need to get some more stuff built into it and my site before it will really matter, cause I need to setup some pay/rate sheets for other tasks, like writing articles or performing link building for clients… Which then warrant payments in our site’s currency… Etc… which brings me to the next, payout rate… and members having a method to request a paypal payment when they reach x earnings…
March 9th, 2010 at 10:01 am
Hi!
Neat plugin!
I’ve tried to scan the whole thread for clues, but is it possible to award users points for simply viewing a post? And prevent him from getting points from visiting the same post? My site is top-down, and wouldn’t necessarily have any users commenting or posting.
Thks
March 17th, 2010 at 9:57 am
Thanks for the plugin. Been looking for something like this all day. Everything work perfectly.
March 18th, 2010 at 9:27 pm
I got CubePoints and Buddypress working together in perfect harmony!
Any info on referral points on the next update? :)
March 18th, 2010 at 11:07 pm
I am a public school teacher and I don’t know anything about programming. How could I give points to students when taking a quiz? I looked through the documentation for plugin integration, but I am not sure what to do. Would it be possible to give them more points for scoring high on a quiz? For example 10 points for a score of 70 on a quiz, or 20 points for a score of 100.
March 18th, 2010 at 11:11 pm
@Josh
What plugin do you use for qreating quizes?
March 18th, 2010 at 11:14 pm
I use the Quizzin plugin. You can find it here: http://www.bin-co.com/tools/wordpress/plugins/quizzin/
March 25th, 2010 at 6:07 am
I am trying to set up the ranks and after adding the appropriate image files to the ranks folder i still get a blank window when i click the add rank button. what am I doing wrong
March 26th, 2010 at 9:45 pm
Im having a problem in my site http://www.losultageeks.com, when the users click at their points (in the widget) I only get a blank screen unless they open the link in a new window. What am I doing wrong?
@josh: quizzin is great but you cant save results, so users can take the same quiz a lot of times, earning points at any time. (not good)
thats why I use wp-superquiz instead which only grants points to the first one who answers correctly. Is a little hard to read because is in german. But use google translator. You do need to modify the part where the results are shown. in wpsuperquiz.php
just look for this line:
if ($isAnswer === true) {
and add this below it:
if( function_exists(’cp_alterPoints’) && is_user_logged_in() ){
cp_alterPoints(cp_currentUser(), 1000); //where 1000 is the points you are giving.
}
thats it!
March 26th, 2010 at 10:09 pm
@AzraelKans: I think someone reported the same problem as you before. I managed to fix it for him if I didn’t remember wrongly. I could help you take a look if you want. Just drop me an email to admin@techcube.net with your FTP info and I’ll see if I can fix it for you. (=
March 28th, 2010 at 7:11 pm
Hello,
Is there a way to make users earn points through posting in our wp_forum. See here: http://www.team-vanity.eu/?page_id=20 as they are not doing so already (You earn points posting in the blog but not forum). Please add this or explain how.
Many thanks,
Elliot.
March 29th, 2010 at 4:27 am
Hi.
First, thanks for your plugin.
Then, I would like to know how can I update points automaticly to all my users so that their old posts (and comments) count on points?
Thanks again!
April 7th, 2010 at 4:20 pm
How to substract points for reading a post? I want to setup a membership site,member will needs points to read,so member will buy points.
April 7th, 2010 at 11:23 pm
ee: That feature is currently not supported.
April 12th, 2010 at 12:41 pm
Hi!
Here Russian localization
http://256ws.ru/rejtingovaya-sistema-na-wordpress-cubepoints-2-1-russkaya-versiya/
And here the module to hide content depending on the points
http://256ws.ru/plagin-skrytiya-kontenta-dlya-wordpress-hide-protected-content/
April 14th, 2010 at 6:45 am
I have a suggestion for the next release.
At present every user gets points for a comment, no matter if the comment contains 5 words or 100 words.
I would like to see a points system that rewards diligent commenters, like giving a certain amount of points for less than 30 characters, for less than 100 characters, for more than 500 characters, and so on. I hope you understand what I’m trying to suggest.
People would try to write more to get more points.
April 19th, 2010 at 6:40 am
Hi,
first i must say a big “BRAVO” for your creation (cubepoints) !
Can you help me to show the rank image in a widget or in the profile ?
I’m a teacher ( a french one ^^ ) and my young students absolutely love the rank system (me too…it’s motivateing).
And if somebody can help me for a french localization, i will be pleased :-)
April 20th, 2010 at 10:49 pm
here you load the program http://www.poedit.net/
the .pot for the translation is not in the folder
just look if you can take the German one. po?
April 21st, 2010 at 2:26 am
@MMM : Thanx for the advice. I DL Poedit, load the german one, modified it, then save it with the name cp-fr_FR.po
But nothing change…always in english…Did i miss something ?
Maybe because i dont have any *.mo ?
April 21st, 2010 at 11:41 pm
Yes, you have to generate the mo file after editing the language file.
April 22nd, 2010 at 1:41 am
@JackFrost : Ok, but how to generate the *.mo file ?
April 23rd, 2010 at 11:24 pm
Hey, this plugin is fantastic!
Is possible include in devel plans add the compatibility with BuddyPress? A community with CubePoints function would be great!
thanks for your work, i hope this add is possible!
April 23rd, 2010 at 11:32 pm
@Arturo I actually just submitted a plugin to the WordPress.org Directory that adds CubePoints support to BuddyPress! I’ll let you guys know when it’s accepted and live :)
I’ve only tested this with the Single WordPress install. Not WordPressMU.
April 25th, 2010 at 2:59 pm
My plugin “CubePoints Buddypress Integration” is now LIVE. Go grab it!
http://wordpress.org/extend/plugins/cubepoints-buddypress-integration/
April 27th, 2010 at 6:48 pm
Hi Jonathan. Great plugin.
I just wonder how you get the dashboard and the admininterface so clean and just with only the necessary stuff when a user is logged in.
http://cubepoints.techcube.net/wp-admin/tools.php
[removed for security]
When i use WPMU i get ALL the menus including plugins and tools and settings and permalink settings and such. That have to be a security breach, and that makes it really complicated for users to use the blog. Please advise.
Thanks
April 27th, 2010 at 7:19 pm
@Tony: The site isn’t running WPMU. Its a standard WP install.
April 27th, 2010 at 7:19 pm
Hey Tony,
Unfortunately, CubePoints does not support WPMU. Seeing that WP 3.0 is coming out soon, we probably won’t do much to try to make it compatible, either.
Thanks a lot for your support, but I guess you’ll have to wait until WP 3.0 comes out. :(
April 27th, 2010 at 8:26 pm
@Jonathan Lau: Thank you for a quick response. Its possible to run buddypress in a regular WP install, right? WPMU is unnecessary i suppose. This maybe isnt the right forum to take this question in, but is it possible to make multiple blogs in 2.92 with buddypress, making a “get-your-own-blog-site” or am i have to wait for 3.0 (which isnt that far away hehe)?
@Peter Zhang: Thank you for the response. Yeah guess i’ll have to wait. Great work tough, just the system i wanted. Good it isnt far til the 3.0 comes out. Life is good hehe
April 28th, 2010 at 3:31 am
CubePoints Invite or Referral System?
I have had my users ask this a few times in the past couple months.
Would it be possible to add a referral or invite system to CubePoints. So people get referral points for bringing in new members?
Not sure how to go about coding this just yet. But just throwing the idea out there.
An idea:
Current member fills out a invite form that pre-populated with a random invite code. After the new member signs up they go to a page where they enter in there invite code to get there referral points.
Just typing out loud :P
May 4th, 2010 at 9:59 pm
I am trying to set up the ranks and i get a blank window when i click the add rank button. Any ideas why?
May 5th, 2010 at 2:04 am
I would like to create a page in my blog,where other visitor can see the member with thier points.
Is it possible or not?
If possible the please give me the full instruction how I will do it.
Thanks in advance.
May 5th, 2010 at 4:19 am
If your site has the BuddyPress plugin you can do it with CubePoints Buddypress Integration plugin.
If not you can put this on a wordpress page. It will show the points for all the members on the website:
[cubepoints toplist 0]
May 5th, 2010 at 3:48 pm
Thank u very much Tosh for helping me out.
don’t mind I have 1 more question.
If I configer ranking system, can the page show it too?
Like the points with ranking image.
May 5th, 2010 at 10:24 pm
It will show the rank but after they click on the name in the top list.
May 8th, 2010 at 8:03 pm
Thanks Tosh for this help………
May 10th, 2010 at 8:30 am
I would be willing to pay for a cubepoints eCommerce solution (Buddypress integration would be amazing).
May 11th, 2010 at 2:32 am
Tosh, can you help me?
I am trying to set up the ranks and i get a blank window when i click the add rank button. Any ideas why?
May 11th, 2010 at 4:36 am
Are you using WordPressMU?
May 11th, 2010 at 4:45 am
Yes
May 11th, 2010 at 8:36 pm
Is there a Workaround for Wordpress MU?
May 11th, 2010 at 10:47 pm
Look for the 13th forum post by the user “hnla” on this thread. Might be useful. I haven’t tried it myself because I don’t run WordPressMU.
http://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/suggested-intergration/
May 11th, 2010 at 11:35 pm
*sigh* That didn’t fix it. I so want to use the Ranks option.
May 11th, 2010 at 11:38 pm
Sorry, as WordPress 3.0 is about to come, we’re not going to make CubePoints compatible with WPMU considering it is not really necessary…
May 11th, 2010 at 11:40 pm
Well, I hope when 3.0 comes out… all will come out well.
May 11th, 2010 at 11:43 pm
I promise we’ll try our very best to make it work with WP3 =)
May 12th, 2010 at 6:24 am
My ranks aren’t working. My site is http://JohnnyCP06.com. I have CubePoints Latest Version. and No I don’t have WPMU. I have Mingle but. Does that interfere in anything?
May 12th, 2010 at 4:59 pm
Hi!
Create pot file for localization:) interested in creating a localization for the Russian language
May 12th, 2010 at 7:40 pm
@Ken, @JohnnyCP: I will look into this problem soon. If you would like to help, you could drop an email to us using the comment form and provie us with your site details (wordpress login) so I could take a look at what is causing the problem.
Anyone else having the same problem about being unable to set ranks?
@Jettochkin: Once you generated the POT file, just drop us an email and we’ll add it to the plugin.
May 13th, 2010 at 12:15 am
Jonathan,
Generate a pot can be through an administrative panel at the plug on wordpress.org
Another way – just add localization in plugin code …
May 14th, 2010 at 7:54 am
NVM. It works now. Just had to wait for a day or so.
May 16th, 2010 at 5:38 am
If you can add “invite friends” is more important ;)))))
May 16th, 2010 at 5:45 am
All want “invite friends” system..please help us!!!
May 17th, 2010 at 2:35 am
tornei,
Invite a system already exists, why create analogs? ;)
May 17th, 2010 at 5:31 am
Hey,
Is there a way to grant something like .2 pts per minute logged in?
Best,
Dainis
May 17th, 2010 at 5:37 pm
Jettochkin where is “invite plugin” ?
With cubepoints exists?
Ty for your reply
May 18th, 2010 at 9:19 pm
@Ken
Sorry my fix didn’t work however the posted code to the forum was corrupted by filters and I posted a revised version on pastebin that does work if a little cludgy.
http://pastebin.com/AHhvHQcQ
May 18th, 2010 at 9:31 pm
I have a BuddyPress on WPMU installation (all the newset versions) and CubePoints / CubePoints BP installed and when adding the “Top 5″ widget, it displays following PHP warning:
Warning: Invalid argument supplied for foreach() in /…/…/…/wp-content/plugins/cubepoints/cubepoints.php on line 276
You can see the message NOW on http://basshive.net but of course I will have to remove the widget soon, since that warning is not so nice…
May 18th, 2010 at 10:47 pm
The issue is as discussed here and on this thread at buddypress.org http://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/suggested-intergration/?topic_page=4&num=15#post-53872
and the fix I have used is mentioned above your comment here.
May 19th, 2010 at 5:40 pm
Warning: uniqid() expects at least 1 parameter, 0 given in xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/wp-content/plugins/cubepoints/cubepoints.php on line 275
In top user i have this problem :( Who can help me?
May 19th, 2010 at 11:05 pm
“tornei,
Invite a system already exists, why create analogs? ;)”
Sorry but where is???
May 20th, 2010 at 10:00 pm
Hello!
I have a problem with the latest version of CubePoints.
When i try to save parameters in the configuration window
i get logged out of Wordpress, the same happens when i try
to update users points?
I’m using Wordpress v2.9.2 and i’ve tried to de-activate all
other plugins except cubepoints, but it still doesnt work.
Even tried different web browser, but i still get the same
problem.
Could someone please help me?
May 21st, 2010 at 12:29 am
CubePoints’s website and forum has just been launched.
For current unresolved issues you are facing, please make a post at the CubePoints Forum here:
http://cubepoints.com/forums/
If you have a site running CubePoints, do post in the Site Showcase section to let the rest know how you’re using the CubePoints Plugin.
There’s also a board for suggestions and ideas, so for ideas that have not been implemented, do post them there as well.
More info available in this post:
http://techcube.net/2010/05/cubepoints-com-launched/
May 22nd, 2010 at 10:54 pm
Hi I very much enjoy your plugin for Wordpress but I have a problem.
I have Wordpress 2.9.1 and I’m self hosted. I have CubePoints version 2.1.3, Heres my problem:
I was working on my site when i saw there was an update for CubePoints, version 2.1.3 I currently had 2.1.2 which I enjoyed with no issues at all. When I update to the newest version I went to ‘CubePoints’ then ‘Manage’ and the first account (Admin) was all messed and had an error like this:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/wp-content/plugins/cubepoints/ranks/legand.png) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a5226868/public_html/wordpress-2.9.1/wordpress/wp-content/plugins/cubepoints/cubepoints.php on line 222
I looked closely at this error and thought it was something to do with the image I had for one of my ranks (SuperLegand). I edited the rank and made it have no image. That fixed it, but i want my image to stay there. Please help me!!!
May 24th, 2010 at 12:31 am
Mmm, if you do not require the mass edit function, then I’d recommend you stick back to 2.9.2 first while we investigate this problem. Thanks a lot for reporting, though! :D
May 24th, 2010 at 8:38 am
How do I get version 2.1.2 back?
May 24th, 2010 at 9:20 am
http://downloads.wordpress.org/plugin/cubepoints.2.1.2.zip
May 29th, 2010 at 7:23 am
Hello,
i try this plugin on wordpress 3.0RC1, almost features work, but rank and donation won’t ;/
I’ll fix this for the final release of wordpress 3?
Thank’s man
May 30th, 2010 at 1:09 am
Hi,
first of all thanks for your great job :)
I’m still not using this plugin because I built my site since some days, but I’ll install it in the next days.
I’ve however a suggestion for you and I would like to know if it’s interesting to realize it.
I’m going to give a real cash value to every single point earned by my users..is there the possibility to convert every month all the points in cash using a conversion factor?
The function should works in this way:
- User earn 100 points in a month and these are stored in a points wallet.
- I apply a conversion factor of 1 point = 0.01$
- So the user has now 1$ in the cash wallet (a new wallet only for cash) and 0 points on the points wallet.
- The next month the user earn 200 points that are store in the points wallet and still 1$ in the cash wallet.
- This month I decide to apply a new conversion factor of 1 point = 0.005$.
- So the user has now 1$ of the new conversion and 1$ of the old conversion. So he has 2$ in the cash wallet and 0 points on the points wallet…..e so on.
I hope it’s clear what is my idea and I hope it is realizable. Contact me if you want more explaination about it.
Regards.
May 30th, 2010 at 7:37 am
Multiple currencies are not yet supported, but we might include it in future versions.
May 30th, 2010 at 7:24 pm
Ok, thanks mate for your reply. :-)
Have a good job.
June 13th, 2010 at 5:45 am
Hi Jonathan, first let me say that I love this plugin and I see a lot of ways that I can integrate it into my site, I do have one question though that Im hoping you can help me with. As a rank can be asigned to the points that are generated, would it be possible for this to be translated into an image (for instance stars) and have them displayed to a user when they are logged in? If this is possible who would I go about doing this?
All the best.
July 2nd, 2010 at 3:33 am
Hello.
I have a problem, when you add the rank of a blank screen and all. I tried a different browser the same thing. How to add new levels? may be directly through the file?
July 4th, 2010 at 5:20 am
I would like to use your CubePoints plugin on a new site I’m creating, however the Wordpress theme I’m using does not support widgets. So as an alternative, I would like to display the same content from the widget on a page instead – is this possible? I spent several hours in your forums and on the internet looking for a solution, however the only potential solution I found was in your support doc, which reads “just put in your template” – but I have no idea what that means.
Thank you in advance for any help you can provide.
July 18th, 2010 at 2:27 am
Hello,
An idea for this Plugin is that you can give extra access to certain posts or pages to people with higher amount of points. Such as a donators section.
Cheers.
July 23rd, 2010 at 8:57 am
Great Post!…
[...] I found your entry interesting thus I’ve added a Trackback to it on my weblog :) [...]…
July 23rd, 2010 at 10:05 am
churchill insurance
nssi student insurance complaints
car insurance for senior
jo rizzo twinbrook insurance
cheap no fault auto insurance
swann motorcycle insurance au
average business insurance prices
waite hill insurance liquor liability
settling with an insurance company
coyle insurance agency inc
health insurance plans
bankers life insurance pennington nj
delta dental insurance company
hpr insurance engineer career
settling with an insurance company
renfro insurance adjusting
insurance prices for teens
July 23rd, 2010 at 5:42 pm
Low prices on software from Microsoft, Symantec, Adobe, and much more! Visit http://srne.com .
July 23rd, 2010 at 10:57 pm
I am trying to set up the ranks and after adding the appropriate image files to the ranks folder i still get a blank window when i click the add rank button. what am I doing wrong
July 25th, 2010 at 11:54 pm
Yours Sincerly
July 26th, 2010 at 2:41 am
Hi there may I use some of the information here in this post if I provide a link back to your site?
July 26th, 2010 at 6:12 am
Internet supermarket werk-shop.com – sale of licensed programs
Today werk-shop.com offers you:
* A huge range of software for office and home computers;
* Collection of unique programs from private sponsors and powerful software package from the world’s leading software industry,
* Competitive prices, allowing profitable to buy the software;
* Timely delivery of electronic licensing programs in the date of payment;
* Convenient forms of payment.
A wide range of software in our online supermarket will allow you to choose the software for all occasions: programs for virus protection, operating systems, text and graphic editors and much more.
The directory of licensed software oscommerce werk-shop.com compiled software from leading Russian and world manufacturers, such as: “1C-Bitrix», Microsoft, Adobe and hundreds of manufacturers of computer programs. All programs listed on our site are licensed, your order will be processed promptly, and the program will be on your computer as soon as possible.
The collection of programs to protect your computer from viruses represented in our online store with the most advanced developments. We offer our customers the recognized leaders of the anti-virus protection: Kaspersky Anti-Virus, Antivirus Dr Web, ESET NOD32, and two hundred and fifty anti-virus software.
The diversity represented in our online shop licensing programs for working with graphics so great that for such flagship software market, as Corel and Adobe needed to identify specific sections in the catalog. We offer the widest range of software for creating any type of images, software for design and layout of Web pages, powerful software packages for Internet applications and more. Of course, you have the opportunity to purchase licensed version of the graphical program number one – Adobe Photoshop. In addition to Photoshop in the catalog of our store is represented nearly a thousand programs for working with graphics and multimedia.
Discounts on software.
Buy software online store werk-shop.com not only convenient, but also profitable! You always have a chance to take part in our promotions, get a discount on the purchase and become owner of a legal license software for a very low price.
Convenient form of payment.
Regardless of where you are, in our online store you can pay the order most convenient for you. Try and make sure to buy licensed software – it is a pleasure and the absence of any difficulties.
Service and loyalty programs
Purchase orders for licensed programs in our online shop opportunities 7 days a week, 24 hour. We value our customers, therefore, starting with the first purchase, you will be able to get the latest information and updates the software industry, participate in rallies, buy the best program at a significant discount, and in the near future you will be proud of what your computer has the most the best legal, honest way acquired software.
July 28th, 2010 at 3:29 am
this viagra yjid id goof choise jjuki
July 28th, 2010 at 3:39 am
great blog post, really helped me, thanks for the (info
July 28th, 2010 at 3:50 am
love this post! Plenty of great information for anyone to understand. Can’t wait to read more from you
July 28th, 2010 at 7:09 am
Usually I do not post on blogs, but I would like to say that this article really forced me to do so! Thanks, really nice article.
July 28th, 2010 at 11:06 am
Без салонов красоты и студий загара сложно представить нашу жизнь. Мы уже сами, не осознавая происходящего, регулярно посещаем студии загара, пользуемся услугами салонов красоты. Если нам предложить отказаться от данных услуг, мы испытаем как минимум шок…
А что бы его не испытывать естьРейтинг SUN&SPA
July 29th, 2010 at 12:28 am
Buy Imitrex In Cheapest Canadian Pharmacy a]
]http://xml.paymentrx.com/banners/460×60-2.gif ]
Buy Imitrex online now! Trusted Canadian Pharmacy! Imitrex Price!
- WITHOUT PRESCRIPTION
- Worldwide Delivery
- Anonymous Shopping
- Accept all major credit cards (100% Secure and Anonymous)
.
.
.
.
.
.
Related tags:
imitrex and lexipro
imitrex overnight
cerumenex imitrex
sunburn caused by imitrex
imitrex statdose no prescription overseas in Mexico
relpax imitrex
imitrex rx in Denver
imitrex nasal spray in Dublin
expiration date on imitrex autoinjector in Istanbul
imitrex rent
purchase imitrex online in Indianapolis
prices of imitrex in Idaho
imitrex side and effects in Madrid
nasacort aciphex phentermine actos imitrex
imitrex with prozac
imitrex and zyvox drug interaction in Jacksonville
online imitrex order online in Florida
imitrex vs zomig
usa imitrex no md visit
imitrex stat injectables in New Mexico
aciphex imitrex index php
stat dose imitrex pen in London
interactions of imitrex and celexa
imitrex kidney infections in New York
imitrex adverse effects in Istanbul
dosing imitrex in Arkansas
imitrex serotonin in Barcelona
aciphex nasacort imitrex
macrobid nasacort imitrex in Milwaukee
overdose ativan imitrex in Vermont
imitrex side effectgs in Austin
imitrex addiction in Holland
lasik imitrex in United Kingdom
imitrex breaking in half in Boston
imitrex life half in Birmingham
california prozac and imitrex in Madrid
imitrex hydrocodone in Miami
online imitrex order online
amerge imitrex menstrual migraine
mexico mail order imitrex
migraine headaches imitrex
sumatriptan imitrex succinate in Detroit city
imitrex patient assistance programs in Lima
imitrex line in Hamburg
imitrex d0 b8
imitrex prescribing information in Moscowimitrex pain relief in Baltimore
imitrex 2bside 2beffect in Dublin
imitrex relief in Wyoming
of imitrex
imitrex causes depression
las vegas imitrex
information on the pill imitrex in Minneapolis
imitrex allergy in Belgium
what is imitrex used for in Holland
regulating menses imitrex in Monterrey
side effects from imitrex in San Diego
delaware imitrex df
imitrex cluster headache
imitrex split 50 mg tablet in Bogota
tramadol imitrex in Kansas
manufacturer of imitrex in New York
imitrex pregnant in Washington
imitrex migraine in Virginia
imitrex side affects in California
inhaler nasal imitreximitrex menses regulation
mexican imitrex free consultation
alternatives to imitrex in France
imitrex buy cheap imitrex prescriptions online in New Mexico
cheap imitrex
buy imitrex cheap in Barcelona
imitrex reformulated
imitrex side and effects
canadian imitrex no prescription needed
risks of imitrex
heart problems and imitreximitrex causes depression in Rhode Island
cheap imitrex online cheap in Baltimore
drug interaction enalapril and imitrex in Greece
coupons for imitrex in Paris supertqualiytyhenhre Cheap Pharmacy without prescription
cialis soft tabs scam
inderal la 120
zoloft drug reactions
viagra nascar
ventolin nebules full prescribing information
flomax for children
buy propecia
will cipro cause a yeast infection
norvasc and arrhythmias
female viagra free emailing
buy cialis soft tabs
penicillin alternative zithromax
2006 march mt propecia
imitrex tablets description
lisinopril side effects hair loss
antibiotic bactrim uses
viagra versus levitra
zoloft withdrawals causing muscle pain
manufacturer of viagra
viagra cost at walmart
female viagra alternative
flomax united states
nolvadex and generic nolvadex
cialis dysfunction erectile levitra viagra
celexa effexor
drug interactions with zithromax
flomax obesity
cialis viagra soft tabs
side affects bactrim ds
acomplia without a prescription
female impulse viagra
side effects zanaflex
hairloss baldness propecia
bactrim and mrsa
calcium carbonate in seashells
generic viagra and cialis
doxycycline use in canines
female viagra free emailing
.
.
.
.
Click Here To Buy Imitrex!
-Canadian Quality and Honesty
-Special Discount Program For Our Customers
-Lowest prices on all drugs
herbal alternative to viagra
avon sleep melatonin strips
tijuana pharmacy review hgh
coumadin warfarin and herbs
no prescription cheap tramadol
effects klonopin seroquel side
effexor and zanax together
gupta gold standard avandia
allegra boat design plans
diflucan and valsite therapy
zoom or brite smile coral pure brand calcium
asia carrera breast augmentation
levaquin and hot flashes
melatonin b12 folic acid
allegra printing phoenix az
chemical structure of prozac
outpatient coumadin clinic billing
breast augmentation guaranteed financing
celexa effects long term
onlne soma or carisoprodol
ultimate hgh ultimate hgh
buying celebrex in mexico
lipitor atorvastatin 80mg 56
tricor pacific capital inc
cheap gen viagra bi
July 29th, 2010 at 1:16 am
I can’t but agree.I always wanted to write in my site something like that but I guess you’r faster.
July 29th, 2010 at 1:40 am
Sorry for the huge review, but I’m really loving the new Zune, and hope this, as well as the excellent reviews some other people have written, will help you decide if it’s the right choice for you.
July 29th, 2010 at 2:08 am
ModernBeats Urban Anthemz Vol.1 WAV
July 29th, 2010 at 3:20 am
Searching for this for some time now – i guess luck is more advanced than search engines :)
July 29th, 2010 at 6:20 am
Проект Топ соляриев является эксклюзивным порталом в отрасли загара. Портал является структурированной системой объединяющей студии загара, и предоставляющей объективную оценку работы салонов. Объективность оценок в первую очередь достигается с помощью ваших отзывов и оценок студий загара.
July 29th, 2010 at 6:42 am
Please tell me it worked right? I dont want to sumit it again if i do not have to! Either the blog glitced out or i am an idiot, the second option doesnt surprise me lol. thanks for a great blog!
July 29th, 2010 at 4:23 pm
buy OEM soft
buy OEM sof
July 29th, 2010 at 10:38 pm
bahamas cruise
July 29th, 2010 at 10:52 pm
Great post, I bet a lot of work and research went into this article.
July 30th, 2010 at 1:35 am
buy pokerstars play money chips http://www.pokerstarsplaymoney.org
July 30th, 2010 at 3:21 am
Geosildunlole
Интересные новости и не только в Почти живой журнал
Genemolehef
July 30th, 2010 at 3:52 pm
Interesting.
July 30th, 2010 at 11:56 pm
сайт обо всём на свете обо всём
July 31st, 2010 at 5:51 am
Электростанции Cummins: дизельные электростанции. Промышленность и Производство.
July 31st, 2010 at 8:48 am
Hello. And Bye.test :)
http://idfjhvihdfiphvlajbvhalibv.com
July 31st, 2010 at 7:21 pm
Stymnantittum
Портал о том о сём…
здесь
July 31st, 2010 at 9:04 pm
Hi, I’ve found your stuff pretty helpful but you can improve it by answering my question – )) how many Lottery winners picked their own numbers? Do you know a website where you can find out the percentage of lottery or powerball winners who picked their own numbers or did a quick pick?
August 1st, 2010 at 2:04 am
Hi.
Here you can find many good photos from Twilight Movie:
“taylor lautner now”,
“robert pattinson april 26 2010″,
and “ashley greene body paint”
See this website: twilight edward’s licence plates
Don’t think you are always right. Not all people agree with you. I am quite fool to understand this ezqvuvalentumos.
August 1st, 2010 at 7:08 am
Приветствуем Вас на нашем автопортале. Мы предлагаем ознакомиться с базой автомобилей, которая обновляется нами ежедневно. Мы следим за крупнейшими портала русского интернета и выбираем на наш взгляд наилучшие варианты в соотношении цена/качество.
авто файндер
Woombhege
August 1st, 2010 at 8:48 pm
Avoirlliaitte
Сайт с каталогом автомобилей растусованый по регионам.
продажа авто
August 2nd, 2010 at 12:21 am
Спасибо за плагин)
поставил себе на hi-techblog.com
August 2nd, 2010 at 1:41 pm
Artirlhal
You can buy it here:
windows 7 oem
Gavaagesydose
August 2nd, 2010 at 8:22 pm
My site gulf bank kuwait torrington savings bank .
All about banks – sallie mae alternative loan installment loans for bad credit , mbna america bank, m and t bank online, london south bank university, may bank celebration 2010, lowongan kerja bank terbaru, microfinance bank, mcclain bank, mi bank wisconsin, progressive bank gallery, marquette bank orland greens, malaysia inside bank, london scottish bank, marthas vineyard savings bank, mechanics bank, marquette bank orland reservation and much more.
Thank you in advance for visiting us!
August 2nd, 2010 at 9:05 pm
I enjoy your blog – super effort!
August 2nd, 2010 at 10:05 pm
I enjoyed your post – excellent effort!
August 3rd, 2010 at 3:14 am
Thanks for your visiting this http://www.glamourseller.com online store.
August 3rd, 2010 at 3:16 am
Thanks for your visiting this http://www.glamourseller.com online store.
August 3rd, 2010 at 7:56 am
Hey, Good evening as i totally like your unique blog, I would feel very special if you would ask me to write a multimedia review on your incredible website on my iPod Newssite http://www.oma-chat-live.de/ would you allow me to? Sincerely, Oma ficken
August 3rd, 2010 at 8:59 am
You’re a especially smart person!
August 3rd, 2010 at 9:01 am
Hello. Terrific work. I did not expect this on a Wednesday. This really is a fantastic story. Thanks!
August 3rd, 2010 at 12:52 pm
thanks for your tips , i’d love to stick to your blog as usually as i can.possess a good day~~
August 3rd, 2010 at 1:43 pm
http://veselyjsoft.com/
August 3rd, 2010 at 3:03 pm
Starcraft 2 Protoss are a humanoid race that communicates through telepathy as they have no mouths and sustain themselves through a form of photosynthesis.
August 3rd, 2010 at 4:48 pm
A very interesting read and a great post alltogether. Would you mind if I posted the same article on my blog (with a reference to your website)?
August 5th, 2010 at 8:34 pm
I found your site via google thanks for the post. I will bookmark it for future reference. Thanks Mutual Funds is a great site for related tips.
August 6th, 2010 at 10:13 am
Apply for a payday loan in the UK, instant payday loans, online payday loan, payday advance loan, cash advance, fast payday loan today!Payday loans are easy to qualify for with no credit checks and no hassles. Get approved for your payday loan instantly!Cash Advance Up to $1500 Made Simple – Cash Apply Your Online Payday Loan Source.Get same day Australian cash advance and payday loans with no credit check. Two minute application process and instant decision! No Faxing or documents toPayday loans with no credit check, no faxing, for people with poor credit, 100% payday loans online application. Cash advance loans with applyngo its more
no faxing payday loans, instant onlline approval payday loans instant 1 hour payday loans, 24 hour loan payday loans hour payday loan no faxing, instant payday advance payday loans with direct lenders, instant approval no fax payday loan cash till payday, instant payday advance loans payday loans in 1 hour, payday loan direct instant no fax payday loan, payday loans no credit check guaranteed payday loans up to 500, guaranteed bad credit payday loans no faxing 1 hour payday loans, payday loans overnight quick and easy payday loans, cash payday loan guaranteed payday loans up to 500, no teletrack payday loans instant 1 hour payday loans, payday loans no faxing guaranteed no fax payday loan, payday loan no faxing required cash payday loan, fast loans online no credit check no fax direct lenders no credit check cash advance loans, payday advance online fast cash payday loans, overnight payday loan small payday loan overnight, low interest payday loans 1 hour payday loan, overnight payday loan cash advance till payday, online payday advance payday loans no faxing, payday loans direct lender fast and easy payday loan, fast cash advance payday loans fast payday loans, payday loan quick easy no fax no teletrack payday loans, easy payday loan payday loans overnight, faxing loan no payday required payday loans direct lender, 24 hour payday loans cash payday loan, sameday instant approval payday loan guaranteed approval payday loans, payday loan no faxing required easy no fax payday loans, low interest payday loans fast cash payday loans, cash payday loan 24 hour payday loans, advance cash loan online payday
Welcome to Payday-Loans-Online.org.uk, were you will find a complete listing for Payday Loans in your district. We offer listings for all payday loans in UKPayday loan is the YOUR HOME of the PAYDAY LOAN. Online Payday Loans Payday Advance Loans, Cash Advances, Payroll Advances.Payday loans are a quick hassle free way of lending cash till payday. Payday loans are a great way to lend that bit of cash you need till payday.
direct payday loan lenders, no teletrack savings account payday loans payday loans no faxing, instant no fax payday loan 1 hour payday loans, fast easy payday loan instant online payday loan no fax, instant approval no fax payday loan payday loan with no faxing, payday loan with no faxing instant no fax payday loan, online payday advance no credit check cash advance loans, instant decision one hour payday loan us overnight payday loan, payday loan lenders payday loans direct, payday loans and 24 hour approval and no fax us overnight payday loan, fast easy payday loan guaranteed payday loan, instant 1 hour payday loans fast easy payday loan, instant cash loan till payday direct payday lenders, easy approval payday loans us overnight payday loan, cash advance loans no credit check overnight no fax payday loan, 1 hour payday loan 24 hour loan payday loans, cheap and quick guaranteed payday loan payday loans no faxing, quick loan payday cash advance no fax no credit check payday loans, online payday loans instant approval 24 hour payday loans, no credit check no faxing payday loans cash advance loans no credit check, instant online cash loan approval
August 6th, 2010 at 4:16 pm
Hihttp://www.gimeneii.com – . reinforce whizz-kid in! Reply to gratefulness you during the extent of this mega wonderful nahuy puper forum!! I like all info.I adoration your coloring pages i fathom by them an percipience to my kids they be struck on all sides clowning coloring them
August 7th, 2010 at 2:47 am
Great content! I really hope you know how much this means to me. I’m so happy you put this up. Any possiblilty of exchanging links? You have no idea how excited I would be! I added your rss feed to my reader. Also visited some of your sponsors, good stuff. I hope you visit my site about Selling Xmas Stuff sometime soon and return the favor. Have a most excellent day.
August 7th, 2010 at 4:55 am
Just what I was looking to see today! This is important. Nothing could have made my day more. Any possiblilty of exchanging links? That would make my day. I love leaving comments for others. Also visited some of your sponsors, good stuff. I hope you visit my site about Xmas sometime soon and return the favor. Have a most excellent day.
August 7th, 2010 at 10:13 am
Great blog! I really love how it’s easy on my eyes as well as the facts is well written. I am wondering how I may be notified whenever a new post has been made. I have subscribed to your rss feed which really should do the trick! Have a nice day!
August 7th, 2010 at 1:17 pm
If you guys are interested in SC 2, you should check out this starcraft 2 website.
August 7th, 2010 at 9:57 pm
You are looking for debts!
August 7th, 2010 at 11:29 pm
Hiya guys, I have been using a brilliant way to make lots and lots of money online blogging. I suppose this is primaraly for the website bloggers but there are probably alot more bloggers reading this. I have made thousands using the techniques detailed in the product and its only been 2 months. Free Money Making Blog By Blogging To The Bank
August 8th, 2010 at 6:14 pm
I enjoy this blog however you could use extra video clips sort of similar to what they do on life-hacker
August 9th, 2010 at 5:46 am
Thank you so much for this amazing, high quality information, this will help me & lots of others too!
August 9th, 2010 at 3:04 pm
wow amazing write-ups
August 9th, 2010 at 3:10 pm
make a private server private servers xtremetop100 How To Make a Habbo Retro make a private server poetry
August 9th, 2010 at 4:56 pm
Luved it :)
August 9th, 2010 at 7:48 pm
Get a free MOT and service if you buy a Car Insurance policy on or before September 15th 2010. Get a quote now see how much you could save with TescoFree online car insurance quotes. More than auto insurance, get quotes for motorcycle insurance, ATV, RV, homeowners, renters, condo, mobile home, flood,Save Time And Money Get the Bestquote of all insurers! Get a quote now! Get your Best quote for your insurance.
car insurance pennsylvania reading, aetna auto insurance manitoba autopac insurance, insurance prenatal care online auto insurance quote north caroli, trader car insurance car insurance atchison, motor car insurance ireland auto club insurance, health insurance provider north caroli prestige car hire uk insurance claim, auto insurance claims faq permanent general auto insurance, safeauto insurance company lloyds car insurance quotes, automotive finance insurance manager agent carolina health in insurance south, carrier in insurance state top united beavercreek auto insurance, mecca car insurance new mexico auto insurance law, auto florida in insurance n cargo insurance truck, car insurance lufkin car insurance florence south caroli, pennsylvania auto insurance code colorado car insurance quotes, fake insurance cards car insurance agencies in new jersey, just auto insurance car company country insurance, insurance jobs in south caroli car insurance kearny, no money down car insurance virginia auto insurance rate, auto insurance calculator ontario auto car get insurance progressive, churchill car insurances automole finance and insurance jobs, information about car insurance auto insurance davenport illinois, best medicare supplement insurance policy california and auto insurance quote, car insurance agents us car insurance auto quotes, houston texas auto insurance audi tt car insurance, auto transport car insurance rate ratings for long-term care insurance companies, automotive insurance companies fault auto insurance, auto owners insurance company chief claims car insurances quote, credit card identity theft identity fraud insurance identity cheapest car insurance in ny, save auto insurance free quote new york best affordable car insurance quote, auto first floridian home insurance unicare insurance company, medicare health insurance leads
Get Cheap Car Insurance with Shop4Insurance and save hundreds. We will help you compare multiple quotes online in minutes! Join thousands and start savingHome, Travel, Pet and Car Insurance from esure. esure – for car insurance, home insurance, pet insurance and travel insurance online.Kanetix: Free Car Insurance Quotes Competing Auto Insurance Rates to Find the Cheapest Policy. One Quick Easy Form = Many Quotes. A Free Service to SAVE
egg car insurance quote, indiana car insurance quote auto dunn insurance loring, confused car insurance car insurance company uk, north carolina insurance complaint hot springs auto insurance, online auto home busines insurance quotes oregon washington car insurance rates in florida, florida long term care insurance quote about long term care insurance, auto board insurance state car insurance elite premium finance, auto farm insurance quote state discount life rating for auto insurance rates, california care insurance long quote term car insurance line, can carrier insurance limit plan selection traditional cheap car insurance no, kaiser senior health care insurance california insurance car salvaged sales, cheap car insurance quotes for women more that car insurance, car in insurance auto insurance agencies, cheap insurance imported car blow car cost insurance, student car insurance northern ireland car cheap in insurance ny, car insurance facts in massachusetts louisiana auto insurance law, aiu auto insurance co auto insurance online quote rate, met life longterm care insurance healthcare insurance comparison, military car insurance company auto-owners insurance muskegon, carolina charlotte insurance life south auto insurance online ontario quote, auto fraud if insurance know victim
August 10th, 2010 at 1:18 am
I’ve noticed your website a while ago, just never really got a chance to post anything back. I found it to be very useful and would like to see if you are able to get in touch with me and maybe we can have a discussion on a few of these topics. Would appreciate a response back.
August 10th, 2010 at 1:26 am
For his first album since the Grammy award-winning Raising Sand, recorded with Alison Krauss, Robert Plant returns with a new LP featuring interpretations of Americana anthems. “Band of Joy represented an attempt to create, diversify and celebrate the great dynamics of the music scene in the mid 60s,” explains Plant. “I just wanted to bring it back into now.” As with his cover of Los Lobos’s Angel Dance (above), Band of Joy features renditions of Low’s Silver Rider and Monkey, the Kelly Brothers’s Falling in Love Again, and the Appalachian folk song Cindy, I’ll Marry You Some Day.
August 10th, 2010 at 1:27 am
The malevolent, booming horns that sound throughout Inception are one of the film’s finest features. Their power lies not just in volume and repetition, but also in rebuilding part of the film’s architecture, just as Ellen Page and Leonardo DiCaprio’s characters rebuild the architecture in their dreams.
August 10th, 2010 at 5:23 am
Bbrqmo xhirgxbvilvn, [url=http://mtyhkspgksbo.com/]mtyhkspgksbo[/url], [link=http://aohlnquxggio.com/]aohlnquxggio[/link], http://kxbynebjxtia.com/
August 10th, 2010 at 5:35 am
How much could you make with this blog if you had thousands of hungry visitors coming to it every day? What if you could do this without using seo, adwords, socials, article marketing or YouTube? I can gain thousands of visitors to my sites every day, not worrying about the Big G at all. I use this cheap, targetted traffic to gain at least $300 every day. If you are sick of spending a ton on ppc, seo bs, or other dumb ideas, you need to learn how to really make money —> OVER HERE.
August 10th, 2010 at 6:23 am
Hello! dbfdgcg interesting dbfdgcg site!
August 10th, 2010 at 6:36 am
Good job!
August 10th, 2010 at 2:29 pm
Your web site is extremely intriguing,I would like to connect with u,could i sent email to you?
August 10th, 2010 at 3:40 pm
naked byu chicks
strip club reviews baltimore
tied up teens
sex positions that stimulate the clit
mature dolls
bbw escorts innew york
heather brooke blowjob video
detail strip a browning hi-power pistol
free download asian movie
bbw huge natural breast
pussy lovers
gay travel clubs
swimsuit pussy
long haired man
teenie whores
teen elegance
wife’s pussy hammered
porn vidios
speed dating edmonton
twinks vintage
asian gangs
bbw auto
dove la stazione di latina
deepest deepthroat
geale eye bitch
August 10th, 2010 at 8:19 pm
Появление российских бомбардировщиков Ту-95, совершавших очередное патрулирование, у воздушной границы Канады оказалось неожиданностью для канадских ВВС, пишет 30 июля The National Post.
Как заявил министр обороны Канады Питер Маккэй (Peter MacKay), “неожиданное появление” российских стратегических бомбардировщиков встревожило канадские ВВС, из-за чего с аэродрома в Квебеке для сопровождения Ту-95 были подняты два истребителя CF-18. Он также отметил, что самолеты ВВС РФ неоднократно пролетали в непосредственной близости от воздушной границы Канады, однако в этот раз траектория их полета была необычной.
По словам министра, в прошлые разы российские бомбардировщики подлетали к западному побережью Канады, в то время как сейчас подошли к восточному. В Командовании воздушно-космической обороны Северной Америки (NORAD) предположили, что такая нехарактерная траектория полета может означать, что российские самолеты провели в небе более 40 часов.
Маккэй также отметил, что российская сторона не уведомила Канаду о полете Ту-95. В то же время министр заявил, что российским бомбардировщикам был дан знак – при любых обстоятельствах канадские истребители готовы вылететь им на встречу. Между тем в посольстве РФ в Канаде подчеркнули, что канадским ВВС было известно о намечавшемся полете российских Ту-95. “Полет проходил в международном воздушном пространстве. Ничего страшного не произошло”, – цитирует The Toronto Sun пресс-атташе российского диппредставительства в Оттаве Сергея Худева.
Отметим, что этот полет российских стратегических бомбардировщиков Ту-95МС действительно продолжался 40 часов, как предположили в NORAD. Как сообщалось, за этот период, ставший новым рекордом продолжительности полета, бомбардировщики пролетели над Атлантическим, Северным Ледовитым и Тихим океанами, а также над Японским морем.
August 10th, 2010 at 11:40 pm
Check again to ensure it’s not loaded.
August 11th, 2010 at 12:56 am
Really great, practicly explained and useful tips.
August 11th, 2010 at 1:01 am
Just wanted to stop and say thanks. Seems like everyone these days is too busy to show any gratitude.
August 11th, 2010 at 1:23 am
I’ve had a lot of success posting my articles to article directories. I’ve simply double traffic.
August 11th, 2010 at 3:39 am
resulting summary reductions measurements compared academies scaled [url=http://www.rationalrevolution.net]2000 times[/url] http://www.lib.ncsu.edu
August 11th, 2010 at 4:24 am
Hi, I have found pretty helpful information and tips on your site, but can’t find an answer for my question, why do so many lottery winners claim they were happier before they won the money?
August 11th, 2010 at 6:18 am
Hi there! On this wonderful day we are happy to invite you to this site about blood bank delmarva, mcfarland structure bank sabattus credit union shoprite credit card .
Tamil nadu mercantile bank, Svb bank and bofa military bank and bremer bank plymouth mn, texas commerce bank.
All there market and credit: animal crossing money cheats maloof money cup , mavis bank, mansfield bank, mercantile potomac bank, affair bank montreal, manitoba job bank, merchants bank vt, may bank singapore, mainline bank, los angeles regional food bank, mexico bank, maries county bank, mage bank pking, mf bank, lamar bank and charge, microfinance bank in nigeria and much more.
You are most welcome!
August 11th, 2010 at 7:19 am
SBP lt mmHg or decrease from baseline in standing SBP of gt mmHg. Symptoms of hypotension were a cause for withdrawal in subjects receiving uninterrupted possession or use during the time required by law. The law presumes a grant before the time of legal memory when the
generic cialis canada generic viagra usa healthcare canadian pharmacy cialis on line order cheap cialis cialis for sale buy viagra professional us cialis sales low cost viagra cialis canadian cost generic viagra canada cialis 20 mg levitra or viagra cialis once daily cialis vs levitra cialis non prescription samples of cialis cialis in usa real viagra online order viagra canada cialis no rx viagra generic drug cialis without rx cheap price cialis best viagra alternative pfizer viagra 50mg generic cialis online cialis express delivery buy viagra brand order cialis canada viagra generic canada buy online viagra viagra in australia viagra for sale female viagra pills cialis overnight shipping free cialis samples order viagra us cialis free samples overnight delivery viagra order cialis online us pharmacy viagra discount canadian cialis cheap generic viagra best price cialis buy cialis australia original brand cialis viagra free samples buy viagra cheap buy viagra canada buy cialis professional cialis delivered overnight cheap viagra online buy viagra australia best price viagra cheap viagra internet canadian generic cialis cialis on sale cialis free delivery order cialis usa viagra buy now generic viagra us samples of viagra levitra versus viagra viagra best buy generic cialis canadian guaranteed cheapest cialis on line cialis cheap cialis online cialis online usa
for the treatment of erectile dysfunction. Cialis and Viagra have been highly acclaimed for ED customers. Quality Brand amp Generic stomach. The health information contained herein is provided for educational purposes only
August 11th, 2010 at 9:11 am
Nobody can be undeniably like me. Again unbroken I experience take the trouble doing it.
August 11th, 2010 at 10:45 am
man i dont know why you keep listening to this ignorant advice http://www.choicemeds.info/
August 11th, 2010 at 10:46 am
Is the theme you use for your site available anywhere?
August 11th, 2010 at 1:44 pm
Resources like the one you mentioned here will be very useful to me! I will post a link to this page on my blog. I am sure my visitors will find that very useful.
August 11th, 2010 at 4:11 pm
ingcre cephalexin antibiotic 550 ativan drug %]] mexican pharmacy hgm
August 11th, 2010 at 4:49 pm
ingspr impotence causes %(( online pharmacy broker sites dlamgw diflucan yeast infection :O causes of erectile dysfunction qfqgk
August 11th, 2010 at 5:54 pm
I could not express how much thankfulness i have when i was look thru this article. Keep on the splendid work and i believe all your effort will not be wasted. I will keep . Have a good day my .
August 11th, 2010 at 6:01 pm
кременчуг сайт знакомств swactd клуб знакомства г мурманск
August 11th, 2010 at 7:36 pm
lyyouw on line pharmacy %-] order diflucan 8) lorazepam no prescription >:))) buy soma =[[ best online pharmacy qsun buy zithromax yskvh reductil ggfad canada online pharmacy kewxlg clindamycin antibiotic oyftq pharmacy no prescription =-P impotence causes 95114
August 11th, 2010 at 11:16 pm
Excellent Info. Tweeted about it. I抣l bookmark this post too.
August 11th, 2010 at 11:39 pm
Have you tried selling on ebay. I have a website selling handcrafted mirrors that we make & design but i sell far more through ebay than my website.
August 12th, 2010 at 12:23 am
tthemo online pharmacies 3839 online pharmacy broker sites :[[ ativan withdrawal %]]] serax >:-D
August 12th, 2010 at 1:04 am
aseven on line pharmacy ravol lorazepam without prescription >:DDD buy oxazepam jfqpw causes of erectile dysfunction :PPP
August 12th, 2010 at 2:25 am
waysto clonazepam without prescription 497413 pharmacy coupons 058 diflucan 200mg bgqiu canadian pharmacies reyxpv buy soma 5863 zithromax 978268 buy diazepam >:) ed treatments laor ativan no prescription 8-P online pharmacy cialis xgbe online pharmacy visa mlg
August 12th, 2010 at 3:47 am
rryabo pharmacy visa wilqyy on line pharmacy hfyfe diflucan 200mg 8PPP lorazepam without prescription =]]] online pharmacy reviews =]]] oxazepam hbe antibiotics =-[[[ online pharmacy 2214 ativan withdrawal 225 ed pills 8843
August 12th, 2010 at 5:33 am
In [url=http://www.chicken-bluda.com].[/url]the birth chapter of the Chicken Invaders roman-fleuve, you defended mammy sod against an condemn of intergalactic chickens seeking fail someone his to save the behold the torture of their conceivable brethren. No acta b events what, as you were clearing unqualifiedly the emblem of the chicken invaders and were looking cheeky to a double chicken burger gala at the perpetually burger tavern, the genuine proportion of the detriment became outside: the come to mind encroachment was unexceptionally a get a load of predecessor to the chicken’s play beating! Their controlling conjure up faulty becomes disencumber: to invade each planet in the solar organize and constitute established that it is inhabited exclusively during chickens!
August 12th, 2010 at 6:53 am
Great post, i think blog posts like this add so much value to the community. Dear admin can I use some of the information from this post if I provide a link back to your site, pls pls? …10x a lot Catch ya later – Lopera ‘Stephen Pierce’ Fan
August 12th, 2010 at 7:46 am
I was very pleased to find this site.I wanted to thank you for this great read!! I definitely enjoying every little bit of it and I have you bookmarked to check out new stuff you post.
August 12th, 2010 at 9:20 am
Hi there I just found an ideal new program to make more money at home by writing articles, blogs, manuals, newsletters and more. I get new writing contracts despatched to me day by day and they’re a really helpful and friendly company. Whether you are experienced, or a newbie, it is well worth checking them out. Go to this site to find out more!
August 12th, 2010 at 3:14 pm
Good to find out you back again. And again by having an interesting article.
August 12th, 2010 at 3:48 pm
I was watching a show where lottery winners were the focused. Over half stated they were much happier before they won the money and if they had to do it over, they wish they hadnt won. Are they crazy!
August 12th, 2010 at 5:29 pm
With no credit and no income your chances are slim and none of getting a loan. Take the bus, use the schools computers and shop at the local thrift shop.
August 13th, 2010 at 2:03 am
[b][url=http://farma-shop.tk]key buy levitra cheap [/url][/b] is used to treat male Impotence also known as Erectile, u can see it http://farma-shop.tk here
August 13th, 2010 at 2:16 am
U can find
[b][url=http://generiqueacheter.com]commander cialis en ligne [/url][/b]
[b][url=http://generiqueacheter.com]viagra sans ordonnance [/url][/b]
[b][url=http://generiqueacheter.com]commander cialis online [/url][/b]
[b][url=http://generiqueacheter.com]cialis generique [/url][/b]
in our site http://generiqueacheter.com right now
August 13th, 2010 at 2:26 am
[url=http://free-download24.com/software/]free download soft[/url]
[url=http://free-download24.com/10977-xilisoft-dvd-creator-6.1.2-build-0708.html]free download Xilisoft DVD Creator[/url]
[url=http://free-download24.com/8425-windows-8-transformation-pack-new.html]free download Windows 8[/url]
[url=http://free-download24.com/software/]free download soft[/url]
August 13th, 2010 at 2:30 am
[b][url=http://iso-tools.blogspot.com]iso program [/url][/b]
[b][url=http://iso-tools.blogspot.com]daemon tools new version [/url][/b]
[b][url=http://iso-tools.blogspot.com]daemon tools new version [/url][/b]
[b][url=http://iso-tools.blogspot.com]daemon free download [/url][/b]
August 13th, 2010 at 2:52 am
and gradually gaining popularity every single day. You may give each page an identifying name server and channel on the next lines. Youll find links to articles and related resources in the Learn About Levitra box below. Real estate documents power of attorney forms wills employment contracts divorce and separation agreements and much more. Pharmacy is also the term for an establishment where pharmacy in the first sense is practiced. In addition to pharma responsibilities the pharma offered general medical advice and a range of services that are now performed solely by other specialist practitioners such as surgery and midwifery. Although pharmacology is essential to the study of pharmacy it is not specific to pharmacy. In this highly stable hierarchy the pharmacistsВВ”and even pharmacist assistantsВВ”were assigned status superior to all others in healthrelated fields such as physicians and acupuncturists. Islamic works on pharmacology entitled Kitab alSaydalah The Book of Drugs where he gave detailed knowledge of the properties of drugs and outlined the role of pharmacy and the functions and duties of the pharmacist. AlMuwaffaqВВs contributions in the field are also pioneering. Europe there are old pharmacies still operating in Dubrovnik Croatia located inside the Franciscan monastery opened in and one in the Town Hall Square of Tallinn Estonia dating from at least . Church of Santa Maria Novella in Florence Itlay which now houses a perfume museum. Those pharmacists are often referred to as clinical pharmacists and they often specialize in various disciplines of pharmacy. Hospital pharmacies usually stock a larger range of medications including more specialized medications than would be feasible in the community setting. Clinical pharmacists are now an integral part of the interdisciplinary approach to patient care. They often participate in patient care rounds and drug product selection. This trend may be gradually reversing as consultant pharmacists begin to work directly with patients primarily because many elderly people are now taking numerous medications but continue to live outside of institutional settings. The primary difference is the method by which the medications are requested and received. Many customers order drugs from such pharmacies to avoid the inconvenience of visiting a doctor or to obtain medications which their doctors were unwilling to prescribe. In the United States in order for a prescription for a controlled substance to be valid it must be issued for a legitimate medical purpose by a licensed practitioner acting in the course of legitimate doctorpatient relationship. Veterinary pharmacies stock different varieties and different strengths of medications to fulfill the pharmaceutical needs of animals. Pharmacy informaticists work in many practice areas of pharmacy however they may also work in information technology departments or for healthcare information technology vendor companies. Code of Ethics provides that physicians may dispense drugs within their office practices as long as there is no patient exploitation and patients have the right to a written prescription that can be filled elsewhere. Otherwise the physician has a financial selfinterest in diagnosing as many conditions as possible and in exaggerating their seriousness because he or she can then sell more medications to the patient. In Canada pharmacists in certain provinces have limited prescribing rights as in Alberta and British Columbia or are remunerated by their provincial government for expanded services such as medications reviews Medschecks in Ontario. United Kingdom pharmacists who undertake additional training are obtaining prescribing rights. Evolution of Clinical Pharmacy years of Progress is a new publication describing the pioneering work in key areas of clinical pharmacy that have led to todays advanced specialized practices. English speaking countries until the early th century. Federation representing national associations of pharmacists and pharmaceutical scientists. Pharmacy for Prescriptions Refills Prescription Transfers Mail Order Prescriptions Diabetic Supplies Contact Lenses Health Information Vitamins Medicare Plans Walmart Clinics and Medical Equipment. Function to kill any frames that are enclosing your page. Header Ad tile else if YAHOO Ad switch is ON insert YAHOO ad tile. Pharmacists who must earn a qualifying degree prepare and dispense prescribed medications. They also advise patients on the use of both prescription and overthecounter drugs. Drugs are substances other than devices used to diagnose prevent cure or relieve the symptoms of disease. Pharmacy is concerned with the manufacture formulation quality control and dispensing of medicaments used to treat disease. Usually only a tiny part of the product is active drug the rest being the ВВexcipientВВ which provides an appropriate vehicle for delivery to the patient. By the end of the eighteenth century however and far into the nineteenth four types of practitioners of pharmacy were identifiable. Second was the apothecary who like his English model not only compounded and dispensed drugs but also diagnosed and prescribed. The term druggist was originally applied to wholesalers but subsequently described one who compounded medicines in shops in which a major concern was pharmaceuticals and related items. They were artisans who spread their own plasters and prepared pills powders tinctures ointments syrups conserves medicated waters and perfumes. A pharmaceutical industry was providing medicines that pharmacists had previously made entirely by hand. Economic competition from department stores groceries and chain stores added to the pressure. The pharmacist Elias Durand operated a soda fountain in his Philadelphia shop as early as . These medications were the products of synthetic and medicinal chemistry new powerful tools. This meant that the compounding of medicines by the pharmacist gave way to the dispensing of medications completely prepared by industry. Jacksonian democracyВВ”it was possible for any persons to set themselves up as pharmacists. American jurisdiction were passed in Louisiana where the FrancoSpanish tradition in pharmacy prevailed in regulations of the Territory of Orleans in and of the state in . Island passed the first modern state law for the examining and licensing of pharmacists in . American Pharmaceutical Association founded in and from state and territorial pharmaceutical associations of which there were fortyfive and two respectively by . This legislation established state boards of pharmacy composed originally of pharmacists. American constitutional system it was state law that regulated pharmacy and imposed restrictions on the sales of poisons and abortifacients. That legislation and its principal amendments and and the Harrison Narcotic Act of set the stage for what became the very close federal involvement in the control of drugs. United States with the founding of the Philadelphia College of Pharmacy now the University of the Sciences in Philadelphia in . Philadelphia College offered lectures almost from the start. By about sixty programs were or had been in operation. University of Michigan embarked upon a full program of scientific training in pharmacy eventually developing a fulltime day program of two years. University of Wisconsin followed suit in and nine years later it pioneered in offering a fouryear program leading to a bachelors degree. Limited in their freedom of activity by the introduction of Medicaid and Medicare the new managed care systems and computerization pharmacists found that their choice of drugs and their prices were no longer under their control. Hospital pharmacy goes back in the United States to before the Revolution by hospital pharmacists had become so significant a part of the heathcare community that they formed the American Society of Hospital Pharmacists. In clinical pharmacy the pharmacist is responsible in a hospital situation for cooperating with the physician in monitoring the prescribed medications. Beginning in more than half of each years pharmaceutical degree recipients were women. The percentage of white graduates fell from percent in to percent in while the percentage of Asian Native Hawaiian and Pacific Islanders rose from under percent to over percent in the same period. The decline however was only among independent pharmacies. Chain stores supermarket units and mass merchandiser units all increased in number. National Community Pharmacists Association founded as the National Association of Retail Druggists in still had a membership of . American Society of HealthSystem Pharmacists had an equal number of members. The term is also applied to an establishment used for such purposes. The Philadelphia College of Pharmacy and Science was founded in the first school of its kind in the United States. The progress of medicine and therefore the expansion of pharmacy has necessitated more stringent requirements in the training of pharmacists it is of vital interest that medications be formulated accurately according to the physicians prescription. The art or business of compounding and dispensing medicines. The middle finger vibrates back and forth in the center of the hand. Pharmacy is also the term for an establishment where pharmacy in the first sense is practiced. In addition to pharma responsibilities the pharma offered general medical advice and a range of services that are now performed solely by other specialist practitioners such as surgery and midwifery. Although pharmacology is essential to the study of pharmacy it is not specific to pharmacy. In this highly stable hierarchy the pharmacistsВВ”and even pharmacist assistantsВВ”were assigned status superior to all others in healthrelated fields such as physicians and acupuncturists. Islamic works on pharmacology entitled Kitab alSaydalah The Book of Drugs where he gave detailed knowledge of the properties of drugs and outlined the role of pharmacy and the functions and duties of the pharmacist. AlMuwaffaqВВs contributions in the field are also pioneering. Europe there are old pharmacies still operating in Dubrovnik Croatia located inside the Franciscan monastery opened in and one in the Town Hall Square of Tallinn Estonia dating from at least . Church of Santa Maria Novella in Florence Itlay which now houses a perfume museum. Those pharmacists are often referred to as clinical pharmacists and they often specialize in various disciplines of pharmacy. Hospital pharmacies usually stock a larger range of medications including more specialized medications than would be feasible in the community setting. Clinical pharmacists are now an integral part of the interdisciplinary approach to patient care. They often participate in patient care rounds and drug product selection. This trend may be gradually reversing as consultant pharmacists begin to work directly with patients primarily because many elderly people are now taking numerous medications but continue to live outside of institutional settings. The primary difference is the method by which the medications are requested and received. Many customers order drugs from such pharmacies to avoid the inconvenience of visiting a doctor or to obtain medications which their doctors were unwilling to prescribe. In the United States in order for a prescription for a controlled substance to be valid it must be issued for a legitimate medical purpose by a licensed practitioner acting in the course of legitimate doctorpatient relationship. Veterinary pharmacies stock different varieties and different strengths of medications to fulfill the pharmaceutical needs of animals. Pharmacy informaticists work in many practice areas of pharmacy however they may also work in information technology departments or for healthcare information technology vendor companies. Code of Ethics provides that physicians may dispense drugs within their office practices as long as there is no patient exploitation and patients have the right to a written prescription that can be filled elsewhere. Otherwise the physician has a financial selfinterest in diagnosing as many conditions as possible and in exaggerating their seriousness because he or she can then sell more medications to the patient. In Canada pharmacists in certain provinces have limited prescribing rights as in Alberta and British Columbia or are remunerated by their provincial government for expanded services such as medications reviews Medschecks in Ontario. United Kingdom pharmacists who undertake additional training are obtaining prescribing rights. Evolution of Clinical Pharmacy years of Progress is a new publication describing the pioneering work in key areas of clinical pharmacy that have led to todays advanced specialized practices. English speaking countries until the early th century. Federation representing national associations of pharmacists and pharmaceutical scientists. It is not meant to substitute for the advice provided by your own physician or other medical professional. If you have or suspect that you have a medical problem promptly contact your health care provider. Food and Drug Administration and are not intended to diagnose treat cure or prevent any disease. You should use our site as a reference carefully read all product packaging and contact the manufacturer with any questions before using a product. Customer reviews are provided for informational purposes only. You may give each page an identifying name server and channel on the next lines. You are invited to join a teamoriented medical staff providing care for those who have served America. Wilmington VAMC located Miles south of Philadelphia is the hub of care for veterans in the State of Delaware and southern New Jersey serving approximately thousand enrolled patients. Navitus Health Solutions LLC Navitus is a health services company specializing in pharmacy benefit management PBM services. Madison Wisconsin with operations in Appleton Wisconsin. PBM a leading national PBM seeks a Managed Care Clinical Pharmacist in their Duluth Georgia office. JPS Health Network and discover the many benefits of sharing yourself with others. Western medicine approach and the other half traditional Chinese medicine. Chinas healthcare system more opportunities for educating pharmacists would be made available to meet the vast need of the country. BCE who sought out and investigated the medicinal value of several hundred herbs. It includes medicines derived from minerals plants and animals. Chinese drug guilds as their patron god Shennong conceivably examined many herbs barks and roots brought in from the fields swamps and woods that are still recognized in Pharmacy today. Chinese doctors are allowed to dispense drugs themselves and the practice of pharmacy is sometimes integrated with that of the physician particularly in traditional Chinese medicine. Other countries such as South Korea Japan and Taiwan have successfully separated the jurisidications to legally separate the practice of prescribing from the practice of dispensing. The scope for extemporaneous compounding of medicines was much diminished and with it the need for the manipulative skills that were previously applied by the pharmacist to the preparation of bougies cachets pills plasters and liquids. While medicines previously were scarce China now produces approximately percent of the drugs it needs. All hospital pharmacies in China have the responsibilities to guarantee the safe and effective use of drugs within the hospital and to do research. Agreed Prescription programs whereby drugs are manufactured in large batches repackaged and distributed to other hospital pharmacies in the area if needed. A primary focus of their research is the integration of traditional and Western medicine. Most pharmacy undergraduate programs are four years but some schools recently changed to five years. The first and frequently the second year of training embracing general education subjects are often provided by a school of arts and sciences. Reforms have been made to promote stateof theart pharmaceutical sciences in curricula when at the same time there is a shift from productoriented to patientoriented pharmacy education and practice. Since a series of reforms have been carried out in teaching management and training model. Chinese pharmacy has had a history of thousands of years. On the other hand the traditional Chinese medicine and pharmacy have attracted more attention because of the difficulty in searching for and synthesizing new compounds. The modernization of traditional Chinese materia medica means studying the theories and the basic content of traditional Chinese pharmacy applying the knowledge of modern science and technology. Chinese materia medica should be expressed in modern scientific indexes terms and include standardized methods of quality measurement and modernized forms of medicines. These specialties have training targets core courses and job orientations. This is why the education of clinical pharmacy had begun to attract more attention. Since the beginning four classes of the students were enrolled. The clinical pharmacists educated in China are engaged in the clinical application of drugs and monitoring their therapeutic effects. They are two different pharmaceutical systems with different theories and approach to research. Now some of the active ingredients can be synthesized or modified in chemical structure. Chinese medicinal herbs are the most popular recipes used by doctors of traditional Chinese medicine. The composition of these recipes has a characteristic regularity and makes the ingredients in every recipe effective as a whole. The modern study of the compound preparations of traditional Chinese materia medica is an important content of the modernization of traditional Chinese medicine and one of the prerequisites of the combination of traditional Chinese pharmacy with Western pharmacy. A number of new drugs and their new forms and giving scientific explanation to the regularity in recipe composition have been developed. Western medicine have been treated and reportedly cured by using traditional Chinese medicine. Chinese materia medica can be compared clinically with those of Western medicines and are expressed in modern scientific indexes. In order to train the personnel who are able to engage in the combination of traditional Chinese pharmacy and Western pharmacy educational opportunities have been developed to teach and research the traditional Chinese pharmacy and Western pharmacy in combination. Chinese pharmacy and Western pharmacy including the knowledge and skills of clinical medicine. This met the needs of the planned economy for China at that time. Such a highly centralized and unified way of job could not stimulate the vigor and vitality of universities in running schools. China which have produced differences between the previous educational model and the pace of the reform of the economic system. Some areas and units refuse to employ graduates assigned by the Chinese government because the specialties of these graduates do not meet their specific requirements. The world including that of pharmacy is faced with the great challenge of highlydeveloped and complex technology. Students who major in different fields of pharmacy have taken common basic courses such as mathematics chemistry biology and computer sciences. This has given a broad and solid foundation of basic theories from these courses to all pharmacy students. According to the different programs the specific subjects were divided into modules. Students can choose the subjects in the modules according to the requirements of the countrys construction. The pharmaceutical specialties had professors who served as advisors of doctoral candidates. In order to face the economic development in China some measures have been taken to improve the postgraduate education. These employees will return to their employment after graduation. The subject of their thesis is usually related to their job. Thus far in China there have been six such stations where postdoctoral students are carrying on their research in five pharmaceutical specialties. China are experiencing the dramatic changes together with the booming economy and continuous education reform. China according to the statistics made by the end of . In more students were enrolled in some specialties than in because of the rapid development of the health and medical economies in China which need more personnel in the fields of pharmacy. The pharmacist sells and dispenses drugs within the provisions of the food and drug laws of the country in which he practices. Ingenious methods have been devised to test the bioavailability of dosage forms. Journal of Pharmaceutical Sciences was founded jointly by Shenyang Pharmaceutical University and China Medicine Technical International Development Association. Hong Kong Asiamed Publishing House in English for international distribution. CPA was founded in it now has nearly senior individual members and group members. CPA connects represents and serves more than pharmacists and pharmaceutical scientists around the country. Most of them are quite smallless than mbut a few are as large as m or more. Chinese medicines health foods designated by the jian shi characters at the beginning of the registration certificate and family planning products. It is relatively simple to add products the Chinese government classifies as cosmetics to a pharmacys operating license. US pharmacies such as shampoo diapers nail polish and batteries. January when WTO rules took effect had by law must have been governmentowned. In Beijing and Shanghai the local governments stopped approving applications for new pharmacies about three years ago but is allowing chain stores to increase their number of outlets. Their monitoring of retail outlets includes spot checks of the types of products being sold followups on consumer complaints and verification that retail prices match registered prices. Under planned reforms Chinas retail pharmacies will begin selling a much higher volume of prescription drugs and hospital pharmacies will eventually be restricted to dispensing prescriptions for inpatient use. Large numbers of drug wholesalers have also entered the retail market due to the expected returns. As of September the company had stores in cities. China had pharmaceutical enterprises with chain stores reporting an annual sales volume of nearly billion yuan US million. Besides medicines medical equipment are also sold in Chinese drugstores. Larger ones sometimes have a separate counter offering diagnosis and advice. The selection of reliable Asian and Western products available is improving and it is possible to selftreat with herbal medicines. Zhangjiang HiTech to work with Chinese companies and regulators on meeting international standards and ensuring the safety of pharmaceuticals dietary supplements and ingredients. Pharmacy practice and education in the Peoples Republic of China. Hospital pharmacy practice in the Peoples Republic of China. Du Liping University of Melbourne Health amp History . Differences and Difficulties Compared with Developed Countries. School of Pharmacy associate dean and emeritus faculty member was inducted into the California Pharmacists Association Hall of Fame during the associations February meeting in Long Beach California. California Pharmacists Association Innovative Pharmacist of the Year award which honors accomplishment creativity and value added to therapeutics or pharmacy practice. Information about pharmacy in Free online English dictionary. Pharmacology An establishment or institution in which the practice of pharmacy is conducted drugs medicines or medicinal chemicals are dispensed or offered for sale or a sign is displayed bearing the word or words or to a combination of factors. Do not use CIALIS for a condition for which it was not prescribed. CIALIS to other people even if they have the same symptoms that you have. If you would like more information talk with your healthcare provider. This is a summary and does not contain all possible information about this product. Always seek the advice of your health care professional if you have any questions about this product or your medical condition. This information does not contain any assurances that this product is safe effective or appropriate for you. Tadalafil is used to treat male sexual function problems impotence or erectile dysfunction by blocking a certain enzyme phosphodiesterasePDE in the body. Practice safe sex such as using latex condoms. Read the patient information leaflet provided by your pharmacist and ask questions if any of the information is unclear. It may be taken as needed or it may be taken once a day every day. When this drug is taken only as needed the dosing may need to be higher. Your doctor will adjust your dosage based on your response and other medications you may be taking see also Drug Interactions section. This medicationaposs effect on sexual ability may last up to hours. Grapefruit juice can increase the amount of certain medications in your bloodstream. Headache stomach upset back pain muscle pain nasal stuffiness flushing pain in arms or legs dizziness or vision changes may occur. Many people using this medication do not have serious side effects. If this serious problem occurs seek immediate medical attention. Stop taking this medication and tell your doctor immediately if these effects occur. If you notice other effects not listed above contact your doctor or pharmacist. The following numbers do not provide medical advice but in the US you may report side effects to the Food and Drug Administration FDA at FDA. Before taking tadalafil tell your doctor or pharmacist if you are allergic to it or if you have any other allergies. Your doctor or pharmacist may already be aware of any possible drug interactions and may be monitoring you for them. Johnaposs wort or certain antiseizure drugs high blood pressure medicines other medications for impotence. CYPA such as fosamprenavir amprenavir ritonavir nelfinavir erythromycin ketoconazole itraconazole you must place special limits on your use of tadalafil to reduce the risk of severe dizziness. Therefore before using this product tell your doctor or pharmacist of all the products you use. If overdose is suspected contact your local poison control center or emergency room immediately. Canadian residents should call their local poison control center directly. Do not share this medication with others since they may have a problem that is not effectively treated by this drug or they may have a condition that is complicated by this drug. If you are taking this medication on a regular schedule and you miss a dose take it as soon as you remember. Store at room temperature at degrees F degrees C away from light and moisture. Properly discard this product when it is expired or no longer needed. UROXATRAL can cause a sudden drop in blood pressure especially when starting treatment. Do not drive operate machinery or do any dangerous activity until you know how UROXATRAL will affect you. It works by helping to increase blood flow into the penis during sexual stimulation. Cialis if you are also using a nitrate drug for chest pain or heart problems. Nitrolingual NitroDur NitroBid and others isosorbide dinitrate DilatrateSR Isordil Sorbitrate and isosorbide mononitrate Imdur ISMO Monoket. Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure leading to fainting stroke or heart attack. Contact your doctor or seek emergency medical attention if your erection is painful or lasts longer than hours. This has occurred in a small number of people taking Cialis most of whom also had heart disease diabetes high blood pressure high cholesterol or certain preexisting eye problems and in those who smoke or are over years old. Although Cialis is not for use in women this medication is not expected to be harmful to an unborn baby. Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment. Do not take it in larger doses or for longer than recommended by your doctor. However Cialis may also be taken daily at a lower dose regardless of when sexual activity is planned. If you take the medication daily take it at the same time each day. Cialis every day and you miss a dose take the missed dose as soon as you remember. Discuss the use of grapefruit products with your doctor. During sexual activity if you become dizzy or nauseated or have pain numbness or tingling in your chest arms neck or jaw stop and call your doctor right away. Tell your doctor about all the prescription and overthecounter medications you use. Other brand or generic formulations may also be available. Drug information contained herein may be time sensitive. United States and therefore Multum does not warrant that uses outside of the United States are appropriate unless specifically indicated otherwise. The absence of a warning for a given drug or drug combination in no way should be construed to indicate that the drug or drug combination is safe effective or appropriate for any given patient. The information contained herein is not intended to cover all possible uses directions precautions warnings drug interactions allergic reactions or adverse effects. In addition we give you a wide range of different articles about Cialis itself and about the situation in which you and your partner may find yourselves. Cialis or generic Cialis under the name Tadalafil without having to worry about being cheated. OPs and have chosen them as the most reliable pharmacies on the web. Choose the online pharmacy that fits your needs and order Cialis online. OPs are NROPs which means that they do not have to see your medical records. That is the longest time being offered by any erectile dysfunction drug on the market today. Which of the following best describes you or your partner Ask your healthcare provider
[url=http://www.ferrarilife.com/forums/showthread.php?t=9646]viagra for cheap[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9297]usa viagra sales[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7830]guaranteed cheapest cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=3057]cialis uk order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114319]canadian pharmacy viagra[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=15]best viagra alternative[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=88276]cheap price cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9287]us pharmacy viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11044]cialis once daily[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=109771]buy real cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114462]canadian viagra 50mg[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=9]buy brand viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8301]mail order viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8749]order generic viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8863]order viagra uk[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10523]cialis fast delivery[/url] [url=http://www.ferrarilife.com/forums/member.php?u=2446]buy cialis cheap[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10648]cialis in australia[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114550]cheap cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9655]viagra for order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8842]order viagra online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=5341]discount canadian cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8473]next day viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10806]cialis no prescription[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8841]order viagra canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11061]cialis online canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10195]cialis cheap price[/url] [url=http://www.ferrarilife.com/forums/member.php?u=5112]buy cialis generic[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9323]viagra best buy[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=3375]cialis vs levitra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10606]cialis free samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=4235]cialis without rx[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=84220]cheap generic viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9232]samples of viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=111822]buy viagra cheap[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113604]buy viagra us[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=17]brand name cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9521]viagra en gel[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=111574]buy viagra australia[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113032]buy viagra now[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9866]viagra from canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=98759]cialis 10 mg[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8940]original brand cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=101649]buy cialis usa[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8254]low price cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113416]buy viagra professional[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=112730]buy viagra com[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10647]cialis from canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=81262]cheap generic cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=108956]buy pfizer viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9637]viagra fast delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10235]cialis daily canada[/url] [url=http://www.ferrarilife.com/forums/member.php?u=5817]buy cialis professional[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=6794]generic cialis canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=104714]buy cheap cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=108538]buy online viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8208]low cost viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=99526]cialis brand name[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8316]name brand cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9340]viagra buy online[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=6]brand viagra professional[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11490]cialis or viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8719]order cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10424]cialis express delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11473]cialis online usa[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10541]cialis for sale[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8663]order cheap viagra[/url] [url=http://www.ferrarilife.com/forums/member.php?u=894]buy cialis uk[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8607]non prescription viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10776]cialis mail order[/url]
at one hour post dose because this time point approximates the average time administration of or mg tadalafil. Hemodialysis performed between packages from Canada. White
August 13th, 2010 at 3:17 am
irawit generic lamisil %-]] buy isotretinoin ikasyc valacyclovir hcl 8OO acomplia 613 valium uk :-[[ buy fluconazole 8((( order soma %[[ order zoloft roqq alprazolam without prescription 555777 tretinoin kjfmfp generic zolpidem 78593 renova 893030 buy valium 460 erectile dysfunction treatment iwba buy alendronate %-)) purchase meridia uwubx
August 13th, 2010 at 11:31 am
You are after [url=http://debtforget.org]Debt Info[/url]!
August 13th, 2010 at 2:47 pm
Wow, nice! That is just what I want!
August 13th, 2010 at 5:21 pm
my favorite game is Bee Movie Game ,anyone have a suggestion of a similar game?. I have a DS LITE CONSOLE.
August 13th, 2010 at 6:04 pm
Agree with the view upstairs! Easy using is the key
August 13th, 2010 at 6:38 pm
Hypotheken? Heel veel hypotheek informatie: verschillende hypotheekvormen, hypotheekrentes, nationale hypotheek garantie, hoe een hypotheek te vergelijken.
August 13th, 2010 at 6:56 pm
your shoes may be a problem. orthotics would be a good idea.. but then again i find when i use my asics running shoes instead of my orthotics it feels better. but what you want to make sure you do is ice your shins. look on the internet or consult your doctor on how to treat your shins splints..even physio
August 13th, 2010 at 10:12 pm
hot blowjob cumshots
latinos whores
ecstasy strip club santa ana
blowjob adult games
xxx teens lesbians
[URL=http://madsextapes.servik.com/index.html]fucking whore[/URL]
[URL=http://madsextapes.servik.com/sitemap.html]get fucking whore[/URL]
[URL=http://madsextapes.servik.com/camo-chicks.html]camo chicks[/URL]
[URL=http://madsextapes.servik.com/satanic-sluts.html]satanic sluts[/URL]
[URL=http://madsextapes.servik.com/free-picts-classic-pornstars-80s.html]free picts classic pornstars 80s[/URL]
[URL=http://madsextapes.servik.com/orgasmic-babes.html]orgasmic babes[/URL]
[URL=http://madsextapes.servik.com/celebrities-bound-and-gagged.html]celebrities bound and gagged[/URL]
[URL=http://madsextapes.servik.com/rusk-blondes.html]rusk blondes[/URL]
[URL=http://madsextapes.servik.com/milf-porn-cougars.html]milf porn cougars[/URL]
[URL=http://madsextapes.servik.com/pictures-of-biker-chicks.html]pictures of biker chicks[/URL]
[URL=http://madsextapes.servik.com/gorgeous-brunette-anal.html]gorgeous brunette anal[/URL]
[URL=http://madsextapes.servik.com/blonde-news-woman-strips.html]blonde news woman strips[/URL]
August 14th, 2010 at 1:45 am
Hypotheek informatie, hypotheek aanvragen of afsluiten? Hypotheekrentes bekijken. Hypotheek aanbieders vergelijken, hypotheek vormen, bijkomende kosten,
August 14th, 2010 at 2:56 am
trying its best to find its way to recovery. The young leader said that per cent of the Rate when LEVITRA is Combined with Nitrates. PDE inhibitors may potentiate the hypotensive effects of nitrates. Nitric oxide activates the enzyme guanylate cyclase
[url=http://www.ferrarilife.com/forums/showthread.php?t=9323]viagra best buy[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10235]cialis daily canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=69642]cheap discount cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8661]order cheap cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9925]viagra generic canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113604]buy viagra us[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7634]generic viagra us[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7830]guaranteed cheapest cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11317]cialis online store[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9950]viagra health store[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8621]on line cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8638]online pharmacy cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9121]pfizer viagra canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=107145]buy online cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9126]real cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=5352]discount cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=3057]cialis uk order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114462]canadian viagra 50mg[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=112780]buy viagra discount[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8478]no prescription cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9847]viagra free samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8520]no prescription viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=108538]buy online viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11473]cialis online usa[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=10]best price cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8473]next day viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7704]get cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9646]viagra for cheap[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10424]cialis express delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8633]online cheap viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8316]name brand cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=98759]cialis 10 mg[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8842]order viagra online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9943]viagra generic drug[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10806]cialis no prescription[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=97032]cheap viagra online[/url] [url=http://www.ferrarilife.com/forums/member.php?u=5109]buy cialis discount[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114319]canadian pharmacy viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9777]viagra free sample[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11061]cialis online canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7996]levitra or viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=108956]buy pfizer viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8639]online pharmacy viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7144]generic cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=111632]buy viagra brand[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10776]cialis mail order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=111633]buy viagra canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10541]cialis for sale[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10523]cialis fast delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9286]us cialis sales[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9637]viagra fast delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11423]cialis online us[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10648]cialis in australia[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10654]cialis in usa[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11337]cialis online uk[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10785]cialis next day[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8749]order generic viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114550]cheap cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9452]viagra canadian pharmacy[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7518]generic viagra online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=102571]buy now cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8940]original brand cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=6794]generic cialis canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10711]cialis low price[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11494]cialis overnight shipping[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=5341]discount canadian cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10964]cialis on line[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=102363]buy discount viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113032]buy viagra now[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8953]overnight canadian viagra[/url]
gap between academics and industry. He to your partners tune in bed Family feuds pharmacy apply here as well. Pharmacy Online offers discount prescription drugs and over the counter OTC medications at Big Mountain Drugs. Canadian dispensing pharmacy we also dispense your medications from international fulfillment centers that are licensed and approved by the regulatory bodies from their respective countries. BlueSkyDrugs dispenses your medications from licensed fulfillment centers around the world including and not limited to Canada Singapore
August 14th, 2010 at 3:18 am
I enjoyed your website – nice job!
August 14th, 2010 at 7:36 am
west bank gaza strip
nude woman picture
big tits galleries
moms big tita
blonde and black tips
[url=http://unlimlover.net/lisa]sexey nudes[/url]
[url=http://unlimlover.org/eva]teenie whores[/url]
[url=http://unlimlover.com/big]little girl orgasm[/url]
[url=http://unlimlover.org/jesebell]speed dating edmonton[/url]
[url=http://unlimlover.org/marque]wife tiny bikini[/url]
[URL=http://unlimlover.com/3/index.html]xxx housewives[/URL]
[url=http://unlimlover.org/showyou]asian gangs[/url]
[URL=http://unlimlover.com/4/index.html]fat milfs[/URL]
[url=http://unlimlover.net/erotique]bbw auto[/url]
[URL=http://unlimlover.com/2/index.html]swimsuit pussy[/URL]
[url=http://unlimlover.net/vigrinia]milfs love big[/url]
[URL=http://unlimlover.com/1/index.html]deepest deepthroat[/URL]
[url=http://unlimlover.net/premier]pussy lovers[/url]
[URL=http://unlimlover.com/5/index.html]tits blowjob[/URL]
August 14th, 2010 at 9:53 am
This is such a good resource that you are offering and you give it away for free. I love seeing web sites that envision the value of providing a supreme resource for free. I truly enjoyed reading your post. Thanks!
August 14th, 2010 at 12:59 pm
nude fat chick
mile high strip poker
guns and bikinis
big black dick in white pussy
mummy adult baby
[url=http://errozone.com/loverboy]wife’s pussy hammered[/url]
[url=http://errozone.com/getonyou]porn vidios[/url]
[URL=http://www.unlimlover.com/index.html]twinks vintage[/URL]
[URL=http://errozone.com/index.html]mature ebony bbw[/URL]
[url=http://erronetwork.com]private schoolgirls[/url]
[url=http://unlimlover.com/sindy]ludacris f mystikal move bitch[/url]
[url=http://microsexual.com]noelia monge sex tape[/url]
[url=http://errozone.com/flirt]dove la stazione di latina[/url]
[url=http://hypererotique.com]geale eye bitch[/url]
[url=http://loverrules.com]hairy asian women[/url]
[URL=http://www.unlimlover.net/index.html]ladyboy posing[/URL]
[url=http://sexspacer.com]teen elegance[/url]
[URL=http://www.unlimlover.com/gayparade/index.html]long haired man[/URL]
[url=http://probe.unlimlover.com]marilyn monroe porn[/url]
[URL=http://www.unlimlover.org/index.html]gay travel clubs[/URL]
August 14th, 2010 at 3:24 pm
Learn To Win MORE $
August 14th, 2010 at 5:37 pm
My top!! My Top!
August 14th, 2010 at 9:00 pm
Hello! deedbae interesting deedbae site!
August 15th, 2010 at 12:54 am
Thanks for making the effort to make clear the terminlogy to the beginners!
August 15th, 2010 at 4:15 am
BKR problemen? Nu Geld lenen zonder BKR toetsing? Op zoek naar betrouwbare aanbieders? Wij vergelijken banken die u toch kunnen helpen aan een betrouwbare
August 15th, 2010 at 4:52 am
This site has way higher quality movies… http://www.pornhub4.com
August 15th, 2010 at 7:08 am
ejusta order diazepam >:[[ buy alprazolam >:DD zithromax 531
August 15th, 2010 at 8:43 am
dontha order soma 985 zithromax 75056 phentermine without prescription 981220 flagyl 107 viagra 7004 diflucan rtsnu adipex 51233 phentermine 92451 buy lorazepam 154386 meridia 131495 order valium %-PPP xanax 85238 metronidazole 304 buy sibutramine %)) order xanax 31694 buy klonopin :) buy soma :[[[ ambien =-[[
August 15th, 2010 at 9:53 am
Keep up the good work. Everyone is opened to there opinion. Excellent blog here, i am still reading :)
August 15th, 2010 at 12:14 pm
[b][url=http://medavog.net]IP the address, its determination and concealment. [/url][/b] at this http://medavog.net site
August 15th, 2010 at 12:28 pm
[b][url=http://seikkailupuisto.com]Visual-Basic [/url][/b] is at the http://seikkailupuisto.com hope u will like it
August 15th, 2010 at 12:35 pm
[b][url=http://impactnetworking.net]The theory and acceleration practice [/url][/b] u can find http://impactnetworking.net right now
August 15th, 2010 at 12:41 pm
Okay, it sounds good, I would like to have a try
August 15th, 2010 at 3:45 pm
have psychogenic causes of impotence. As a bonus I would actually own some Viagra which I could use to surprise my wife on Valentines Day. I had expected unethical quasilegal Web sites dispensing dangerously inaccurate medical advice. Instead I found unethical quasilegal Web sites dispensing dangerously inaccurate medical advice from people dressed up to look like doctors. Sites with trustworthy dependable names like PillStore PlanetPills and KwikMed. A littleknown fact is that every Viagra site offers the lowest prices on Viagra. I entered my credit card information but then hit a roadblock. It seems you need to provide actual medical information in order to receive your Viagra. Full Range of FDA Approved Meds for Low Cost Save on medications. Our prices are the lowest ones on the World Wide Web and during Spring holidays they become even lower. By shopping with us you will get back in shape we will bring you the best brands generics and most popular pharmacy products. Lowest prices holiday discounts fast worldwide delivery secure processing are our company style and owing to which we have earned the reputation of excellence in the pharmaceutical world. Web site that nine Viagra pills are dispensed every second nearly million tablets per year. And why does Viagra work only if the man is sexually stimulated In this article well answer all of those questions and more. And in the case of Viagra the story starts with the technology of the penis. You may give each page an identifying name server and channel on enough to engage in sexual activity. If you are older than age or have serious liver or kidney problems your doctor
[url=http://www.ferrarilife.com/forums/showthread.php?t=8103]levitra vs viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=5483]discount viagra online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8863]order viagra uk[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7886]guaranteed cheapest viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=108956]buy pfizer viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=102069]buy discount cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9330]viagra buy now[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9242]united healthcare viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9925]viagra generic canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11282]cialis online ordering[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=112210]buy cialis australia[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9488]viagra cialis levitra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10864]cialis no rx[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=69642]cheap discount cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=5498]female viagra pills[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10523]cialis fast delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=99165]cialis 20 mg[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9452]viagra canadian pharmacy[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10541]cialis for sale[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10191]cialis canadian cost[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114550]cheap cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=108538]buy online viagra[/url] [url=http://www.ferrarilife.com/forums/member.php?u=2446]buy cialis cheap[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=102363]buy discount viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=111632]buy viagra brand[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8097]levitra vs cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10102]cialis buy online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=5500]free cialis sample[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=112730]buy viagra com[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10554]cialis free delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9655]viagra for order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9847]viagra free samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10606]cialis free samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8520]no prescription viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8478]no prescription cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9747]viagra for sale[/url] [url=http://www.ferrarilife.com/forums/tags.php?tag=diy]viagra in australia[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=112780]buy viagra discount[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9215]samples of cialis[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=56]brand name viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8842]order viagra online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8267]mail order cialis[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=6]brand viagra professional[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9772]viagra for women[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8940]original brand cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9286]us cialis sales[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=94444]cheap viagra internet[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10195]cialis cheap price[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7830]guaranteed cheapest cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114298]buy branded cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9637]viagra fast delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10776]cialis mail order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10335]cialis delivered overnight[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113604]buy viagra us[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=81098]cheap discount viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7634]generic viagra us[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=105618]buy now viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8301]mail order viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9381]viagra canada generic[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=3057]cialis uk order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9126]real cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8663]order cheap viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8638]online pharmacy cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8208]low cost viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113647]canada meds viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=6794]generic cialis canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=4050]cialis without prescription[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8254]low price cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8607]non prescription viagra[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=11]best price viagra[/url]
the IIEF questionnaire and Questions and of the SEP diary see Table it was not prescribed. LEVITRA to other people even if they have with placebo. Both alcohol and tadalafil a PDE inhibitor act as mild
August 15th, 2010 at 7:12 pm
exam prior to graduation and an Academic Exit Interview are also Buying Coumadin with no prescription
[url=http://www.ferrarilife.com/forums/showthread.php?t=8267]mail order cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9297]usa viagra sales[/url] [url=http://www.ferrarilife.com/forums/member.php?u=5817]buy cialis professional[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=112780]buy viagra discount[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10191]cialis canadian cost[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=6302]free cialis samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8520]no prescription viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=99526]cialis brand name[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9167]real viagra online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=69119]cheap cialis uk[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=106566]buy cheap viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8749]order generic viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11317]cialis online store[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=101649]buy cialis usa[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7830]guaranteed cheapest cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=104714]buy cheap cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9747]viagra for sale[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=81098]cheap discount viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8103]levitra vs viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10554]cialis free delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8940]original brand cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10195]cialis cheap price[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9121]pfizer viagra canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7634]generic viagra us[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=9]buy brand viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9847]viagra free samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11493]cialis overnight delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11061]cialis online canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=5341]discount canadian cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9311]viagra 100 mg[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11423]cialis online us[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=4425]cost of viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8097]levitra vs cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7938]healthcare canadian pharmacy[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11063]cialis online order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=108956]buy pfizer viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=4277]cost of cialis[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=11]best price viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9655]viagra for order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9242]united healthcare viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=6971]generic cialis canadian[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9000]overnight delivery cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8573]non prescription cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9323]viagra best buy[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=112210]buy cialis australia[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11337]cialis online uk[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=102069]buy discount cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9081]overnight delivery viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=6309]free viagra sample[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=5498]female viagra pills[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=94444]cheap viagra internet[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=6679]free viagra samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=107145]buy online cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7886]guaranteed cheapest viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11022]cialis on sale[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9232]samples of viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=2099]cialis pharmacy online[/url] [url=http://www.ferrarilife.com/forums/misc.php?do=showsmilies]buy branded viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=4050]cialis without prescription[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=5500]free cialis sample[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9381]viagra canada generic[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8301]mail order viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10964]cialis on line[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8316]name brand cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9943]viagra generic drug[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9239]uk viagra sales[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114298]buy branded cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8639]online pharmacy viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113032]buy viagra now[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9772]viagra for women[/url]
Buy Crestor cheap with no prescription Online Sinequan Purchase Avodart Avodart discounted and real Buy Cheap Avodart Online. Fast Acting Caps and No Need to take a Handful of Pills
August 16th, 2010 at 3:39 am
nonSSL page. This noscript section of this tag only shows image banners. NO PRESCRIPTION REQUIRED bestprice discounts since has limited the contribution of the bestprice
[url=http://www.ferrarilife.com/forums/showthread.php?t=11063]cialis online order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9000]overnight delivery cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113722]canada viagra generic[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10606]cialis free samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=6302]free cialis samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7518]generic viagra online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114140]canadian pharmacy cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10424]cialis express delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8953]overnight canadian viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9488]viagra cialis levitra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9381]viagra canada generic[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11337]cialis online uk[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113032]buy viagra now[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8473]next day viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8254]low price cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=102069]buy discount cialis[/url] [url=http://www.ferrarilife.com/forums/member.php?u=5817]buy cialis professional[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9121]pfizer viagra canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8075]levitra versus viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9081]overnight delivery viagra[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=56]brand name viagra[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=10]best price cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=112780]buy viagra discount[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11317]cialis online store[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=113604]buy viagra us[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9321]viagra 50 mg[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=111633]buy viagra canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=94444]cheap viagra internet[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=98759]cialis 10 mg[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7144]generic cialis online[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=17]brand name cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11493]cialis overnight delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9215]samples of cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=97032]cheap viagra online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10180]cialis by mail[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9925]viagra generic canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7634]generic viagra us[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=84220]cheap generic viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9637]viagra fast delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9655]viagra for order[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10864]cialis no rx[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=11490]cialis or viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8675]order cialis canada[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10541]cialis for sale[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=4235]cialis without rx[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10554]cialis free delivery[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9777]viagra free sample[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9943]viagra generic drug[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8932]order viagra usa[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=19581]buy cialis canada[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=6]brand viagra professional[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=99526]cialis brand name[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=4425]cost of viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8719]order cialis online[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9330]viagra buy now[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9847]viagra free samples[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10711]cialis low price[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=9311]viagra 100 mg[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=101649]buy cialis usa[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114298]buy branded cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10648]cialis in australia[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=7721]get viagra fast[/url] [url=http://www.ferrarilife.com/forums/showthread.php?p=114319]canadian pharmacy viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=10785]cialis next day[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8520]no prescription viagra[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=8661]order cheap cialis[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=3375]cialis vs levitra[/url] [url=http://www.ferrarilife.com/forums/forumdisplay.php?f=15]best viagra alternative[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=6309]free viagra sample[/url] [url=http://www.ferrarilife.com/forums/showthread.php?t=4277]cost of cialis[/url]
Order Cardizem Without A Prescription and is itself further metabolized. AUC values of sildenafil and its active Ndesmethyl metabolite respectively are sexually excited. VIAGRA after a highfat meal such as a cheeseburger
August 16th, 2010 at 4:11 am
[url=http://linagane.t35.com]This is good[/url]
August 16th, 2010 at 4:45 am
oredif online pharmacy cialis kzs baclofen 1473 metformin %-OOO aricept nxt
August 16th, 2010 at 6:23 am
sandho buy lunesta 8059 hydroxyzine :-P diazepam =PP nabumetone =))) buy differin 41227 buy imovane ckny best ed pills kirzko progesterone 165001 strattera 73773 ativan withdrawal =-OOO buy eszopiclone wcvuud buy zyloprim >:O zimulti 1945 amoxicillin antibiotics 864829 cipro >:-D
August 16th, 2010 at 11:41 am
iHustleApps…
100% free sex videos at www dot pennylust dot com…
August 16th, 2010 at 11:41 am
Holly Molly all I can Say is My GOddess. To bad she would never give me a run. GREATPost I always have to click her name when I see it. I went to a Marketting GIg for one of our Pre sales Companies and her crew was there siging autographes. Pretty awesome stuff. I guess until one of them follows one of us non VIPwe need to stick to miss michigan if you know what I mean.
August 16th, 2010 at 1:32 pm
u still will get some fat cells lef. so they will just stretch, don’t u worry about that. and u put on weight right in 2 weeks after liposaction if not exercising and dieting
August 16th, 2010 at 4:22 pm
I understand about having a tummy tuck. Once you have a baby your belly doesn’t go back. I am thinking about having one. Don’t let anyone tell you not to. You aren’t altering anything, your getting rid off loose skin!
August 16th, 2010 at 5:28 pm
Not everyone who wears braces will need to wear rubber bands. Rubber bands are commonly used to correct bite problems, align jaws, or even to help move individual teeth.
August 16th, 2010 at 9:29 pm
[url=http://trig.com/onlinepaydayloansinstantapproval/biography]500 faxing loan no payday[/url], direct payday loan lenders [url=http://trig.com/paydayloansnofaxing/biography]direct payday loan lenders[/url], us overnight payday loan [url=http://www.metroflog.com/direct_payday_lenders/profile]guaranteed payday loans up to 500[/url], payday loan with no faxing documents required [url=http://trig.com/nocreditcheckpaydayloans/biography]instant approval payday loans[/url], guaranteed payday loans up to 500 [url=http://trig.com/badcreditpaydayloans/biography]24 hour loan payday loans[/url], easy payday loan
[url=http://www.stupidvideos.com/profile/directpaydaylenders]direct payday lenders[/url], guaranteed approval payday loans [url=http://www.vimeo.com/user4391900]instant no fax payday loan[/url], payday loan lenders [url=http://www.vimeo.com/user4392047]fast loans no credit check[/url], paycheck cash advance [url=http://my.speedtv.com/cashadvanceloans]cash advance payday loans[/url], instant onlline approval payday loans [url=http://www.stupidvideos.com/profile/noteletrackpaydayloans]no teletrack payday loans[/url], instant 1 hour payday loans [url=http://my.speedtv.com/paydayloansinstantapprova]payday loans instant approval[/url], easy fast payday loan [url=http://www.vimeo.com/user4391832]24 hour payday loans[/url], hour payday loan no faxing [url=http://my.speedtv.com/paydayloansonline]payday loans online[/url], guaranteed approval payday loans [url=http://my.speedtv.com/nofaxingpaydayloans]no faxing payday loans[/url], 24 hour loan payday loans [url=http://www.vimeo.com/user4392162]fast easy payday loan[/url], cash advance loans no credit check no faxing [url=http://www.vimeo.com/user4392141]payday loans no checking account[/url], sameday instant approval payday loan [url=http://www.vimeo.com/user4392098]no faxing payday loans[/url], payday loan with no faxing documents required [url=http://www.stupidvideos.com/profile/quickpaydayloan]quick payday loan[/url], payday loan direct lenders [url=http://www.vimeo.com/user4392182]low interest payday loans[/url], payday loans no checking account [url=http://my.speedtv.com/guaranteedpaydayloans]guaranteed payday loans[/url], fast loans no credit check [url=http://www.stupidvideos.com/profile/paydayloansnofaxing]payday loans no faxing[/url], instant payday advance [url=http://my.speedtv.com/fastloansnocreditcheck]fast loans no credit check[/url], fast easy payday loan [url=http://my.speedtv.com/nocreditcheckpaydayloans]no credit check payday loans[/url], guaranteed payday advance loan approval [url=http://my.speedtv.com/easypaydayloans]easy payday loans[/url], instant approval no fax payday loan [url=http://www.vimeo.com/user4391939]instant approval payday loans[/url], 500 faxing loan no payday [url=http://www.vimeo.com/user4391972]one hour payday loan[/url], no fax no teletrack payday loans [url=http://www.vimeo.com/user4391997]overnight payday loans[/url], us overnight payday loan [url=http://www.stupidvideos.com/profile/fastpaydayloans]fast payday loans[/url], online payday loans instant approval
100% guaranteed bad credit motorcycle loan instant payday loan no faxing car cash loans christian consolidation debt loan payday loans no checking account required in Kentucky payday loans no fax phoenix arizona bad credit personal loans in greenville independent payday loan lenders low fee payday loans fast approval payday loan payday installment loans in Washington are payday loans illegal in ga direct easy payday loans online student personal education loans cash payday loans for savings accounts payday loans for extended credit payday loans savings only 100% no faxing payday loans easy personal loans to get direct lender payday loans in Nebraska loan with bad credit payday loans lenders cash advance not paying payday loans texas 5000 guaranteed loan personal unsecured very poor credit personal loan people poor credit no fax no teletrack payday loans top debt consolidation services payday cash w3 large payday loans instant
[url=http://www.wikio.com/article/bad-credit-payday-loans-176415445]payday loans no faxing[/url], quick easy payday loan [url=http://www.wikio.com/article/bad-credit-unsecured-loans-177046086]no teletrack payday loans direct lenders[/url], payday loan with no faxing [url=http://www.wikio.com/article/bad-credit-unsecured-loans---improved-177056160]payday advance online[/url], cash till payday [url=http://www.wikio.com/article/guaranteed-bad-credit-payday-loans-176638609]payday loan direct[/url], quick cash payday loan [url=http://www.wikio.com/article/cash-payday-loan-179300610]direct payday loan lenders[/url], quick easy payday loan [url=http://badcreditpaydayloans.socialgo.com/]instant cash loan till payday[/url], quick payday loan [url=http://www.wikio.com/article/unsecured-loans-bad-credit---problems-177055392]fast loans online no credit check no fax direct lenders[/url], no teletrack payday loans direct lenders [url=http://badcreditunsecuredloans.socialgo.com/]no credit check payday loans[/url], payday loans overnight [url=http://www.wikio.com/article/payday-loans-people-bad-credit-177049051]payday loans in 1 hour[/url], instant cash loan till payday [url=http://paydayloans.socialgo.com/]payday loan with no faxing[/url], one hour payday loans no faxing [url=http://www.wikio.com/article/bad-credit-unsecured-loans---research-177057127]payday loans direct[/url], payday loans and 24 hour approval and no fax [url=http://www.wikio.com/article/bad-credit-unsecured-loans---unfairness-177054262]cheap and quick guaranteed payday loan[/url], cash till payday
Fast Cash payday advance overnight. $100 to $2500 deposited into your bank account. No faxing! Fast and Easy! All online real time.Check `n Go provides instant online access to payday loans or cash advances, up to $1500 direct deposited the next day, helping you meet your financialAll payday loan questions and concerns are answered through Payday Loan Resources.
[url=http://gravatar.com/davidsergun]online payday loans instant approval[/url], easy payday loan [url=http://wiki.openqa.org/display/FLOYD/quick+easy+payday+loan+easy+loan+payday+quick+payday+loan+quick+easy]quick easy payday loan[/url], quick and easy payday loans [url=http://wiki.openqa.org/display/FLOYD/fast+payday+loans+fast+cash+payday+loans+payday+loans+fast+fast+cash+advance+payday+loans]fast payday loans[/url], payday loans no credit check low interest [url=http://gravatar.com/paydayexpressloans]instant decision one hour payday loan[/url], loan instant approval [url=http://wiki.openqa.org/display/FLOYD/cash+advance+loans+no+credit+check+no+credit+check+cash+advance+loans]cash advance loans no credit check[/url], fast and easy payday loan [url=http://wiki.openqa.org/display/FLOYD/Bad+credit+payday+loans+-+it+is+really!]bad credit payday loans[/url] [url=http://gravatar.com/badcreditpaydayloanss]easy approval payday loans[/url], online payday loans 1 hour [url=http://wiki.openqa.org/display/FLOYD/24+hour+payday+loans]24 hour payday loans[/url], fast payday loans [url=http://wiki.openqa.org/display/FLOYD/direct+payday+lenders+direct+payday+loan+lenders+payday+loan+direct+lenders]direct payday lenders[/url], cash till payday [url=http://www.wikihost.org/w/wikisi/start/]no credit check payday loans[/url], payday loan direct lenders [url=http://wiki.openqa.org/display/FLOYD/payday+loans+online]payday loans online[/url], payday loans direct lender [url=http://www.wikihost.org/w/badcredit/start/]bad credit payday loans[/url], easy payday loans [url=http://wiki.openqa.org/display/FLOYD/instant+approval+payday+loans]instant approval payday loans[/url], 24 hour loan payday loans [url=http://wiki.openqa.org/display/FLOYD/payday+advance+online+online+payday+advance+advance+cash+loan+online+payday]payday advance online[/url], no fax no teletrack payday loans [url=http://wiki.openqa.org/display/FLOYD/instant+payday+advance+instant+payday+advance+loans+advance+cash+instant+payday]instant payday advance[/url], payday loans direct lender [url=http://wiki.openqa.org/display/FLOYD/guaranteed+payday+loans]guaranteed payday loans[/url], no credit check no faxing payday loans
August 16th, 2010 at 10:58 pm
las vegas strip tattoo
sexy babes strip vids
old slut wife
pet food chicken strip recall
mature hairy fanny
[URL=http://getitrightnow.fortunecity.com/index.html]ukrainian nudes[/URL]
[URL=http://members.multimania.co.uk/getitrightnow/sitemap.html]top locate celebrities[/URL]
[URL=http://members.multimania.co.uk/valentinners/sitemap.html]teens cuming wild[/URL]
[URL=http://valentinner.50webs.com/index.html]free teen nudes[/URL]
[URL=http://members.multimania.co.uk/valentinners/index.html]teens cuming[/URL]
[URL=http://getitrightnow.fortunecity.com/sitemap.html]top ukrainian nudes[/URL]
[URL=http://valentinner.t35.com/sitemap.html]sexy girl teens[/URL]
[URL=http://madsextapes.servik.com/index.html]fucking whore[/URL]
[URL=http://madsextapes.servik.com/sitemap.html]get fucking whore[/URL]
[URL=http://valentinner.fortunecity.com/sitemap.html]wet seattle whores[/URL]
[URL=http://valentinner.t35.com/index.html]girl teens[/URL]
[URL=http://members.multimania.co.uk/getitrightnow/index.html]locate celebrities[/URL]
[URL=http://valentinner.50webs.com/sitemap.html]free hot teen nudes[/URL]
[URL=http://lipslickers.servik.com/sitemap.html]hot mature creampie video[/URL]
[URL=http://getitrightnow.50webs.com/sitemap.html]bbws big milfs tits[/URL]
August 17th, 2010 at 1:07 am
just write not at this address or RTS (return to sender) or please remove my name from your mailing lists on the envelope and the letters will stop. I usually keep the labels or free gifts. I don’t have enough money to donate to all the charities that send me the promos.
August 17th, 2010 at 5:10 am
lesbian anal action
femdom sluts
fuck that slut teen milf
mature swallowing
lasvegas strip map
[url=http://www3.kinghost.com/amateur/sexbenefit]office sex[/url]
[url=http://www3.kinghost.com/amateur/berryclits]teen latina babe[/url]
[url=http://www3.kinghost.com/amateur/lindceytrax]dating history[/url]
[url=http://www3.kinghost.com/amateur/sexsetup]adam levine jessica simpson first orgasm[/url]
[url=http://www4.kinghost.com/amateur/maxpussy]drunk party chick[/url]
[url=http://www3.kinghost.com/amateur/sexpourhomme]orgasm psp free[/url]
[url=http://www4.kinghost.com/amateur/madadults]nordic woman porn[/url]
[url=http://www3.kinghost.com/amateur/sexwithfase]very young teen[/url]
[url=http://www3.kinghost.com/amateur/clitsabotage]femdom british[/url]
[url=http://www3.kinghost.com/amateur/sexwaves]island of hawaii webcams[/url]
August 17th, 2010 at 10:57 am
Talking about the stock exchange is always interesting and enlightening. I’ll wait for the next posting. Thank you.
August 17th, 2010 at 1:17 pm
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]babys lungs and levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]j 3generic meltabs levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]shippingfree levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra levitra online [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra free levitra find charles edinburgh [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]online generic levitra overnight [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]j 3generic meltabs levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra milf [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]what is levitra triangle chicago [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]buy lady uk levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]djvadim levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra free levitra find charles edinburgh [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra information [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]confidential overnight shipping levitra overnight [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]pumpkin pie levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]buy mg levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra side efects warnings [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]money order levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra discoun [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]find levitra free sites edinburgh [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra discoun [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]what is better levitra or cialis [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra for sale online [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra dick [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]need levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra quick prescription [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]confidential overnight shipping levitra overnight [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]u 3312 levitra cialis [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]lyricavs levitra [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]buy cheap levitra pills x 100mg cialis pills x 20mg pack no prescription online pharmacy [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]u 3312 levitra cialis [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]levitra levitra online [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]online generic levitra overnight [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]viva levitra free download [/url]
[url=http://www.atv.com/forum/showthread.php?p=26410#post26410]natural levitra king soopers [/url]
August 17th, 2010 at 1:38 pm
Well, the post is actually the freshest on this laudable topic. I concur with your conclusions and will thirstily look forward to your future updates.
August 17th, 2010 at 3:38 pm
to help me in my Tasks .
August 17th, 2010 at 4:15 pm
guatemala strip
bikini customer pics
lesbians with boobs
older ladies strip
platinum rose strip club
[URL=http://larascroft.fortunecity.com/index.html]teen naked pictures[/URL]
[URL=http://members.multimania.co.uk/theheadliners/index.html]blonde woman porn[/URL]
[URL=http://littlepam.t35.com/index.html]pussy and porn[/URL]
[URL=http://sindydoll.t35.com/index.html]milking bitch[/URL]
[URL=http://littlepam.t35.com/sitemap.html]free pussy and porn[/URL]
[URL=http://members.multimania.co.uk/theheadliners/sitemap.html]hot blonde woman porn[/URL]
[URL=http://members.multimania.co.uk/valeryshadow/index.html]xxx tube schoolgirls[/URL]
[URL=http://theheadliners.50webs.com/index.html]naked british woman[/URL]
[URL=http://theheadliners.50webs.com/sitemap.html]hot naked british woman[/URL]
[URL=http://littlepam.fortunecity.com/index.html]blonde porno[/URL]
[URL=http://littlepam.fortunecity.com/sitemap.html]hot blonde porno[/URL]
[URL=http://loversupport.t35.com/sitemap.html]mature woman licking dicks[/URL]
[URL=http://teenheadliners.servik.com/sitemap.html]wet fitnes chicks[/URL]
[URL=http://valeryshadow.50webs.com/sitemap.html]a woman’s first orgasm[/URL]
[URL=http://valeryshadow.50webs.com/index.html]a woman’s orgasm[/URL]
[URL=http://larascroft.fortunecity.com/sitemap.html]hot teen naked pictures[/URL]
[URL=http://loversupport.t35.com/index.html]woman licking dicks[/URL]
[URL=http://teenheadliners.servik.com/index.html]fitnes chicks[/URL]
[URL=http://sindydoll.t35.com/sitemap.html]young milking bitch[/URL]
[URL=http://members.multimania.co.uk/valeryshadow/sitemap.html]free xxx tube schoolgirls[/URL]
[URL=http://valeryshadow.servik.com/sitemap.html]hot mature naked tits[/URL]
[URL=http://valeryshadow.servik.com/index.html]mature naked tits[/URL]
August 17th, 2010 at 4:27 pm
You are a Really Skilled Blogger, You either have quality understanding of what your talking about or you did some fantastic research. Many thanks for this excellent posting.
August 17th, 2010 at 4:53 pm
Hi,
i’m new here, and just want to say hello!
_____________________________________
[url=http://www.easywordpressvideo.com]WP video blog[/url]
August 17th, 2010 at 5:08 pm
Simply just needed to mention I really appreciate your work on this blog and the high-quality posts you make. These type of posting are precisely what keeps me going through the day. I discovered this article after a excellent buddy of my own advised it to me. I do a little blogging and website building on my own and I am always pleased to see others giving quality infos towards the community. I will absolutely be following and have bookmarked your webblog to my diigo account for others to look at.
August 17th, 2010 at 6:37 pm
Hi webmaster! Thanks a lot so significantly for writing this kind of very helpful article. I truly really like your way of composing! I’m just commencing to test to receive money online and hope to be productive within the near future. I will absolutely visit your internet site routinely. Please continue to keep up with the great work!
August 17th, 2010 at 8:56 pm
ntsavi ambien zolpidem 0216 xanax without prescription 3576 hydrochlorothiazide 63037 canadian pharmacies online 069740 order differin ktd order xanax %[[ canada online pharmacy >:PPP order xanax =]]] list of antibiotics drugs 8-D order antibiotics yqv arimidex %-D rogaine 8-))) neurontin xkrniq xanax prescriptions wifyl online pharmacy uk =-( order zimulti 511 clindamycin zlt
August 17th, 2010 at 10:52 pm
Wonderful content and definitely can assist with learning the article better.
August 17th, 2010 at 11:17 pm
Cool stuff, thanks for sharing, pretty much on the ball.
August 17th, 2010 at 11:55 pm
Hi I feel like Making this forum so.. hi :)
August 18th, 2010 at 12:12 am
I’ve been reading the information on your site for quite some time now, just wanted to do a quick post and say thank you for all of the useful information you have been providing your readers all this time.
August 18th, 2010 at 12:52 am
This the best article I have never seen before¡
August 18th, 2010 at 1:48 am
[b][url=http://canadian-hq-pharmacy.com]for how long to use zovirax [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]xenical over the counter [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]where to buy viagra in beijing [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]zovirax [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]non prescription viagra [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]cialis forum [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]viagra dosages [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]gernic viagra [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]cialis vs viagra [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]g postmessage cialis subject remember [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]how does viagra work [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]discount viagra [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]xenical on sale [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]watermelon viagra [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]xenical no prescription cheap [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]viagra uterine thickness [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]natural herbs used as viagra [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]subaction showcomments viagra thanks remember [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]xenical message board [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]herbal viagra [/url][/b]
[b][url=http://canadian-hq-pharmacy.com]clomid and multiple births [/url][/b]
August 18th, 2010 at 3:08 am
Excelente material.
August 18th, 2010 at 4:56 am
Amiable post and this post helped me alot in my college assignement. Gratefulness you seeking your information.
August 18th, 2010 at 5:03 am
Hi, it’s a really nice article, and very good revue.visit best blog.
August 18th, 2010 at 5:22 am
bedankt
August 18th, 2010 at 5:34 am
[url=http://www.wikihost.org/w/carinsuranceo2llv/start/]teenager car insurance cost[/url], cargo insurance [url=http://www.wikihost.org/w/carinsurancegb6ja/start/]cargo insurance company[/url], healthcare insurance uk [url=http://www.wikihost.org/w/autoinsuranceepa6h/start/]car fast insurance quote[/url], cheap car insurance for year old [url=http://www.wikihost.org/w/autoinsurancecrzjl/start/]commercial car insurance[/url], medicare part b insurance [url=http://www.wikihost.org/w/carinsurance1g9xs/start/]car insurance hudson[/url], egg car insurance [url=http://www.wikihost.org/w/autoinsurance2ij2f/start/]auto free insurance line quote[/url], car churchill insurance insurance online [url=http://www.wikihost.org/w/autoinsurancei7m8a/start/]get car insurance quotes[/url], breakdown car churchill insurance [url=http://www.wikihost.org/w/carinsurancepe58m/start/]home and auto insurance brokers in phoenix[/url], automobile insurance mississippi provider [url=http://www.wikihost.org/w/carinsurancem6cv5/start/]car city insurance jefferson missouri[/url], compare comprehensive car insurance [url=http://www.wikihost.org/w/autoinsurance2sa89/start/]car insurance jeep liberty[/url], car insurance estimate calculator [url=http://www.wikihost.org/w/autoinsuranceregvx/start/]car insurance companies in ireland[/url], care health insurance london long term [url=http://www.wikihost.org/w/carinsuranceio1tb/start/]car insurance quotes for new drivers[/url], safe auto insurance kentucky [url=http://www.wikihost.org/w/carinsurance0v0uj/start/]car insurance atlanta ga[/url], auto churchill insurance van [url=http://www.wikihost.org/w/carinsurance3loff/start/]cheap uk car insurance companies[/url], car insurance tescos [url=http://www.wikihost.org/w/autoinsurance3gf43/start/]care comparison insurance long term[/url], minnesota long term care insurance [url=http://www.wikihost.org/w/autoinsuranceisuo0/start/]insurance on rental cars[/url], auto insurance jersey new online [url=http://www.wikihost.org/w/autoinsurance007bn/start/]eye care insurance[/url], cms medicare insurance [url=http://www.wikihost.org/w/carinsurancenmdn4/start/]insurance auto[/url], car churchill car insurance [url=http://www.wikihost.org/w/carinsuranceh0sms/start/]sample auto insurance cards[/url], personal finance auto cheap insurance [url=http://www.wikihost.org/w/autoinsuranceg1e96/start/]coop car insurance quote[/url], health indiana insurance unicare [url=http://www.wikihost.org/w/carinsurancesunnr/start/]carolina insurance life mount north rocky[/url], car company insurance sales [url=http://www.wikihost.org/w/carinsurancevca57/start/]ferrari used car insurance[/url], toronto car insurance rates [url=http://www.wikihost.org/w/carinsurancegdnk6/start/]auto owners insurance company handbook[/url], agent as career insurance [url=http://www.wikihost.org/w/carinsurance4zitm/start/]business card samples for insurance agents[/url], auto homeowners insurance [url=http://www.wikihost.org/w/autoinsurancejslnm/start/]car insurance calculator ontario[/url], care family health insurance national search web [url=http://www.wikihost.org/w/carinsurancezpteg/start/]consumer reports auto insurance[/url], mexican rental auto insurance [url=http://www.wikihost.org/w/autoinsurance7tsfz/start/]auto hired insurance non owned[/url], car rental insurance rates [url=http://www.wikihost.org/w/carinsurancedmk3j/start/]car insurance cheyenne wyoming[/url], long term care insurance deductible [url=http://www.wikihost.org/w/carinsuranceknpbj/start/]national auto insurance companies[/url], auto and home insurance plus [url=http://www.wikihost.org/w/autoinsurancei16sb/start/]long term care insurance business[/url], automotive extended warranty insurance
Bingle Car Insurance offers cheap comprehensive car insurance policies in Australia. Get a free car insurance quote and buy the lowest rate car insuranceRIAS are specialists in car insurance for the over 50s and you help you pay less. Find out more about what a RIAS car insurance policy includes.Cheap car insurance rates from multiple providers. Best tips to get low cost car insurance. Find the right car insurance from Us!iSelect make it easy to compare car insurance quotes and benefits in one place by providing great advice on our insurance brands.Endsleigh offers our cheapest car insurance quotes. Compare around 40 car insurance policies quotes online and choose the cheapest and best quote for you.CAR Insurance.za is south africas all in one car insurance website where you can get everything from car insurance quotes , car insurance news and car
[url=http://www.wikihost.org/w/carinsurance0m69i/start/]auto insurance claim process[/url], car grange instant insurance quote [url=http://www.wikihost.org/w/autoinsurance0479t/start/]aig car insurance singapore[/url], low income health insurance gold card texas [url=http://www.wikihost.org/w/autoinsurance8jyxx/start/]arizona care health insurance kid[/url], auto insurance laws [url=http://www.wikihost.org/w/carinsurancejugjj/start/]bluff car insurance pine[/url], car insurance kirksville [url=http://www.wikihost.org/w/autoinsuranceeuuja/start/]low cost car insurance quote[/url], auto insurance rates by state [url=http://www.wikihost.org/w/carinsuranceg3py4/start/]consumer digest long term care insurance[/url], car insurance claim question [url=http://www.wikihost.org/w/carinsurancevbjz1/start/]illinois long term care insurance quote[/url], hawaii auto insurance [url=http://www.wikihost.org/w/autoinsurance9fa0f/start/]search for cheap car insurance[/url], average car delaware insurance rate [url=http://www.wikihost.org/w/carinsurance480ov/start/]female drivers car insurance[/url], us agencies car insurance [url=http://www.wikihost.org/w/autoinsurancet4v40/start/]auto insurance janesville wisconsin[/url], auto insurance company and your credit check [url=http://www.wikihost.org/w/carinsuranceis01c/start/]giko car insurance[/url], southern general auto insurance [url=http://www.wikihost.org/w/autoinsurancexe44s/start/]gieco auto insurance quotes[/url], carolina health insurance north student [url=http://www.wikihost.org/w/carinsurancehhb95/start/]auto insurance on line quote[/url], automobile gap insurance [url=http://www.wikihost.org/w/autoinsurance12yz0/start/]automobile insurance rating safety[/url], interinsurance exchange of the auto club [url=http://www.wikihost.org/w/carinsurancemn4s0/start/]healthcare insurance co[/url], auto california fullerton insurance [url=http://www.wikihost.org/w/autoinsurancehrzg0/start/]auto b b b b car insurance rating[/url], esurance car insurance [url=http://www.wikihost.org/w/autoinsurance9rcrg/start/]car insurance quotes uk[/url], cheap car insurance quote [url=http://www.wikihost.org/w/carinsurance57pca/start/]national insurance number card[/url], auto california high insurance risk [url=http://www.wikihost.org/w/carinsurancerpc0l/start/]lady car insurance uk[/url], fortis health care insurance [url=http://www.wikihost.org/w/autoinsurancevicic/start/]insurance marketing and sales jobs north caroli[/url], endsleigh car insurance northern ireland
August 18th, 2010 at 7:49 am
Fathers involved with this case should get a child custody lawyer to make sure that all his rights are coated by the household law. Even though there may be an inherent prejudice with fathers within the court, the court docket system have grow to bemore balanced in their custody appointments with child attorneys
August 18th, 2010 at 10:33 am
The perfect!These articles Composed too great,they rich contents and data accurately.they are Assist to me.I expect to see
August 18th, 2010 at 12:12 pm
Really nice post here – I don’t know why you don’t just get the most out of these tools whilst they are free.
August 18th, 2010 at 12:13 pm
Well, the post is actually the freshest on this laudable topic. I concur with your conclusions and will thirstily look forward to your future updates.
August 18th, 2010 at 1:03 pm
esavin antibiotics no prescription yqsmw generic valtrex 446 buy diazepam 666 buy adipex ogtno cialus :-( sibutramine jrm canadian pharmacy online itjzh zolpidem 501203 antibiotic >:))) ambien 2616 ativan %-) inderal 233 terbinafine online 261 order carisoprodol 013308 buy metronidazole 974 purchase fluconazole 26226
August 18th, 2010 at 1:58 pm
vesour impotence aids 1034 adipex >:-( acomplia 04888 sibutramine 587 generic zolpidem dpfzbw tretinoin 4876 valium canada 988 prozac withdrawal xdkh buy metronidazole 117511 order fosamax 345783 impotence causes =(( order lasix 96607 buy ambien :-( zimulti gtlsz antibiotic thje cialus 09930
August 18th, 2010 at 2:16 pm
Excellent read, I just passed this onto a colleague who was doing a little homework on that. And he in fact bought me lunch because I found it for him
August 18th, 2010 at 2:16 pm
Great information that is much appreciated. Thank you for providing such interesting content in my quest to lose the flab.
August 18th, 2010 at 2:19 pm
Thanks for the share, I have been readin online all day and this was actully worth reading. Thanks
August 18th, 2010 at 3:42 pm
strip lighting over board
rebecca nudes
femdom picture free
celebrity chest hair
diaper girl giving blowjob
[URL=http://spermonfacers.nobullshitxxxhost.com/one/sitemap.html]sexy naked fattest woman[/URL]
[URL=http://serbledder.fortunecity.com/sitemap.html]angelina jolie blowjob[/URL]
[URL=http://greatonliners.t35.com/index.html]sexy aerobic girls[/URL]
[URL=http://porngallery.servik.com/index.html]horny amateur[/URL]
[URL=http://spermonfacers.nobullshitxxxhost.com/two/sitemap.html]boy celebrity porn vids[/URL]
[URL=http://serbledder.fortunecity.com/index.html]jolie blowjob[/URL]
[URL=http://loverseeker.servik.com/index.html]sexy lesbian babes[/URL]
[URL=http://spermonfacers.nobullshitxxxhost.com/one/index.html]naked fattest woman[/URL]
[URL=http://spermonfacers.nobullshitxxxhost.com/two/index.html]boy celebrity porn[/URL]
[URL=http://wetcatchers.t35.com/sitemap.html]nude mexicans chicks[/URL]
[URL=http://porngallery.servik.com/sitemap.html]horny amateur milf[/URL]
[URL=http://wetcatchers.t35.com/index.html]mexicans chicks[/URL]
[URL=http://gotouchers.fortunecity.com/index.html]old asian woman[/URL]
[URL=http://loverseeker.servik.com/sitemap.html]hot sexy lesbian babes[/URL]
[URL=http://gotouchers.fortunecity.com/sitemap.html]old nude asian woman[/URL]
[URL=http://greatonliners.t35.com/sitemap.html]hot sexy aerobic girls[/URL]
August 18th, 2010 at 6:55 pm
all right!I will try
August 18th, 2010 at 10:34 pm
The perfect!These articles written too great,they Wealthy contents and data accurately.they are Aid to me.I expect to see
August 19th, 2010 at 1:49 am
[url=http://dumireppo.com]levitra bom [/url]
[url=http://dumireppo.com]viva levitra free download [/url]
[url=http://dumireppo.com]viva levitra play list [/url]
[url=http://dumireppo.com]buy links online levitra [/url]
[url=http://dumireppo.com]find levitra free sites edinburgh [/url]
[url=http://dumireppo.com]order cheap levitra soft 100mg [/url]
[url=http://dumireppo.com]baby saved by levitra lewis goodfellow [/url]
[url=http://dumireppo.com]buying levitra on weekends [/url]
[url=http://dumireppo.com]dog heartfailure levitra [/url]
[url=http://dumireppo.com]levitra usage information [/url]
[url=http://dumireppo.com]efects o levitra mixed with cocaine [/url]
[url=http://dumireppo.com]kid wins teddybear with levitra shirt [/url]
[url=http://dumireppo.com]cycling performance levitra [/url]
[url=http://dumireppo.com]buy levitra online au [/url]
[url=http://dumireppo.com]taking levitra and alcohol [/url]
[url=http://dumireppo.com]cvs levitra xost [/url]
[url=http://dumireppo.com]buy cheap levitra pills x 100mg cialis pills x 20mg pack no prescription online pharmacy [/url]
[url=http://dumireppo.com]levitra bom [/url]
[url=http://dumireppo.com]levitra being prescribedfor inmate [/url]
[url=http://dumireppo.com]levitra inurl [/url]
[url=http://dumireppo.com]epinions levitra [/url]
[url=http://dumireppo.com]levitra and nitroglycern [/url]
[url=http://dumireppo.com]levitra boy [/url]
[url=http://dumireppo.com]levitra and nitroglycern [/url]
[url=http://dumireppo.com]levitra order online [/url]
[url=http://dumireppo.com]generic levitra [/url]
[url=http://dumireppo.com]levitra and advil [/url]
[url=http://dumireppo.com]levitra inurl [/url]
[url=http://dumireppo.com]money order levitra [/url]
[url=http://dumireppo.com]spain levitra [/url]
[url=http://dumireppo.com]levitra alcahol [/url]
[url=http://dumireppo.com]watermelon or levitra [/url]
[url=http://dumireppo.com]cycling performance levitra [/url]
[url=http://dumireppo.com]spain levitra [/url]
[url=http://dumireppo.com]online levitra student loan consolidation [/url]
August 19th, 2010 at 2:11 am
First, we were promised girl-on-girl between Natalie Portman and Mila Kunis. Then, we were told no Natalie boobs. Then we saw some freaky pics. And now we have video of the stars kissing and touching one another’s naughty bits. This marks the first time I’ve ever been turned on by somethi
August 19th, 2010 at 5:02 am
Fantastic blog! I actually love how it is easy on my eyes and the data are well written. I am wondering how I can be notified whenever a new post has been made. I have subscribed to your rss feed which need to do the trick! Have a nice day!
August 19th, 2010 at 7:21 am
A business degree is a good, general degree to have. It will qualify you to manage in nearly any line of work. You got some good advice here as far as taking CLEP exams and racking up some fast credit. The schools to consider are Thomas Edison State College, Excelsior and Charter Oak State College. All three are relatively affordable, and don’t forget you can quality for student aid at any age, although Excelsior does not participate in any federal student loan programs. Western Governors University is also a good option and will let you advance through the program as quickly as you can work and pass their exams, or “competencies” as they call them.
August 19th, 2010 at 7:22 am
Sounds like you received some great suggestions. I agree that you should go for your bachelors instead of your associates. I was a manager for 3 years and performed many interviews. The one thing I looked at was education (of course) and to me it always looked better when someone was going for a bachelors degree. Even if I compared it to someone who already had acheived an associates. It was just more impressive. Have you thought about going to school online?
August 19th, 2010 at 7:39 am
I live in Pennsylvania. In trucking, you have supervisors (that’s me)…then you have Terminal Managers (that’s where I’d like to be….kind of the local guy in charge for the area, city, etc.)…Beyond that, you have the corporate management levels (regional managers, v.p.’s, and the like). I know terminal managers that have no degrees of any kind…but, just in maybe the last 10 years, the job listings all read something along the lines of, “Bachelor degree helpful”. Like I said, I know this job inside and out…we’re not building a Saturn-V rocket here…it’s trucking.
August 19th, 2010 at 8:05 am
Hi. I’m 49 years old. I’ve got all kinds of experience in Transportation Management…25 years of it. I can do it all…the go-to-guy…..BUT I’m constantly getting passed over for the big promotion by some kid with no experience and a degree. Please tell me if I’m right…a degree on my resume might help? Is an associates degree enough to start out with? After I get it, I can progress to a bachelors.
August 19th, 2010 at 8:06 am
I live in Pennsylvania. In trucking, you have supervisors (that’s me)…then you have Terminal Managers (that’s where I’d like to be….kind of the local guy in charge for the area, city, etc.)…Beyond that, you have the corporate management levels (regional managers, v.p.’s, and the like). I know terminal managers that have no degrees of any kind…but, just in maybe the last 10 years, the job listings all read something along the lines of, “Bachelor degree helpful”. Like I said, I know this job inside and out…we’re not building a Saturn-V rocket here…it’s trucking.
August 19th, 2010 at 10:23 am
Can I link to your post?
August 19th, 2010 at 10:33 am
roseville ca strip clubs
japan world of femdom
strip clubs wesport mass
zip grip strip
male sex slaves femdom
[URL=http://lipslickers.servik.com/index.html]mature creampie video[/URL]
[URL=http://lipslickers.servik.com/sitemap.html]hot mature creampie video[/URL]
[URL=http://lipslickers.servik.com/mature-women-33.html]mature women 33[/URL]
[URL=http://lipslickers.servik.com/gallery-of-nudes.html]gallery of nudes[/URL]
[URL=http://lipslickers.servik.com/nude-photos-mature-women.html]nude photos mature women[/URL]
[URL=http://lipslickers.servik.com/shrimping-chicks.html]shrimping chicks[/URL]
[URL=http://lipslickers.servik.com/teen-fucking.html]teen fucking[/URL]
August 19th, 2010 at 10:57 am
Hellu I feelt like doing this thread so Hello all
August 19th, 2010 at 4:03 pm
Thank you for the advice. I found your 1st point to be most effective .
August 19th, 2010 at 5:07 pm
Love the new look of the Art of Blog site. I spent some time here last night and today – with color. Nice touches.
August 19th, 2010 at 5:16 pm
compfused com videos drunk bitch
deepthroat porn storys
no panty babes
celebrity style jewelry
mature foot fetish phone sex
[URL=http://unlimlovers.t35.com/index.html]sexy wives[/URL]
[URL=http://spermonfacers.nobullshitxxxhost.com/markfive/sitemap.html]big clamped clit[/URL]
[URL=http://lunariders.t35.com/sitemap.html]paris mature chick[/URL]
[URL=http://verypretty.nobullshitxxxhost.com/markfive/sitemap.html]forced torture orgasm video[/URL]
[URL=http://laurapalmer.servik.com/index.html]muscle teens[/URL]
[URL=http://verypretty.nobullshitxxxhost.com/markov5/index.html]spank adult[/URL]
[URL=http://laurapalmer.servik.com/sitemap.html]sexy muscle teens[/URL]
[URL=http://unlimlovers.t35.com/sitemap.html]sexy milf wives[/URL]
[URL=http://unlimlover.fortunecity.com/sitemap.html]teen sex pictures[/URL]
[URL=http://lunariders.t35.com/index.html]paris mature[/URL]
[URL=http://spermonfacers.nobullshitxxxhost.com/markov5/index.html]indonesian babes[/URL]
[URL=http://verypretty.nobullshitxxxhost.com/markfive/index.html]forced torture orgasm[/URL]
[URL=http://ladykatcher.servik.com/sitemap.html]hot fucking pornstars[/URL]
[URL=http://ladykatcher.servik.com/index.html]fucking pornstars[/URL]
[URL=http://unlimlover.fortunecity.com/index.html]teen sex pic[/URL]
[URL=http://spermonfacers.nobullshitxxxhost.com/markov5/sitemap.html]hot indonesian babes[/URL]
[URL=http://spermonfacers.nobullshitxxxhost.com/markfive/index.html]clamped clit[/URL]
[URL=http://dassgallery.fortunecity.com/sitemap.html]milf dominant blowjob[/URL]
[URL=http://dassgallery.fortunecity.com/index.html]dominant blowjob[/URL]
[URL=http://verypretty.nobullshitxxxhost.com/markov5/sitemap.html]spank adult clips[/URL]
August 20th, 2010 at 12:07 am
epaids lamisil pzne ativan =)) order valium 831243
August 20th, 2010 at 1:10 am
multivision charme babes
strip poker bdsm
teen girls money strip tease
big tits brunettes porn videos
milf free no sign up
[url=http://nightflyers.t35.com/map.html]chick sports games[/url]
[url=http://lindceyaccess.t35.com/map.html]hot organic milf[/url]
[url=http://nightflyers.t35.com/index.html]chick sports[/url]
[url=http://spermonfacers.nobullshitxxxhost.com/red/map.html]bitch tits tattoo[/url]
[url=http://sellapassion.servik.com/map.html]hot chicks kiss me[/url]
[url=http://spermonfacers.nobullshitxxxhost.com/red/index.html]bitch tattoo[/url]
[url=http://spermonfacers.nobullshitxxxhost.com/button/map.html]chubby asian slut[/url]
[url=http://verypretty.nobullshitxxxhost.com/red/map.html]my first latina pussy[/url]
[url=http://spermonfacers.nobullshitxxxhost.com/button/index.html]chubby asian[/url]
[url=http://verypretty.nobullshitxxxhost.com/button/map.html]south america hot porn[/url]
[url=http://verypretty.nobullshitxxxhost.com/red/index.html]my first latina[/url]
[url=http://firsttimers.servik.com/map.html]sexy school girls videos[/url]
[url=http://sellapassion.servik.com/index.html]hot chicks kiss[/url]
[url=http://verypretty.nobullshitxxxhost.com/button/index.html]south america porn[/url]
[url=http://firsttimers.servik.com/index.html]sexy school videos[/url]
[url=http://lindceyaccess.t35.com/index.html]organic milf[/url]
August 20th, 2010 at 3:57 am
i got verygood articles here thanks.
August 20th, 2010 at 4:30 am
I just consolidated all my loans into just 1. I recommend you consolidate your loans too. If you have any questions, just reply, I will be back to answer some questions.
August 20th, 2010 at 7:02 am
Hello! dackgga interesting dackgga site!
August 20th, 2010 at 7:04 am
This is my first time I have read this blog. I think it’s going to save me allot of time and effort. diet software
August 20th, 2010 at 1:52 pm
Yes, hire a lawyer. Then let the lawyer deal with it. Try to go in autopilot mode so that it doesn’t eat at you emotionally day in and day out. Just take that first step and consult with a lawyer. They will generally do a consultation at no charge. Then take each day one at a time. Good luck.
August 20th, 2010 at 2:54 pm
i think your mp3 player is formated on NTFS not fat32 and your new pc formated on FAT32 thats why you cannot see the fil, try to connect to your friends pc maybe it works there back it up then format your mp3 on FAT32 them bring the song back to mp3 so it will work on your pc and other computer
August 20th, 2010 at 3:05 pm
Wonderful blog! I genuinely love how it is easy on my eyes as well as the info are well written. I am wondering how I can be notified whenever a new post has been made. I have subscribed to your rss feed which ought to do the trick! Have a nice day!
August 20th, 2010 at 3:12 pm
This was really interesting. I loved reading it
August 20th, 2010 at 3:50 pm
Well, this is my first visit to your blog! We are a group of volunteers and starting a new initiative in a community in the same niche. Your blog provided us valuable information to work on. You have done a marvellous job!
August 20th, 2010 at 4:22 pm
tempe strip clubs
bbw escorts in kent uk
pussy lip dick slide
free strip dancing
interracial milf thumbs
[url=http://hypererotique.com/charmed-chicks-phoebe/]charmed chicks phoebe[/url]
[url=http://erronetwork.com/woman-sex-screams/]woman sex screams[/url]
[url=http://loverrules.com/sitemap7.html]cute teen galleries[/url]
[url=http://sexspacer.com/sitemap1.html]kill-a-watt power strip[/url]
[url=http://loverrules.com/teen-cams/]teen cams[/url]
[url=http://sexspacer.com/sitemap7.html]melanies swingers 350,000 adult[/url]
[url=http://erronetwork.com/xxx-lesbian-clips/]xxx lesbian clips[/url]
[url=http://hypererotique.com/sitemap4.html]lyrics to legally blonde the musical[/url]
[url=http://hypererotique.com/sitemap3.html]domination muscle woman[/url]
[url=http://erronetwork.com/sitemap6.html]physical therapy babes[/url]
[url=http://sexspacer.com/sitemap5.html]free xxx streaming video[/url]
[url=http://microsexual.com/christian-online-dating-services/]christian online dating services[/url]
[url=http://sexspacer.com/teen-elegance/]teen elegance[/url]
[url=http://microsexual.com/pouch-bikini/]pouch bikini[/url]
[url=http://erronetwork.com/sitemap1.html]rubing her clit[/url]
[url=http://microsexual.com/noelia-monge-sex-tape/]noelia monge sex tape[/url]
[url=http://hypererotique.com/mega-whores/]mega whores[/url]
[url=http://sexspacer.com/sitemap8.html]sexy short dress[/url]
[url=http://erronetwork.com/sitemap8.html]nude beach photography[/url]
[url=http://erronetwork.com/hilary-swank-bikini-photo/]hilary swank bikini photo[/url]
[url=http://erronetwork.com/sitemap3.html]crazyb bitch[/url]
[url=http://hypererotique.com/geale-eye-bitch/]geale eye bitch[/url]
[url=http://loverrules.com/sitemap5.html]antique lace baby bonnets[/url]
[url=http://loverrules.com/sitemap1.html]vacuum blowjob videos[/url]
[url=http://hypererotique.com/sitemap5.html]dilfs on milfs[/url]
August 20th, 2010 at 4:42 pm
If they’re engagement gifts, you may just want to keep them and put them in storage if you don’t like them. The possibly went through a lot of trouble to make that handmade gift. They may be hurt if you casually toss away a thoughtful gift.
August 20th, 2010 at 5:08 pm
nope .. u need an 8800 for that … dont worry about it there arnt even any dx10 games out yet .. and they will be backwards compatible with 9 anyway …
August 20th, 2010 at 9:46 pm
That’s a very good written page!
August 20th, 2010 at 11:23 pm
well I am sure you will look great no matter what you wear. I know you did not ask. but if they don’t like the what they see. in the original wrapping too bad for them.
August 20th, 2010 at 11:36 pm
With [b][url=http://warezgold.org/iso-tools/daemon-tools-lite]DAEMON Tools Lite[/url][/b] you can create ISO and MDS image files from original discs inserted in physical CD/DVD/HD DVD/Blu-ray drives. Or use images you have created earlier with other program. DAEMON Tools products http://warezgold.org/iso-tools/daemon-tools-lite work with variety of image types.
[b][url=http://warezgold.org/iso-tools/daemon-tools-lite]daemon tools [/url][/b]
[b][url=http://warezgold.org/iso-tools/daemon-tools-lite]dvd iso image [/url][/b]
[b][url=http://warezgold.org/iso-tools/daemon-tools-lite]daemon tools iso mount [/url][/b]
[b][url=http://warezgold.org/iso-tools/daemon-tools-lite]dvd iso image [/url][/b]
[b][url=http://warezgold.org/iso-tools/daemon-tools-lite]extract iso image files [/url][/b]
August 20th, 2010 at 11:39 pm
Know your geography (breifly) because you’ll have to explain the best places to go in e.g Spain. It’s not really a qualification but you need to be clear and announciate properly (so people can understand you). Good socil skills too… That’s all I can think of!
August 21st, 2010 at 12:07 am
You may not like this ……..but nature and the library are the best……….grab some flowers and natural things and get some books…………take em home and do it……….good luck
August 21st, 2010 at 12:27 am
There is career prospect in SEO field. But at the same time you have to be analytical with good english writing skill, technical or a bit programming knowledge, a good tracker of the industry etc. Many search engine optimisation companies are providing training to the new comers so as to earn revenues. This is a different business models for them as SEO has become common to the technology world. Social media marketing and optimisation is the new buzz along with the SEO and SEM.
August 21st, 2010 at 12:44 am
There are lots of software available on internet which can help you out in optimizing a website and which can provide you targeted keywords, mistakes, title creating ideas and many more.
August 21st, 2010 at 1:00 am
Yes the mac will work fine with a N-band router. it seems that is all there will be soon, cause everyone is putting out N-band in all there new products.
August 21st, 2010 at 1:13 am
busty blonde teens
celebrity makeup tips
redtube lesbians outside
black dick horny bitches
boondocks cartoon strip
[url=http://errozone.com/loverboy/sitemap4.html]asian or ethnic bra photos[/url]
[url=http://errozone.com/loverboy/sitemap6.html]free christian dating[/url]
[url=http://errozone.com/getonyou/how-to-give-a-blowjob-movie/]how to give a blowjob movie[/url]
[url=http://errozone.com/flirt/dove-la-stazione-di-latina/]dove la stazione di latina[/url]
[url=http://errozone.com/getonyou/sitemap7.html]latina titties[/url]
[url=http://errozone.com/getonyou/sitemap5.html]baby is spanked[/url]
[url=http://errozone.com/loverboy/wifes-pussy-hammered/]wifes pussy hammered[/url]
[url=http://errozone.com/flirt/sitemap3.html]miss teen america[/url]
[url=http://errozone.com/flirt/sitemap5.html]best deepthroat movie gallery[/url]
[url=http://errozone.com/flirt/bbw-masturbates/]bbw masturbates[/url]
[url=http://errozone.com/loverboy/canon-waldensian-vetus-latina/]canon waldensian vetus latina[/url]
[url=http://errozone.com/flirt/sitemap7.html]teen clothing stores[/url]
[url=http://errozone.com/getonyou/understanding-cambodian-prostitute/]understanding cambodian prostitute[/url]
[url=http://errozone.com/flirt/sitemap1.html]origes bbw[/url]
[url=http://errozone.com/getonyou/sitemap1.html]wicked bikinis[/url]
[url=http://errozone.com/getonyou/sitemap3.html]ninja gaiden galleries hentai[/url]
[url=http://errozone.com/loverboy/sitemap2.html]video of lesbian sex[/url]
[url=http://errozone.com/getonyou/sitemap2.html]sexy adult[/url]
[url=http://errozone.com/loverboy/simulate-pussy/]simulate pussy[/url]
[url=http://errozone.com/loverboy/sitemap5.html]asian male white female[/url]
[url=http://errozone.com/getonyou/brunette-cute-schoolgirl/]brunette cute schoolgirl[/url]
[url=http://errozone.com/loverboy/sitemap1.html]underwear models girls[/url]
[url=http://errozone.com/getonyou/sitemap6.html]muscler chick[/url]
[url=http://errozone.com/flirt/sitemap6.html]interracial teen videos tgp[/url]
[url=http://errozone.com/flirt/free-milf-amateur-sex-photos/]free milf amateur sex photos[/url]
August 21st, 2010 at 3:54 am
Delighted i discovered , this excellent website, will be sure to bookmark it so i can drop by frequently.
August 21st, 2010 at 6:24 am
anttoh lamisil >:-]] buy zithromax uxqrl phentermine 419986 buy adipex =-[ generic viagra 75715 buy ambien 8P alprazolam :DDD valium 469806 adipex niq phentermine hcl 8287 diflucan paei ativan :-((( buy retin a :-(( buy viagra online =-OOO buy lorazepam =)) generic viagra %-((( order cialis 2950 diazepam ztdqrw
August 21st, 2010 at 7:48 am
Making use of article directories is a great way to get traffic to your site. I know that
August 21st, 2010 at 9:48 am
i ran to the bathroom at the end so all i saw was megan fox on the motorcylce and sam going backt to class. BUT my friend stayed and he told me that megatron and starscream landed on another planet and more robots started to rise up. im not sure if its true but you can look into it
August 21st, 2010 at 11:26 am
Yes, it seems interesting topic. What do you think guys?
August 21st, 2010 at 12:26 pm
Keep up the amazing work!! I love how you wrote this and I also like the colors here on this site. did you create this yourself or did you outsource it to a coder??
August 21st, 2010 at 2:38 pm
strip club dick suck video
hot brunette fuck hard
wichita kansas strip clubs
atention whore
reading magnetic strip
[url=http://unlimlover.com/big/sitemap9.html]amateur pics uk[/url]
[url=http://probe.unlimlover.com/?m=2]top teen[/url]
[url=http://unlimlover.com/big/online-dating-site-singles/]online dating site singles[/url]
[url=http://unlimlover.com/sindy/tips-teen-jobs/]tips teen jobs[/url]
[url=http://unlimlover.com/big/little-girl-orgasm/]little girl orgasm[/url]
[url=http://unlimlover.com/big/sitemap4.html]amateur blowjob archives[/url]
[url=http://unlimlover.com/big/sitemap3.html]my sexy[/url]
[url=http://unlimlover.com/big/sitemap2.html]pussy foot’n[/url]
[url=http://unlimlover.com/sindy/sitemap1.html]small home business for moms[/url]
[URL=http://unlimlover.com/5/sitemap.html]big tits blowjob[/URL]
[url=http://unlimlover.com/big/sitemap16.html]pornstars boots[/url]
[url=http://unlimlover.com/big/sitemap11.html]sandra bullock sex videos[/url]
[url=http://probe.unlimlover.com/?c=6]school uniforms girls[/url]
[url=http://unlimlover.com/big/sitemap15.html]glamour nude model[/url]
[URL=http://unlimlover.com/2/sitemap.html]swimsuit pussy cat[/URL]
[url=http://unlimlover.com/big/sitemap7.html]deb does deepthroat[/url]
[URL=http://www.unlimlover.com/sitemap.html]twinks vintage porn[/URL]
[url=http://unlimlover.com/big/sitemap12.html]masturbate clit powered by phpbb[/url]
[URL=http://unlimlover.com/4/sitemap.html]wet fat milfs[/URL]
[url=http://probe.unlimlover.com/?c=3]teenage chicks with dicks[/url]
[url=http://unlimlover.com/big/sitemap13.html]bbw female escorts uk[/url]
[url=http://unlimlover.com/big/sitemap6.html]pregnant over 35[/url]
[url=http://unlimlover.com/big/denying-his-orgasm/]denying his orgasm[/url]
[URL=http://www.unlimlover.com/gayparade/sitemap.html]long haired gay man[/URL]
[url=http://unlimlover.com/big/sitemap1.html]girls pee panties[/url]
August 21st, 2010 at 4:15 pm
That’s a nice post!
August 21st, 2010 at 6:40 pm
reminds me a bit of a Hudson River School piece..the colors and reflection so soft and warm. Lovely.
August 21st, 2010 at 7:20 pm
Excellent blog! I truly love how it’s easy on my eyes and the facts are well written. I am wondering how I may be notified whenever a new post has been made. I have subscribed to your rss feed which really should do the trick! Have a nice day!
August 21st, 2010 at 9:01 pm
marilyn monroe playboy nudes
strip club reykavik
kungfu whores
free teen cumshots
attractive brunette model with glasses images
[url=http://probe.unlimlover.com/?c=5]natural and amateur nudes[/url]
[URL=http://www.unlimlover.com/sitemap.html]twinks vintage porn[/URL]
[url=http://unlimlover.com/big/sitemap2.html]pussy foot’n[/url]
[url=http://unlimlover.com/big/sitemap17.html]watchmygf blowjob[/url]
[url=http://unlimlover.com/big/sitemap10.html]celebrities on drugs[/url]
[URL=http://unlimlover.com/5/sitemap.html]big tits blowjob[/URL]
[URL=http://unlimlover.com/3/sitemap.html]xxx housewives milfs[/URL]
[url=http://unlimlover.com/big/sitemap13.html]bbw female escorts uk[/url]
[url=http://probe.unlimlover.com/?m=5]indian lesbian vids[/url]
[url=http://unlimlover.com/big/sitemap12.html]masturbate clit powered by phpbb[/url]
[url=http://unlimlover.com/sindy/tips-teen-jobs/]tips teen jobs[/url]
[url=http://probe.unlimlover.com/?m=4]asian chicks black dicks[/url]
[url=http://probe.unlimlover.com/?c=4]marilyn monroe porn[/url]
[URL=http://unlimlover.com/4/sitemap.html]wet fat milfs[/URL]
[url=http://unlimlover.com/big/sitemap16.html]pornstars boots[/url]
[url=http://unlimlover.com/big/online-dating-site-singles/]online dating site singles[/url]
[url=http://unlimlover.com/big/sitemap8.html]finding a prostitute in nevada[/url]
[url=http://unlimlover.com/big/sitemap3.html]my sexy[/url]
[url=http://unlimlover.com/big/sitemap4.html]amateur blowjob archives[/url]
[url=http://unlimlover.com/big/sitemap9.html]amateur pics uk[/url]
[url=http://unlimlover.com/big/little-girl-orgasm/]little girl orgasm[/url]
[url=http://probe.unlimlover.com/?c=6]school uniforms girls[/url]
[URL=http://unlimlover.com/2/sitemap.html]swimsuit pussy cat[/URL]
[url=http://unlimlover.com/big/sitemap7.html]deb does deepthroat[/url]
[url=http://unlimlover.com/big/sitemap6.html]pregnant over 35[/url]
August 21st, 2010 at 10:12 pm
A good way to find books or any information in PDF format is to go to Google then click on advanced search options type in up the top what you are looking for then below where it says document type change it to PDF.
August 21st, 2010 at 10:42 pm
They aren’t free but you can watch some on Movies on Demand Channels on your cable. I’m not sure exactly which one but I ran accross some foreign films. Alot were Bollywood. Some were like Polish, Japanese, Chinese, Russian. You’ll have to search. They cost a couple dollars more than the regular movies though.
August 21st, 2010 at 10:58 pm
This movie is ‘Ajooba’ releaed in 1991. The movie was directed by Shashi Kapoor and other actors were Rishi Kapoor, Sonam, Dimple Kapadia, Amrish Puri, Shammir Kapoor.
August 21st, 2010 at 11:12 pm
The 250W comes preloaded with North America maps. Preloaded means the maps are already installed on the GPS receiver. You should be able to go to the map page and pan to a location in Canada and have detailed map coverage. You might have to zoom in some to see all of the roads.
August 21st, 2010 at 11:29 pm
Every report I have checked out is quite properly written and even to the point. I would certainly moreover prefer to point out, not merely are the posts good written and published, but the pattern of the internet site is great. It was quick to get around from write-up to article and locate just what I had been wanting for with simplicity. Hold up the fantastic give good results you are engaging in, and I will be come back lots of times in the near future.
August 22nd, 2010 at 12:13 am
information to my business ;-) Please keep it up. I Appear for your Articles on my iph1 rss feed Every single day.
August 22nd, 2010 at 12:54 am
Good article, Every single and Every single and every Stage is good enough.Many thanks for sharing with us your wisdom.
August 22nd, 2010 at 1:19 am
What a awesome write-up, I didn’t believe that you can locate one thing here. A pleasant surprise, it comes about rarely, but right here we can speak of the authentic added value to the reader. Annoy me about blogs usually amateurish article without good type and with errors. The following I am pleasantly shocked. Hopefully allow it to be to some authors, and compose for their readers and not to have anything at all on the internet.
August 22nd, 2010 at 1:57 am
Hey , was just walking through the internet Searching for some info and came to your blog post. I am fascinated by the info that you write on this post. It shows how well you understand this topic. I saved this post, might come back for more reading. You, my friend, Rock!
August 22nd, 2010 at 1:57 am
This site is so great that i will honor it with my comment :)
August 22nd, 2010 at 2:39 am
Tummy Tuck Jeans…
I saw this really good post today….
August 22nd, 2010 at 5:35 am
Fantastic blog! I really love how it is easy on my eyes and also the facts are well written. I am wondering how I may be notified whenever a new post has been made. I have subscribed to your rss feed which really should do the trick! Have a nice day!
August 22nd, 2010 at 7:14 am
Le meilleur de eurosport poker jeux gratuits.
August 22nd, 2010 at 12:09 pm
Great article.Much thanks again.
August 22nd, 2010 at 12:29 pm
I have to say, I thought this was a pretty interesting study when it comes to this subject. Liked the material. .
.
.
.
August 22nd, 2010 at 1:13 pm
I’m excited to be finally posting online after all these years. There really is no mystique (sp) about it, is there? I just dropped by your blog and had to write. I’m a recent college grad, journalism major if you must know, and I love the art of photography. I’ve got my website up but it’s nothing to brag about yet. None of my stuff’s been posted. Soon as I figure out how to do that, I’ll spend the afternoon posting my best pictures. anyways just thought I’d drop a line. I hope to return with more substantial stuff, stuff you can actually use. SPG
August 22nd, 2010 at 3:15 pm
[url=http://fobufeje.angelfire.com]This is good[/url]
August 22nd, 2010 at 4:15 pm
free interacial sex black slut
naked hirsute woman
strip clubs in jamaica
femdom cbt trailer
captive male femdom video torrent
[url=http://unlimlover.org/eva/filipina-hardcore/]filipina hardcore[/url]
[url=http://unlimlover.org/marque/petite-with-bbw/]petite with bbw[/url]
[url=http://unlimlover.org/jesebell/sitemap1.html]no teeth dentures blowjob[/url]
[url=http://unlimlover.org/eva/teenie-whores/]teenie whores[/url]
[url=http://unlimlover.org/marque/wife-tiny-bikini/]wife tiny bikini[/url]
[url=http://unlimlover.org/marque/sitemap3.html]amerindian blowjob[/url]
[url=http://unlimlover.org/marque/sitemap2.html]strip clubs in new jersey[/url]
[url=http://unlimlover.org/eva/lesbiennes-in-bikini/]lesbiennes in bikini[/url]
[url=http://unlimlover.org/marque/nude-jewish-woman/]nude jewish woman[/url]
[url=http://unlimlover.org/jesebell/speed-dating-edmonton/]speed dating edmonton[/url]
[url=http://unlimlover.org/showyou/sitemap6.html]goth blowjob[/url]
[url=http://unlimlover.org/eva/sitemap8.html]free lesbian seduction videos[/url]
[url=http://unlimlover.org/eva/sitemap2.html]milf money pics[/url]
[url=http://unlimlover.org/showyou/alliston-adult-community-life-style/]alliston adult community life style[/url]
[url=http://unlimlover.org/jesebell/sitemap4.html]free lesbian cams[/url]
[url=http://unlimlover.org/showyou/pictures-of-nude-wives/]pictures of nude wives[/url]
[url=http://unlimlover.org/eva/nude-filipino-woman/]nude filipino woman[/url]
[url=http://unlimlover.org/jesebell/free-lesbian-asian-porn/]free lesbian asian porn[/url]
[URL=http://www.unlimlover.org/sitemap.html]gay travel online clubs[/URL]
[url=http://unlimlover.org/showyou/asian-gangs/]asian gangs[/url]
[url=http://unlimlover.org/jesebell/bleach-nudes/]bleach nudes[/url]
[url=http://unlimlover.org/showyou/sitemap2.html]mature lesbians on teen lesbians[/url]
[url=http://unlimlover.org/jesebell/sitemap8.html]milf asian[/url]
[url=http://unlimlover.org/jesebell/sitemap6.html]asian deepthroat thumbs[/url]
[url=http://unlimlover.org/eva/sitemap4.html]bat yam adult nightlife[/url]
August 22nd, 2010 at 6:32 pm
The web site writer features a specific natural talent to describe definitely excellent topics regarding cars. Reads the website is truly wonderful and there are obviously a lot of frequent website visitors. No miracle, with all the great information. In any circumstance, it was a pleasure to devote time in your weblog and study the fascinating posting.
August 23rd, 2010 at 2:34 am
bikini peep
bbw abc’s
front seat blowjob
adult baby diapers
rules of strip poker
[url=http://probe.unlimlover.com]marilyn monroe porn[/url]
[url=http://probe.unlimlover.com/?m=1]iphone big tits busty[/url]
[url=http://probe.unlimlover.com/?m=2]top teen[/url]
[url=http://probe.unlimlover.com/?m=3]1970 female brunette[/url]
[url=http://probe.unlimlover.com/?m=4]asian chicks black dicks[/url]
[url=http://probe.unlimlover.com/?m=5]indian lesbian vids[/url]
[url=http://probe.unlimlover.com/?c=1]girls eat cum[/url]
[url=http://probe.unlimlover.com/?c=1&p=1]girls eat cum[/url]
[url=http://unlimlover.org/eva/sitemap8.html]free lesbian seduction videos[/url]
[url=http://unlimlover.org/jesebell/sitemap3.html]discount adult dvd[/url]
[url=http://unlimlover.org/marque/sitemap1.html]dating at age 50[/url]
[url=http://unlimlover.org/eva/sitemap1.html]bbw post xxx[/url]
[url=http://unlimlover.org/jesebell/sitemap6.html]asian deepthroat thumbs[/url]
[url=http://unlimlover.org/showyou/pictures-of-nude-wives/]pictures of nude wives[/url]
[url=http://unlimlover.org/showyou/sitemap8.html]ahmad rashad celebrity golf tournament[/url]
[url=http://unlimlover.org/marque/eva-longoria-in-a-bikini/]eva longoria in a bikini[/url]
[url=http://unlimlover.org/marque/teen-cum-deepthroat/]teen cum deepthroat[/url]
[url=http://unlimlover.org/marque/sitemap3.html]amerindian blowjob[/url]
August 23rd, 2010 at 2:42 am
This the best article I have never seen before¡
August 23rd, 2010 at 3:30 am
Where did you find this template?
August 23rd, 2010 at 8:49 am
Good blog! I really love how it’s easy on my eyes as well as the information are well written. I am wondering how I might be notified whenever a new post has been made. I have subscribed to your rss feed which must do the trick! Have a nice day!
August 23rd, 2010 at 8:57 am
That is quite intriguing. It provided me a number of ideas and I’ll be writing them on my website shortly. I’m bookmarking your blog and I’ll be back. Thank you again!
August 23rd, 2010 at 9:01 am
I learned my seo for this site and i found one of the best professional seo tearchers. Most good thing is that they provide you with the tips and tricks which work very effectively when we apply it.
August 23rd, 2010 at 9:16 am
hiya, the cheapest way would be to go on your dad/mum/someones insurance.then just pay them the difference in price.that’s what my 18yr old grandson has done.he had his dad to put him on his.
August 23rd, 2010 at 9:46 am
call a local independent agent in your area. they write for a lot of companies and will do the research for you to find the best company at the best rate. stay away from "do it yourself" policies online. they NEVER come in at the rate quoted. its always best to have an agent handle things for you so that you have them locally when you need help and they know you and your needs.
August 23rd, 2010 at 3:50 pm
Bonsoir Merci immensément pour ce blog tres interresant n’hésitez pas à visiter notre site sur les maisons bio
August 23rd, 2010 at 5:00 pm
Excellent blog! I actually love how it is easy on my eyes and the information are well written. I am wondering how I could be notified whenever a new post has been made. I have subscribed to your rss feed which must do the trick! Have a nice day!
August 23rd, 2010 at 7:20 pm
The articles you have on your website are always so enjoyable to read. Good work and I will be returning often.
August 23rd, 2010 at 7:26 pm
Mr. Hermann considers the accommodations, called the Window Pavilion, his “opus.”
When he builds in the Hollywood Hills or Beverly Hills, Mr. Herman says he is [url=http://posterous.com/people/4woR9hRUvDod]usually[/url] restricted to a nugatory lot.
This barrels measures give three-and-a-half acres and gave him the hiatus he needed to oust into being a to the quick featuring walls of glass.
_______________________________________
[url=http://healthafteroil.wordpress.com]my oil blog[/url]
August 23rd, 2010 at 10:10 pm
Mr. Hermann considers the accommodations, called the Representation Pavilion, his “opus.”
When he builds in the Hollywood Hills or Beverly Hills, Mr. Herman says he is [url=http://posterous.com/people/4woR9hWHZfHP]large[/url] restricted to a junior lot.
This barrels measures fro three-and-a-half acres and gave him the hiatus he needed to perform into being a bailiwick featuring walls of glass.
_______________________________________
[url=http://healthafteroil.wordpress.com]my oil blog[/url]
August 23rd, 2010 at 10:16 pm
I really enjoyed this post. You explain this topic very well. I really love your blog and I will definetly bookmark it! Keep up the great posts! :)
August 23rd, 2010 at 11:47 pm
Thank you for the work you have put into your nice blog. We will bookmark to your blog because it is very informational. We love the site and will come back to see your new posts.
August 24th, 2010 at 12:21 am
Extra annonce a new software for techcube.net
[b]Dysmenorrhea with Acupuncture[/b]Video Course with synchronized Slides and TOC.This lecture is part of TCM gynecology class. It brings you all general information for acupuncture treating dysmenorrhea.Pelvic pain during menstruation is commonly occurred. Acupuncture usually works very well at this disease. Many clinical patients get relieved right way after needles or moxa. You will find out the details through this lecture. It includes the incidence, pathology, symptoms and factors, TCM types and differentiations, some western medicine information, treatment principle, acpoints choosing and Chinese acupuncturists experience of dysmenorrhea.[url=http://www.mysoftware.ru/download/dysmenorrhea_with_acupuncture/]Download software: Dysmenorrhea with Acupuncture[/url]
[b]Pumpkin Jack – Animated Wallpaper[/b]Welcome to the “Pumpkin Jack” – Animated Desktop Wallpaper ordering page!__________________________What you should know about ordering Elefun Wallpapers and Screensavers:Payment information safety are ensured by RegNow – one of the most reliable systems of registration,ordering and payment over the Web. RegNow is a company with a world-wide reputation.It processes transactions in all basic currencies (USD, Pound Sterling, Euro) and supports variousforms of payment (all major types of credit cards, bank transfer, check, invoice, GIRO settlements).30 Days money back guarantee. We guarantee that within 30 days since the purchase the moneywill be returned to clients dissatisfied with our product.__________________________After purchasing Animated Desktop Wallpaper “Pumpkin Jack”, you’ll get :*download link to full version of product.*No Nag Screens in full version*Unlimited Usage *Technical support__________________________[url=http://www.mysoftware.ru/download/pumpkin_jack__animated_wallpaper/]Download software: Pumpkin Jack – Animated Wallpaper[/url]
Demo Software: http://www.mysoftware.ru/download/
August 24th, 2010 at 11:32 am
Great sharing. Keep it up. Do visit us.From Swiss Replica Watch,Buy swiss replica watches,wholesale swiss watches, copy watches, swiss rolex replica watches for sale,swiss replica rolex
August 24th, 2010 at 12:26 pm
Hello! dekggda interesting dekggda site!
August 24th, 2010 at 1:15 pm
Mainly it’s because of jealousy but woman are only jealous about it because all the attention is so often focused on these beautfiul woman. Remember guys that it’s what’s on the inside that counts :)
August 24th, 2010 at 1:24 pm
Open "My Computer" then click on your Sansa player, open the song folder and you will find all the songs that are in you sansa and you can just pick the ones that you want to delete.
August 24th, 2010 at 2:38 pm
the only way to play those games on your psp is to flash it to its original version, and then you get a sony card and load games on it, with an emulator. I got 2 psps that i never have to buy a game for ever again :D
August 24th, 2010 at 2:54 pm
ngufra is right. nuvi is a line of GPS. If you want to compare the different Garmin GPS systems, check Diffen (see the source). They have info about both nuvi and non-nuvi GPS. Best thing there is when you compare two systems, you can easily see differences and similarities.
August 25th, 2010 at 12:07 am
vinyl coping strip
free anime sexy girl blowjob picture
free lesbians videos
multivision charme babes
amateur lesbian videos
[url=http://erronetwork.com/xxx-lesbian-clips/south-park-kyles-mam-a-bitch.html]south park kyles mam a bitch[/url]
[url=http://erronetwork.com/private-schoolgirls/kim-kardashian-bikini-pictures.html]kim kardashian bikini pictures[/url]
[url=http://erronetwork.com/woman-sex-screams/hot-chicks-with.html]hot chicks with[/url]
[url=http://erronetwork.com/xxx-lesbian-clips/scale-map-las-vegas-strip.html]scale map las vegas strip[/url]
[url=http://erronetwork.com/xxx-lesbian-clips/jasmine-transsexual-prostitute.html]jasmine transsexual prostitute[/url]
[url=http://erronetwork.com/xxx-lesbian-clips/asian-symbols-and-letters.html]asian symbols and letters[/url]
[url=http://erronetwork.com/private-schoolgirls/sex-fantasy-videos.html]sex fantasy videos[/url]
[url=http://erronetwork.com/woman-sex-screams/inside-deepthroat.html]inside deepthroat[/url]
[url=http://erronetwork.com/xxx-lesbian-clips/free-interracial-sex-pictures.html]free interracial sex pictures[/url]
[url=http://erronetwork.com/xxx-lesbian-clips/rio-nudes.html]rio nudes[/url]
[url=http://erronetwork.com/private-schoolgirls/shaved-womans-genitals.html]shaved woman’s genitals[/url]
[url=http://erronetwork.com/woman-sex-screams/fat-black-sluts-porn-videos.html]fat black sluts porn videos[/url]
[url=http://erronetwork.com/hilary-swank-bikini-photo/chick-and-lavina-yelton.html]chick and lavina yelton[/url]
[url=http://erronetwork.com/woman-sex-screams/femdom-cuts-balls.html]femdom cuts balls[/url]
[url=http://erronetwork.com/woman-sex-screams/pantene-brunette-expressions-song.html]pantene brunette expressions song[/url]
August 25th, 2010 at 7:01 am
Hi, just wanted to say i cant believe how many people are in the same boat as me on this! thanks Beth, UK.
August 25th, 2010 at 2:42 pm
Very good blog post. Awesome.
August 25th, 2010 at 3:14 pm
Im grateful for the article.Much thanks again. Want more.
August 25th, 2010 at 3:47 pm
Awesome blog post.Thanks Again. Much obliged.
August 25th, 2010 at 3:49 pm
retaki
August 25th, 2010 at 4:09 pm
stosav
August 25th, 2010 at 4:28 pm
rtuiti
August 25th, 2010 at 5:42 pm
You should ask your pediatrician, but rice cereal is the most easily digested and to start with make it really thin like the breast milk. Bananas is the best fruit.
August 26th, 2010 at 12:51 am
Thanks for your posting, i am just a newbie in the internet business, need to learn a lot from the gurus
August 26th, 2010 at 9:28 am
Best way to get rid of the smell of puppy poop is to actually go ahead and train them to go outside.. It’s a wonderful they, they go out into the yard, they pee and poop, and there are no stinky pads to pick up, no spots to wipe down cause they missed the pads, and no missed suppers cause you can’t eat in the house cause the lingering odor of puppy poop!
August 27th, 2010 at 7:48 am
Is there a way to have it give points only to a specific category posted in? Thanks!
August 28th, 2010 at 8:40 am
[url=http://olsiris.tk/WEATHER+LOS+ANGELES+SEPTEMBER.html Weather los angeles september] Weather los angeles september [/url]
[url=http://dlaw.tk/WEATHER+98052.html Weather 98052] Weather 98052 [/url]
[url=http://safewas.tk/WEATHER+DETROIT+LAKE+OR.html Weather detroit lake or] Weather detroit lake or [/url]
[url=http://lsokd.tk/WEATHER+VEGAS+DECEMBER.html Weather vegas december] Weather vegas december [/url]
[url=http://pslkad.tk/WEATHER+SPAIN+LLORET+DE+MAR.html Weather spain lloret de mar] Weather spain lloret de mar [/url]
[url=http://olsiris.tk/WEATHER+OKLAHOMA+EDMOND.html Weather oklahoma edmond] Weather oklahoma edmond [/url]
[url=http://dlaw.tk/WEATHER+DETROIT+48213.html Weather detroit 48213] Weather detroit 48213 [/url]
[url=http://safewas.tk/WEATHER+PHILADELPHIA+19143.html Weather philadelphia 19143] Weather philadelphia 19143 [/url]
[url=http://lsokd.tk/WEATHER+PARIS+7+DAY.html Weather paris 7 day] Weather paris 7 day [/url]
[url=http://pslkad.tk/WEATHER+FRANCE+CALAIS.html Weather france calais] Weather france calais [/url]
[url=http://olsiris.tk/WEATHER+FORECAST+IN+CHICAGO.html Weather forecast in chicago] Weather forecast in chicago [/url]
[url=http://dlaw.tk/GOOGLE+WEATHER+WIDGET+CODE.html Google weather widget code] Google weather widget code [/url]
[url=http://safewas.tk/WEATHER+MEXICO+APRIL+2008.html Weather mexico april 2008] Weather mexico april 2008 [/url]
[url=http://lsokd.tk/WEATHER+FRANCE+REIMS.html Weather france reims] Weather france reims [/url]
[url=http://pslkad.tk/WEATHER+TRACKER+HOUSTON+TX.html Weather tracker houston tx] Weather tracker houston tx [/url]
[url=http://olsiris.tk/WEATHER+UNDERGROUND+37027.html Weather underground 37027] Weather underground 37027 [/url]
[url=http://dlaw.tk/WEATHER+UNDERGROUND+94530.html Weather underground 94530] Weather underground 94530 [/url]
[url=http://safewas.tk/WEATHER+TAMPA+BAY+10+DAY.html Weather tampa bay 10 day] Weather tampa bay 10 day [/url]
[url=http://lsokd.tk/WEATHER+CAMS+JAPAN.html Weather cams japan] Weather cams japan [/url]
[url=http://pslkad.tk/WEATHER+FLORIDA+FEBRUARY.html Weather florida february] Weather florida february [/url]
[url=http://olsiris.tk/WEATHER+TERMS+ISOLATED+SCATTERED.html Weather terms isolated scattered] Weather terms isolated scattered [/url]
[url=http://dlaw.tk/WEATHER+DC+JANUARY.html Weather dc january] Weather dc january [/url]
[url=http://safewas.tk/WEATHER+ONTARIO+BEARSKIN+LAKE.html Weather ontario bearskin lake] Weather ontario bearskin lake [/url]
[url=http://lsokd.tk/WEATHER+IN+NEW+YORK+LATE+MARCH.html Weather in new york late march] Weather in new york late march [/url]
[url=http://pslkad.tk/WEATHER+UK+RESORTS.html Weather uk resorts] Weather uk resorts [/url]
[url=http://olsiris.tk/WEATHER+VANES+WI.html Weather vanes wi] Weather vanes wi [/url]
[url=http://dlaw.tk/WEATHERTECH+US+DEALER.html Weathertech us dealer] Weathertech us dealer [/url]
[url=http://safewas.tk/WEATHER+SERVICE+WEBSITE.html Weather service website] Weather service website [/url]
[url=http://lsokd.tk/WEATHER+GERMANY+NURBURG.html Weather germany nurburg] Weather germany nurburg [/url]
[url=http://pslkad.tk/WEATHER+RADIO+JACKSONVILLE.html Weather radio jacksonville] Weather radio jacksonville [/url]
[url=http://olsiris.tk/WEATHER+SERVICE+TEXT+ALERTS.html Weather service text alerts] Weather service text alerts [/url]
[url=http://dlaw.tk/WEATHER+TEENS+QUESTIONS.html Weather teens questions] Weather teens questions [/url]
[url=http://safewas.tk/WEATHER+RADAR+EAU+CLAIRE.html Weather radar eau claire] Weather radar eau claire [/url]
[url=http://lsokd.tk/WEATHER+CHANNEL+ZEPHYRHILLS.html Weather channel zephyrhills] Weather channel zephyrhills [/url]
[url=http://pslkad.tk/WEATHER+IN+LONDON+YAHOO.html Weather in london yahoo] Weather in london yahoo [/url]
[url=http://www.kiyomizuyaki.org/forum/bbs.cgi]Weather tulsa ktul
[/url]
[/url]
[/url]
[url=http://www.cbcan.org/messages.php?past=1&forumsearch=&th=30&pt=2450&lan=1]Weather net nj
August 28th, 2010 at 9:10 am
The[url=http://www.scandi-tours.com].[/url] details unbefitting motion pictures routes to Denmark, Norway, Sweden and Finland from the UK and Ireland. As a replacement in search connections within Scandinavia itself, over the “Getting There” sections in behalf of each Personal country. NEXT TO MATTE Flying to Scandinavia isn’t singularly cheap. Lowcost franchise flights do eke inoperative a living, but they’re smattering and considerably between and fit at worst meagre destinations; more Information follows, and is up to date from the operators listed beneath “Packages”. Continually the finest startingpoint in development of the cheapest deals to Scandinavia is the classified sections in the Sunday newspapers
August 28th, 2010 at 9:40 pm
Sorry, could you please delete.
[url=http://monaviesi.com] [/url]
August 29th, 2010 at 7:07 am
wow guys! counter the latest untrammelled [url=http://www.casinolasvegass.com]casino[/url] games like roulette and slots !endorse out the all chic redeem [url=http://www.casinolasvegass.com]online casino[/url] games at the all up to the minute http://www.casinolasvegass.com, the most trusted [url=http://www.casinolasvegass.com]online casinos[/url] on the final! day-dream our [url=http://www.casinolasvegass.com/download.html]free casino software download[/url] and succeed in money.
you can also authenticate other [url=http://sites.google.com/site/onlinecasinogames2010/]online casinos bonus[/url] . you should also check this [url=http://www.realcazinoz.com/fr]Casino en ligne[/url], [url=http://www.realcazinoz.com/it]Casino Online[/url] and [url=http://www.realcazinoz.com/es]casino en linea[/url] games. join the the largest [url=http://www.texasholdem-online-poker.com/]online poker[/url] room. check this new [url=http://www.realcazinoz.com/paypalcasino.htm]paypal casino[/url]. [url=http://www.ttittancasino.com]Online Casino Spiele[/url] , buy [url=http://www.web-house.co.il/acai-berry.htm]acai berry[/url] . [url=http://www.avi.vg/search2.php?a=sex4sexx&ser_key=bondage+]bondage[/url] [url=http://www.thecasino.co.il/ilcasino.htm]casino[/url] . [url=http://en.gravatar.com/willinger18]online casino games[/url] , [url=http://www.web-house.co.il/buy-k2.htm]Buy k2[/url] and new [url=http://casino-online.wikispaces.com/Online+Casino+Games]online casino[/url]
August 29th, 2010 at 9:38 am
I like it. But I hate why we can’t use ranks!?!?! :(
August 29th, 2010 at 12:06 pm
[url=http://via-midgard.info][b]Славянские новости[/b][/url] со всей Мидгард Земли и [b][url=http://via-midgard.info]секреты [/url][/b] очень хорошо описаны на http://via-midgard.info этом сайте
August 29th, 2010 at 2:20 pm
[b]pdv-info.ru – Последние новости России, Украины и мира: политика, криминал, общество, экономика, образование, спорт, здоровье, культура.[/b]
[url=http://pdv-info.ru/]последние новости 2010[/url]
[url=http://pdv-info.ru/]новости дня в мире[/url]
August 29th, 2010 at 3:56 pm
Все хорошее когда-нибудь заканчивается. Это высказывание, к сожалению, относится и к эрекции. Эрекция прекращается почти сразу же после эякуляции, потому что эякуляция является сигналом к прекращению выработки циклической АМФ. Но даже прежде, чем ваша эрекция прекратится сама собой из-за эякуляции в половом члене происходит серия химических реакций, направленных на то, чтобы защитить орган от «переутомления».
[url=http://rusviagra.awardspace.biz/index.html]Купить Виагру Дженерик. Быстрая доставка. Низкие цены. Полная ананимность[/url]
August 29th, 2010 at 4:45 pm
Nice website, I’m adding to favs now! :)
August 30th, 2010 at 7:06 am
Thanks for your interesting and sympathetic blog.
August 30th, 2010 at 11:41 pm
[url=thesecretstofarmville.com]FARMVILLE CHEATS[/url]
August 31st, 2010 at 12:27 am
[URL=http://mmogold.ru/][IMG]http://s52.radikal.ru/i137/1007/d7/dbd182b4fa08.jpg[/IMG][/URL]
[b]Mmogold.ru – Что такое игровая валюта? Игровая валюта – это игровые деньги и в каждой игре они могут называться по разному. В айон это кинары, в wow это золото, в everquest 2 это платина, а в perfect world это юани. В lineage 2 игровые деньги называются адена, в лотро – золото а вот в eve online – иски (или isk). В аллоды онлайн деньги также называются золото или как еще говорят – голд. Как бы не называлась игровая валюта в той или иной игре, Вы можете очень быстро купить её у нас.[/b]
[url=http://mmogold.ru/]игровая валюта[/url]
[url=http://mmogold.ru/]продажа адены[/url]
[url=http://mmogold.ru/]даланты[/url]
[url=http://mmogold.ru/]купить кинары в игре aion[/url]
[url=http://mmogold.ru/]купить золото вов[/url]
August 31st, 2010 at 7:58 am
[url=http://dating.arznakomstvak.info/doc_796.html]dating love online service jewish personals[/url][url=http://dating.arznakomstvak.info/page_788.html]dating executive singles friend[/url][url=http://dating.arznakomstvak.info/bowling-green-ohio-dating.html]bowling green ohio dating[/url][url=http://dating.arznakomstvak.info/doc_790.html]christan dating sites in utah[/url][url=http://dating.arznakomstvak.info/page_806.html]classic christian principles of dating[/url][url=http://dating.arznakomstvak.info/site-798.html]100 free sedish dating sites[/url][url=http://dating.arznakomstvak.info/site-787.html]dating introverts[/url][url=http://dating.arznakomstvak.info/carbon-dating-accurate.html]carbon dating accurate[/url][url=http://dating.arznakomstvak.info/dating-interracial-statistic.html]dating interracial statistic[/url][url=http://dating.arznakomstvak.info/page_801.html]tips on dating colombian women[/url][url=http://dating.arznakomstvak.info/page-805.html]eva longoria is dating[/url][url=http://dating.arznakomstvak.info/doc_810.html]interracial dating europe[/url][url=http://dating.arznakomstvak.info/doc_789.html]dating adds nsa[/url][url=http://dating.arznakomstvak.info/doc_792.html]calgary phone dating[/url][url=http://dating.arznakomstvak.info/dating-sites-van-nederlamd.html]dating sites van nederlamd[/url][url=http://dating.arznakomstvak.info/tallhasee-dating.html]tallhasee dating[/url][url=http://dating.arznakomstvak.info/page_779.html]kate hudson dating[/url][url=http://dating.arznakomstvak.info/page_791.html]arkansas speed dating[/url][url=http://dating.arznakomstvak.info/site-803.html]dating uk venus[/url][url=http://dating.arznakomstvak.info/page-795.html]hindu on-line dating websites[/url][url=http://dating.arznakomstvak.info/page_781.html]adult dating in paul nebraska[/url][url=http://dating.arznakomstvak.info/abstinence-dating.html]abstinence dating[/url][url=http://dating.arznakomstvak.info/site-804.html]online dating illinois retirement[/url][url=http://dating.arznakomstvak.info/page_778.html]nigerian dating scam email im[/url][url=http://dating.arznakomstvak.info/site-808.html]dating sims rpg[/url][url=http://dating.arznakomstvak.info/page-799.html]top rated catholic online dating[/url][url=http://dating.arznakomstvak.info/doc_797.html]gay lesbian bisexual dating service resources[/url][url=http://dating.arznakomstvak.info/page_793.html]dating site with paypal payment[/url][url=http://dating.arznakomstvak.info/mature-women-for-sex-dating-site.html]mature women for sex dating site[/url][url=http://dating.arznakomstvak.info/page_807.html]dating love uzbekistan[/url][url=http://dating.arznakomstvak.info/page-786.html]internet dating sights[/url][url=http://dating.arznakomstvak.info/site-794.html]dating advice for a sixth grader[/url][url=http://dating.arznakomstvak.info/site-782.html]personality test for dating[/url]
Free online dating site for singles. Totally free dating service with many online dating personals. Free dating tests and detailed personals.Friends , dating , Seeking men , seeking women – Free.Afrika Dating is a specialist African Dating and friendship website for people who want to make friends, penpals, find love or even marriage across Africa.Your one stop source for dating guide, including phone & online dating, asian dating, catholic dating, christian dating videos and more!Personals – Online Dating Services. Free Personal Ads with Photos.
August 31st, 2010 at 11:17 am
In the beginning just remember it was darked and then someone smiled! try this:
A clean desk is a sign of a cluttered desk drawer. :)
August 31st, 2010 at 2:21 pm
[b]zdorovayeda.ru – Сайт о полезных продуктах и рациональном питании.[/b]
[url=http://zdorovayeda.ru/]рациональное питание беременных[/url]
[url=http://zdorovayeda.ru/]рациональное питание для похудения[/url]
August 31st, 2010 at 4:58 pm
Im grateful for the article.Really looking forward to read more. Really Cool.
August 31st, 2010 at 5:33 pm
Informative information and excellent posts you have!
August 31st, 2010 at 5:46 pm
I was very pleased to find this site.I wanted to thank you for this great read I definitely enjoying every little bit of it and I have you bookmarked to check out new stuff you post.
August 31st, 2010 at 5:48 pm
Thank you for your article,It’s well written, in depth posts like these that have aided me in becoming a good forex trader.
August 31st, 2010 at 6:17 pm
[url=http://mydove.ld.infoseek.co.jp/fantasy/cgi-bin/fantasy.cgi][/url]
[url=http://islamichospitalmalaysia.com/yabb/YaBB.pl?action=post;num=1283068215;title=PostReply][/url]
[url=http://www.immaculee-angers.info/spip.php?page=forum&id_article=9][/url]
[url=http://dogobediencetraininginfo.com/show-dog-training-tips-and-hints-suited-for-a-champion/comment-page-1#comment-1242][/url]
[url=http://thegroupprocess.com/1/does-hiring-a-substance-abuse-interventionist-really-work/comment-page-1/#comment-3337][/url]
August 31st, 2010 at 11:41 pm
Putty sees the local connection drop when the VPN pushes down your new internal address. Since it is a secure SSL connection it drops to prevent interception. There is nothing you can do to change this behavior.
September 1st, 2010 at 2:57 am
http://abaptesre.cz.cc/
[url=http://abaptesre.cz.cc/]скачать презентацию photoshop[/url]
September 1st, 2010 at 3:08 am
baby hair different than adult hair
no registering dating
baby and sensitive to sound
hot naked brunette pics
oversise clit vids
celebrity juice diet
mathematica mobius strip
list of top rated pornstars
[URL=http://unlimlover.com/5/index.html]tits blowjob[/URL]
[URL=http://unlimlover.com/2/index.html]swimsuit pussy[/URL]
[URL=http://unlimlover.com/4/index.html]fat milfs[/URL]
[url=http://unlimlover.com/sindy]ludacris f mystikal move bitch[/url]
[URL=http://unlimlover.com/1/index.html]deepest deepthroat[/URL]
[url=http://probe.unlimlover.com]marilyn monroe porn[/url]
[url=http://unlimlover.com/big]little girl orgasm[/url]
[URL=http://unlimlover.com/index.html]twinks vintage[/URL]
[URL=http://unlimlover.com/gayparade/index.html]long haired man[/URL]
[URL=http://unlimlover.com/3/index.html]xxx housewives[/URL]
September 1st, 2010 at 3:49 am
[url=http://wikihost.org/wikis/nodepositnodownloadfreeca2]no deposit no download free casino slots[/url], us casinos excepting no deposit bonus [url=http://wikihost.org/wikis/newestnodepositcasinobonu7]newest no deposit casino bonuses[/url], cirrus casino no deposit code list [url=http://wikihost.org/wikis/flashplaynodepositcasinob4]flash play no deposit casino bonus[/url], free no deposit online casino [url=http://wikihost.org/wikis/aladdincasinonodepositcou3]aladdin’s casino no deposit coupon code[/url], bonus casino deposit flash free no [url=http://wikihost.org/wikis/onlinecasinowithnodeposit3]online casino with no deposit bonus[/url], free casino bonus no deposit required [url=http://wikihost.org/wikis/nodepositcasinosites]no deposit casino sites[/url], bonus casino deposit free new no [url=http://wikihost.org/wikis/nodepositcasinocodes]no deposit casino codes[/url], rtg casinos no deposit [url=http://wikihost.org/wikis/aladdinsgoldcasinonodepos8]aladdin’s gold casino no deposit[/url], casino code coupon deposit most no updated [url=http://wikihost.org/wikis/nodepositcasinocouponcode6]no deposit casino coupon codes cirrus[/url], bonus casino coupon deposit instant no [url=http://wikihost.org/wikis/coolcatcasinonodepositbon8]coolcat casino no deposit bonus codes[/url], cirrus casino new no deposit bonus codes [url=http://wikihost.org/wikis/exclusivenodepositcasinob7]exclusive no deposit casino bonuses codes[/url], slots oasis casino no deposit codes [url=http://wikihost.org/wikis/freecasinobonusnodeposit]free casino bonus no deposit[/url], no deposit bonus online casino [url=http://wikihost.org/wikis/casinofreeplaynodeposit]casino free play no deposit[/url], no deposit rtg casino bonus codes [url=http://wikihost.org/wikis/wildvegascasinonodepositc5]wild vegas casino no deposit codes[/url], play slot for free casino online [url=http://wikihost.org/wikis/nodepositcasinos]no deposit casinos[/url], no deposit prism casino coupons [url=http://wikihost.org/wikis/cirruscasinonodepositcode6]cirrus casino no deposit codes[/url], big dollar online casino [url=http://wikihost.org/wikis/billyscasinocubednodeposi8]billys casino cubed no deposit bonus codes[/url], virtual casino no deposit codes [url=http://wikihost.org/wikis/cashablenodepositcasinobo4]cashable no deposit casino bonus codes for usa[/url], wild vegas casino no deposit codes [url=http://wikihost.org/wikis/freecasinomoneynodeposit]free casino money no deposit[/url], bonus casino deposit iv no online [url=http://wikihost.org/wikis/cleopatraspalaceonlinecas9]cleopatras palace online casino free money codes no deposit required[/url], casino deposit new no online ,
no deposit casino bonus codes wild vegas online casino us players no deposit bonus all united states players online casino no deposit bonus casino deposit new no casino coupon codes no deposit play slot for free casino online cherry red casino no deposit bonus cash casino deposit instant no casino deposit money no online casino deposit game new no required cool cat casino no deposit free bonus codes online casinos no deposit bonus online casino no deposit free chips vegas casino online no deposit casino bonus codes bonus casino deposit free free instant no no deposit required casino bonus codes no deposit casino bonuses cool cat casino no deposit codes casino careers online casinos with free chips and free money and no deposit required no deposit casino bonus rating rushmore casino no deposit codes new no deposit casinos/jackpots capital codes newest no deposit casino bonus no deposit bonus casino promotion ,
[url=http://wikihost.org/wikis/rtgcasinonodepositbonusco3]rtg casino no deposit bonus codes[/url], us online casino[url=http://wikihost.org/wikis/silveroakcasinonodepositc4]silver oak casino no deposit codes[/url], vegas magic casino online no deposit codes[url=http://wikihost.org/wikis/newnodepositcasinobonusco8]new no deposit casino bonus codes[/url], casinocom deposit no[url=http://wikihost.org/wikis/nodepositonlinecasinobonu6]no deposit online casino bonuses[/url], casino deposit forum free money no[url=http://wikihost.org/wikis/freeplaynodepositcasino]free play no deposit casino[/url], free no deposit coupon codes cirrus casino[url=http://wikihost.org/wikis/nodepositcasinobonus]no deposit casino bonus[/url], casinos with free chips and free money and no deposit required[url=http://wikihost.org/wikis/2ndchancenodepositcasinob9]2nd chance no deposit casino bonuses codes[/url], casino deposit no slot[url=http://wikihost.org/wikis/nodepositbonuscodesforgra3]no deposit bonus codes for grand eagle casino[/url], cirrus online casino no deposit codes new[url=http://wikihost.org/wikis/instantnodepositcasino]instant no deposit casino[/url], instant no deposit bonus casinos[url=http://wikihost.org/wikis/coolcatcasinonodepositbon]cool cat casino no deposit bonus codes[/url], 2nd chance no deposit casino bonuses codes[url=http://wikihost.org/wikis/freenodepositcasinomoney]free no deposit casino money[/url], 2010 u.s. online casino no deposit bonus chips[url=http://wikihost.org/wikis/newprismcasinonodepositco2]new prism casino no deposit codes[/url], 25 casino deposit no required
September 1st, 2010 at 9:55 am
Now and then I’ll stumble across a post like this and I’ll recall that there really are still interesting pages on the web. ^_^. Thanks.
September 1st, 2010 at 10:08 am
Informative information and excellent posts you have!
September 1st, 2010 at 10:26 am
That’s great.very helpful,thanks a lot
September 2nd, 2010 at 1:15 am
Realy good publish. I’ve uncovered your web site about google and will visite it regulary.
September 2nd, 2010 at 6:07 am
chick fli flia
anal schoolgirl
hooters strip contest
virtual japanese blowjob
video suck dick baby
orgasm climax oral cunnilingus
young teen mpegs
red head babes
[url=http://loverrules.com/young-bikini-imgboard/saskia-big-brother-nude.html]saskia big brother nude[/url]
[url=http://loverrules.com/web-sites-for-dating/peak-babes.html]peak babes[/url]
[url=http://loverrules.com/hairy-asian-women/malaysia-bitch.html]malaysia bitch[/url]
[url=http://loverrules.com/teen-cams/interracial-pussy-fucking.html]interracial pussy fucking[/url]
[url=http://loverrules.com/young-bikini-imgboard/lila-blowjob.html]lila blowjob[/url]
[url=http://loverrules.com/web-sites-for-dating/sand-babes.html]sand babes[/url]
[url=http://loverrules.com/web-sites-for-dating/big-booty-pornstars.html]big booty pornstars[/url]
[url=http://loverrules.com/hairy-asian-women/british-woman-tobasco-sauce-clit.html]british woman tobasco sauce clit[/url]
[url=http://loverrules.com/web-sites-for-dating/hot-chicks-boobs-with-pig-tails.html]hot chicks boobs with pig tails[/url]
[url=http://loverrules.com/teen-cams/similar-to-hot-lesbian-action.html]similar to hot lesbian action[/url]
[url=http://loverrules.com/teen-cams/bbws-gone-black-samantha.html]bbws gone black samantha[/url]
[url=http://loverrules.com/hairy-asian-women/christain-dating.html]christain dating[/url]
[url=http://loverrules.com/web-sites-for-dating/asian-health-practices.html]asian health practices[/url]
[url=http://loverrules.com/young-bikini-imgboard/big-black-tits-blowjob.html]big black tits blowjob[/url]
[url=http://loverrules.com/young-bikini-imgboard/womens-orgasm-doenst-feel-that-great.html]women’s orgasm doens’t feel that great[/url]
[url=http://loverrules.com/hairy-asian-women/babes-cleavage.html]babes cleavage[/url]
[url=http://loverrules.com/young-bikini-imgboard/how-to-make-a-bikini.html]how to make a bikini[/url]
[url=http://loverrules.com/hairy-asian-women/face-slapping-ff-femdom.html]face slapping ff femdom[/url]
[url=http://loverrules.com/web-sites-for-dating/smart-strip-power-strips.html]smart strip power strips[/url]
[url=http://loverrules.com/young-bikini-imgboard/amanda-beard-nude-photos.html]amanda beard nude photos[/url]
[url=http://loverrules.com/hairy-asian-women/free-femdom-dating.html]free femdom dating[/url]
September 2nd, 2010 at 1:41 pm
You’ll find hundreds of solo webcam trannies and hot webcam shemales on Tranny Live Shows.
September 2nd, 2010 at 1:55 pm
Great Article – we have been hopefully planning to notice much better things happening locally soon
September 2nd, 2010 at 2:57 pm
I really like your site. Very good posts! Please continue posting such awesome cotent.
September 2nd, 2010 at 3:11 pm
strip tease blow job
webcam hack
theater nudes
find male strip clubs
rock bitch website
fun lesbian
bbw cougars
milf’s in bondage
[url=http://microsexual.com/pouch-bikini/tea-leoni-nude.html]tea leoni nude[/url]
[url=http://microsexual.com/online-dating-download/lesbian-t-shirts.html]lesbian t shirts[/url]
[url=http://microsexual.com/pouch-bikini/girls-who-love-pantyhose.html]girls who love pantyhose[/url]
[url=http://microsexual.com/girls-fucking-elephants/naked-latina-emo-girls.html]naked latina emo girls[/url]
[url=http://microsexual.com/noelia-monge-sex-tape/real-lesbians.html]real lesbians[/url]
[url=http://microsexual.com/girls-fucking-elephants/crazy-hq-blowjob-thumbs.html]crazy hq blowjob thumbs[/url]
[url=http://microsexual.com/noelia-monge-sex-tape/illeanas-big-tits.html]illeanas big tits[/url]
[url=http://microsexual.com/girls-fucking-elephants/contact-dating-free-site.html]contact dating free site[/url]
[url=http://microsexual.com/girls-fucking-elephants/fine-bbws.html]fine bbws[/url]
[url=http://microsexual.com/girls-fucking-elephants/bitch-ringtones.html]bitch ringtones[/url]
[url=http://microsexual.com/pouch-bikini/san-diego-pussy.html]san diego pussy[/url]
[url=http://microsexual.com/pouch-bikini/etymology-brunette.html]etymology brunette[/url]
[url=http://microsexual.com/pouch-bikini/martina-hingis-nude.html]martina hingis nude[/url]
[url=http://microsexual.com/girls-fucking-elephants/braces-blowjob-thumbnail-galleries.html]braces blowjob thumbnail galleries[/url]
[url=http://microsexual.com/pouch-bikini/schoolgirls-in-hosiery.html]schoolgirls in hosiery[/url]
[url=http://microsexual.com/christian-online-dating-services/big-boobs-teen.html]big boobs teen[/url]
[url=http://microsexual.com/pouch-bikini/big-tits-and-cumm.html]big tits and cumm[/url]
[url=http://microsexual.com/christian-online-dating-services/youtube-prostitute.html]youtube prostitute[/url]
[url=http://microsexual.com/girls-fucking-elephants/erotic-bodyart.html]erotic bodyart[/url]
[url=http://microsexual.com/girls-fucking-elephants/windows-mobile-adult.html]windows mobile adult[/url]
September 2nd, 2010 at 6:53 pm
Most auto body shops will give you an estimate for free, so ask for one from each shop you are considering. If you are going to be using insurance to help pay for the repair you must ask if they work with the insurance provider before you get the work done. After all this research you will move to the next step.
September 3rd, 2010 at 3:42 am
I saw you run a couple of ads on your site. How would you like to control who advertises on your site and at what price? On my website I’m using a wordpress ad plugin called oiopublisher which is excellent – you can find it at oiopublisher.com
They have a demo site so you can give it a free test run. I’ve been using it for a couple of month now and it makes me some nice extra revenue selling advertising directly from my wordpress blog, and the best thing is: I keep 100% of the cash since I run the whole ad network from within my wordpress admin area.
If you decide to buy, enter discount code WINDFALL-X to get it 10 bucks cheaper, my little gift to you for hosting this great blog. This is the brand new coupon code for September, so hurry before the promotion runs out!
Anyway, keep up the good work and feel free to contact me,
Jacques Goeppinger