Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 37 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Tracking domainnames. | |
XenoMorpH Replies: 5 Views: 9198 ![]() |
![]() |
If you want to track the domain name there is only one, simple way, to do that.
The client site will connect to your online version checker as follow: momsite.com/online_version_checker.php?vers ... |
|
Topic: Tracking domainnames. | |
XenoMorpH Replies: 5 Views: 9198 ![]() |
![]() |
Yeah, that's what I figured already...I just thought there was another way to retreive the domainname other than a single IP of the server....
I'll try sumfn else ![]() |
|
Topic: Tracking domainnames. | |
XenoMorpH Replies: 5 Views: 9198 ![]() |
![]() |
Hi, I'm trying to create an online version checker which will store all pagehits by domainname. Sad thing is that when a website/server hits the page on my site to check if there is an update, only th ... | |
Topic: BBtoNuke.22 NP - Invalid Session. Please resubmit the form | |
XenoMorpH Replies: 102 Views: 152961 ![]() |
![]() |
Having smae problem, but can't seem to find the solution...deleting cach or cookies don't seem to help... | |
Topic: privilege check | |
XenoMorpH Replies: 2 Views: 5142 ![]() |
![]() |
Yes, I know.
But I want to let a script check if the connected user has those privileges yes/no... |
|
Topic: privilege check | |
XenoMorpH Replies: 2 Views: 5142 ![]() |
![]() |
I've searched around on google and other sites, but can't find the answer to the question I have.
Is it possible to check/show which privilege a user has, like DROP/CREATE/INSERT/UPDATE when connecte ... |
|
Topic: Allowing to c 1 file in a list of iles using .htaccess how? | |
XenoMorpH Replies: 2 Views: 5429 ![]() |
![]() |
![]() ![]() ![]() |
|
Topic: Allowing to c 1 file in a list of iles using .htaccess how? | |
XenoMorpH Replies: 2 Views: 5429 ![]() |
![]() |
Hey there,
I have a protected sub folder by using <Files> Order Deny,Allow Deny from all </Files> 1 file must be allowed access to. how do I do that? Tried: <Files filename> ... |
|
Topic: update 2.5.03 Alter nuke_nsnst_tracked_ips failed ? | |
XenoMorpH Replies: 11 Views: 12326 ![]() |
![]() |
Yep, I had a similar problem....when I ran the update script, the mysql server had an overload or sumfn. Site would not run for several minutes.
When I checked the database with the update file, all ... |
|
Topic: About 200 attacks by day, I'm angry | |
XenoMorpH Replies: 45 Views: 53502 ![]() |
![]() |
Tnx fo the answer | |
Topic: About 200 attacks by day, I'm angry | |
XenoMorpH Replies: 45 Views: 53502 ![]() |
![]() |
Hmmm, I almost have the same problem...getting more than 20 IP's blocked in just one day: (Sentinel 2.5.02)
User Agent: libwww-perl/5.79 Query String: www.tdi-hq.com/modules.php?name=Error&fil ... |
|
Topic: HAcked By KeSsK!N www.vatanbayrak.org | |
XenoMorpH Replies: 7 Views: 11344 ![]() |
![]() |
If u are able to c your access logs, you can c how they got in.... | |
Topic: date-time to timestamp | |
XenoMorpH Replies: 14 Views: 10890 ![]() |
![]() |
I created a little script (it might look ugly, but it works ![]() Friday 25th of August 2006 10:41:33 PM GMT to a timestamp <?php date_default_timezone_set('GMT'); $p=&quo ... |
|
Topic: date-time to timestamp | |
XenoMorpH Replies: 14 Views: 10890 ![]() |
![]() |
Tnx for the information ![]() ![]() |
|
Topic: date-time to timestamp | |
XenoMorpH Replies: 14 Views: 10890 ![]() |
![]() |
Yeah, I'm putting Friday August 25th 2006 22:44:01 (GMT) into a database as a timestamp, didn't know it could be done by using UNIX_TIMESTAMP. How'd u suguest to insert it, I haven't used this before. ... | |
Topic: date-time to timestamp | |
XenoMorpH Replies: 14 Views: 10890 ![]() |
![]() |
Not yet....I'll take a look at it ![]() |
|
Topic: date-time to timestamp | |
XenoMorpH Replies: 14 Views: 10890 ![]() |
![]() |
Doesn't this script only convert a timesttamp to date+time and not visaversa | |
Topic: date-time to timestamp | |
XenoMorpH Replies: 14 Views: 10890 ![]() |
![]() |
Tnx, I'll take a look at it ![]() |
|
Topic: date-time to timestamp | |
XenoMorpH Replies: 14 Views: 10890 ![]() |
![]() |
I'm looking for a script which converts a dat+time to a timestamp:
Like: Friday August 25th 2006 22:44:01 (GMT) converted to 1156545841 I can only find online coverters, but no scripts which can ... |
|
Topic: getting info from a html page. | |
XenoMorpH Replies: 7 Views: 7324 ![]() |
![]() |
Thnx hitwalker was just the type of code I needed ![]() http://www.tdi-hq.com/argus.php get's the info from: http://www.kazo-xxl.org/acp/ ... |
|
Topic: getting info from a html page. | |
XenoMorpH Replies: 7 Views: 7324 ![]() |
![]() |
Thnx for the replies guys. I'll have a look and c how far I'll get to work ![]() |
|
Topic: getting info from a html page. | |
XenoMorpH Replies: 7 Views: 7324 ![]() |
![]() |
Is it possible in php to get certain parts of a remote page? Like some certain parts or a table with info? | |
Topic: Solution for missing admin icon and security code. | |
XenoMorpH Replies: 13 Views: 22275 ![]() |
![]() |
Problem was that the security image would not show (the famous red cross). $textcolor1 should have been read from this file, but since theme.php is already loaded, the $textcolor1 also is...
After I ... |
|
Topic: Solution for missing admin icon and security code. | |
XenoMorpH Replies: 13 Views: 22275 ![]() |
![]() |
I found the solution for the missing CNB admin icon and security-code.
I'm using the CNB 4.4.2 on a php4.x site and on a site which uses php5.x. On the 4.x site the CNB Your_Account security code an ... |
|
Topic: CNB Admin Icon | |
XenoMorpH Replies: 35 Views: 66337 ![]() |
![]() |
I am/was having the same issue...
I looked at the code, and changed the case "gfxadminimage": in modules/Your_Account/index.php : case "gfxadminimage": // menelaos: dynamic ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours