One page Script Wanted - Paying $100

Discussion in 'PHP' started by NewTier, Apr 17, 2008.

  1. #1
    I want a script like this.
    You enter into the box some text.

    And then the php script splits up the words at random intervals.
    Then in between inserts <gwijb iosgdjosijsfoijfoij> random characters.

    And outputs the whole thing.

    Offering $100 but if you can bid lower I will take you.

    Thanks.
     
    NewTier, Apr 17, 2008 IP
  2. elahi9999

    elahi9999 Well-Known Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #2
    elahi9999, Apr 17, 2008 IP
  3. NewTier

    NewTier Notable Member

    Messages:
    2,201
    Likes Received:
    196
    Best Answers:
    0
    Trophy Points:
    250
    #3
    Its similiar but not quite what I wanted..
     
    NewTier, Apr 17, 2008 IP
  4. Acecool

    Acecool Peon

    Messages:
    267
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Can you give an example of input and output?
     
    Acecool, Apr 17, 2008 IP
  5. chopsticks

    chopsticks Active Member

    Messages:
    565
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #5
    So like...

    Input:
    This is some random text that will be ouputted.

    Ouput:
    Th[asdwad]is i[ahu]s s[oasdlkwe]om[adhwe]e ra[hasd]n[ihad]d[sadin]om ... ... o[asdnw]ut[pasdgh]put[thwe]t[easdwvwv]ed.

    You mean like that? Minus the brackets of course as they were just to show where the random letters were.
     
    chopsticks, Apr 17, 2008 IP
  6. NewTier

    NewTier Notable Member

    Messages:
    2,201
    Likes Received:
    196
    Best Answers:
    0
    Trophy Points:
    250
    #6
    Yeah except instead of [ you use < and then >

    So I want there to be < and >.
     
    NewTier, Apr 17, 2008 IP
  7. chopsticks

    chopsticks Active Member

    Messages:
    565
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #7
    So like

    Ouput:
    Th<asdwad>is i<ahu>s s<oasdlkwe>om<adhwe>e ra<hasd>n<ihad>d<sadin>om ... ... o<asdnw>ut<pasdgh>put<thwe>t<easdwvwv>ed.

    I'll have a try and let you know within 15-25 minutes.
     
    chopsticks, Apr 17, 2008 IP
  8. rhoula

    rhoula Well-Known Member

    Messages:
    875
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    145
    #8
    I can do the same thing with a mix of javascript php and html.
    If you are interested please let me know.
    Have a great day
     
    rhoula, Apr 17, 2008 IP
  9. chopsticks

    chopsticks Active Member

    Messages:
    565
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #9
    Did a test and I got:

    ORIGINAL:
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc vel libero in orci interdum tempor.
    
    TEMP [0]:
    L<nsfo>ore<coitp>m ip<mij>su<boogfx>m dol<wcmqt>or s<tmfm>it amet<uruj>, c<jegeq>onse<cbzgm>ctet<crkpe>uer adip<wj>i<ex>s<oclb>cin<fatdts>g eli<smxuvg>t. Nu<cwze>nc ve<pqokj>l li<hrp>be<ikwbtx>ro in<ihip> or<km>c<twa>i int<ekws>erd<geqklu>um te<tnl>mp<beqr>or.
    
    TEMP [1]:
    L<dukr>ore<br>m<ewh> i<jtgbo>psum<xu> do<za>l<znd>or<oyhf> si<maluuz>t ame<tclhko>t, co<wlq>ns<txjn>ect<fnvhdh>etuer<yl> adipi<nfzi>sci<uo>n<isnap>g el<ikona>it. Nunc<hoc> v<va>e<tzprrr>l lib<tn>e<vwja>ro in o<gjpusx>rci i<gj>n<wnnag>terd<lxg>um<idhu> te<ccmao>mpor<abi>.
    
    TEMP [2]:
    L<wgzb>ore<kwgrkl>m ips<dmju>um dolor<lfss> si<edjea>t am<qkp>et<srzz>, c<ncai>ons<zqalb>ecte<wr>t<erlvn>uer adipi<ty>s<xokfrq>cing e<lsbmuo>lit. Nun<oqkke>c ve<cgpsxa>l lib<vhsw>ero<wj> in<yoiog> orc<hnkaqe>i int<knbnl>erdu<ug>m<rcn> t<zhn>em<yyvjwx>por.
    
    TEMP [3]:
    L<wdmp>ore<wceo>m i<qp>p<nq>s<jgglff>um do<qse>lo<txrh>r s<vw>i<tbb>t amet<yg>, co<sio>ns<ia>e<lhrq>cte<uk>t<xjpucb>uer a<kqxyjn>dipis<iaxvnp>cing eli<ou>t<iregsd>. Nun<oukxtc>c vel<tvqr> li<lu>b<xozgjm>ero i<mvmsso>n orc<etjuw>i in<piqdm>terd<hjuya>um t<qszg>emp<sa>o<nz>r<ayf>.
    
    TEMP [4]:
    L<qytitm>orem i<brhzm>psum<wuine> dol<qf>o<zmobts>r sit<rl> am<nx>e<immpcv>t, co<nihry>nsec<el>t<rum>et<tgr>ue<lcsn>r a<du>d<vwon>ipi<re>s<wvgk>cin<brd>g elit<vxwb>. N<laivw>unc v<zzkuuk>el li<vapgz>bero<fhkajs> in o<bfl>rc<rm>i<gr> inter<eozmr>dum tempo<sf>r<wayl>.
    
    
    Code (markup):
    That look ok to you?
     
    chopsticks, Apr 17, 2008 IP
  10. matthewrobertbell

    matthewrobertbell Peon

    Messages:
    781
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I finished job according to OP' instructions, but he is now banned. He is welcome to contact me to get the script.
     
    matthewrobertbell, Apr 18, 2008 IP
  11. chopsticks

    chopsticks Active Member

    Messages:
    565
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #11
    I find this quite amusing.

    You do the work only to come back to see the member banned. I had a little chuckle but then felt annoyed soon after.
     
    chopsticks, Apr 23, 2008 IP
  12. matthewrobertbell

    matthewrobertbell Peon

    Messages:
    781
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Only took a few minutes, not the end of the world:)
     
    matthewrobertbell, Apr 24, 2008 IP
  13. chopsticks

    chopsticks Active Member

    Messages:
    565
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #13
    I realise that, but it's just the principle of it all. :p
     
    chopsticks, Apr 24, 2008 IP