Closed Thread
Page 2 of 2 FirstFirst 12
Results 21 to 33 of 33
  1. #21
    I run this shit. OwnagePranks's Avatar
    Join Date
    May 2008
    Posts
    7,597

    Reputation: 5152

    Default


    Register on the forums to remove this ad!
    George,

    Trust me, there are several things I want to have done to the site. I have been looking for a good coder for a while now. I had a really bad experience in the past where I hired someone who ended up being a really shitty coder. He tried to make several significant modifications on the live website, then ended up fucking up the database and blah blah blah

    My main coder has been repeatedly disappearing for a while now, and I haven't been able to get a hold of him recently. I still send out emails pretty frequently and look around for some good coders.. but no luck yet
    OwnagePranks VIP
    Try it out for only $2.47 using coupon code "078"
    http://members.ownagepranks.com

    Valid for new VIP members only

  2. #22
    OP Legend saw1833's Avatar
    Join Date
    Jul 2009
    Location
    Waterloo, Iowa
    Posts
    3,366

    Reputation: 702

    Default

    I'll code. Does using Geocities work for you?
    Btw I work at $100/hr


  3. #23
    OP Legend
    Join Date
    Jul 2009
    Location
    New Jersey
    Posts
    2,172

    Reputation: 477

    Default

    Quote Originally Posted by OwnagePranks View Post
    George,

    Trust me, there are several things I want to have done to the site. I have been looking for a good coder for a while now. I had a really bad experience in the past where I hired someone who ended up being a really shitty coder. He tried to make several significant modifications on the live website, then ended up fucking up the database and blah blah blah

    My main coder has been repeatedly disappearing for a while now, and I haven't been able to get a hold of him recently. I still send out emails pretty frequently and look around for some good coders.. but no luck yet
    Well, the problem is that you need a hardcore fan to do some major work on a site for free.
    kid cudi, lupe fiasco, wiz khalifa. <3
    R.I.P Armani

  4. #24
    George's Avatar
    Join Date
    Jun 2008
    Location
    Greece
    Posts
    4,050

    Reputation: 1893

    Default

    Quote Originally Posted by The Baconator View Post
    It sounds completely reasonable if you have the template written. I'll keep looking to figure out what the file is called but it doesn't seem to come up when I do searches. I'll ask one of my friends over the weekend who has done some VB work.

    Even if Ownage doesn't want this I'm sure you could market it to VB as an add on.
    K so i couldn't wait cause i was curious and downloaded (only extracted, not installed) a cracked version of vbulletin v3.8.3 and i believe the file we're looking for is the newthread.php and the variable is $newpost which is an array (the actual content is $newpost['message'])
    If i'm correct, it's really realllllllyy easy the rest.

    Quote Originally Posted by OwnagePranks View Post
    George,

    Trust me, there are several things I want to have done to the site. I have been looking for a good coder for a while now. I had a really bad experience in the past where I hired someone who ended up being a really shitty coder. He tried to make several significant modifications on the live website, then ended up fucking up the database and blah blah blah

    My main coder has been repeatedly disappearing for a while now, and I haven't been able to get a hold of him recently. I still send out emails pretty frequently and look around for some good coders.. but no luck yet
    Alright ownage i believe you.
    I'd have no problem coding things if ever needed with no pay but then again i'm not sure you want or you trust me enough. I understand lol.


  5. #25
    Super Moderator The Baconator's Avatar
    Join Date
    May 2008
    Location
    The Canadian Connection
    Posts
    3,400

    Reputation: 2719

    Default

    Quote Originally Posted by George View Post
    K so i couldn't wait cause i was curious and downloaded (only extracted, not installed) a cracked version of vbulletin v3.8.3 and i believe the file we're looking for is the newthread.php and the variable is $newpost which is an array (the actual content is $newpost['message'])
    If i'm correct, it's really realllllllyy easy the rest.
    Naughty Naughty haha.

    Looks like it's fairly straight forward from here. Add a check at the end on newthread.php for text containing http://www.youtube.com/*** in $newpost with a check until the next character of whitespace is hit. Store that text in a string? (not sure about php) and check against a database of other stored strings.

    I know that there are a lot of modifications that have been made to the site's original coding though so it would probably be best to download the core files from this site and throw up a quick demo site somewhere for testing. Sounds like Ownage doesn't want it though. I'm still satisfied with the VB knowledge gained haha

    Comments
      
      lol yeah, gotta love it when you learn new things -G


    2009 OwnagePrank's Most Respected Poster Award
    2009 OwnagePrank's Most Knowledgeable Poster Award
    2009 OwnagePrank's Best Avatar Award


    Sig courtesy of Razz; Love courtesy of Alexx.

  6. #26
    Danny Milonakis's Avatar
    Join Date
    Jul 2009
    Location
    Michigan
    Posts
    9,920

    Reputation: 3402

    Default

    instead of this fancy ass technology why dont you just catalog all posted videos by titles and include a description/link so people can search to see if that video has been posted before.

    Dirt is for racing.
    Tarmac is for getting there.

    Click here to view my best post ever.

  7. #27
    George's Avatar
    Join Date
    Jun 2008
    Location
    Greece
    Posts
    4,050

    Reputation: 1893

    Default

    Quote Originally Posted by Danny Milonakis View Post
    instead of this fancy ass technology why dont you just catalog all posted videos by titles and include a description/link so people can search to see if that video has been posted before.
    Lol what a coincidence, i did the first part of that task yesterday, this just retrieves the youtube''s video title:

    Code:
    <?php
        $vidID = $_POST['vidID'];
        $url = "http://gdata.youtube.com/feeds/api/videos/". $vidID;
        $doc = new DOMDocument;
        $doc->load($url);
        $title = $doc->getElementsByTagName("title")->item(0)->nodeValue;
    	echo $title;
    ?>
    
    <html>
        <head>
            <title>Get Video Name</title>
        </head>
        <body>
            <form action="yt.php" method="post">
                <input type="text" value="Video ID Here" name="vidID" />
                <input type="submit" value="Get Name" />
            </form>
        </body>
    </html>
    here
    Last edited by George; 04-08-2010 at 08:47 PM.


  8. #28
    I run this shit. OwnagePranks's Avatar
    Join Date
    May 2008
    Posts
    7,597

    Reputation: 5152

    Default

    Quote Originally Posted by iKron View Post
    Well, the problem is that you need a hardcore fan to do some major work on a site for free.
    Yeah, but is that completely reliable? I've learned my lesson about trusting people who potentially really don't know what they're doing..

    (some of you MAY remember the specific event on the old theme, where the forums homepage has all this broken code at the top. It looked like HSHDJ#Y*&*#&@#)OQIW)UISH*<>S>S<>
    OwnagePranks VIP
    Try it out for only $2.47 using coupon code "078"
    http://members.ownagepranks.com

    Valid for new VIP members only

  9. #29
    OP Legend wadoPotato's Avatar
    Join Date
    Mar 2010
    Location
    Chillin' with Cody Palmer.
    Posts
    4,002

    Reputation: 1137

    Default

    Quote Originally Posted by mohaas05 View Post
    Seems like a lot of work, and a lot of custom coding, if its even possible.

    What I have seen on another forum is when you create a new topic, it displays a mini list of topics with similar titles, so you can check to make sure it hasn't already been covered.
    That idea is more simple. but the original idea i still good.

    Quote Originally Posted by boodii View Post
    i laughed SO HARD when i was reading this forum's rules and when i saw Ownage saying this:
    I work at Disney World.

  10. #30
    SuperMega Ultra Moderator
    Purdy's Avatar
    Join Date
    May 2008
    Location
    Belfast, Ireland
    Posts
    10,030

    Reputation: 4723

    Default

    Quote Originally Posted by OwnagePranks View Post
    Yeah, but is that completely reliable? I've learned my lesson about trusting people who potentially really don't know what they're doing..

    (some of you MAY remember the specific event on the old theme, where the forums homepage has all this broken code at the top. It looked like HSHDJ#Y*&*#&@#)OQIW)UISH*<>S>S<>
    iv seen that happen a few times still =/
    generally only when i press the back button when im lookin at a thread.. and it goes back to the sections


  11. #31
    I run this shit. OwnagePranks's Avatar
    Join Date
    May 2008
    Posts
    7,597

    Reputation: 5152

    Default

    Quote Originally Posted by purdy View Post
    iv seen that happen a few times still =/
    generally only when i press the back button when im lookin at a thread.. and it goes back to the sections
    take a screenshot next time and PM it to me
    OwnagePranks VIP
    Try it out for only $2.47 using coupon code "078"
    http://members.ownagepranks.com

    Valid for new VIP members only

  12. #32
    Member
    Join Date
    Apr 2010
    Location
    Canada
    Posts
    54

    Reputation: 29

    Default

    Hey i got a friend who codes websites like this IL ask him if he can come on.

  13. #33
    Danny Milonakis's Avatar
    Join Date
    Jul 2009
    Location
    Michigan
    Posts
    9,920

    Reputation: 3402

    Default

    i think ive already suggested this on another thread.

    Dirt is for racing.
    Tarmac is for getting there.

    Click here to view my best post ever.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts