schart
-
Links / Hover not working at the right side of blogger page
Are the links under another div?
-
Form post without a HTML form?
I have googled a lot, so I know about the session method. That is the method I use on the main domain, and I want to transfer, but my host won't allow me access to a certain file so I can't apply it to subdomains..
-
Form post without a HTML form?
No problem, thank's for caring :)
-
Form post without a HTML form?
Yeah it would, but the subdomain has no idea what the username is supposed to be. That way if people edit the input that sends it to them, they can basically be anyone they want. This way I need to make sure that they can't edit the username si…
-
Form post without a HTML form?
What do you mean? The only thing that I need is to send the username (without it being edit-able by the user) to the subdomain :)
-
Form post without a HTML form?
I am using sessions, I just need a "validator" over subdomains (cause I can't use sessions over subdomains, and if you're thinking of a method, then I've checked and the only thing that works is where I need a file that I do…
-
Form post without a HTML form?
If disabled is true, then it will still be editable on inspect element right? Here is what I'm doing: I'm checking my main domain, and sending the login information over a form to another page as a quick login thing. So I need the informat…
-
Form post without a HTML form?
I'd like to send information the same way I do with normal forms, just uneditable. If there's a way in PHP that's fine. Basically I want a secure version of this: So that it's uneditable..
-
Icon on urls in Tweetify
Wow the code thing is really bugged lately :o
-
Icon on urls in Tweetify
Kind of like http://url.com/something/something.html">http://url.com/something/something.html
-
Icon on urls in Tweetify
It's not used for tweets, it's for my own wall system. I just want to be able to get the icon off the url using scripting :P
-
Icon on urls in Tweetify
http://jsfiddle.net/Schart/BEpk3/ Yes, just with jQuery of course.
-
If status contains @tag then..?
@bungle Long time since this post was active, but I just want to say thank you again, since I went back to this post now after re-making the website and I use this for notifications when someone is tagged. I used your version this time, so much bett…
-
Only show one conversation for each user
@ChrisxClash No I just explained it badly :) - Yeah I'll try that.
-
Only show one conversation for each user
Sure but I need one for each conversation.
-
AnythingSlider slide whole page?
Can't you just load a iframe in the div?
-
PHP paging problem!
@BenWalker - I should mark this as solved. I misunderstood the "LIMIT" in mysql, I thought it was FROM, TO, but it is FROM, AMOUNT - so I figured it out :)
-
Pass php sessions to subdomains
Hmm.. Okay. I could see one way going OK though, maybe passing a form submission as a "link" to the subdomain, giving it information. This would only work from that "link" though.
-
Connecting to database from another website secure?
Yes iFrame would be a great option. Thank's. Yeah include doesn't work on my servers because of security.
-
Redirection with .htaccess
@Schmotty - Oh, well thank you anyways :) @traq - Thank's!
-
Redirection with .htaccess
@Schmotty - No I just want to redirect everyone that goes to schart.net to alpha.schart.net , for example schart.net/something to alpha.schart.net/something instead
-
Multiple Query question!
@traq - Thank you! I will look into FULLTEXT, and correct me if I'm wrong but this will be the query?mysql_query("SELECT * FROM 'wallposts' WHERE '%$searchq%' IN('content','username')");
-
:before css change with jQuery?
@xpy - Alot better, thank's :)
-
:before css change with jQuery?
This looks good, doesn't it? - http://jsfiddle.net/UQsKh/1/
-
:before css change with jQuery?
@TheDoc - I understand, and I guess there are other ways to do this as well
-
Forrst Votes
Can I get a vote? http://forrst.com/i/0hI - You can check out my website if you need convincing at http://schart.net :)
-
PHP/MySQL Question
@karlpcrowley & @Schmotty - I understand. So basically I will insert like $oldfollow = ** $newfollow = $oldfollow + ",1"; if the id is 1.