Posts Mentioning RSS Toggle Comment Threads | Keyboard Shortcuts

  • Andy P 12:33 pm on July 7, 2007 Permalink | Reply  

    I’m at a loss, and for me it’s time to find something different. Six auctions and six fraud cancellations means there is something seriously wrong.

    To top it off, if Ebay finds that someone has bid on your item with a stolen account – they will just delete the auction, so you lose the entire thing. There is no hope of you getting the content back, so you have to re-write it from scratch. That’s enough to put anyone off re-posting it.

    I even make sure it’s perfectly clear that I would never ship to Africa or Asia, in the hope that it would stop some fraudsters. Of course that never works out.

    Why don’t they just entirely block countries like Nigeria? It’s not like they have an “Ebay Nigeria” anyway. Perhaps that would be too harsh, but that seems the source for most fraud right now.

    How has your experience been? If anyone can gladly point me in the direction of an auctioning site that isn’t riddled with fraud, I’d be happy to put my items up there.

     
    • Ken Boone 5:38 pm on July 7, 2007 Permalink | Reply

      When you list an item to sell, I think there is an area near the end of the listing page under Additional Information called Buyer Requirements. You can check the box that will block buyers who are registered in countries to which you don’t ship.

    • Andy Peatling 10:42 pm on July 7, 2007 Permalink | Reply

      No use Ken – I did that, but it made no difference, they just sign up with a US address and they’re in. Thanks for the help in any case.

    • Dixyt 2:20 am on July 9, 2007 Permalink | Reply

      Same experiences, Andy. And I’m also an ebay buyer, and this is the third time, I’m buying an item that doesn’t exist! And the sellers continue to spam me and trying to sell me other items out of ebay!

      Selling or buying has become a stress full thing on ebay. Too bad that’s their business!

      Nice day

      Dixyt

      PS :
      one advice to new comers on ebay, create a specific email address just for ebay! It’ll save you some spam troubles!

    • Johnson 4:01 am on July 13, 2007 Permalink | Reply

      I’m from Nigeria, and I find it offensive what you say about Nigerians. Nigeria has more than 100.000 people online, you want them all blocked because some 20 spammers are causing you problems? And you know most of them are from other countries?

      You silly you. You think that your country has some preordained right to use the internet, and ours not?

    • Andy Peatling 11:52 am on July 13, 2007 Permalink | Reply

      Not at all Johnson, all I’m saying is that there is no Ebay Nigeria – so why would it make a difference if you can’t access Ebay at all?

      I’ve no doubt that it is only an extremely small fraction of Nigerians causing an issue, but that small fraction causes many issues with a large fraction of people who do have Ebay in their country.

    • Toxa 8:41 pm on September 15, 2009 Permalink | Reply

      eBay is pulling away from their business model of being an online-auction house. The reason for this is obvious: like many other dot-com-bubble startups they overestimated the inherit value of the market they were in business with. This naturally inflated the perceived value of eBay at the time they went public. We all have seen the share of eBay fall greatly over last few years, as it became clear to investors the used-goods-auction market is not that huge as it appear to be. eBay must show growth in profits or face a big sell out and eventual death. So, what do they do? They switch their business to a much larger but over-saturated market of new-goods retail. eBay figures they can capitalize on their brand-name and become a direct competitor to Amazon. It is as good of a plan as any in their position. It won’t be easy, it will take years, and there will be blood. First you have to get rid of all the little guys, which show up every spring to auction off the stuff they found in their attics. You see they are just muddying up the waters for the big boys. Then you have to entice all the big retailers to come to eBay and list their shiny new goodies. At the same time eBay needs to keep its main asset – the buyers. All of this is not easy, the site was conceived as an auction house not a web-store. This becomes very apparent when you want to purchase multiple items. There is not even a shopping cart! It all is very confusing for the shoppers. In addition, I don’t think people will consider eBay for their needs when shopping for a brand new gadget. I believe eBay is doomed. It’s demised has started a few years back and will continue for another few. But they will become another, albeit latent, casualty of dot-com bubble. If only they could be less greedy and embrace the position of being the leader in online-auction segment of e-commerce.

  • Andy P 12:40 am on July 1, 2007 Permalink | Reply  

    WordPress MU (WPMU) is basically the multi-user version of WordPress, the popular blog/cms tool. The aim of WPMU is to allow for one installation to spawn multiple WordPress blog instances. Basically, you can install WPMU on your server and run as many individual WordPress instances as your box can handle.

    WordPress MU has the basics of a social network right out of the box – individual member blogs, member profiles and the ability to scale well.

    Don’t Hack – Just Plug

    WordPress also has an excellent plugin API, as well as a whole host of quality pre-built plugins ready to download and activate. The key here is that I didn’t have to hack the core – I could just achieve the additional functionality needed by building dedicated plugins.

    Plugins were built and used for private messaging, advanced profile management, online polls, photo management, multi-blog search and user credential management.

    Not Blogs, But Member Home Pages

    Member Home Page on ChickSpeak

    The crucial part to the whole project was morphing WordPress MU to stop it from generating new blog instances and instead generating new member home pages.

    A member home page includes a users own personal profile front and center, their own personal “journal” as a feature of their home page, as well as private messaging functionality.

    To achieve the desired change it was down to making a new WordPress theme. The theme would have exactly the same look and feel as the core site – making it look like the new member home page was still part of the core site itself.

    Within the theme, I removed the code that usually makes the blog posts front and center, and changed it to the code that outputs the users profile. The blog code was moved to the sidebar so it could still be accessed as the members “journal” feature.

    Finally, the code to output the users new private messages was added to the sidebar, as well as some code to output polls, photos and other smaller bits and bobs.

    A nice feature of WordPress MU is it places member pages on a subdomain, so any members home page can be found at http://membername.chickspeak.com. A nice touch, as it’s then easy to remember the to link to your profile.

    Adding Some BBPress Magic

    BBPress Forums on ChickSpeak

    The project also called for a fully featured discussion forum. The forum needed to work seamlessly with the site, using the same login credentials and the same look and feel. Another project called BBPress fit the bill perfectly. BBPress is a no-frills forum/bulletin board application built by the same guys (Automattic) as WordPress. It has the same style, plugin architecture and most importantly can share the credentials data and cookie information. Perfect.

    Limiting Credentials

    The final step was to limit the administration functionality that a member has on their own blog. This stops them from signing up new users, deleting content they shouldn’t be, or changing the theme of their member page. I created a simple plugin that disabled the menus for these settings in the WordPress admin interface. The pages could only be accessed by site-wide administrators if needed.

    I’ve only really glazed on what I did with WordPress MU to turn it into a fully fledged social network engine – but you get the overall idea. I’d be happy to answer anyones specific questions if you have them.

    ChickSpeak is up and running over at ChickSpeak.com. Feel free to take a look when you get a chance, I’d welcome any feedback. You can also click the image thumbnails in the article to get full screenshots.

     
    • David Yeiser 4:59 pm on July 3, 2007 Permalink | Reply

      Hey Andy,

      I’m a long-time lurker, first-time commenter.

      What you did sounds more or less what I’m about to do in several months for a project. I was planning on hacking away at WPMU’s core code; but plugins sound like a much better way.

      I remember hacking the admin code for a regular WordPress install to limit access for users when I ran my University department’s website. There was no updating WP after doing that!

      I have a couple questions since you’re soliciting ;)

      1. Did you previously know how to write plugins or did you learn for that project in particular?

      2. How hard (re: timewise) was it to integrate bbPress with WPMU?

      Thanks!
      -David

    • Andy Peatling 8:05 pm on July 3, 2007 Permalink | Reply

      Hi David, thanks for the questions!

      The plugins for WordPress are basically the same as plugins for WordPress MU. You have to be careful with database table names as they differ in WPMU, but essentially the format and layout is the same.

      I’d built a couple of big plugins for WordPress before, so I knew how they worked and what I needed to do.

      Your best bet is to check out a few plugins already built, as well as take a look at the WordPress Plugin Generator which you can use to create a good starting point.

      With BBPress, timewise it was fairly short. There is a good tutorial here.

      Hope this helps!

    • skarld 12:26 am on July 10, 2007 Permalink | Reply

      What a great idea. I have been looking at Elgg and Drupal for solutions but I am more familiar with WordPress. ChickSpeak is a triumph in design and innovation. Congratulations on your creation.

      Am I to understand that you created your own plugins to make this work? Are you going to make them publicly available?

      Would you please list the plugins you did use?

      Thanks and continued success.

    • weston deboer 4:19 pm on July 12, 2007 Permalink | Reply

      congratulations the site looks great and it all looks so easy!

    • jhay 5:45 pm on July 12, 2007 Permalink | Reply

      Wow, this is really amazing. My self and a few college buddies are planning to try and setup a similar network for gamers in our university.

      Since most of us are not web programmers, just do-it-yourself enthusiasts, perhaps WP MU could do just the trick for our little idea.

      Great work!

    • Andre Natta 6:25 pm on July 12, 2007 Permalink | Reply

      The site looks great. It’s along the same reasons that I wanted to use MU to begin to develop my hyperlocal news site here in Birmingham.

      Seeing your site in action lets me know that I still have a lot to do but that the end result is possible.

      Great job!

    • Trevor Carpenter 7:20 pm on July 12, 2007 Permalink | Reply

      Any chance you’re going to release some kinda “turn-key” solution so that others can launch similar sites? I’d love to launch a photography community, for photographers, not for photos.

    • Jennifer 9:58 pm on July 12, 2007 Permalink | Reply

      I took would like to know if you’re going to make this available, as it would be ideal for a site I
      have been attempting to create.

    • Kris 11:32 pm on July 12, 2007 Permalink | Reply

      Great work. You did a wonderful job designing that site. I LOVE the look and sound of the way it functions. I currently have a wpmu site, and a phpbb board and have been wanting to integrate the two. I have a couple of other sites integrated with phpbb and wordpress using wp-united (wp-united.com) but the creator does not yet have a version for MU. I am not very familiar with bbpress, but I will have to give it a good look.

      Keep up the great work.

    • Andy Peatling 11:52 pm on July 12, 2007 Permalink | Reply

      Thanks for all the kind comments!

      No plans to offer an off-the-shelf solution at the moment – busy busy, but if time allows I may work on something on the side. I’d really like to start again and create a completely generic version for re-use.

    • Paul 2:24 am on July 13, 2007 Permalink | Reply

      Very impressive website! Too bad I’m a guy, else I’d join in the fun… Any plans for boyish version? :P

    • Upstart Blogger 1:41 pm on July 13, 2007 Permalink | Reply

      Outstanding work. Beautiful design.

      I’ve been kicking around some ideas for sites that would function in a similar way and never thought of using WPMU. It would be great if you decide to release something.

      Thanks for a great post!

    • Lori 9:33 pm on July 13, 2007 Permalink | Reply

      Nice! I have also tried this with Elgg in the attempt to make a social networking site for the autistic community. Back then, I could never even get wpmu to work on my server. wpmu has come a LONG way since then and it never even occurred to me to try again, although I did use it for an autistic blogging network.

      If I ever have time again, that will be my first “free-time” project. Thanks for the inspiration :) It is a beautiful site.

    • Stu Schaff 11:38 pm on July 15, 2007 Permalink | Reply

      I’d like to echo the questions asked by “skarld” above: “Am I to understand that you created your own plugins to make this work? Are you going to make them publicly available? Would you please list the plugins you did use?”

      I am planning a huge revamp of my grief support community, LostAParent.com, and would love to consider this solution further.

      Thanks in advance!

    • Jonathan Morgan 12:39 pm on July 18, 2007 Permalink | Reply

      Hi Andy,

      I notice that chickspeak has a shop functionality that directs users straight to cafepress when they click ‘order now’.
      I’d like to create a simple store like this using WordPress (not MU), and which sends people straight to my client’s paypal page. I want to avoid using the e-commerce lite plugin…

      I was wondering, did you use a method that would be easily transferable to a WordPress/Paypal solution?

      Thanks.

    • DragonFlyEye 10:23 am on July 20, 2007 Permalink | Reply

      I’ve been planning on doing the same type of thing, fusing MU blogs into one cohesive whole, and then I saw Matt’s post about your site. Literally days after having installed MU on a test-bed site, how ironic. I really like what you’ve done with it, there’s a lot to be admired and emulated.

    • Steven 1:45 pm on July 26, 2007 Permalink | Reply

      Nice work Andy. Are you going to make those custom plugins for MU available, either for a fee or as shareware? It seems you did a great job and it would save a few of us some time!

    • Andy Peatling 6:24 pm on July 26, 2007 Permalink | Reply

      I’m not going to be releasing the plugins that I created for this project, as they were created under contract.

      Some plugins that I can personally recommend are:

      Private Notes:
      http://www.vituperation.com/pnotes

      Author Profile Picture:
      http://geekgrl.net/2007/01/02/profile-pics-plugin-release/

      Remove Dash:
      http://www.ilfilosofo.com/blog/

      I’m working on generic versions of all the plugins I wrote (things like extra profile fields, admin area mods, post levels etc) so I’m hoping to get a site up where these can be downloaded. Not sure of the details just yet, but I’m working on it!

      Cheers, Andy

    • Josh 11:17 am on July 27, 2007 Permalink | Reply

      Great job on the ChickSpeak site, Andy! I’d also be very interested in some generic versions of the plugins you used.

    • Emma 1:38 am on August 1, 2007 Permalink | Reply

      besides what you listed what exacly didnt you want users switching. Can they add own adsense or js to ‘homepages?’ If you can provide a list that would be interesting.

    • Raquel Wilson 11:46 am on August 1, 2007 Permalink | Reply

      This is amazing to actually see that someone made it work. I’ve been speculating that WPMU could be used in this way, but couldn’t figure out some of the details.

      I checked out the site – amazing job! Thanks for the hope.

    • Lauren-Noelle 12:30 am on August 27, 2007 Permalink | Reply

      I’m glad you did this, it gives us hope and inspiration. I’m plugging along with my own community, and doing really well, but I have a couple of questions.

      Strike that, I figured one out. Just the one now.

      What plugin do you use for the profile extra fields? I tried cimy, but it didn’t work for the users, just the admin. Also userextra I passed over to try cimy, because it adds an extra profile page instead of the one, but I’ll go see about that again.

      What you have for collecting extra profile information looks really good, but what’s odd is, I joined ChickSpeak and didn’t see where the info is displayed. As a user, that’d be interesting, too. I must be lost?

      Thanks so much!

    • John 10:35 am on September 10, 2007 Permalink | Reply

      It was quite useful reading, found some interesting details about this topic. Thanks.

    • Tim 6:17 pm on November 23, 2007 Permalink | Reply

      Has anyone looked at consolidating multiple existing WordPress blogs into one MU blog?

    • Titus Nkonda 9:51 pm on December 17, 2007 Permalink | Reply

      Great site, and thanks for the info… I have used WP before, but have been looking at solutions for a social network, and you answered my questions there.. thanks again.

    • Joe M. 5:17 pm on March 2, 2008 Permalink | Reply

      Andy,

      What would you charge for an install? I am looking to do a network with the option for people to create their own blogs. Email me and I can give you more specifics.

      Thanks,

      Joe

    • DavidTan 12:11 am on March 6, 2008 Permalink | Reply

      Great job Andy. Can’t wait for your buddypress release with Automatic.

      Cheers!

    • pukhraj 6:12 am on March 15, 2008 Permalink | Reply

      Hi all,

      I am creating an application in which i want to create a blog through my registration form in php so as a user will be registered through my php form then he will also have a blog in wpmu. I am new in wordpress mu.

      can anybody help me? Thanks.

    • Rhyo 12:37 am on May 10, 2008 Permalink | Reply

      A real cool social network.

    • Kyle Healey 9:54 am on May 26, 2008 Permalink | Reply

      That is just incredible. Great job on the social site, I have been looking at wordpress MU for some time. How is it on the server?

    • Find Articles 6:49 pm on May 28, 2008 Permalink | Reply

      Great article. Looking foward to hearing more from you and reading more of your insightful articles.

    • Ramesh 11:52 am on June 3, 2008 Permalink | Reply

      I saw a great review website made through WordPress at http://www.reviewmirchi.com

    • Toure 10:58 pm on September 17, 2008 Permalink | Reply

      Mamamia, This is great!
      I was been trying to do something like this for months. I would ask you to build one for my project, but I am sure I could not afford to pay you. However, could you please guide me on how to mostly turn [http://www.ckryka.com] in something like your chickspeak?
      And could you please send me a number (cost) by email if you have to guide me on the project. Meaning to tell me in plain english what to do (like a tutorial) and plugins that go with.
      Thanks, I can wait to get something like chickspeak.com

    • Robert 10:59 am on September 22, 2008 Permalink | Reply

      In that spirit, please take heart in this list of things
      http://kaltenbach.startkabel.nl/

    • International SEO 1:45 am on October 12, 2008 Permalink | Reply

      Hi Andy,

      I’ve been doing research and run into BuddyPress, this article and ChickSpeak.

      Since I am more familiar with WP than Drupal, I decided to create a new social network using MU and BP. Let’s hope things go as good as they did for you.

      Thanks for this great piece of software.

      Augusto

    • Timothy 6:13 am on November 18, 2008 Permalink | Reply

      Thats cool… i intend to use this wpmu and buddypress to make a social location based site in kenya called spots kenya… is there available support for this on the wp community..

    • digbritain 1:00 pm on December 24, 2008 Permalink | Reply

      hey, i am new to wordpress mu and i have just installed buddypress theme.. but i cannot make the theme as my homepage theme for the site on http://www.desifuzz.com it still shows the default one.. how do i change it…

      thanks

    • Mark 12:54 pm on January 8, 2009 Permalink | Reply

      I am now considering this as to how best use for my 8000 users at http://www.plunderhere.com – any ideas? Thanks Mark

    • Kayla Smith 8:57 am on July 2, 2009 Permalink | Reply

      Any advice as to the DiSo Project?

    • sandrar 6:16 am on September 10, 2009 Permalink | Reply

      Hi! I was surfing and found your blog post… nice! I love your blog. :) Cheers! Sandra. R.

c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel