[IMG]https://dl.dropbox.com/u/69162797/madness/needhalp.jpg[/IMG]
([I]This reeks of WIP[/I])
Anyone have suggestions for a new front page layout? It's running on PHPBB3 but I'm not terribly limited in what I can do. I tried getting rid of the left column and then extending the width of the posts, but it looked very unnatural. Not seen in the picture on the right side is a "Links" box.
I've run out of ideas and don't know what to do. I'm not really interested in leaving it like this, since it looks so bland and boring. If anyone's got any ideas, I'm all ears.
[QUOTE=fritzel;39287244]^^le search[/QUOTE]
guess what feature goes there
Anyup sounds an awful lot like Anyhub.
[QUOTE=Jelly;39287810]Anyup sounds an awful lot like Anyhub.[/QUOTE]
It's actually a puush clone that hopefully doesn't go down 6 times a day and time out when you upload a file larger than 2MB. So far it has had 0 downtime (minus purposeful downtime) and can upload 98 MB without issues (haven't tried anything larger!)
I don't even recall what Anyhub looked like/operated like sadly as it seems to be done (and has for like 8+ months)
anyup is terrible slow for me.
[QUOTE=dastiii;39289298]anyup is terrible slow for me.[/QUOTE]
What part of it, loading the site itself or the files? Where in the world are you?
I can't make it better if I don't get information :zoid:
Both. Germany.
[QUOTE=dastiii;39289407]Both. Germany.[/QUOTE]
Can you add me on Steam please? Your profile link seems ded.
[QUOTE=Banana Lord.;39287094]B[/QUOTE]
Nice site and cute background.
Client pissed me off a little earlier today.
[img]http://img694.imageshack.us/img694/9607/samplews.png[/img]
What's that link to the site that someone on here made for learning about SQL injection?
[QUOTE=Ac!dL3ak;39296818]What's that link to the site that someone on here made for learning about SQL injection?[/QUOTE]
Do you mean "hack this site"?
It's probably smart just to run SQLmap over it if you want a quick test for SQL injection vulnerabilities.
Cleaning up my php framework libraries. Added a console!
[img]http://puu.sh/1QzaN[/img]
Makes it easy to add api's
[img]http://puu.sh/1QzbQ[/img]
[editline]21st January 2013[/editline]
[url]http://lab.facepunch.com/api/forum/list/?fmt=html[/url]
[QUOTE=garry;39301274]Cleaning up my php framework libraries. Added a console!
[img]http://puu.sh/1QzaN[/img]
Makes it easy to add api's
[img]http://puu.sh/1QzbQ[/img]
[editline]21st January 2013[/editline]
[url]http://lab.facepunch.com/api/forum/list/?fmt=html[/url][/QUOTE]
Hm, forgot to escape HTML?
[img]http://puu.sh/1QA01[/img]
I assume that's just a var_dump or something
I'd use [url=http://gb-domains.com/do_dump-pretty-var_dump]do_dump[/url], change echo to $str .= and then echo htmentities(do_dump($obj));
I want to minimize the amount of pasted from a website single use functions I add to my codebase.
I heard htmlentities is bad though (replaces too many characters or something)
[QUOTE=Banana Lord.;39302444]I heard htmlentities is bad though (replaces too many characters or something)[/QUOTE]
htmlentities encodes all special chars, htmlspeciachars only does & " ' < >
Started messing around with a design for a cms me and a friend are going to make.
cms itself is going to focus on static sites with the option to edit different elements separately. Will look for the attribute cms-editable="[all/htmlonly/nohtml]" cms-id="[Element identifier]". In the html files and compile a list of elements in the admin panel.
If you have a menu for example you would give it cms-editable="htmlonly" cms-id="mainmenu".
If you want to edit mainmenu you get the html code inside the menu and could for example add an extra link.
Or for the main content on the "about page"
cms-editable="all" cms-id="aboutpage"
You can choose to edit the html or use a wysiwyg to edit it for that tag.
It won't be just that but its what will make this cms different from others.
[t]http://ezyimg.info/2c4pV3[/t]
[QUOTE=Banana Lord.;39289441]Can you add me on Steam please? Your profile link seems ded.[/QUOTE]
Well, seemed to be a temporary issue - everything is fine today.
I've updated my e-mail blacklist: [url]https://github.com/johnduhart/throwaway-email-blacklist[/url]
[QUOTE=JohnD;39304556]I've updated my e-mail blacklist: [url]https://github.com/johnduhart/throwaway-email-blacklist[/url][/QUOTE]
That's quite useful!
"FatFlap.com" "BeefMilk.com" haha those are awesome.
[QUOTE=garry;39304663]Here's a list of what we've got banned
[code]emailisvalid.com rmqkr.net mailnesia dispostable nwldx.com dev-zilla.net stop.ro hmamail inbox sharklaser teleworm.com nepwk.com postacin.com nospam. 20minutemail mega.zik.dj vladh sebi.me uggsrock.com guerrillamail spamcorptastic temporaryinbox mailinator trash-mail mailin8r spamhere kuromeku w-hat. chrisaster. trash bloom.org charliesomerville.com lhsdv.com anyhub.net binkmail.com suremail.info smartseth.co.uk thisisnotmyrealemail.com bobmail.info zippymail.info safetymail.info bofthew.com prtnx.com yopmail.com pjjkp.com seth.im mintemail.com mailcatch.com yopmail.com cool.fr.nf quickinbox.com jnxjn.com checkerboarded.com mydougonline.com inbox.com tempinbox.com FatFlap.com DingBone.com FudgeRub.com BeefMilk.com LookUgly.com SmellFear.com @ag.us.to @gelitik.in @mobi.web.id @onewaymail.com jetable.org @rtrtr.com @meltmail.com @jetable.org[/code][/QUOTE]
Thanks, I'll add those soon.
[editline]21st January 2013[/editline]
Also, in a few days I'll be [i]working on[/i] this:
[IMG]http://i.imgur.com/d2aitOT.png[/IMG]
A much more efective way to blacklist emails is to resolve the mx records and check it against a blacklist.
[QUOTE=Jelly;39305128]A much more efective way to blacklist emails is to resolve the mx records and check it against a blacklist.[/QUOTE]
I agree, however that's much more intensive to do for every email than just looking at a preset list.
[QUOTE=JohnD;39305348]I agree, however that's much more intensive to do for every email than just looking at a preset list.[/QUOTE]
It should be extremely quick, even more so if you cache the results.
[editline]a[/editline]
For example [URL=https://gist.github.com/4588704]this[/URL] only takes about 60ms and that's on my shitty remote Australian connection.
Sorry, you need to Log In to post a reply to this thread.